@SchemaValidation(handler=eu.europa.ec.sfc2014.frontoffice.jws.SchemaValidationErrorHandler.class)
public class CommissionDecisionServiceImpl
extends java.lang.Object
Constructor and Description |
---|
CommissionDecisionServiceImpl() |
Modifier and Type | Method and Description |
---|---|
SfcCommissionDecisionDTO |
read(java.lang.String decisionNumber) |
SfcSearchFullResultDTO<SfcCommissionDecisionDTO> |
search(SfcCommissionDecisionQueryDTO query)
Searches for Commission Decisions based on the given Criteria
|
public SfcCommissionDecisionDTO read(java.lang.String decisionNumber) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
decisionNumber
- eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public SfcSearchFullResultDTO<SfcCommissionDecisionDTO> search(SfcCommissionDecisionQueryDTO query) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
<query>
<!--Optional:-->
<resultRange>
<startIndex>0</startIndex>
<endIndex>99</endIndex>
</resultRange>
<!--Optional:-->
<criteria>
<!--Optional:-->
<cci>2014BE</cci>
<decisionDate>2015-03-21T00:00:00</decisionDate>
<title>title%</title>
</criteria>
</query>
query
- SfcCommissionDecisionQueryDTOeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Copyright © 2024. All rights reserved.