Uses of Class
de.hybris.platform.ordercancel.OrderCancelEntry
Packages that use OrderCancelEntry
Package
Description
-
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 OrderCancelEntryModifier and TypeMethodDescriptionprotected voidCancelOrderController.createOrderCancelEntry(List<OrderCancelEntry> orderCancelEntries, 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 OrderCancelEntryConstructor parameters in de.hybris.platform.ordercancel with type arguments of type OrderCancelEntryModifierConstructorDescriptionOrderCancelRequest(OrderModel order, List<OrderCancelEntry> orderCancelEntries) Creates OrderCancelRequest for Order Cancel Partial.OrderCancelRequest(OrderModel order, List<OrderCancelEntry> orderCancelEntries, String notes) Creates OrderCancelRequest for Order Cancel Partial.OrderCancelResponse(OrderModel order, List<OrderCancelEntry> orderCancelEntries) OrderCancelResponse(OrderModel order, List<OrderCancelEntry> orderCancelEntries, OrderCancelResponse.ResponseStatus status, String statusMessage) -
Uses of OrderCancelEntry in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl with parameters of type OrderCancelEntryModifier and TypeMethodDescriptionprotected OrderEntryModelDefaultOrderCancelRecordsHandler.getOriginalOrderEntry(Map<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 OrderCancelEntryModifier and TypeMethodDescriptionOmsOrderCancelService.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 OrderCancelEntryModifier and TypeMethodDescriptionprotected List<OrderCancelEntry>DefaultOmsOrderCancelService.extractCancellationEntriesForAllocatedQuantities(List<OmsUnallocatedCancellationRemainder> unallocatedCancellationRemainders) Extracts a list ofOrderCancelEntrycorresponding to the requested quantity to cancel.DefaultOmsOrderCancelService.processOrderCancel(OrderCancelRecordEntryModel orderCancelRecordEntryModel) Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type OrderCancelEntryModifier and TypeMethodDescriptionprotected LongDefaultConsignmentCancellationService.getAlreadyCancelledQty(Map<AbstractOrderEntryModel, Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry) Gets the already cancelled quantityprotected voidDefaultConsignmentCancellationService.moveProcessAndTerminateWorkflow(OrderCancelResponse orderCancelResponse, Map<AbstractOrderEntryModel, Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry) Moves the consignment business process and terminates the consignment workflowprotected voidDefaultConsignmentCancellationService.saveSourceOrderEntryToCancelledConsignmentEntry(OrderCancelEntry orderCancelEntry, OrderCancelResponse orderCancelResponse) -
Uses of OrderCancelEntry in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util that return types with arguments of type OrderCancelEntryModifier and TypeMethodDescriptionCancellationEntryBuilder.build(Map<AbstractOrderEntryModel, 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 OrderCancelEntryModifier and TypeMethodDescriptionprotected OrderCancelEntryCancelOrderAction.createCancellationEntry(AbstractOrderEntryModel orderEntry) Create aOrderCancelEntryfrom anAbstractOrderEntryModel.Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel that return types with arguments of type OrderCancelEntryModifier and TypeMethodDescriptionCancelOrderAction.createCancellationEntries(OrderModel order) Create a collection ofOrderCancelEntryfrom the list of order entries in the order.