Uses of Class
de.hybris.platform.warehousing.model.AllocationEventModel
-
-
Uses of AllocationEventModel in de.hybris.platform.warehousing.asn.actions
Method parameters in de.hybris.platform.warehousing.asn.actions with type arguments of type AllocationEventModel Modifier and Type Method Description protected voidDefaultTaskReallocateConsignmentsOnAsnCancelAction. reallocateConsignments(AdvancedShippingNoticeModel attachedAsn, java.util.Collection<AllocationEventModel> allocationEvents, java.util.Set<java.lang.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 AllocationEventModel Modifier and Type Method Description java.util.List<AllocationEventModel>ConsolidatedPickSlipFormEntry. getAllocationEvents()Method parameters in de.hybris.platform.warehousing.data.pickslip with type arguments of type AllocationEventModel Modifier and Type Method Description voidConsolidatedPickSlipFormEntry. setAllocationEvents(java.util.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 AllocationEventModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>InventoryEventDao. getAllocationEventsForConsignment(ConsignmentModel consignment)Retrieves a collection ofAllocationEventModelfor the givenConsignmentModeljava.util.Collection<AllocationEventModel>InventoryEventDao. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Retrieves a list ofAllocationEventModelrelated to aConsignmentEntryModeljava.util.Collection<AllocationEventModel>InventoryEventDao. 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 AllocationEventModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>DefaultInventoryEventDao. getAllocationEventsForConsignment(ConsignmentModel consignment)java.util.Collection<AllocationEventModel>DefaultInventoryEventDao. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)java.util.Collection<AllocationEventModel>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 AllocationEventModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>InventoryEventService. createAllocationEvents(ConsignmentModel consignment)Persists theAllocationEventModelto account for the changes in stock quantities.java.util.Collection<AllocationEventModel>InventoryEventService. createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Create multipleAllocationEventModelthat are required to fulfill theConsignmentEntryModeljava.util.Collection<AllocationEventModel>InventoryEventService. getAllocationEventsForConsignment(ConsignmentModel consignment)Retrieves a collection ofAllocationEventModelfor the givenConsignmentModeljava.util.Collection<AllocationEventModel>InventoryEventService. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)Retrieves a collection ofAllocationEventModelfor aConsignmentEntryModeljava.util.Collection<AllocationEventModel>InventoryEventService. getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)Retrieves a collection ofAllocationEventModelfor anOrderEntryModeljava.util.Map<AllocationEventModel,java.lang.Long>InventoryEventService. getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.Long quantityToDecline)Extracts theStockLevelModelofAllocationEventModeland sorts them by quantity.Method parameters in de.hybris.platform.warehousing.inventoryevent.service with type arguments of type AllocationEventModel Modifier and Type Method Description java.util.Map<AllocationEventModel,java.lang.Long>InventoryEventService. getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.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 AllocationEventModel Modifier and Type Method Description java.util.Collection<AllocationEventModel>DefaultInventoryEventService. createAllocationEvents(ConsignmentModel consignment)java.util.List<AllocationEventModel>DefaultInventoryEventService. createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)java.util.Collection<AllocationEventModel>DefaultInventoryEventService. getAllocationEventsForConsignment(ConsignmentModel consignment)java.util.Collection<AllocationEventModel>DefaultInventoryEventService. getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)java.util.Collection<AllocationEventModel>DefaultInventoryEventService. getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)java.util.Map<AllocationEventModel,java.lang.Long>DefaultInventoryEventService. getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.Long quantityToDecline)Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type AllocationEventModel Modifier and Type Method Description protected longDefaultInventoryEventService. addToAllocationMap(java.util.Map<AllocationEventModel,java.lang.Long> allocationMap, AllocationEventModel allocationEvent, long quantityLeft, java.lang.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 AllocationEventModel Modifier and Type Method Description protected longDefaultInventoryEventService. addToAllocationMap(java.util.Map<AllocationEventModel,java.lang.Long> allocationMap, AllocationEventModel allocationEvent, long quantityLeft, java.lang.Long quantityAvailable)AddsAllocationEventModeland quantity to the Map depending on the quantity left and quantity available.protected voidDefaultInventoryEventService. finalizeStockMap(java.util.Map<AllocationEventModel,java.lang.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.java.util.Map<AllocationEventModel,java.lang.Long>DefaultInventoryEventService. getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.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 AllocationEventModel Modifier and Type Method Description protected java.util.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 AllocationEventModel Modifier and Type Method Description protected java.lang.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 AllocationEventModel Modifier and Type Method Description java.util.Map<StockLevelModel,java.lang.Long>StockLevelSelectionStrategy. getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.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 AllocationEventModel Modifier and Type Method Description java.util.Map<StockLevelModel,java.lang.Long>DefaultStockLevelSelectionStrategy. getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents, java.lang.Long quantityToCancel) -
Uses of AllocationEventModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return AllocationEventModel Modifier and Type Method Description AllocationEventModelAllocationEventModelBuilder. build() -
Uses of AllocationEventModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AllocationEventModel Modifier and Type Method Description AllocationEventModelAllocationEvents. Camera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)AllocationEventModelAllocationEvents. Camera_ShippedFromMontrealToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AllocationEventModel Modifier and Type Method Description WarehousingDao<AllocationEventModel>AllocationEvents. getAllocationEventDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type AllocationEventModel Modifier and Type Method Description voidAllocationEvents. setAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao)
-