Uses of Class
de.hybris.platform.warehousing.data.allocation.DeclineEntry
-
-
Uses of DeclineEntry in de.hybris.platform.warehousing.allocation.decline.action
Methods in de.hybris.platform.warehousing.allocation.decline.action with parameters of type DeclineEntry Modifier and Type Method Description voidDeclineActionStrategy. execute(DeclineEntry declineEntry)Action to be performed based on the givenDeclineEntry, based on the selectedDeclineReasonMethod parameters in de.hybris.platform.warehousing.allocation.decline.action with type arguments of type DeclineEntry Modifier and Type Method Description voidDeclineActionStrategy. execute(java.util.Collection<DeclineEntry> declineEntries)Action to be performed on the given collection ofDeclineEntry, based on the selectedDeclineReason -
Uses of DeclineEntry in de.hybris.platform.warehousing.allocation.decline.action.impl
Methods in de.hybris.platform.warehousing.allocation.decline.action.impl with parameters of type DeclineEntry Modifier and Type Method Description voidDefaultDamagedStockDeclineStrategy. execute(DeclineEntry declineEntry)voidDefaultOutOfStockDeclineStrategy. execute(DeclineEntry declineEntry)voidDefaultTimedBanDeclineStrategy. execute(DeclineEntry declineEntry)Method parameters in de.hybris.platform.warehousing.allocation.decline.action.impl with type arguments of type DeclineEntry Modifier and Type Method Description voidDefaultDamagedStockDeclineStrategy. execute(java.util.Collection<DeclineEntry> declineEntries)voidDefaultOutOfStockDeclineStrategy. execute(java.util.Collection<DeclineEntry> declineEntries)voidDefaultTimedBanDeclineStrategy. execute(java.util.Collection<DeclineEntry> declineEntries) -
Uses of DeclineEntry in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type DeclineEntry Modifier and Type Method Description protected java.util.Optional<DeclineConsignmentEntryEventModel>DefaultAllocationService. declineConsignmentEntry(DeclineEntry declineEntry)Decline a single consignment entry.protected java.lang.LongDefaultAllocationService. getQuantityToDecline(DeclineEntry declineEntry)Get the quantity of items to decline.protected voidDefaultAllocationService. reallocateAllocationEvent(DeclineEntry declineEntry, java.lang.Long quantityToDecline)Delete or update the allocation event which has been created for a specific entry to declineprotected java.lang.LongDefaultAllocationService. useQuantityPending(ConsignmentEntryModel consignmentEntry, DeclineEntry declineEntry) -
Uses of DeclineEntry in de.hybris.platform.warehousing.allocation.util
Methods in de.hybris.platform.warehousing.allocation.util that return DeclineEntry Modifier and Type Method Description DeclineEntryDeclineEntryBuilder. build() -
Uses of DeclineEntry in de.hybris.platform.warehousing.asn.actions
Method parameters in de.hybris.platform.warehousing.asn.actions with type arguments of type DeclineEntry Modifier and Type Method Description protected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction. buildDeclineParam(ConsignmentProcessModel processModel, java.util.List<DeclineEntry> entriesToReallocate)Deprecated.Build and save the context parameter for decline entries and set it into the given processprotected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction. populateConsignmentEntries(ConsignmentModel consignment, java.util.List<DeclineEntry> declineEntries)Deprecated.Populates the consignment entries of a givenConsignmentModel -
Uses of DeclineEntry in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return types with arguments of type DeclineEntry Modifier and Type Method Description java.util.Collection<DeclineEntry>DeclineEntries. getEntries()Method parameters in de.hybris.platform.warehousing.data.allocation with type arguments of type DeclineEntry Modifier and Type Method Description voidDeclineEntries. setEntries(java.util.Collection<DeclineEntry> entries) -
Uses of DeclineEntry in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service with parameters of type DeclineEntry Modifier and Type Method Description voidInventoryEventService. reallocateAllocationEvent(DeclineEntry declineEntry, java.lang.Long quantityToDecline)Delete or update the allocation event which has been created for a specific entry to decline -
Uses of DeclineEntry in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type DeclineEntry Modifier and Type Method Description voidDefaultInventoryEventService. reallocateAllocationEvent(DeclineEntry declineEntry, java.lang.Long quantityToDecline) -
Uses of DeclineEntry in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment with parameters of type DeclineEntry Modifier and Type Method Description protected booleanConsignmentToReallocateController. isDeclinedQuantityCorrect(ConsignmentModel latestConsignmentModel, DeclineEntry declineEntry)Check if the declined quantity of the passed consignment model matches the expected quantity to be declined.Method parameters in de.hybris.platform.warehousingbackoffice.widgets.consignment with type arguments of type DeclineEntry Modifier and Type Method Description protected voidConsignmentToReallocateController. buildDeclineParam(ConsignmentProcessModel processModel, java.util.Collection<DeclineEntry> entriesToReallocate)Build and save the context parameter for decline entries and set it into the given processprotected voidConsignmentToReallocateController. createDeclineEntry(java.util.Collection<DeclineEntry> entriesToReallocate, org.zkoss.zk.ui.Component component)Creates a decline entry for the current rowprotected booleanConsignmentToReallocateController. isDeclineProcessDone(ConsignmentModel latestConsignmentModel, java.util.Collection<DeclineEntry> entriesToReallocate)Check if the decline process is done or not. -
Uses of DeclineEntry in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return DeclineEntry Modifier and Type Method Description protected DeclineEntryDefaultWarehousingConsignmentFacade. populateDeclineEntry(DeclineEntryData declineEntryData, ConsignmentReallocationData consignmentReallocationData, ConsignmentEntryModel consignmentEntryModel)Populates and returnsDeclineEntryfrom givenDeclineEntryDataMethod parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type DeclineEntry Modifier and Type Method Description protected voidDefaultWarehousingConsignmentFacade. buildDeclineParam(ConsignmentProcessModel processModel, java.util.List<DeclineEntry> entriesToReallocate)Build and save the context parameter for decline entries and set it into the given process
-