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 OrderUpdateResult |
RefundTicketOrderResponse.orderCreationResult |
protected OrderUpdateResult |
RefundTicketOrderResponse.orderCreationResult |
protected OrderUpdateResult |
CreateOrUpdateOrderResponse.orderUpdateResult |
protected OrderUpdateResult |
CreateOrUpdateOrderWithGranularityResponse.orderUpdateResult |
protected OrderUpdateResult |
CreateOrUpdateOrderWithGranularityResponse.orderUpdateResult |
protected OrderUpdateResult |
CreateOrUpdateOrderResponse.orderUpdateResult |
Modifier and Type | Method and Description |
---|---|
OrderUpdateResult |
RefundTicketOrderResponse.getOrderCreationResult()
Gets the value of the orderCreationResult property.
|
OrderUpdateResult |
RefundTicketOrderResponse.getOrderCreationResult()
Gets the value of the orderCreationResult property.
|
OrderUpdateResult |
CreateOrUpdateOrderResponse.getOrderUpdateResult()
Gets the value of the orderUpdateResult property.
|
OrderUpdateResult |
CreateOrUpdateOrderWithGranularityResponse.getOrderUpdateResult()
Gets the value of the orderUpdateResult property.
|
OrderUpdateResult |
CreateOrUpdateOrderWithGranularityResponse.getOrderUpdateResult()
Gets the value of the orderUpdateResult property.
|
OrderUpdateResult |
CreateOrUpdateOrderResponse.getOrderUpdateResult()
Gets the value of the orderUpdateResult property.
|
Modifier and Type | Method and Description |
---|---|
void |
RefundTicketOrderResponse.setOrderCreationResult(OrderUpdateResult value)
Sets the value of the orderCreationResult property.
|
void |
RefundTicketOrderResponse.setOrderCreationResult(OrderUpdateResult value)
Sets the value of the orderCreationResult property.
|
void |
CreateOrUpdateOrderResponse.setOrderUpdateResult(OrderUpdateResult value)
Sets the value of the orderUpdateResult property.
|
void |
CreateOrUpdateOrderWithGranularityResponse.setOrderUpdateResult(OrderUpdateResult value)
Sets the value of the orderUpdateResult property.
|
void |
CreateOrUpdateOrderWithGranularityResponse.setOrderUpdateResult(OrderUpdateResult value)
Sets the value of the orderUpdateResult property.
|
void |
CreateOrUpdateOrderResponse.setOrderUpdateResult(OrderUpdateResult value)
Sets the value of the orderUpdateResult 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.
|
OrderUpdateResult |
ExternalOrderFacade.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason)
Creates an order refunding the tickets passed in the ticketInfos parameter.
|
OrderUpdateResult |
ExternalOrderFacade.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason)
Creates an order refunding the tickets passed in the ticketInfos parameter.
|
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.
|
OrderUpdateResult |
ExternalOrderFacadeEmpty.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason) |
OrderUpdateResult |
ExternalOrderFacadeEmpty.refundTicketOrder(Integer requestId,
Long pointOfSalesId,
OrderType orderType,
Long orderId,
String externalReference,
List<TicketInfo> ticketInfos,
Boolean autoClose,
String refundReason) |
Copyright © 2021. All rights reserved.