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