Uses of Class
de.hybris.platform.warehousing.data.allocation.DeclineEntry
Packages that use DeclineEntry
Package
Description
-
Uses of DeclineEntry in de.hybris.platform.warehousing.allocation.decline.action
Methods in de.hybris.platform.warehousing.allocation.decline.action with parameters of type DeclineEntryModifier and TypeMethodDescriptionvoidDeclineActionStrategy.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 DeclineEntryModifier and TypeMethodDescriptionvoidDeclineActionStrategy.execute(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 DeclineEntryModifier and TypeMethodDescriptionvoidDefaultDamagedStockDeclineStrategy.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 DeclineEntryModifier and TypeMethodDescriptionvoidDefaultDamagedStockDeclineStrategy.execute(Collection<DeclineEntry> declineEntries) voidDefaultOutOfStockDeclineStrategy.execute(Collection<DeclineEntry> declineEntries) voidDefaultTimedBanDeclineStrategy.execute(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 DeclineEntryModifier and TypeMethodDescriptionprotected Optional<DeclineConsignmentEntryEventModel>DefaultAllocationService.declineConsignmentEntry(DeclineEntry declineEntry) Decline a single consignment entry.protected LongDefaultAllocationService.getQuantityToDecline(DeclineEntry declineEntry) Get the quantity of items to decline.protected voidDefaultAllocationService.reallocateAllocationEvent(DeclineEntry declineEntry, Long quantityToDecline) Delete or update the allocation event which has been created for a specific entry to declineprotected 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 -
Uses of DeclineEntry in de.hybris.platform.warehousing.asn.actions
Method parameters in de.hybris.platform.warehousing.asn.actions with type arguments of type DeclineEntryModifier and TypeMethodDescriptionprotected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction.buildDeclineParam(ConsignmentProcessModel processModel, List<DeclineEntry> entriesToReallocate) Deprecated, for removal: This API element is subject to removal in a future version.Build and save the context parameter for decline entries and set it into the given processprotected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction.populateConsignmentEntries(ConsignmentModel consignment, List<DeclineEntry> declineEntries) Deprecated, for removal: This API element is subject to removal in a future version.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 DeclineEntryMethod parameters in de.hybris.platform.warehousing.data.allocation with type arguments of type DeclineEntryModifier and TypeMethodDescriptionvoidDeclineEntries.setEntries(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 DeclineEntryModifier and TypeMethodDescriptionvoidInventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry, 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 DeclineEntryModifier and TypeMethodDescriptionvoidDefaultInventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry, Long quantityToDecline) -
Uses of DeclineEntry in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment with parameters of type DeclineEntryModifier and TypeMethodDescriptionprotected 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 DeclineEntryModifier and TypeMethodDescriptionprotected voidConsignmentToReallocateController.buildDeclineParam(ConsignmentProcessModel processModel, Collection<DeclineEntry> entriesToReallocate) Build and save the context parameter for decline entries and set it into the given processprotected voidConsignmentToReallocateController.createDeclineEntry(Collection<DeclineEntry> entriesToReallocate, org.zkoss.zk.ui.Component component) Creates a decline entry for the current rowprotected booleanConsignmentToReallocateController.isDeclineProcessDone(ConsignmentModel latestConsignmentModel, 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 DeclineEntryModifier and TypeMethodDescriptionprotected 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 DeclineEntryModifier and TypeMethodDescriptionprotected voidDefaultWarehousingConsignmentFacade.buildDeclineParam(ConsignmentProcessModel processModel, List<DeclineEntry> entriesToReallocate) Build and save the context parameter for decline entries and set it into the given process