Uses of Class
de.hybris.platform.warehousingfacades.order.data.ConsignmentReallocationData
-
Packages that use ConsignmentReallocationData Package Description de.hybris.platform.warehousingfacades.order de.hybris.platform.warehousingfacades.order.impl -
-
Uses of ConsignmentReallocationData in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order with parameters of type ConsignmentReallocationData Modifier and Type Method Description voidWarehousingConsignmentFacade. reallocateConsignment(java.lang.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 ConsignmentReallocationData Modifier and Type Method Description protected DeclineEntryDefaultWarehousingConsignmentFacade. populateDeclineEntry(DeclineEntryData declineEntryData, ConsignmentReallocationData consignmentReallocationData, ConsignmentEntryModel consignmentEntryModel)Populates and returnsDeclineEntryfrom givenDeclineEntryDatavoidDefaultWarehousingConsignmentFacade. reallocateConsignment(java.lang.String consignmentCode, ConsignmentReallocationData consignmentReallocationData)protected voidDefaultWarehousingConsignmentFacade. validateDeclineEntryDataToReallocate(ConsignmentReallocationData consignmentReallocationData, DeclineEntryData declineEntryData, ConsignmentEntryModel consignmentEntry)Validation forDeclineEntryDatato be reallocated against givenConsignmentEntryModel.
-