@SchemaValidation(handler=eu.europa.ec.sfc2014.frontoffice.jws.SchemaValidationErrorHandler.class) public class ImplementationReportBaidpServiceImpl extends ImplementationReportJwsImpl<ImplementationReportVersionBaidpType,eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.eafrd.baidp.ImplementationReportVersionBaidp,eu.europa.ec.sfc2014.frontoffice.jws.service.conversion.monitoring.baidp.ImplementationReportBaidpConverter>
The Web Service is defined as a "document-literal" service, which means that the SOAP messages have a single part referencing an XML Schema element that defines the entire body.
Constructor and Description |
---|
ImplementationReportBaidpServiceImpl() |
Modifier and Type | Method and Description |
---|---|
ImplementationReportVersionBaidpType |
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.
|
public ImplementationReportBaidpServiceImpl()
public ImplementationReportVersionBaidpType read(SfcCciDTO cci, java.lang.Integer version, java.lang.Integer workVersion) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
This method returns the (last) Implementation Report Version object when found. In case nothing could be found in the SFC2014 database (or the user doesn't have the right permission) an empty response is returned.
<read>
<cci>
<year>2014</year>
<targetArea>BE</targetArea>
<leadDg>05</leadDg>
<budgetSource>RD</budgetSource>
<objectSubType>NP</objectSubType>
<sequence>002</sequence>
</cci>
</read>
cci
- The mandatory cci for this ImplementationReportVersion.version
- The version number of the ImplementationReportVersion. Can be null
.workVersion
- The workVersion of the ImplementationReportVersion. Can be null
.eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
- in case of errorCopyright © 2024. All rights reserved.