Uses of Class
de.hybris.platform.warehousingfacades.order.data.DeclineEntryData
Packages that use DeclineEntryData
Package
Description
-
Uses of DeclineEntryData in de.hybris.platform.warehousingfacades.order.data
Methods in de.hybris.platform.warehousingfacades.order.data that return types with arguments of type DeclineEntryDataMethod parameters in de.hybris.platform.warehousingfacades.order.data with type arguments of type DeclineEntryDataModifier and TypeMethodDescriptionvoidConsignmentReallocationData.setDeclineEntries(List<DeclineEntryData> declineEntries) -
Uses of DeclineEntryData in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type DeclineEntryDataModifier and TypeMethodDescriptionprotected DeclineEntryDefaultWarehousingConsignmentFacade.populateDeclineEntry(DeclineEntryData declineEntryData, ConsignmentReallocationData consignmentReallocationData, ConsignmentEntryModel consignmentEntryModel) Populates and returnsDeclineEntryfrom givenDeclineEntryDataprotected voidDefaultWarehousingConsignmentFacade.validateDeclineEntryDataToReallocate(ConsignmentReallocationData consignmentReallocationData, DeclineEntryData declineEntryData, ConsignmentEntryModel consignmentEntry) Validation forDeclineEntryDatato be reallocated against givenConsignmentEntryModel.