Uses of Class
de.hybris.platform.ordercancel.OrderCancelEntry
-
-
Uses of OrderCancelEntry in de.hybris.platform.omsbackoffice.widgets.order.cancelorder
Method parameters in de.hybris.platform.omsbackoffice.widgets.order.cancelorder with type arguments of type OrderCancelEntry Modifier and Type Method Description protected voidCancelOrderController. createOrderCancelEntry(java.util.List<OrderCancelEntry> orderCancelEntries, java.lang.Object entry)Creates anOrderCancelEntry -
Uses of OrderCancelEntry in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return types with arguments of type OrderCancelEntry Modifier and Type Method Description java.util.List<OrderCancelEntry>OrderCancelRequest. getEntriesToCancel()Constructor parameters in de.hybris.platform.ordercancel with type arguments of type OrderCancelEntry Constructor Description OrderCancelRequest(OrderModel order, java.util.List<OrderCancelEntry> orderCancelEntries)Creates OrderCancelRequest for Order Cancel Partial.OrderCancelRequest(OrderModel order, java.util.List<OrderCancelEntry> orderCancelEntries, java.lang.String notes)Creates OrderCancelRequest for Order Cancel Partial.OrderCancelResponse(OrderModel order, java.util.List<OrderCancelEntry> orderCancelEntries)OrderCancelResponse(OrderModel order, java.util.List<OrderCancelEntry> orderCancelEntries, OrderCancelResponse.ResponseStatus status, java.lang.String statusMessage) -
Uses of OrderCancelEntry in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl with parameters of type OrderCancelEntry Modifier and Type Method Description protected OrderEntryModelDefaultOrderCancelRecordsHandler. getOriginalOrderEntry(java.util.Map<java.lang.Integer,AbstractOrderEntryModel> originalOrderEntriesMapping, OrderCancelEntry cancelRequestEntry) -
Uses of OrderCancelEntry in de.hybris.platform.warehousing.cancellation
Methods in de.hybris.platform.warehousing.cancellation that return types with arguments of type OrderCancelEntry Modifier and Type Method Description java.util.List<OrderCancelEntry>OmsOrderCancelService. processOrderCancel(OrderCancelRecordEntryModel orderCancelRecordEntryModel)process order cancellation -
Uses of OrderCancelEntry in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type OrderCancelEntry Modifier and Type Method Description protected java.util.List<OrderCancelEntry>DefaultOmsOrderCancelService. extractCancellationEntriesForAllocatedQuantities(java.util.List<OmsUnallocatedCancellationRemainder> unallocatedCancellationRemainders)Extracts a list ofOrderCancelEntrycorresponding to the requested quantity to cancel.java.util.List<OrderCancelEntry>DefaultOmsOrderCancelService. processOrderCancel(OrderCancelRecordEntryModel orderCancelRecordEntryModel)Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type OrderCancelEntry Modifier and Type Method Description protected java.lang.LongDefaultConsignmentCancellationService. getAlreadyCancelledQty(java.util.Map<AbstractOrderEntryModel,java.lang.Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry)Gets the already cancelled quantityprotected voidDefaultConsignmentCancellationService. moveProcessAndTerminateWorkflow(OrderCancelResponse orderCancelResponse, java.util.Map<AbstractOrderEntryModel,java.lang.Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry)Moves the consignment business process and terminates the consignment workflow -
Uses of OrderCancelEntry in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util that return types with arguments of type OrderCancelEntry Modifier and Type Method Description java.util.List<OrderCancelEntry>CancellationEntryBuilder. build(java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo, CancelReason cancelReason) -
Uses of OrderCancelEntry in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel that return OrderCancelEntry Modifier and Type Method Description protected OrderCancelEntryCancelOrderAction. createCancellationEntry(AbstractOrderEntryModel orderEntry)Create aOrderCancelEntryfrom anAbstractOrderEntryModel.Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel that return types with arguments of type OrderCancelEntry Modifier and Type Method Description java.util.Collection<OrderCancelEntry>CancelOrderAction. createCancellationEntries(OrderModel order)Create a collection ofOrderCancelEntryfrom the list of order entries in the order.
-