Modifier and Type | Class and Description |
---|---|
class |
SfcMajorProjectQueryDTO
MajorProjectSearchQuery.
|
class |
SimplifiedCostOptionQueryDTO
SCOSearchQuery
Includes the search criteria, the sorting and the range of the results
The following example sort ascending based on cci and full version and returns the first 100 results with CCI pattern %FM%
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionEgfDTO> |
ApplicationEgfServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme
This method returns all the sections of the programme,
for faster response you should use searchProgrammes method
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionEtcDTO> |
CooperationProgrammeEtcServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionIpaCbDTO> |
CooperationProgrammeIpaCbServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme
* This method returns the first section
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionEipDTO> |
EuropeanInnovationPartnershipServiceImpl.search(SfcProgrammesQueryDTO query)
Searches for Designation Of Authorities based on the given Criteria
The following example sort ascending based on cci and full version and returns the first 100 final results with CCI pattern 2014BE%
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionAmifDTO> |
NationalProgrammeAmifIsfServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme
* This method returns the first section
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionEafrdType> |
OperationalProgrammeEafrdServiceImpl.search(SfcProgrammesQueryDTO query) |
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionEmffDTO> |
OperationalProgrammeEmffServiceImpl.search(SfcProgrammesQueryDTO query)
Search is equivalent to the UI search of the programme
* This method returns the first section
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcProgrammeVersionFeadDTO> |
OperationalProgrammeFeadServiceImpl.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>
<!--Optional:-->
<cci>2014</cci>
<!--Optional:-->
<currentNode>BE</currentNode>
</criteria>
</query>
|
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 |
---|---|
SfcSearchResultDTO<SfcPartnershipAgreementVersionDTO> |
PartnershipAgreementServiceImpl.search(SfcProgrammesQueryDTO query)
Searches for Partnership Agreements based on the given Criteria
The following example sort ascending based on cci and full version and returns the first 100 final results with CCI pattern 2014BE%
|
Copyright © 2024. All rights reserved.