Uses of Class
de.hybris.platform.warehousingfacades.order.data.DeclineEntryData
-
Packages that use DeclineEntryData Package Description de.hybris.platform.warehousingfacades.order.data de.hybris.platform.warehousingfacades.order.impl -
-
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 DeclineEntryData Modifier and Type Method Description java.util.List<DeclineEntryData>ConsignmentReallocationData. getDeclineEntries()Method parameters in de.hybris.platform.warehousingfacades.order.data with type arguments of type DeclineEntryData Modifier and Type Method Description voidConsignmentReallocationData. setDeclineEntries(java.util.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 DeclineEntryData Modifier and Type Method Description protected 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.
-