Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.service.execution.paymentapplicationemff |
Contains the service for the Payment Application EMFF
|
Modifier and Type | Method and Description |
---|---|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.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.
|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.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.
|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.partialSave(SfcPaymentApplicationVersionEmffDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.read(SfcCciDTO cci,
java.lang.String period,
java.lang.Integer version,
java.lang.Integer workVersion)
Returns a single Payment Application Emff for the given CCI and for the given version/workVersion.
|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.save(SfcPaymentApplicationVersionEmffDTO version)
Saves a PaymentApplication version.
|
Modifier and Type | Method and Description |
---|---|
SfcSearchResultDTO<SfcPaymentApplicationVersionEmffDTO> |
PaymentApplicationEmffServiceImpl.search(SfcPaymentApplicationQueryDTO query)
Searches for EMFF 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 |
---|---|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.partialSave(SfcPaymentApplicationVersionEmffDTO version)
Similar to the save operation this partialSave will only update the data that has been provided.
|
SfcPaymentApplicationVersionEmffDTO |
PaymentApplicationEmffServiceImpl.save(SfcPaymentApplicationVersionEmffDTO version)
Saves a PaymentApplication version.
|
Copyright © 2024. All rights reserved.