Package | Description |
---|---|
com.secutix.plugin.em.v1_0 | |
com.secutix.plugin.em.v1_0.dto |
Modifier and Type | Method and Description |
---|---|
List<OrderData> |
OrderReader.listOrders(Date fromDate,
Date toDate,
int minIndex,
int nbMaxResults)
Returns orders based on closing date with pagination
|
List<OrderData> |
OrderReader.listOrders(Date fromDate,
Date toDate,
int minIndex,
int nbMaxResults)
Returns orders based on closing date with pagination
|
default List<OrderData> |
OrderReader.listOrdersById(List<Long> orderIds)
Returns orders by order ids
|
default List<OrderData> |
OrderReader.listOrdersById(List<Long> orderIds)
Returns orders by order ids
|
Modifier and Type | Method and Description |
---|---|
ClosingOrderResult |
ExternalManagerPlugin.executeJustBeforeClosingOrder(OrderData orderData) |
ClosingOrderResult |
ExternalManagerPlugin.executeJustBeforeClosingOrder(OrderData orderData) |
Modifier and Type | Method and Description |
---|---|
ResynchronizationOrderPluginResult |
ExternalManagerPlugin.resynchronizeOrders(List<OrderData> orders,
ExternalManagerPlugin.ResynchronisationCauseEnum cause,
String remark) |
ResynchronizationOrderPluginResult |
ExternalManagerPlugin.resynchronizeOrders(List<OrderData> orders,
ExternalManagerPlugin.ResynchronisationCauseEnum cause,
String remark) |
Modifier and Type | Method and Description |
---|---|
OrderData |
TicketInformationData.getOrderData() |
OrderData |
TicketInformationData.getOrderData() |
Constructor and Description |
---|
TicketInformationData(TicketData ticketData,
MovementData movementData,
OperationData operationData,
OrderData orderData) |
TicketInformationData(TicketData ticketData,
MovementData movementData,
OperationData operationData,
OrderData orderData) |
Copyright © 2021. All rights reserved.