Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.audit.acr |
Contains all the Programming services
|
Modifier and Type | Method and Description |
---|---|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.create(java.lang.String title,
java.lang.String type,
java.lang.Short year)
To be used when a user wants to create a new Annual Control Report.
|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.createNewVersion(java.lang.Long crId,
java.lang.Short version,
java.lang.Short workVersion)
To be used when a user wants to create a new version of a Annual Control Report.
|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.partialSave(SfcAnnualControlReportVersionDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.read(java.lang.Long crId,
java.lang.Integer version,
java.lang.Integer workVersion)
Returns a single Annual Control Report Version for the given Control Report ID and for the given version/workVersion.
|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.save(SfcAnnualControlReportVersionDTO version)
Saves a ControlReportVersion.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcAnnualControlReportVersionDTO> |
AnnualControlReportServiceImpl.search(SfcAnnualControlReportQueryDTO query)
Searches for Annual Control Report based on the given Criteria
The following is an example of request
|
Modifier and Type | Method and Description |
---|---|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.partialSave(SfcAnnualControlReportVersionDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcAnnualControlReportVersionDTO |
AnnualControlReportServiceImpl.save(SfcAnnualControlReportVersionDTO version)
Saves a ControlReportVersion.
|
Copyright © 2024. All rights reserved.