Uses of Class
de.hybris.platform.warehousing.data.cancellation.OmsUnallocatedCancellationRemainder
Packages that use OmsUnallocatedCancellationRemainder
-
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 OmsUnallocatedCancellationRemainderModifier and TypeMethodDescriptionprotected List<OmsUnallocatedCancellationRemainder>DefaultOmsOrderCancelService.cancelUnallocatedQuantities(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 OmsUnallocatedCancellationRemainderModifier and TypeMethodDescriptionprotected voidDefaultOmsOrderCancelService.cancelUnallocatedAndAddRemainder(List<OmsUnallocatedCancellationRemainder> remainders, OrderEntryCancelRecordEntryModel orderEntryCancellationRecord) Cancels in a first time the unallocated quantities and if necessary creates remainders for the left quantitiesprotected List<OrderCancelEntry>DefaultOmsOrderCancelService.extractCancellationEntriesForAllocatedQuantities(List<OmsUnallocatedCancellationRemainder> unallocatedCancellationRemainders) Extracts a list ofOrderCancelEntrycorresponding to the requested quantity to cancel.