Package | Description |
---|---|
com.secutix.plugin.paymentintegration.dto.order | |
com.secutix.plugin.paymentintegration.service | |
com.secutix.plugin.paymentintegration.service.emptyImpl |
Modifier and Type | Class and Description |
---|---|
class |
FileContactData
Java class for fileContactData complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ContactData |
TicketSummaryData.buyingContact |
protected ContactData |
TicketSummaryData.buyingContact |
protected ContactData |
TicketSummaryData.culturalContact |
protected ContactData |
TicketSummaryData.culturalContact |
protected ContactData |
MovementContact.holderInfo |
protected ContactData |
TicketData.holderInfo |
protected ContactData |
TicketData.holderInfo |
protected ContactData |
MovementContact.holderInfo |
Modifier and Type | Field and Description |
---|---|
protected List<ContactData> |
CreateOrUpdateOrder.purchasersInfo |
protected List<ContactData> |
CreateOrUpdateOrderWithGranularity.purchasersInfo |
protected List<ContactData> |
CreatePaymentsAndCloseOrder.purchasersInfo |
protected List<ContactData> |
CreatePaymentsAndCloseOrder.purchasersInfo |
protected List<ContactData> |
CreateOrUpdateOrderWithGranularity.purchasersInfo |
protected List<ContactData> |
CreateOrUpdateOrder.purchasersInfo |
Modifier and Type | Method and Description |
---|---|
ContactData |
TicketSummaryData.getBuyingContact()
Gets the value of the buyingContact property.
|
ContactData |
TicketSummaryData.getBuyingContact()
Gets the value of the buyingContact property.
|
ContactData |
TicketSummaryData.getCulturalContact()
Gets the value of the culturalContact property.
|
ContactData |
TicketSummaryData.getCulturalContact()
Gets the value of the culturalContact property.
|
ContactData |
MovementContact.getHolderInfo()
Gets the value of the holderInfo property.
|
ContactData |
TicketData.getHolderInfo()
Gets the value of the holderInfo property.
|
ContactData |
TicketData.getHolderInfo()
Gets the value of the holderInfo property.
|
ContactData |
MovementContact.getHolderInfo()
Gets the value of the holderInfo property.
|
Modifier and Type | Method and Description |
---|---|
List<ContactData> |
CreateOrUpdateOrder.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
List<ContactData> |
CreateOrUpdateOrderWithGranularity.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
List<ContactData> |
CreatePaymentsAndCloseOrder.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
List<ContactData> |
CreatePaymentsAndCloseOrder.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
List<ContactData> |
CreateOrUpdateOrderWithGranularity.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
List<ContactData> |
CreateOrUpdateOrder.getPurchasersInfo()
Gets the value of the purchasersInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
TicketSummaryData.setBuyingContact(ContactData value)
Sets the value of the buyingContact property.
|
void |
TicketSummaryData.setBuyingContact(ContactData value)
Sets the value of the buyingContact property.
|
void |
TicketSummaryData.setCulturalContact(ContactData value)
Sets the value of the culturalContact property.
|
void |
TicketSummaryData.setCulturalContact(ContactData value)
Sets the value of the culturalContact property.
|
void |
MovementContact.setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
void |
TicketData.setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
void |
TicketData.setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
void |
MovementContact.setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
Modifier and Type | Method and Description |
---|---|
CloseOrderResult |
ExternalOrderService.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderService.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CloseOrderResult |
ExternalOrderServiceEmpty.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
CloseOrderResult |
ExternalOrderServiceEmpty.closeOrder(Integer requestId,
ContactData purchaserInfo,
Long orderId,
List<TicketData> tickets,
String externalReference,
boolean generateBarCodes,
Long maxWaitingTime,
OrderType orderType,
String externalRemark)
To close an opened or validated order.
|
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.
|
Copyright © 2021. All rights reserved.