Uses of Class
de.hybris.platform.warehousing.data.cancellation.OmsUnallocatedCancellationRemainder
-
Packages that use OmsUnallocatedCancellationRemainder Package Description de.hybris.platform.warehousing.cancellation.impl -
-
Uses of OmsUnallocatedCancellationRemainder in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type OmsUnallocatedCancellationRemainder Modifier and Type Method Description protected java.util.List<OmsUnallocatedCancellationRemainder>DefaultOmsOrderCancelService. cancelUnallocatedQuantities(java.util.List<OrderEntryCancelRecordEntryModel> orderEntryCancellationRecords)Cancels unallocated quantities based on each entry's requested cancel quantity.Method parameters in de.hybris.platform.warehousing.cancellation.impl with type arguments of type OmsUnallocatedCancellationRemainder Modifier and Type Method Description protected voidDefaultOmsOrderCancelService. cancelUnallocatedAndAddRemainder(java.util.List<OmsUnallocatedCancellationRemainder> remainders, OrderEntryCancelRecordEntryModel orderEntryCancellationRecord)Cancels in a first time the unallocated quantities and if necessary creates remainders for the left quantitiesprotected java.util.List<OrderCancelEntry>DefaultOmsOrderCancelService. extractCancellationEntriesForAllocatedQuantities(java.util.List<OmsUnallocatedCancellationRemainder> unallocatedCancellationRemainders)Extracts a list ofOrderCancelEntrycorresponding to the requested quantity to cancel.
-