public class QuarterlyDeclarationOfExpenditureJwsImpl
extends java.lang.Object
Constructor and Description |
---|
QuarterlyDeclarationOfExpenditureJwsImpl() |
Modifier and Type | Method and Description |
---|---|
QuarterlyDeclarationOfExpenditureType |
readQuarterlyDeclarationOfExpenditure(SfcCciDTO cci,
java.lang.String period,
java.lang.String fund,
java.lang.Short version,
java.lang.Short workVersion)
Returns a single Payment Application EAFRD (i.e.
|
public QuarterlyDeclarationOfExpenditureJwsImpl()
public QuarterlyDeclarationOfExpenditureType readQuarterlyDeclarationOfExpenditure(SfcCciDTO cci, java.lang.String period, java.lang.String fund, java.lang.Short version, java.lang.Short workVersion) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
This method returns the (last)Payment Application 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.
<cci>
<!-- 2014BE06RDRP011 -->
<year>2014</year>
<targetArea>BE</targetArea>
<leadDg>06</leadDg>
<budgetSource>RD</budgetSource>
<objectSubType>RP</objectSubType>
<sequence>011</sequence>
</cci>
<period>2014</period>
<fund>EAFRD</fund>
<!--Optional:
<version>151</version>
<workVersion>1</workVersion>
-->
cci
- The mandatory cci for this Payment Application.period
- The mandatory accounting period for this Payment Application.fund
- The mandatory fund code for this Payment Application.version
- The version number in the format "yyQ" of the Payment Application. Can be null
.workVersion
- The workVersion of the Payment Application. Can be null
.eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
- in case of errorCopyright © 2024. All rights reserved.