Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.execution.paymentapplicationfead |
Contains the service for the Payment Application FEAD
|
Modifier and Type | Method and Description |
---|---|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.create(SfcCciDTO cci,
java.lang.Boolean isFinal,
java.lang.String period,
java.lang.String nationalReference)
To be used when a user wants to create a new Payment Application.
|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.createNewVersion(SfcCciDTO cci,
java.lang.String period,
java.lang.Integer version,
java.lang.Integer workVersion)
To be used when a user wants to create a new version of a Payment Application.
|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.partialSave(SfcPaymentApplicationVersionFeadDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.read(SfcCciDTO cci,
java.lang.String period,
java.lang.Integer version,
java.lang.Integer workVersion)
Returns a single Payment Application FEAD for the given CCI and for the given version/workVersion.
|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.save(SfcPaymentApplicationVersionFeadDTO version)
Saves a PaymentApplicationFead version.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcPaymentApplicationVersionFeadDTO> |
PaymentApplicationFeadServiceImpl.search(SfcPaymentApplicationQueryDTO query)
Searches for FEAD Payment Applications 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 |
---|---|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.partialSave(SfcPaymentApplicationVersionFeadDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcPaymentApplicationVersionFeadDTO |
PaymentApplicationFeadServiceImpl.save(SfcPaymentApplicationVersionFeadDTO version)
Saves a PaymentApplicationFead version.
|
Copyright © 2024. All rights reserved.