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