Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.programming.operationalprogrammeigj |
Contains the service for the Operation Programme IGJ
|
Modifier and Type | Method and Description |
---|---|
SfcProgrammeVersionSfCfDTO |
OperationalProgrammeIgjServiceImpl.create(SfcCciDTO cci,
java.lang.String title,
java.lang.Short firstYear,
java.lang.Short lastYear,
java.lang.Boolean useArticle96_8,
java.lang.String comments)
To be used when a user wants to create a new Programme Version Emff .
|
SfcProgrammeVersionSfCfDTO |
OperationalProgrammeIgjServiceImpl.createNewVersion(SfcCciDTO cci,
java.lang.Integer version,
java.lang.Integer workVersion)
To be used when a user wants to create a new version of an Operational programme.
|
SfcProgrammeVersionSfCfDTO |
OperationalProgrammeIgjServiceImpl.partialSave(SfcProgrammeVersionSfCfDTO version) |
SfcProgrammeVersionSfCfDTO |
OperationalProgrammeIgjServiceImpl.read(SfcCciDTO cci,
java.lang.Integer version,
java.lang.Integer workVersion)
Returns a single Operational Programme version for the given CCI and for the given version/workVersion.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionSfCfDTO> |
OperationalProgrammeIgjServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme
This method returns the first section
<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>
<fund>ERDF</fund>
</criteria>
</query>
|
Modifier and Type | Method and Description |
---|---|
SfcProgrammeVersionSfCfDTO |
OperationalProgrammeIgjServiceImpl.partialSave(SfcProgrammeVersionSfCfDTO version) |
void |
OperationalProgrammeIgjServiceImpl.save(SfcProgrammeVersionSfCfDTO version)
Saves a new Operational Programme version.
|
Copyright © 2024. All rights reserved.