Uses of Class
de.hybris.platform.ordersplitting.model.WarehouseModel
-
-
Uses of WarehouseModel in de.hybris.platform.chinesepaymentservices.model
Methods in de.hybris.platform.chinesepaymentservices.model that return WarehouseModel Modifier and Type Method Description WarehouseModelStockLevelReservationHistoryEntryModel. getWarehouse()Generated method - Getter of theStockLevelReservationHistoryEntry.warehouseattribute defined at extensionchinesepaymentservices.Methods in de.hybris.platform.chinesepaymentservices.model with parameters of type WarehouseModel Modifier and Type Method Description voidStockLevelReservationHistoryEntryModel. setWarehouse(WarehouseModel value)Generated method - Setter ofStockLevelReservationHistoryEntry.warehouseattribute defined at extensionchinesepaymentservices.Constructors in de.hybris.platform.chinesepaymentservices.model with parameters of type WarehouseModel Constructor Description StockLevelReservationHistoryEntryModel(java.lang.String _orderCode, ItemModel _owner, ProductModel _product, java.lang.Integer _quantity, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelReservationHistoryEntryModel(java.lang.String _orderCode, ProductModel _product, java.lang.Integer _quantity, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WarehouseModel in de.hybris.platform.commerceservices.externaltax.impl
Method parameters in de.hybris.platform.commerceservices.externaltax.impl with type arguments of type WarehouseModel Modifier and Type Method Description protected AddressModelDefaultDeliveryFromAddressStrategy. getDeliveryOriginForWarehouses(java.util.Collection<WarehouseModel> warehouseModels) -
Uses of WarehouseModel in de.hybris.platform.commerceservices.stock.dao
Methods in de.hybris.platform.commerceservices.stock.dao that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>CommerceWarehouseDao. getDefaultWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.commerceservices.stock.dao.impl
Methods in de.hybris.platform.commerceservices.stock.dao.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>DefaultCommerceWarehouseDao. getDefaultWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.commerceservices.stock.strategies
Methods in de.hybris.platform.commerceservices.stock.strategies that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>WarehouseSelectionStrategy. getWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.commerceservices.stock.strategies.impl
Methods in de.hybris.platform.commerceservices.stock.strategies.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>DefaultWarehouseSelectionStrategy. getWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.core.model.order.delivery
Methods in de.hybris.platform.core.model.order.delivery that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>DeliveryModeModel. getWarehouses()Generated method - Getter of theDeliveryMode.warehousesattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.core.model.order.delivery with type arguments of type WarehouseModel Modifier and Type Method Description voidDeliveryModeModel. setWarehouses(java.util.Set<WarehouseModel> value)Generated method - Setter ofDeliveryMode.warehousesattribute defined at extensionwarehousing. -
Uses of WarehouseModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return WarehouseModel Modifier and Type Method Description WarehouseModelProductModel. getSapPlant()Generated method - Getter of theProduct.sapPlantattribute defined at extensionsapmodel.Methods in de.hybris.platform.core.model.product with parameters of type WarehouseModel Modifier and Type Method Description voidProductModel. setSapPlant(WarehouseModel value)Generated method - Setter ofProduct.sapPlantattribute defined at extensionsapmodel. -
Uses of WarehouseModel in de.hybris.platform.integration.commons.util
Methods in de.hybris.platform.integration.commons.util that return types with arguments of type WarehouseModel Modifier and Type Method Description static java.util.List<WarehouseModel>StockUtils. checkStockLevelWarehouses(java.util.Collection<StockLevelModel> stockLevels)static java.util.List<WarehouseModel>StockUtils. checkWarehouses(java.util.Collection<WarehouseModel> warehouses)Method parameters in de.hybris.platform.integration.commons.util with type arguments of type WarehouseModel Modifier and Type Method Description static java.util.List<WarehouseModel>StockUtils. checkWarehouses(java.util.Collection<WarehouseModel> warehouses)static java.util.Set<java.lang.String>StockUtils. warehousesToSet(java.util.Collection<WarehouseModel> warehouses) -
Uses of WarehouseModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting that return WarehouseModel Modifier and Type Method Description WarehouseModelConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries)Gets the warehouse.WarehouseModelWarehouseService. getWarehouseForCode(java.lang.String code)Return the warehouse with for the codeMethods in de.hybris.platform.ordersplitting that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>WarehouseService. getDefWarehouse()Gets warehouse that is marked as default.java.util.List<WarehouseModel>WarehouseService. getWarehouses(java.util.Collection<? extends AbstractOrderEntryModel> orderEntries)Return list of warehouses that can be used to create order from order entries.java.util.List<WarehouseModel>WarehouseService. getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry)Return list of warehouses that can be used to create order from order entry. -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.daos
Methods in de.hybris.platform.ordersplitting.daos that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>WarehouseDao. getDefWarehouse()Return list of warehouses with are marked as defaultjava.util.List<WarehouseModel>WarehouseDao. getWarehouseForCode(java.lang.String code)Return list of warehouses with a specified codejava.util.List<WarehouseModel>WarehouseDao. getWarehouses(java.lang.String productCode)Return list of warehouses that have stock levels for given product code.java.util.List<WarehouseModel>WarehouseDao. getWarehousesWithProductsInStock(java.lang.String productCode, long quantity, VendorModel vendor)Return list of warehouses that have stock level with quantity greater or equal to quantity. -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.daos.impl
Methods in de.hybris.platform.ordersplitting.daos.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>DefaultWarehouseDao. getDefWarehouse()java.util.List<WarehouseModel>DefaultWarehouseDao. getWarehouseForCode(java.lang.String code)java.util.List<WarehouseModel>DefaultWarehouseDao. getWarehouses(java.lang.String productCode)java.util.List<WarehouseModel>DefaultWarehouseDao. getWarehousesWithProductsInStock(java.lang.String productCode, long quantity, VendorModel vendor) -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl that return WarehouseModel Modifier and Type Method Description WarehouseModelDefaultConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries)WarehouseModelDefaultWarehouseService. getWarehouseForCode(java.lang.String code)Methods in de.hybris.platform.ordersplitting.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>DefaultWarehouseService. getDefWarehouse()java.util.List<WarehouseModel>DefaultWarehouseService. getWarehouses(java.util.Collection<? extends AbstractOrderEntryModel> orderEntries)java.util.List<WarehouseModel>DefaultWarehouseService. getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry) -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return WarehouseModel Modifier and Type Method Description WarehouseModelConsignmentModel. getWarehouse()Generated method - Getter of theConsignment.warehouseattribute defined at extensionbasecommerce.WarehouseModelStockLevelModel. getWarehouse()Generated method - Getter of theStockLevel.warehouseattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>VendorModel. getWarehouses()Generated method - Getter of theVendor.warehousesattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type WarehouseModel Modifier and Type Method Description voidConsignmentModel. setWarehouse(WarehouseModel value)Generated method - Initial setter ofConsignment.warehouseattribute defined at extensionbasecommerce.voidStockLevelModel. setWarehouse(WarehouseModel value)Generated method - Initial setter ofStockLevel.warehouseattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type WarehouseModel Modifier and Type Method Description voidVendorModel. setWarehouses(java.util.Set<WarehouseModel> value)Generated method - Setter ofVendor.warehousesattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type WarehouseModel Constructor Description ConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentModel(java.lang.String _code, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelModel(int _available, ItemModel _owner, java.lang.String _productCode, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelModel(int _available, java.lang.String _productCode, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.strategy.impl
Methods in de.hybris.platform.ordersplitting.strategy.impl that return WarehouseModel Modifier and Type Method Description protected WarehouseModelSplitByWarehouse. chooseBestWarehouse(OrderEntryGroup orderEntries)Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.protected WarehouseModelSplitByWarehouse. getWarehouse(OrderEntryGroup orderEntries)Methods in de.hybris.platform.ordersplitting.strategy.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>SplitByWarehouse. getPossibleWarehouses(AbstractOrderEntryModel orderEntry) -
Uses of WarehouseModel in de.hybris.platform.returns.model
Methods in de.hybris.platform.returns.model that return WarehouseModel Modifier and Type Method Description WarehouseModelReturnRequestModel. getReturnWarehouse()Generated method - Getter of theReturnRequest.returnWarehouseattribute defined at extensionbasecommerce.Methods in de.hybris.platform.returns.model with parameters of type WarehouseModel Modifier and Type Method Description voidReturnRequestModel. setReturnWarehouse(WarehouseModel value)Generated method - Setter ofReturnRequest.returnWarehouseattribute defined at extensionbasecommerce. -
Uses of WarehouseModel in de.hybris.platform.sap.orderexchange.mocks
Methods in de.hybris.platform.sap.orderexchange.mocks that return WarehouseModel Modifier and Type Method Description WarehouseModelMockConsignmentService. getWarehouse(java.util.List<AbstractOrderEntryModel> arg0) -
Uses of WarehouseModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return WarehouseModel Modifier and Type Method Description WarehouseModelSAPPlantLogSysOrgModel. getPlant()Generated method - Getter of theSAPPlantLogSysOrg.plantattribute defined at extensionsapmodel.WarehouseModelSAPReturnRequestsModel. getReturnWarehouse()Generated method - Getter of theSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.Methods in de.hybris.platform.sap.sapmodel.model that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>SAPPlantLogSysOrgModel. getWarehouses()Generated method - Getter of theSAPPlantLogSysOrg.warehousesattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type WarehouseModel Modifier and Type Method Description voidSAPPlantLogSysOrgModel. setPlant(WarehouseModel value)Generated method - Setter ofSAPPlantLogSysOrg.plantattribute defined at extensionsapmodel.voidSAPReturnRequestsModel. setReturnWarehouse(WarehouseModel value)Generated method - Setter ofSAPReturnRequests.returnWarehouseattribute defined at extensionysapomsreturnprocess.Method parameters in de.hybris.platform.sap.sapmodel.model with type arguments of type WarehouseModel Modifier and Type Method Description voidSAPPlantLogSysOrgModel. setWarehouses(java.util.Collection<WarehouseModel> value)Generated method - Setter ofSAPPlantLogSysOrg.warehousesattribute defined at extensionsapmodel.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type WarehouseModel Constructor Description SAPPlantLogSysOrgModel(ItemModel _owner, WarehouseModel _plant)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPlantLogSysOrgModel(WarehouseModel _plant)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WarehouseModel in de.hybris.platform.stock
Methods in de.hybris.platform.stock that return WarehouseModel Modifier and Type Method Description WarehouseModelStockService. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" .WarehouseModelStockService. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity".Methods in de.hybris.platform.stock that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>StockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, int preOrderQuantity)Returns product availability, passing product, and quantity as parameters.java.util.Map<WarehouseModel,java.lang.Integer>StockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.Methods in de.hybris.platform.stock with parameters of type WarehouseModel Modifier and Type Method Description java.lang.StringStockService. getAvailability(ProductModel product, WarehouseModel warehouse, int quantity, LanguageModel language)Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouse as parameters.java.lang.StringStockService. getAvailability(ProductModel product, WarehouseModel warehouse, java.util.Date date, LanguageModel language)Gets the available quantity of the product for the specified warehouse.InStockStatusStockService. getInStockStatus(ProductModel product, WarehouseModel warehouse)Checks the stock level status of the product in the specified warehouses.StockLevelStatusStockService. getProductStatus(ProductModel product, WarehouseModel warehouse)Checks the stock level status of the product in the specified warehouse.StockLevelModelStockService. getStockLevel(ProductModel product, WarehouseModel warehouse)Finds the stock level of the specified product at the specified warehouse.intStockService. getStockLevelAmount(ProductModel product, WarehouseModel warehouse)Finds the stock level of the specified product in the specified warehouse, and calculates the actual available amount.voidStockService. release(ProductModel product, WarehouseModel warehouse, int amount, java.lang.String comment)Release the product in the specified warehouse.voidStockService. reserve(ProductModel product, WarehouseModel warehouse, int amount, java.lang.String comment)Reserves the product in the specified warehouse.voidStockService. updateActualStockLevel(ProductModel product, WarehouseModel warehouse, int actualAmount, java.lang.String comment)Updates the actual stock level of the specified product in the specified warehouse.Method parameters in de.hybris.platform.stock with type arguments of type WarehouseModel Modifier and Type Method Description java.lang.StringStockService. getAvailability(ProductModel product, java.util.List<WarehouseModel> warehouses, int quantity, LanguageModel language)Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.java.lang.StringStockService. getAvailability(ProductModel product, java.util.List<WarehouseModel> warehouses, java.util.Date date, LanguageModel language)Gets the available quantity of the product for the specified warehouses.java.util.Map<WarehouseModel,java.util.Date>StockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, int preOrderQuantity)Returns product availability, passing product, and quantity as parameters.java.util.Map<WarehouseModel,java.lang.Integer>StockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.WarehouseModelStockService. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" .WarehouseModelStockService. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity".StockLevelStatusStockService. getProductStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Checks the stock level status of the product in all specified warehouses.java.util.Collection<StockLevelModel>StockService. getStockLevels(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Finds all stock levels of the specified product in the specified warehouses.intStockService. getTotalStockLevelAmount(ProductModel product, java.util.Collection<WarehouseModel> warehouses)Finds all stock levels of the specified product in the specified warehouses, and calculates the total actual amount.voidStockService. setInStockStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses, InStockStatus status)Sets the in stock status of all stock levels of the product in the specified warehouses. -
Uses of WarehouseModel in de.hybris.platform.stock.impl
Methods in de.hybris.platform.stock.impl that return WarehouseModel Modifier and Type Method Description WarehouseModelDefaultStockService. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration:WarehouseModelDefaultStockService. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration:Methods in de.hybris.platform.stock.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>DefaultStockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, int quantity)Returns product availability, passing product, and quantity as parametersjava.util.Map<WarehouseModel,java.lang.Integer>DefaultStockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.Methods in de.hybris.platform.stock.impl with parameters of type WarehouseModel Modifier and Type Method Description protected StockLevelModelDefaultStockService. createStockLevel(ProductModel product, WarehouseModel warehouse, int available)Creates a new stock level.protected StockLevelModelDefaultStockService. createStockLevel(ProductModel product, WarehouseModel warehouse, int available, int overSelling, int reserved, InStockStatus status, int maxStockLevelHistoryCount, boolean treatNegativeAsZero)Creates a new stock level.StockLevelModelDefaultStockLevelDao. findStockLevel(java.lang.String productCode, WarehouseModel warehouse)StockLevelModelStockLevelDao. findStockLevel(java.lang.String productCode, WarehouseModel warehouse)Finds the stock level of the specified product at the specified warehouse.java.lang.StringDefaultStockService. getAvailability(ProductModel product, WarehouseModel warehouse, int quantity, LanguageModel language)java.lang.StringDefaultStockService. getAvailability(ProductModel product, WarehouseModel warehouse, java.util.Date date, LanguageModel language)java.lang.IntegerDefaultStockLevelDao. getAvailableQuantity(WarehouseModel warehouse, java.lang.String productCode)java.lang.IntegerStockLevelDao. getAvailableQuantity(WarehouseModel warehouse, java.lang.String productCode)InStockStatusDefaultStockService. getInStockStatus(ProductModel product, WarehouseModel warehouse)StockLevelStatusDefaultStockService. getProductStatus(ProductModel product, WarehouseModel warehouse)StockLevelModelDefaultStockService. getStockLevel(ProductModel product, WarehouseModel warehouse)intDefaultStockService. getStockLevelAmount(ProductModel product, WarehouseModel warehouse)voidDefaultStockService. release(ProductModel product, WarehouseModel warehouse, int amount, java.lang.String comment)voidDefaultStockService. reserve(ProductModel product, WarehouseModel warehouse, int amount, java.lang.String comment)voidDefaultStockService. updateActualStockLevel(ProductModel product, WarehouseModel warehouse, int actualAmount, java.lang.String comment)Method parameters in de.hybris.platform.stock.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<StockLevelModel>DefaultStockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses)java.util.Collection<StockLevelModel>DefaultStockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses, int preOrderQuantity)java.util.Collection<StockLevelModel>StockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses)Finds all stock levels of the specified product in the specified warehouses.java.util.Collection<StockLevelModel>StockLevelDao. findStockLevels(java.lang.String productCode, java.util.Collection<WarehouseModel> warehouses, int preOrderQuantity)java.lang.StringDefaultStockService. getAvailability(ProductModel product, java.util.List<WarehouseModel> warehouses, int quantity, LanguageModel language)Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters by invoking injected strategy.java.lang.StringDefaultStockService. getAvailability(ProductModel product, java.util.List<WarehouseModel> warehouses, java.util.Date date, LanguageModel language)Gets the available quantity of the product for the specified warehouses by invoking injected strategy.java.util.Map<WarehouseModel,java.util.Date>DefaultStockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, int quantity)Returns product availability, passing product, and quantity as parametersjava.util.Map<WarehouseModel,java.lang.Integer>DefaultStockService. getAvailability(java.util.List<WarehouseModel> warehouses, ProductModel product, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.WarehouseModelDefaultStockService. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration:WarehouseModelDefaultStockService. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration:StockLevelStatusDefaultStockService. getProductStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses)java.util.Collection<StockLevelModel>DefaultStockService. getStockLevels(ProductModel product, java.util.Collection<WarehouseModel> warehouses)intDefaultStockService. getTotalStockLevelAmount(ProductModel product, java.util.Collection<WarehouseModel> warehouses)voidDefaultStockService. setInStockStatus(ProductModel product, java.util.Collection<WarehouseModel> warehouses, InStockStatus status) -
Uses of WarehouseModel in de.hybris.platform.stock.strategy
Methods in de.hybris.platform.stock.strategy that return WarehouseModel Modifier and Type Method Description WarehouseModelBestMatchStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" .WarehouseModelProductAvailabilityStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelBestMatchStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity".WarehouseModelProductAvailabilityStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Methods in de.hybris.platform.stock.strategy that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>ProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, int quantity)Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.java.util.Map<WarehouseModel,java.lang.Integer>ProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, java.util.Date date)Calculates product availability, passing the product, quantity and the warehouses for which the availability should be returned.Method parameters in de.hybris.platform.stock.strategy with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>ProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, int quantity)Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.java.util.Map<WarehouseModel,java.lang.Integer>ProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, java.util.Date date)Calculates product availability, passing the product, quantity and the warehouses for which the availability should be returned.WarehouseModelBestMatchStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)Returns the warehouse which offers the "best" product "availability" .WarehouseModelProductAvailabilityStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelBestMatchStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Returns the warehouse which offers the "best" product "quantity".WarehouseModelProductAvailabilityStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)java.lang.StringProductAvailabilityStrategy. parse(java.util.Map<WarehouseModel,java.lang.Integer> quantities, java.lang.String productCode, java.util.Date date, LanguageModel language)Converted the mapped quantities in a textual representation.java.lang.StringProductAvailabilityStrategy. parse(java.util.Map<WarehouseModel,java.util.Date> quantities, java.lang.String productCode, int quantity, LanguageModel language)Converted the mapped availability in a textual representation. -
Uses of WarehouseModel in de.hybris.platform.stock.strategy.impl
Methods in de.hybris.platform.stock.strategy.impl that return WarehouseModel Modifier and Type Method Description WarehouseModelDefaultBestMatchStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelDefaultProductAvailabilityStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelDefaultBestMatchStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)WarehouseModelDefaultProductAvailabilityStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)Methods in de.hybris.platform.stock.strategy.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>DefaultProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, int preOrderQuantity)Returns product availability, passing product, and quantity as parameters.java.util.Map<WarehouseModel,java.lang.Integer>DefaultProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.Method parameters in de.hybris.platform.stock.strategy.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Map<WarehouseModel,java.util.Date>DefaultProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, int preOrderQuantity)Returns product availability, passing product, and quantity as parameters.java.util.Map<WarehouseModel,java.lang.Integer>DefaultProductAvailabilityStrategy. getAvailability(java.lang.String productCode, java.util.List<WarehouseModel> warehouses, java.util.Date date)Gets the product quantity for the specified product, warehouses and date.WarehouseModelDefaultBestMatchStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelDefaultProductAvailabilityStrategy. getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)WarehouseModelDefaultBestMatchStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)WarehouseModelDefaultProductAvailabilityStrategy. getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)java.lang.StringDefaultProductAvailabilityStrategy. parse(java.util.Map<WarehouseModel,java.lang.Integer> quantities, java.lang.String productCode, java.util.Date date, LanguageModel language)Converted the mapped quantities in a textual representation.java.lang.StringDefaultProductAvailabilityStrategy. parse(java.util.Map<WarehouseModel,java.util.Date> quantities, java.lang.String productCode, int quantity, LanguageModel language)Converted the mapped availability in a textual representation. -
Uses of WarehouseModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>BaseStoreModel. getWarehouses()Generated method - Getter of theBaseStore.warehousesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type WarehouseModel Modifier and Type Method Description voidBaseStoreModel. setWarehouses(java.util.List<WarehouseModel> value)Generated method - Setter ofBaseStore.warehousesattribute defined at extensioncommerceservices. -
Uses of WarehouseModel in de.hybris.platform.storelocator.model
Methods in de.hybris.platform.storelocator.model that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.List<WarehouseModel>PointOfServiceModel. getWarehouses()Generated method - Getter of thePointOfService.warehousesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.storelocator.model with type arguments of type WarehouseModel Modifier and Type Method Description voidPointOfServiceModel. setWarehouses(java.util.List<WarehouseModel> value)Generated method - Setter ofPointOfService.warehousesattribute defined at extensioncommerceservices. -
Uses of WarehouseModel in de.hybris.platform.warehousing.allocation.util
Methods in de.hybris.platform.warehousing.allocation.util with parameters of type WarehouseModel Modifier and Type Method Description DeclineEntryBuilderDeclineEntryBuilder. withReallocationWarehouse(WarehouseModel reallocationWarehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.asn.service.impl
Methods in de.hybris.platform.warehousing.asn.service.impl with parameters of type WarehouseModel Modifier and Type Method Description protected voidDefaultAsnService. createStockLevel(AdvancedShippingNoticeEntryModel asnEntry, WarehouseModel warehouse, int productQuantity, java.util.Date releaseDate, java.lang.String bin)CreatesStockLevelModelbased on givenAdvancedShippingNoticeEntryModel,WarehouseModel, productQuantity, release date and bin.protected voidDefaultAsnService. createStockLevel(AdvancedShippingNoticeEntryModel asnEntry, WarehouseModel warehouse, java.util.Date releaseDate)CreatesStockLevelModelbased on givenAdvancedShippingNoticeEntryModel,WarehouseModeland release date. -
Uses of WarehouseModel in de.hybris.platform.warehousing.asn.strategy
Methods in de.hybris.platform.warehousing.asn.strategy that return WarehouseModel Modifier and Type Method Description WarehouseModelWarehouseSelectionForAsnStrategy. getDefaultWarehouse(AdvancedShippingNoticeModel advancedShippingNotice)Return defaultWarehouseModelfor givenAdvancedShippingNoticeModel -
Uses of WarehouseModel in de.hybris.platform.warehousing.asn.strategy.impl
Methods in de.hybris.platform.warehousing.asn.strategy.impl that return WarehouseModel Modifier and Type Method Description WarehouseModelDefaultWarehouseSelectionForAsnStrategy. getDefaultWarehouse(AdvancedShippingNoticeModel advancedShippingNotice) -
Uses of WarehouseModel in de.hybris.platform.warehousing.atp.strategy
Methods in de.hybris.platform.warehousing.atp.strategy that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>PickupWarehouseSelectionStrategy. getWarehouses(PointOfServiceModel pos)Get all warehouses associated to the point of service that allow pickup. -
Uses of WarehouseModel in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>DefaultPickupWarehouseSelectionStrategy. getWarehouses(PointOfServiceModel pos)java.util.List<WarehouseModel>WarehousingWarehouseSelectionStrategy. getWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return WarehouseModel Modifier and Type Method Description WarehouseModelDeclineEntry. getReallocationWarehouse()Methods in de.hybris.platform.warehousing.data.allocation with parameters of type WarehouseModel Modifier and Type Method Description voidDeclineEntry. setReallocationWarehouse(WarehouseModel reallocationWarehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return WarehouseModel Modifier and Type Method Description WarehouseModelSourcingLocation. getWarehouse()WarehouseModelSourcingResult. getWarehouse()Methods in de.hybris.platform.warehousing.data.sourcing with parameters of type WarehouseModel Modifier and Type Method Description voidSourcingLocation. setWarehouse(WarehouseModel warehouse)voidSourcingResult. setWarehouse(WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.externalfulfillment.dao
Methods in de.hybris.platform.warehousing.externalfulfillment.dao with parameters of type WarehouseModel Modifier and Type Method Description java.lang.ObjectWarehousingFulfillmentConfigDao. getConfiguration(WarehouseModel warehouse)Retrieves the fulfillment system configuration attached to aWarehouseModel -
Uses of WarehouseModel in de.hybris.platform.warehousing.externalfulfillment.dao.impl
Methods in de.hybris.platform.warehousing.externalfulfillment.dao.impl with parameters of type WarehouseModel Modifier and Type Method Description protected voidDefaultWarehousingFulfillmentConfigDao. collectRelatedConfigs(WarehouseModel warehouse, java.util.List configsList, java.lang.Object config)Collect the configurations which are linked to the givenWarehouseModelthrough an attribute named 'warehouses'java.lang.ObjectDefaultWarehousingFulfillmentConfigDao. getConfiguration(WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context with parameters of type WarehouseModel Modifier and Type Method Description protected AddressModelCommonReturnDocumentContext. getPosAddress(AbstractOrderModel order, WarehouseModel returnWarehouse)Extracts theAddressModelwhere the returned goods need to be shipped by the customer -
Uses of WarehouseModel in de.hybris.platform.warehousing.model
Methods in de.hybris.platform.warehousing.model that return WarehouseModel Modifier and Type Method Description WarehouseModelDeclineConsignmentEntryEventModel. getReallocatedWarehouse()Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.WarehouseModelAdvancedShippingNoticeModel. getWarehouse()Generated method - Getter of theAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.WarehouseModelSourcingBanModel. getWarehouse()Generated method - Getter of theSourcingBan.warehouseattribute defined at extensionwarehousing.WarehouseModelWarehouseBinModel. getWarehouse()Generated method - Getter of theWarehouseBin.warehouseattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type WarehouseModel Modifier and Type Method Description voidDeclineConsignmentEntryEventModel. setReallocatedWarehouse(WarehouseModel value)Generated method - Setter ofDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.voidAdvancedShippingNoticeModel. setWarehouse(WarehouseModel value)Generated method - Setter ofAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.voidSourcingBanModel. setWarehouse(WarehouseModel value)Generated method - Setter ofSourcingBan.warehouseattribute defined at extensionwarehousing.voidWarehouseBinModel. setWarehouse(WarehouseModel value)Generated method - Setter ofWarehouseBin.warehouseattribute defined at extensionwarehousing.Constructors in de.hybris.platform.warehousing.model with parameters of type WarehouseModel Constructor Description WarehouseBinModel(java.lang.String _code, ItemModel _owner, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseBinModel(java.lang.String _code, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WarehouseModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement with parameters of type WarehouseModel Modifier and Type Method Description protected ConsignmentModelOrderManagementOrderCancelPartialTest. createConsignmentModel(java.lang.String code, AddressModel deliveryAddress, WarehouseModel warehouse, ConsignmentStatus status) -
Uses of WarehouseModel in de.hybris.platform.warehousing.returns.filter.impl
Methods in de.hybris.platform.warehousing.returns.filter.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>RestockLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Method parameters in de.hybris.platform.warehousing.returns.filter.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>RestockLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations) -
Uses of WarehouseModel in de.hybris.platform.warehousing.returns.strategy
Methods in de.hybris.platform.warehousing.returns.strategy that return WarehouseModel Modifier and Type Method Description WarehouseModelRestockWarehouseSelectionStrategy. performStrategy(ReturnRequestModel returnRequestModel)Determine which warehouse the restock should return to. -
Uses of WarehouseModel in de.hybris.platform.warehousing.returns.strategy.impl
Methods in de.hybris.platform.warehousing.returns.strategy.impl that return WarehouseModel Modifier and Type Method Description WarehouseModelDefaultRestockWarehouseSelectionStrategy. performStrategy(ReturnRequestModel returnRequestModel) -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.ban.dao
Method parameters in de.hybris.platform.warehousing.sourcing.ban.dao with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<SourcingBanModel>SourcingBanDao. getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels, java.util.Date currentDateMinusBannedDays)Retrieves anSourcingBanModelfor aWarehouseModel -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.ban.dao.impl
Method parameters in de.hybris.platform.warehousing.sourcing.ban.dao.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<SourcingBanModel>DefaultSourcingBanDao. getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels, java.util.Date currentDateMinusBannedDays) -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.ban.service
Methods in de.hybris.platform.warehousing.sourcing.ban.service with parameters of type WarehouseModel Modifier and Type Method Description SourcingBanModelSourcingBanService. createSourcingBan(WarehouseModel warehouseModel)creates Sourcing BanMethod parameters in de.hybris.platform.warehousing.sourcing.ban.service with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<SourcingBanModel>SourcingBanService. getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels)gets SourcingBan by passing Warehouse -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.ban.service.impl
Methods in de.hybris.platform.warehousing.sourcing.ban.service.impl with parameters of type WarehouseModel Modifier and Type Method Description SourcingBanModelDefaultSourcingBanService. createSourcingBan(WarehouseModel warehouse)Method parameters in de.hybris.platform.warehousing.sourcing.ban.service.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<SourcingBanModel>DefaultSourcingBanService. getSourcingBan(java.util.Collection<WarehouseModel> warehouses) -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.context
Methods in de.hybris.platform.warehousing.sourcing.context with parameters of type WarehouseModel Modifier and Type Method Description PointOfServiceModelPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)Retrieve a specific point of service for a specific warehouse and a specific order -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.context.impl
Methods in de.hybris.platform.warehousing.sourcing.context.impl with parameters of type WarehouseModel Modifier and Type Method Description protected SourcingLocationDefaultSourcingContextFactory. createSourcingLocation(SourcingContext context, WarehouseModel location)Create a new sourcing location and populate it.PointOfServiceModelFirstPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.context.populator
Methods in de.hybris.platform.warehousing.sourcing.context.populator with parameters of type WarehouseModel Modifier and Type Method Description voidSourcingLocationPopulator. populate(WarehouseModel source, SourcingLocation target)Populate attributes of the sourcing location. -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.context.populator.impl
Methods in de.hybris.platform.warehousing.sourcing.context.populator.impl with parameters of type WarehouseModel Modifier and Type Method Description voidAvailabilitySourcingLocationPopulator. populate(WarehouseModel source, SourcingLocation target)voidDistanceSourcingLocationPopulator. populate(WarehouseModel source, SourcingLocation target)voidPrioritySourcingLocationPopulator. populate(WarehouseModel source, SourcingLocation target)protected voidAvailabilitySourcingLocationPopulator. setAvailability(WarehouseModel source, AbstractOrderEntryModel entry, java.util.Map<ProductModel,java.lang.Long> availability)Sets the product availability in the map by using the commerce stock service. -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.filter
Method parameters in de.hybris.platform.warehousing.sourcing.filter with type arguments of type WarehouseModel Modifier and Type Method Description voidSourcingFilterProcessor. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Start the filter chain execution and returns a set of locations to be used for sourcing.voidSourcingLocationFilter. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Apply the filter on the order and returns a set of locations to be used for sourcing. -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.filter.impl
Methods in de.hybris.platform.warehousing.sourcing.filter.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description abstract java.util.Collection<WarehouseModel>AbstractBaseSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Method used to apply the filter on the order and return a set of sourcing locations.java.util.Collection<WarehouseModel>AvailabilitySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> warehouses)java.util.Collection<WarehouseModel>DeliveryCountrySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)java.util.Collection<WarehouseModel>PickupSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Methods in de.hybris.platform.warehousing.sourcing.filter.impl with parameters of type WarehouseModel Modifier and Type Method Description protected booleanAvailabilitySourcingLocationFilter. isWarehouseHasAvailabilityForAnyProductInOrder(AbstractOrderModel order, WarehouseModel warehouse)Given an order and a warehouse, checks if the warehouse has some availability for at least one of the products in the order.Method parameters in de.hybris.platform.warehousing.sourcing.filter.impl with type arguments of type WarehouseModel Modifier and Type Method Description abstract java.util.Collection<WarehouseModel>AbstractBaseSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Method used to apply the filter on the order and return a set of sourcing locations.java.util.Collection<WarehouseModel>AvailabilitySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> warehouses)java.util.Collection<WarehouseModel>DeliveryCountrySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)java.util.Collection<WarehouseModel>PickupSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)protected voidAbstractBaseSourcingLocationFilter. combineFilteredLocations(java.util.Collection<WarehouseModel> filteredResults, java.util.Set<WarehouseModel> locations)Combine a collection of filtered results and the sourcing locations according to theSourcingFilterResultOperatorvalue defined.
The AND operator returns a set of locations containing only items present in both input parameters (disjunction set).
The OR and NONE operator returns a set of locations containing all items present in both input parameters (conjunction set).protected voidAbstractBaseSourcingLocationFilter. combineFilteredLocations(java.util.Collection<WarehouseModel> filteredResults, java.util.Set<WarehouseModel> locations)Combine a collection of filtered results and the sourcing locations according to theSourcingFilterResultOperatorvalue defined.
The AND operator returns a set of locations containing only items present in both input parameters (disjunction set).
The OR and NONE operator returns a set of locations containing all items present in both input parameters (conjunction set).voidAbstractBaseSourcingLocationFilter. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations) -
Uses of WarehouseModel in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util with parameters of type WarehouseModel Modifier and Type Method Description SourcingLocationBuilderSourcingLocationBuilder. withWarehouse(WarehouseModel warehouse)SourcingResultBuilderSourcingResultBuilder. withWarehouse(WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.stock.services
Methods in de.hybris.platform.warehousing.stock.services with parameters of type WarehouseModel Modifier and Type Method Description StockLevelModelWarehouseStockService. createStockLevel(java.lang.String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, java.util.Date releaseDate, java.lang.String bin)Creates and saves a newStockLevelModel.java.lang.LongWarehouseStockService. getStockLevelForProductCodeAndWarehouse(java.lang.String productCode, WarehouseModel warehouse)Returns stock level value for given productCode and warehouse. -
Uses of WarehouseModel in de.hybris.platform.warehousing.stock.services.impl
Methods in de.hybris.platform.warehousing.stock.services.impl with parameters of type WarehouseModel Modifier and Type Method Description StockLevelModelDefaultWarehouseStockService. createStockLevel(java.lang.String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, java.util.Date releaseDate, java.lang.String bin)java.lang.LongDefaultWarehouseStockService. getStockLevelForProductCodeAndWarehouse(java.lang.String productCode, WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type WarehouseModel Modifier and Type Method Description protected voidBaseSourcingIntegrationTest. assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, java.util.Map<ProductModel,java.lang.Long> expectedAllocation)Assert that the sourcing result selected the correct warehouse and sourced the correct quantity.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 WarehouseModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return WarehouseModel Modifier and Type Method Description WarehouseModelWarehouseModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type WarehouseModel Modifier and Type Method Description static WarehouseModelBuilderWarehouseModelBuilder. fromModel(WarehouseModel model)AsnModelBuilderAsnModelBuilder. withWarehouse(WarehouseModel warehouse)ConsignmentModelBuilderConsignmentModelBuilder. withWarehouse(WarehouseModel warehouse)StockLevelModelBuilderStockLevelModelBuilder. withWarehouse(WarehouseModel warehouse)PointOfServiceModelBuilderPointOfServiceModelBuilder. withWarehouses(WarehouseModel... warehouses) -
Uses of WarehouseModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return WarehouseModel Modifier and Type Method Description WarehouseModelWarehouses. Boston()protected WarehouseModelWarehouses. Default()WarehouseModelWarehouses. Griffintown()WarehouseModelWarehouses. Montreal()WarehouseModelWarehouses. Montreal_External()WarehouseModelWarehouses. Paris()WarehouseModelWarehouses. Random()WarehouseModelWarehouses. Toronto()Methods in de.hybris.platform.warehousing.util.models with parameters of type WarehouseModel Modifier and Type Method Description StockLevelModelStockLevels. Camera(WarehouseModel warehouse, int quantity)protected AdvancedShippingNoticeModelAsns. getOrCreateAsn(java.lang.String internalId, java.util.Date releaseDate, WarehouseModel warehouse)StockLevelModelStockLevels. Lens(WarehouseModel warehouse, int quantity)StockLevelModelStockLevels. MemoryCard(WarehouseModel warehouse, int quantity)StockLevelModelStockLevels. NewStockLevel(ProductModel product, WarehouseModel warehouse, int quantity, java.util.Date releaseDate) -
Uses of WarehouseModel in de.hybris.platform.warehousing.warehouse.filter
Methods in de.hybris.platform.warehousing.warehouse.filter that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>WarehousesFilter. applyFilter(java.util.Set<WarehouseModel> warehouses)Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.java.util.Set<WarehouseModel>WarehousesFilterProcessor. filterLocations(java.util.Set<WarehouseModel> warehouses)Applies a collection ofWarehousesFilter(s) on the given set ofWarehouseModel(s) to be used during ATP calculation and before Sourcing.Method parameters in de.hybris.platform.warehousing.warehouse.filter with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>WarehousesFilter. applyFilter(java.util.Set<WarehouseModel> warehouses)Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.java.util.Set<WarehouseModel>WarehousesFilterProcessor. filterLocations(java.util.Set<WarehouseModel> warehouses)Applies a collection ofWarehousesFilter(s) on the given set ofWarehouseModel(s) to be used during ATP calculation and before Sourcing. -
Uses of WarehouseModel in de.hybris.platform.warehousing.warehouse.filter.impl
Methods in de.hybris.platform.warehousing.warehouse.filter.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>DeclinedWarehousesFilter. applyFilter(java.util.Set<WarehouseModel> warehouses)Method parameters in de.hybris.platform.warehousing.warehouse.filter.impl with type arguments of type WarehouseModel Modifier and Type Method Description java.util.Set<WarehouseModel>DeclinedWarehousesFilter. applyFilter(java.util.Set<WarehouseModel> warehouses) -
Uses of WarehouseModel in de.hybris.platform.warehousing.warehouse.service
Methods in de.hybris.platform.warehousing.warehouse.service that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>WarehousingWarehouseService. getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country)Find all warehouses where the associated base store can deliver to the specified country.Methods in de.hybris.platform.warehousing.warehouse.service with parameters of type WarehouseModel Modifier and Type Method Description booleanWarehousingWarehouseService. isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService)Check if givenWarehouseModelbelong to givenPointOfServiceModel -
Uses of WarehouseModel in de.hybris.platform.warehousing.warehouse.service.impl
Methods in de.hybris.platform.warehousing.warehouse.service.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description java.util.Collection<WarehouseModel>DefaultWarehousingWarehouseService. getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country)Methods in de.hybris.platform.warehousing.warehouse.service.impl with parameters of type WarehouseModel Modifier and Type Method Description booleanDefaultWarehousingWarehouseService. isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService) -
Uses of WarehouseModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return WarehouseModel Modifier and Type Method Description WarehouseModelConsignmentEntryToReallocateDto. getSelectedLocation()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type WarehouseModel Modifier and Type Method Description voidConsignmentEntryToReallocateDto. setSelectedLocation(WarehouseModel selectedLocation)Constructor parameters in de.hybris.platform.warehousingbackoffice.dtos with type arguments of type WarehouseModel Constructor Description ConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry, java.util.List<java.lang.String> reasons, java.util.Set<WarehouseModel> locations) -
Uses of WarehouseModel in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment that return WarehouseModel Modifier and Type Method Description protected WarehouseModelConsignmentToReallocateController. getSelectedLocation(org.zkoss.zk.ui.event.Event event)Get the corresponding warehouse location according to the selected item in the combobox if anything is selectedMethods in de.hybris.platform.warehousingbackoffice.widgets.consignment with parameters of type WarehouseModel Modifier and Type Method Description protected intConsignmentToReallocateController. getLocationIndex(WarehouseModel location)Gets the location index within the combobox model -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.basestore.impl
Methods in de.hybris.platform.warehousingfacades.basestore.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected Converter<WarehouseModel,WarehouseData>DefaultWarehousingBaseStoreFacade. getWarehouseConverter()protected PagedGenericDao<WarehouseModel>DefaultWarehousingBaseStoreFacade. getWarehousesByBaseStorePagedDao()Method parameters in de.hybris.platform.warehousingfacades.basestore.impl with type arguments of type WarehouseModel Modifier and Type Method Description voidDefaultWarehousingBaseStoreFacade. setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter)voidDefaultWarehousingBaseStoreFacade. setWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao) -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>DefaultWarehousingConsignmentFacade. getSublistOfSourcingLocations(PageableData pageableData, java.util.List<WarehouseModel> locations)Gets a sub list based on the pageable data object from the list containing all warehouses.protected Converter<WarehouseModel,WarehouseData>DefaultWarehousingConsignmentFacade. getWarehouseConverter()Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>DefaultWarehousingConsignmentFacade. getSublistOfSourcingLocations(PageableData pageableData, java.util.List<WarehouseModel> locations)Gets a sub list based on the pageable data object from the list containing all warehouses.voidDefaultWarehousingConsignmentFacade. setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.pointofservice.impl
Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected Converter<WarehouseModel,WarehouseData>DefaultWarehousingPointOfServiceFacade. getWarehouseConverter()protected PagedGenericDao<WarehouseModel>DefaultWarehousingPointOfServiceFacade. getWarehousesByPointOfServicePagedDao()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type WarehouseModel Modifier and Type Method Description voidDefaultWarehousingPointOfServiceFacade. setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter)voidDefaultWarehousingPointOfServiceFacade. setWarehousesByPointOfServicePagedDao(PagedGenericDao<WarehouseModel> warehousesByPointOfServicePagedDao) -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.stocklevel.converters.populator
Methods in de.hybris.platform.warehousingfacades.stocklevel.converters.populator that return types with arguments of type WarehouseModel Modifier and Type Method Description protected Converter<WarehouseModel,WarehouseData>WarehousingStockLevelPopulator. getWarehouseConverter()Method parameters in de.hybris.platform.warehousingfacades.stocklevel.converters.populator with type arguments of type WarehouseModel Modifier and Type Method Description voidWarehousingStockLevelPopulator. setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.warehouse.converters.populator
Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator that return types with arguments of type WarehouseModel Modifier and Type Method Description protected UrlResolver<WarehouseModel>WarehousingWarehouseUrlPopulator. getWarehouseModelUrlResolver()protected Converter<WarehouseModel,WarehouseData>WarehousingWarehousePopulator. getWarehouseUrlConverter()Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator with parameters of type WarehouseModel Modifier and Type Method Description protected java.lang.StringWarehousingWarehouseUrlResolver. getKey(WarehouseModel source)voidWarehousingWarehousePopulator. populate(WarehouseModel source, WarehouseData target)voidWarehousingWarehouseUrlPopulator. populate(WarehouseModel source, WarehouseData target)protected java.lang.StringWarehousingWarehouseUrlResolver. resolveInternal(WarehouseModel source)Method parameters in de.hybris.platform.warehousingfacades.warehouse.converters.populator with type arguments of type WarehouseModel Modifier and Type Method Description voidWarehousingWarehouseUrlPopulator. setWarehouseModelUrlResolver(UrlResolver<WarehouseModel> warehouseModelUrlResolver)voidWarehousingWarehousePopulator. setWarehouseUrlConverter(Converter<WarehouseModel,WarehouseData> warehouseUrlConverter) -
Uses of WarehouseModel in de.hybris.platform.warehousingfacades.warehouse.impl
Methods in de.hybris.platform.warehousingfacades.warehouse.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected Converter<WarehouseModel,WarehouseData>DefaultWarehousingWarehouseFacade. getWarehouseConverter()Method parameters in de.hybris.platform.warehousingfacades.warehouse.impl with type arguments of type WarehouseModel Modifier and Type Method Description voidDefaultWarehousingWarehouseFacade. setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) -
Uses of WarehouseModel in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl that return WarehouseModel Modifier and Type Method Description protected WarehouseModelSplitByWarehouse. chooseBestWarehouse(OrderEntryGroup orderEntries)Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl that return types with arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>SplitByWarehouse. getPossibleWarehouses(AbstractOrderEntryModel orderEntry)protected java.util.List<WarehouseModel>SplitByWarehouse. prepareWarehouses(OrderEntryGroup todoEntryList, OrderEntryGroup workingOrderEntryList, OrderEntryGroup emptyOrderEntryList, java.util.List<WarehouseModel> tmpWarehouseResult, OrderEntryGroup tmpOrderEntryResult)Method parameters in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with type arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>SplitByWarehouse. prepareWarehouses(OrderEntryGroup todoEntryList, OrderEntryGroup workingOrderEntryList, OrderEntryGroup emptyOrderEntryList, java.util.List<WarehouseModel> tmpWarehouseResult, OrderEntryGroup tmpOrderEntryResult) -
Uses of WarehouseModel in de.hybris.platform.yacceleratorfulfilmentprocess.test
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test with parameters of type WarehouseModel Modifier and Type Method Description protected StockLevelModelAbstractProcessDemoTest. createStockLevel(ProductModel product, WarehouseModel warehouse, int available)protected StockLevelModelAbstractProcessDemoTest. createStockLevel(ProductModel product, WarehouseModel warehouse, int available, int overSelling, int reserved, InStockStatus status, int maxStockLevelHistoryCount, boolean treatNegativeAsZero) -
Uses of WarehouseModel in de.hybris.platform.yacceleratorordermanagement.actions.returns
Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns that return WarehouseModel Modifier and Type Method Description protected WarehouseModelInventoryUpdateAction. getReturnWarehouse(ReturnRequestModel returnRequest)Finds theWarehouseModel, which can accept the returned good(s) -
Uses of WarehouseModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type WarehouseModel Modifier and Type Method Description voidSourcingUtil. assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, ProductModel product, java.lang.Long expectedAllocation)voidDeclineUtil. manualDeclineDefaultConsignment(ConsignmentModel consignmentModels, java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo, OrderProcessModel orderProcessModel, WarehouseModel warehouseModel, DeclineReason declineReason)manually decline consignment
-