Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.monitoring.implementationreportemff |
Contains the service for Implementation Report EMFF
|
Modifier and Type | Method and Description |
---|---|
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.create(SfcCciDTO cci,
java.lang.Integer financialYear)
To be used when a user wants to create a new Implementation Report.
|
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.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 EMFF.
|
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.partialSave(SfcImplementationReportVersionEmffDTO version) |
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.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.
|
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.save(SfcImplementationReportVersionEmffDTO version)
Saves a Implementation Report Version version.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcImplementationReportVersionEmffDTO> |
ImplementationReportEmffServiceImpl.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 |
---|---|
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.partialSave(SfcImplementationReportVersionEmffDTO version) |
SfcImplementationReportVersionEmffDTO |
ImplementationReportEmffServiceImpl.save(SfcImplementationReportVersionEmffDTO version)
Saves a Implementation Report Version version.
|
Copyright © 2024. All rights reserved.