Uses of Class
de.hybris.platform.warehousing.model.AllocationEventModel
Packages that use AllocationEventModel
Package
Description
-
Uses of AllocationEventModel in de.hybris.platform.warehousing.asn.actions
Method parameters in de.hybris.platform.warehousing.asn.actions with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionprotected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction.reallocateConsignments(AdvancedShippingNoticeModel attachedAsn, Collection<AllocationEventModel> allocationEvents, Set<String> alreadyReallocatedConsignments) Deprecated, for removal: This API element is subject to removal in a future version.ReallocatesConsignmentModel(s) originally allocated from the stocklevels associated with the givenAdvancedShippingNoticeModel -
Uses of AllocationEventModel in de.hybris.platform.warehousing.data.pickslip
Methods in de.hybris.platform.warehousing.data.pickslip that return types with arguments of type AllocationEventModelMethod parameters in de.hybris.platform.warehousing.data.pickslip with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionvoidConsolidatedPickSlipFormEntry.setAllocationEvents(List<AllocationEventModel> allocationEvents) -
Uses of AllocationEventModel in de.hybris.platform.warehousing.inventoryevent.dao
Methods in de.hybris.platform.warehousing.inventoryevent.dao that return types with arguments of type AllocationEventModelModifier and TypeMethodDescriptionInventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment) Retrieves a collection ofAllocationEventModelfor the givenConsignmentModelInventoryEventDao.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) Retrieves a list ofAllocationEventModelrelated to aConsignmentEntryModelInventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) Retrieves a collection ofAllocationEventModelfor anOrderEntryModel -
Uses of AllocationEventModel in de.hybris.platform.warehousing.inventoryevent.dao.impl
Methods in de.hybris.platform.warehousing.inventoryevent.dao.impl that return types with arguments of type AllocationEventModelModifier and TypeMethodDescriptionDefaultInventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment) DefaultInventoryEventDao.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) DefaultInventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) -
Uses of AllocationEventModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service that return types with arguments of type AllocationEventModelModifier and TypeMethodDescriptionInventoryEventService.createAllocationEvents(ConsignmentModel consignment) Persists theAllocationEventModelto account for the changes in stock quantities.InventoryEventService.createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) Create multipleAllocationEventModelthat are required to fulfill theConsignmentEntryModelInventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment) Retrieves a collection ofAllocationEventModelfor the givenConsignmentModelInventoryEventService.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) Retrieves a collection ofAllocationEventModelfor aConsignmentEntryModelInventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) Retrieves a collection ofAllocationEventModelfor anOrderEntryModelInventoryEventService.getAllocationEventsForReallocation(Collection<AllocationEventModel> allocationEvents, Long quantityToDecline) Extracts theStockLevelModelofAllocationEventModeland sorts them by quantity.Method parameters in de.hybris.platform.warehousing.inventoryevent.service with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionInventoryEventService.getAllocationEventsForReallocation(Collection<AllocationEventModel> allocationEvents, Long quantityToDecline) Extracts theStockLevelModelofAllocationEventModeland sorts them by quantity. -
Uses of AllocationEventModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl that return types with arguments of type AllocationEventModelModifier and TypeMethodDescriptionDefaultInventoryEventService.createAllocationEvents(ConsignmentModel consignment) DefaultInventoryEventService.createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) DefaultInventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment) DefaultInventoryEventService.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) DefaultInventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) DefaultInventoryEventService.getAllocationEventsForReallocation(Collection<AllocationEventModel> allocationEvents, Long quantityToDecline) Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type AllocationEventModelModifier and TypeMethodDescriptionprotected longDefaultInventoryEventService.addToAllocationMap(Map<AllocationEventModel, Long> allocationMap, AllocationEventModel allocationEvent, long quantityLeft, Long quantityAvailable) AddsAllocationEventModeland quantity to the Map depending on the quantity left and quantity available.Method parameters in de.hybris.platform.warehousing.inventoryevent.service.impl with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionprotected longDefaultInventoryEventService.addToAllocationMap(Map<AllocationEventModel, Long> allocationMap, AllocationEventModel allocationEvent, long quantityLeft, Long quantityAvailable) AddsAllocationEventModeland quantity to the Map depending on the quantity left and quantity available.protected voidDefaultInventoryEventService.finalizeStockMap(Map<AllocationEventModel, Long> allocationMap, long quantityLeft) If there's still any quantity left, the first entry of the passed Stock map will be increased by this amount.DefaultInventoryEventService.getAllocationEventsForReallocation(Collection<AllocationEventModel> allocationEvents, Long quantityToDecline) -
Uses of AllocationEventModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return types with arguments of type AllocationEventModelModifier and TypeMethodDescriptionprotected Collection<AllocationEventModel>ConsolidatedPickSlipContext.extractAllocationEvents(ConsignmentEntryModel consignmentEntryModel) Extracts the bin location of the product for the selectedConsignmentEntryModelMethods in de.hybris.platform.warehousing.labels.context with parameters of type AllocationEventModelModifier and TypeMethodDescriptionprotected StringConsolidatedPickSlipContext.extractBin(AllocationEventModel allocationEventModel) Extracts the bin out of theStockLevelModelin theAllocationEventModel -
Uses of AllocationEventModel in de.hybris.platform.warehousing.stock.strategies
Method parameters in de.hybris.platform.warehousing.stock.strategies with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionStockLevelSelectionStrategy.getStockLevelsForCancellation(Collection<AllocationEventModel> allocationEvents, Long quantityToCancel) Extracts the stock levels out of the listAllocationEventModel. -
Uses of AllocationEventModel in de.hybris.platform.warehousing.stock.strategies.impl
Method parameters in de.hybris.platform.warehousing.stock.strategies.impl with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionDefaultStockLevelSelectionStrategy.getStockLevelsForCancellation(Collection<AllocationEventModel> allocationEvents, Long quantityToCancel) -
Uses of AllocationEventModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return AllocationEventModel -
Uses of AllocationEventModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AllocationEventModelModifier and TypeMethodDescriptionAllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(Long quantity, StockLevelModel stockLevel) AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(Long quantity, StockLevelModel stockLevel) Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AllocationEventModelMethod parameters in de.hybris.platform.warehousing.util.models with type arguments of type AllocationEventModelModifier and TypeMethodDescriptionvoidAllocationEvents.setAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao)