Uses of Class
de.hybris.platform.warehousingfacades.order.data.ConsignmentReallocationData
Packages that use ConsignmentReallocationData
Package
Description
-
Uses of ConsignmentReallocationData in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order with parameters of type ConsignmentReallocationDataModifier and TypeMethodDescriptionvoidWarehousingConsignmentFacade.reallocateConsignment(String consignmentCode, ConsignmentReallocationData consignmentReallocationData) Reallocate the given consignment based on the givenConsignmentReallocationData -
Uses of ConsignmentReallocationData in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type ConsignmentReallocationDataModifier and TypeMethodDescriptionprotected DeclineEntryDefaultWarehousingConsignmentFacade.populateDeclineEntry(DeclineEntryData declineEntryData, ConsignmentReallocationData consignmentReallocationData, ConsignmentEntryModel consignmentEntryModel) Populates and returnsDeclineEntryfrom givenDeclineEntryDatavoidDefaultWarehousingConsignmentFacade.reallocateConsignment(String consignmentCode, ConsignmentReallocationData consignmentReallocationData) protected voidDefaultWarehousingConsignmentFacade.validateDeclineEntryDataToReallocate(ConsignmentReallocationData consignmentReallocationData, DeclineEntryData declineEntryData, ConsignmentEntryModel consignmentEntry) Validation forDeclineEntryDatato be reallocated against givenConsignmentEntryModel.