@SchemaValidation(handler=eu.europa.ec.sfc2014.frontoffice.jws.SchemaValidationErrorHandler.class)
public class DirectoryJwsImpl
extends eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
Constructor and Description |
---|
DirectoryJwsImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SfcReferenceDataDTO> |
getActions(java.lang.String code,
java.lang.String objectTypeCode,
java.lang.String locale)
Returns the action for a given code of a specific object type.
|
java.util.List<SfcReferenceDataDTO> |
getCommonIndicator(java.lang.String indicatorType,
java.lang.String indicatorCode,
java.lang.String locale) |
java.util.List<SfcReferenceDataDTO> |
getCommonIndicatorAmfIsf(java.lang.String indicatorCode,
java.lang.String specificObjectiveCode,
java.lang.String fundCode,
java.lang.String locale)
Returns the CommonIndicatorAmfIsf for a given code and/or specific fund or/and a specific objective.
|
java.util.List<SfcReferenceDataDTO> |
getCommonIndicatorDetailAmfIsf(java.lang.String indicatorCode,
java.lang.String commonIndicatorCode,
java.lang.String specificObjectiveCode,
java.lang.String fundCode,
java.lang.String locale)
Returns the CommonIndicatorDetailAmfIsf for a given code and/or CommonIndicatorAmfIsf code and/or specific fund or/and a specific objective
At least one parameter is required
|
SfcReferenceDataDTO |
getDgForFundCode(java.lang.String fundCode,
java.lang.String locale)
Returns a DG for the given Fund.
|
java.util.List<SfcReferenceDataDTO> |
getDgsFromBudgetSourceCode(java.lang.String code,
java.lang.String locale)
Returns the list of DGs for the given Budget Source.
|
java.util.List<eu.europa.ec.sfc.query.directory.get.v0.DocumentTypeObjectTypeType> |
getDocumentTypeObjectTypes(java.lang.String doctypcode,
java.lang.String objtypcode)
Returns for a given document type and object type:
- the status, authority level when the document can be uploaded
- the integral flag
- the action for integral documents that will cause the send of the document.
|
java.util.List<SfcReferenceDataDTO> |
getExAnteConditionalityCriterion(java.lang.String criterionCode,
java.lang.String conditionalityType,
java.lang.String conditionalityCode,
java.lang.String locale)
Returns the Ex-Ante Conditionality Criterion for a given code and/or conditionality.
|
java.util.List<SfcReferenceDataDTO> |
getInvestmentPriorities(java.lang.String code,
java.lang.String fundCode,
java.lang.String thematicObjectiveCode,
java.lang.String locale)
Returns the investment priorities for a given code, fund and/or thematic objective.
|
java.util.List<SfcReferenceDataDTO> |
getNationalPriorities(java.lang.String nationalPriorityCode,
java.lang.String specificObjectiveCode,
java.lang.String fundCode,
java.lang.String locale)
Returns the Specific Objectives for a given code and/or specific fund or/and a specific action.
|
java.util.List<SfcReferenceDataDTO> |
getReferenceData(java.lang.String name,
java.lang.String locale)
Returns the values of all ReferenceData specified by name.
|
java.util.List<SfcReferenceDataDTO> |
getReferenceDataByCode(java.lang.String name,
java.lang.String code,
java.lang.String locale)
Returns all the information for the requested ReferenceData specified by name and code.
|
SfcReferenceDataMapper |
getReferenceDataNames() |
java.util.List<SfcReferenceDataDTO> |
getSpecificActions(java.lang.String actionCode,
java.lang.String specificObjectiveCode,
java.lang.String fundCode,
java.lang.String locale)
Returns the Specific Actions for a given code and/or specific fund or/and a specific objective.
|
java.util.List<SfcReferenceDataDTO> |
getSpecificObjectives(java.lang.String specificObjectiveCode,
java.lang.String actionCode,
java.lang.String fundCode,
java.lang.String locale)
Returns the Specific Objectives for a given code and/or specific fund or/and a specific action.
|
java.util.List<SfcReferenceDataDTO> |
getStatus(java.lang.String code,
java.lang.String objectTypeCode,
java.lang.String locale)
Returns the status for a given code of a specific object type.
|
java.util.List<SfcReferenceDataDTO> |
getUnionPriorityMeasuresEmff(java.lang.String unionPriorityMeasuresEmffCode,
java.lang.String emffExpenditureTypeCode,
java.lang.String unionPiorityEmffCode,
java.lang.String locale) |
public java.util.List<SfcReferenceDataDTO> getReferenceDataByCode(java.lang.String name, java.lang.String code, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--ReferenceData name :-->
<name>Action</name>
<!--ReferenceData code :-->
<code>ACC</code>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getReferenceDataByCode
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
name
- the name of the reference datacode
- the specific codelocale
- languageeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getReferenceData(java.lang.String name, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--ReferenceData name :-->
<name>Territory</name>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getReferenceData
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
name
- name of the Reference Datalocale
- languageeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getDgsFromBudgetSourceCode(java.lang.String code, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Budget Code :-->
<code>FM</code>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getDgsFromBudgetSourceCode
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
code
- code of the Budget Sourcelocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public SfcReferenceDataDTO getDgForFundCode(java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Fund Code :-->
<code>EMFF</code>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getDgForFundCode
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
fundCode
- the code of the Fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getActions(java.lang.String code, java.lang.String objectTypeCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Action Code :-->
<code>ACC</code>
<!-- ObjectType Code :-->
<objectTypeCode>PRG</objectTypeCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getActions
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
code
- action codeobjectTypeCode
- object type codelocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getStatus(java.lang.String code, java.lang.String objectTypeCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Status Code :-->
<code>OPN</code>
<!-- ObjectType Code :-->
<objectTypeCode>PRG</objectTypeCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getStatus
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
code
- status codeobjectTypeCode
- object type codelocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getInvestmentPriorities(java.lang.String code, java.lang.String fundCode, java.lang.String thematicObjectiveCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Fund code :-->
<fundCode>ERDF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getInvestmentPriorities
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
code
- investment priority codefundCode
- fund codelocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getSpecificObjectives(java.lang.String specificObjectiveCode, java.lang.String actionCode, java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Specific Objective code :-->
<specificObjectiveCode>1</specificObjectiveCode>
<!--Action code :-->
<actionCode>1</actionCode>
<!--Fund code :-->
<fundCode>AMF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getSpecificObjectives
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
specificObjectiveCode
- specific objectiveactionCode
- actionfundCode
- fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getNationalPriorities(java.lang.String nationalPriorityCode, java.lang.String specificObjectiveCode, java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--nationalPriority code :-->
<nationalPriorityCode>1</nationalPriorityCode>
<!--Specific Objective code :-->
<specificObjectiveCode>1</specificObjectiveCode>
<!--Fund code :-->
<fundCode>AMF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getNationalPriorities
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
nationalPriorityCode
- nationalPriorityCodespecificObjectiveCode
- specificObjectiveCodefundCode
- fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getSpecificActions(java.lang.String actionCode, java.lang.String specificObjectiveCode, java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--Action code :-->
<actionCode>1</actionCode>
<!--Specific Objective code :-->
<specificObjectiveCode>1</specificObjectiveCode>
<!--Fund code :-->
<fundCode>AMF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getSpecificActions
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
actionCode
- actionspecificObjectiveCode
- specific objectivefundCode
- fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<eu.europa.ec.sfc.query.directory.get.v0.DocumentTypeObjectTypeType> getDocumentTypeObjectTypes(java.lang.String doctypcode, java.lang.String objtypcode)
Example :
<!-- Document Type Code :-->
<documentTypeCode>PAP.OCO</documentTypeCode>
<!-- Object Type code :-->
<objectTypeCode>PAP</objectTypeCode>
getDocumentTypeObjectTypes
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
doctypcode
- the code of the document typeobjtypcode
- the code of the object typepublic java.util.List<SfcReferenceDataDTO> getExAnteConditionalityCriterion(java.lang.String criterionCode, java.lang.String conditionalityType, java.lang.String conditionalityCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--criterion code :-->
<criterionCode>1</criterionCode>
<!--conditionality Type code :-->
<!-- values 'G' for general and 'T' for thematic conditionalities-->
<conditionalityTypeCode>T</conditionalityTypeCode>
<!--conditionality code : when provided the conditionalityTypeCode is mandatory -->
<conditionalityCode>10.1</conditionalityCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getExAnteConditionalityCriterion
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
criterionCode
- criterionCodeconditionalityType
- general /thematic mandatory when the conditionality is providedconditionalityCode
- conditionalityCodelocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getCommonIndicatorAmfIsf(java.lang.String indicatorCode, java.lang.String specificObjectiveCode, java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--indicator code :-->
<indicatorCode>1</indicatorCode>
<!--Specific Objective code :-->
<specificObjectiveCode>1</specificObjectiveCode>
<!--Fund code :-->
<fundCode>AMF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getCommonIndicatorAmfIsf
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
indicatorCode
- indicatorCodespecificObjectiveCode
- specific objectivefundCode
- fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getCommonIndicatorDetailAmfIsf(java.lang.String indicatorCode, java.lang.String commonIndicatorCode, java.lang.String specificObjectiveCode, java.lang.String fundCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Example :
<!--indicator code :-->
<indicatorCode>1</indicatorCode>
<!--common IndicatorAmfIsf code :-->
<commonIndicatorCode>1</commonIndicatorCode>
<!--Specific Objective code :-->
<specificObjectiveCode>1</specificObjectiveCode>
<!--Fund code :-->
<fundCode>AMF</fundCode>
<!-- Requested Locale (Optional):-->
<locale>it</locale>
getCommonIndicatorDetailAmfIsf
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
indicatorCode
- indicatorCodespecificObjectiveCode
- specific objectivefundCode
- fundlocale
- localeeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getCommonIndicator(java.lang.String indicatorType, java.lang.String indicatorCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
getCommonIndicator
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcReferenceDataDTO> getUnionPriorityMeasuresEmff(java.lang.String unionPriorityMeasuresEmffCode, java.lang.String emffExpenditureTypeCode, java.lang.String unionPiorityEmffCode, java.lang.String locale) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
getUnionPriorityMeasuresEmff
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public SfcReferenceDataMapper getReferenceDataNames()
getReferenceDataNames
in class eu.europa.ec.sfc2014.frontoffice.jws.DirectoryCommonJwsImpl
Copyright © 2024. All rights reserved.