Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.monitoring.implementationreportetc |
Contains the service for Implementation Report ETC
|
Modifier and Type | Method and Description |
---|---|
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.create(SfcCciDTO cci,
java.lang.Integer financialYear)
To be used when a user wants to create a new Implementation Report.
|
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.createNewVersion(SfcCciDTO cci,
java.lang.Integer version,
java.lang.Integer workVersion)
To be used when a user wants to create a new version of Implementation Report ETC.
|
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.partialSave(SfcImplementationReportVersionEtcDTO version) |
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.read(SfcCciDTO cci,
java.lang.Integer version,
java.lang.Integer workVersion)
Returns a single Implementation Report version for the given CCI and for the given version/workVersion.
|
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.save(SfcImplementationReportVersionEtcDTO version)
Saves a Implementation Report Version version.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcImplementationReportVersionEtcDTO> |
ImplementationReportEtcServiceImpl.search(SfcImplementationReportQueryDTO query)
Search is equivalent to the UI search of the implementation report
<query>
<!--Optional:-->
<resultRange>
<startIndex>0</startIndex>
<endIndex>99</endIndex>
</resultRange>
<!--Zero or more repetitions:-->
<sort>CCI</sort>
<sort>VERSION</sort>
<!--Zero or more repetitions:-->
<asc>true</asc>
<asc>true</asc>
<!--Optional:-->
<criteria>
<!--Optional:-->
<cci>2014</cci>
</criteria>
</query>
|
Modifier and Type | Method and Description |
---|---|
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.partialSave(SfcImplementationReportVersionEtcDTO version) |
SfcImplementationReportVersionEtcDTO |
ImplementationReportEtcServiceImpl.save(SfcImplementationReportVersionEtcDTO version)
Saves a Implementation Report Version version.
|
Copyright © 2024. All rights reserved.