Package | Description |
---|---|
com.secutix.plugin.paymentintegration.dto.order | |
com.secutix.plugin.paymentintegration.service | |
com.secutix.plugin.paymentintegration.service.emptyImpl |
Modifier and Type | Field and Description |
---|---|
protected List<FileContactData> |
FileUpdateData.fileContactas |
protected List<FileContactData> |
FileUpdateData.fileContactas |
protected List<FileContactData> |
CountFilesByCriteria.fileContacts |
protected List<FileContactData> |
CreateOrUpdateOrder.fileContacts |
protected List<FileContactData> |
CreateOrUpdateOrderWithGranularity.fileContacts |
protected List<FileContactData> |
CreatePaymentsAndCloseOrder.fileContacts |
protected List<FileContactData> |
FileDetailsData.fileContacts |
protected List<FileContactData> |
ListFilesByCriteria.fileContacts |
protected List<FileContactData> |
ListFilesByCriteria.fileContacts |
protected List<FileContactData> |
FileDetailsData.fileContacts |
protected List<FileContactData> |
CreatePaymentsAndCloseOrder.fileContacts |
protected List<FileContactData> |
CreateOrUpdateOrderWithGranularity.fileContacts |
protected List<FileContactData> |
CreateOrUpdateOrder.fileContacts |
protected List<FileContactData> |
CountFilesByCriteria.fileContacts |
Modifier and Type | Method and Description |
---|---|
List<FileContactData> |
FileUpdateData.getFileContactas()
Gets the value of the fileContactas property.
|
List<FileContactData> |
FileUpdateData.getFileContactas()
Gets the value of the fileContactas property.
|
List<FileContactData> |
CountFilesByCriteria.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreateOrUpdateOrder.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreateOrUpdateOrderWithGranularity.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreatePaymentsAndCloseOrder.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
FileDetailsData.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
ListFilesByCriteria.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
ListFilesByCriteria.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
FileDetailsData.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreatePaymentsAndCloseOrder.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreateOrUpdateOrderWithGranularity.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CreateOrUpdateOrder.getFileContacts()
Gets the value of the fileContacts property.
|
List<FileContactData> |
CountFilesByCriteria.getFileContacts()
Gets the value of the fileContacts property.
|
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
ExternalOrderFacade.createOrUpdateOrder(Integer requestId,
Long pointOfSalesId,
Long orderId,
Long fileId,
OrderType orderType,
List<ContactData> purchasersInfo,
String externalReference,
List<ComposedProductOperationCreationData> composedProductOperations,
List<SingleEntryOperationAttributionData> singleEntryAttributionOperations,
List<SimpleProductOperationCreationData> simpleProductOperations,
List<TransportProductOperationCreationData> transportProductOperations,
List<ChargeOperation> chargeOperations,
OrderOriginData origin,
List<FileContactData> fileContacts,
boolean isResumeAllOptionOperations,
boolean isResumeAllReservationOperations)
Generally, this method intends for creating and updating any order in the system.
|
OrderUpdateResult |
ExternalOrderFacade.createOrUpdateOrder(Integer requestId,
Long pointOfSalesId,
Long orderId,
Long fileId,
OrderType orderType,
List<ContactData> purchasersInfo,
String externalReference,
List<ComposedProductOperationCreationData> composedProductOperations,
List<SingleEntryOperationAttributionData> singleEntryAttributionOperations,
List<SimpleProductOperationCreationData> simpleProductOperations,
List<TransportProductOperationCreationData> transportProductOperations,
List<ChargeOperation> chargeOperations,
OrderOriginData origin,
List<FileContactData> fileContacts,
boolean isResumeAllOptionOperations,
boolean isResumeAllReservationOperations)
Generally, this method intends for creating and updating any order in the system.
|
PaymentAndCloseOrderResult |
ExternalOrderFacade.createPaymentsAndCloseOrder(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams,
String externalReference,
OrderType orderType,
Long maxWaitingTime,
List<ContactData> purchasersInfo,
List<TicketData> tickets,
String externalRemark,
List<FileContactData> fileContacts,
List<String> oneTimeCodes,
FileData fileData,
CancellationInsuranceData cancellationInsuranceData,
boolean isConvertedReservation,
boolean createToken,
String contactRemark)
Validates given Sale order, creates payment and closes the order.
|
PaymentAndCloseOrderResult |
ExternalOrderFacade.createPaymentsAndCloseOrder(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams,
String externalReference,
OrderType orderType,
Long maxWaitingTime,
List<ContactData> purchasersInfo,
List<TicketData> tickets,
String externalRemark,
List<FileContactData> fileContacts,
List<String> oneTimeCodes,
FileData fileData,
CancellationInsuranceData cancellationInsuranceData,
boolean isConvertedReservation,
boolean createToken,
String contactRemark)
Validates given Sale order, creates payment and closes the order.
|
FileSummaryListResult |
ExternalOrderHistoryService.listFilesByCriteria(Integer requestId,
Long pointOfSalesId,
Date startDate,
Date endDate,
List<FileState> states,
Long productId,
Long performanceId,
Long itemId,
String culturalContactReference,
List<PaymentStatus> paymentStates,
Long startPosition,
Long maxResult,
List<FileContactData> fileContacts,
Date maxFileExpirationDate,
Date maxInstallmentExpirationDate,
FileSearchCriteria fileSearchCriteria,
FileSortingCriteria fileSortingCriteria,
MainCategory mainAudienceCategory,
List<FileOptionState> fileOptionStates,
List<OrderOriginator> orderOriginators)
Returns a list of files filtered by the given criteria.
|
FileSummaryListResult |
ExternalOrderHistoryService.listFilesByCriteria(Integer requestId,
Long pointOfSalesId,
Date startDate,
Date endDate,
List<FileState> states,
Long productId,
Long performanceId,
Long itemId,
String culturalContactReference,
List<PaymentStatus> paymentStates,
Long startPosition,
Long maxResult,
List<FileContactData> fileContacts,
Date maxFileExpirationDate,
Date maxInstallmentExpirationDate,
FileSearchCriteria fileSearchCriteria,
FileSortingCriteria fileSortingCriteria,
MainCategory mainAudienceCategory,
List<FileOptionState> fileOptionStates,
List<OrderOriginator> orderOriginators)
Returns a list of files filtered by the given criteria.
|
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
ExternalOrderFacadeEmpty.createOrUpdateOrder(Integer requestId,
Long pointOfSalesId,
Long orderId,
Long fileId,
OrderType orderType,
List<ContactData> purchasersInfo,
String externalReference,
List<ComposedProductOperationCreationData> composedProductOperations,
List<SingleEntryOperationAttributionData> singleEntryAttributionOperations,
List<SimpleProductOperationCreationData> simpleProductOperations,
List<TransportProductOperationCreationData> transportProductOperations,
List<ChargeOperation> chargeOperations,
OrderOriginData origin,
List<FileContactData> fileContacts,
boolean isResumeAllOptionOperations,
boolean isResumeAllReservationOperations)
Generally, this method intends for creating and updating any order in the system.
|
OrderUpdateResult |
ExternalOrderFacadeEmpty.createOrUpdateOrder(Integer requestId,
Long pointOfSalesId,
Long orderId,
Long fileId,
OrderType orderType,
List<ContactData> purchasersInfo,
String externalReference,
List<ComposedProductOperationCreationData> composedProductOperations,
List<SingleEntryOperationAttributionData> singleEntryAttributionOperations,
List<SimpleProductOperationCreationData> simpleProductOperations,
List<TransportProductOperationCreationData> transportProductOperations,
List<ChargeOperation> chargeOperations,
OrderOriginData origin,
List<FileContactData> fileContacts,
boolean isResumeAllOptionOperations,
boolean isResumeAllReservationOperations)
Generally, this method intends for creating and updating any order in the system.
|
PaymentAndCloseOrderResult |
ExternalOrderFacadeEmpty.createPaymentsAndCloseOrder(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams,
String externalReference,
OrderType orderType,
Long maxWaitingTime,
List<ContactData> purchasersInfo,
List<TicketData> tickets,
String externalRemark,
List<FileContactData> fileContacts,
List<String> oneTimeCodes,
FileData fileData,
CancellationInsuranceData cancellationInsuranceData,
boolean isConvertedReservation,
boolean createToken,
String contactRemark)
Validates given Sale order, creates payment and closes the order.
|
PaymentAndCloseOrderResult |
ExternalOrderFacadeEmpty.createPaymentsAndCloseOrder(Integer requestId,
Long orderId,
List<PaymentInfo> payments,
PaymentParameters paymentParams,
String externalReference,
OrderType orderType,
Long maxWaitingTime,
List<ContactData> purchasersInfo,
List<TicketData> tickets,
String externalRemark,
List<FileContactData> fileContacts,
List<String> oneTimeCodes,
FileData fileData,
CancellationInsuranceData cancellationInsuranceData,
boolean isConvertedReservation,
boolean createToken,
String contactRemark)
Validates given Sale order, creates payment and closes the order.
|
FileSummaryListResult |
ExternalOrderHistoryServiceEmpty.listFilesByCriteria(Integer requestId,
Long pointOfSalesId,
Date startDate,
Date endDate,
List<FileState> states,
Long productId,
Long performanceId,
Long itemId,
String culturalContactReference,
List<PaymentStatus> paymentStates,
Long startPosition,
Long maxResult,
List<FileContactData> fileContacts,
Date maxFileExpirationDate,
Date maxInstallmentExpirationDate,
FileSearchCriteria fileSearchCriteria,
FileSortingCriteria fileSortingCriteria,
MainCategory mainAudienceCategory,
List<FileOptionState> fileOptionStates,
List<OrderOriginator> orderOriginators)
Returns a list of files filtered by the given criteria.
|
FileSummaryListResult |
ExternalOrderHistoryServiceEmpty.listFilesByCriteria(Integer requestId,
Long pointOfSalesId,
Date startDate,
Date endDate,
List<FileState> states,
Long productId,
Long performanceId,
Long itemId,
String culturalContactReference,
List<PaymentStatus> paymentStates,
Long startPosition,
Long maxResult,
List<FileContactData> fileContacts,
Date maxFileExpirationDate,
Date maxInstallmentExpirationDate,
FileSearchCriteria fileSearchCriteria,
FileSortingCriteria fileSortingCriteria,
MainCategory mainAudienceCategory,
List<FileOptionState> fileOptionStates,
List<OrderOriginator> orderOriginators)
Returns a list of files filtered by the given criteria.
|
Copyright © 2021. All rights reserved.