Uses of Class
de.hybris.platform.warehousing.data.allocation.DeclineEntries
-
-
Uses of DeclineEntries in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type DeclineEntries Modifier and Type Method Description voidAllocationService. autoReallocate(DeclineEntries declinedEntries)CreatesDeclineConsignmentEntryEventModelitems to represent the reallocations that can be retrieved byConsignmentEntryModel.getDeclineEntryEvents().java.util.Collection<ConsignmentModel>AllocationService. manualReallocate(DeclineEntries declinedEntries)Manually reallocate the consignment entries provided to a new point of service. -
Uses of DeclineEntries in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type DeclineEntries Modifier and Type Method Description voidDefaultAllocationService. autoReallocate(DeclineEntries declinedEntries)java.util.Collection<ConsignmentModel>DefaultAllocationService. manualReallocate(DeclineEntries declinedEntries) -
Uses of DeclineEntries in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util that return DeclineEntries Modifier and Type Method Description DeclineEntriesDeclineEntryBuilder. build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo)DeclineEntriesDeclineEntryBuilder. build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, DeclineReason reason)DeclineEntriesDeclineEntryBuilder. build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, WarehouseModel warehouse)DeclineEntriesDeclineEntryBuilder. build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, WarehouseModel warehouse, DeclineReason reason) -
Uses of DeclineEntries in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type DeclineEntries Modifier and Type Method Description protected voidReAllocateConsignmentAction. executeDeclineActions(DeclineEntries declinedEntries)Executes aDeclineActionStrategy, for each declined entry according to the specified reason.protected voidReAllocateConsignmentAction. performAutoDecline(AbstractOrderModel order, DeclineEntries autoDeclineEntries)Performs the auto decline for the givenDeclineEntriesand trigger the sourcing for the associatedAbstractOrderModelprotected voidReAllocateConsignmentAction. performManualDecline(DeclineEntries manualDeclineEntries)Performs the manual reallocation for the givenDeclineEntries, Also, it starts theConsignmentProcessModelas well asWorkflowModelfor task assignment for the newly created consignments
-