Uses of Class
de.hybris.platform.ordersplitting.model.WarehouseModel
Packages that use WarehouseModel
Package
Description
Contains generated models for each type of de.hybris.platform.chinesepaymentservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order.delivery package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
Contains generated models for each type of de.hybris.platform.storelocator.jalo package.
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
-
Uses of WarehouseModel in de.hybris.platform.acceleratorservices.dataimport.batch.stock.impl
Methods in de.hybris.platform.acceleratorservices.dataimport.batch.stock.impl with parameters of type WarehouseModelModifier and TypeMethodDescriptionprotected abstract intAbstractStockImportAdapter.calculateActualAmount(String inputField, WarehouseModel warehouseModel, ProductModel productModel) protected intDefaultStockImportAdapter.calculateActualAmount(String inputField, WarehouseModel warehouseModel, ProductModel productModel) protected intIncrementalStockImportAdapter.calculateActualAmount(String inputField, WarehouseModel warehouseModel, ProductModel productModel) -
Uses of WarehouseModel in de.hybris.platform.chinesepaymentservices.model
Methods in de.hybris.platform.chinesepaymentservices.model that return WarehouseModelModifier and TypeMethodDescriptionStockLevelReservationHistoryEntryModel.getWarehouse()Generated method - Getter of theStockLevelReservationHistoryEntry.warehouseattribute defined at extensionchinesepaymentservices.Methods in de.hybris.platform.chinesepaymentservices.model with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidStockLevelReservationHistoryEntryModel.setWarehouse(WarehouseModel value) Generated method - Setter ofStockLevelReservationHistoryEntry.warehouseattribute defined at extensionchinesepaymentservices.Constructors in de.hybris.platform.chinesepaymentservices.model with parameters of type WarehouseModelModifierConstructorDescriptionStockLevelReservationHistoryEntryModel(String _orderCode, ItemModel _owner, ProductModel _product, 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(String _orderCode, ProductModel _product, 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 WarehouseModelModifier and TypeMethodDescriptionprotected AddressModelDefaultDeliveryFromAddressStrategy.getDeliveryOriginForWarehouses(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 WarehouseModelModifier and TypeMethodDescriptionCommerceWarehouseDao.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 WarehouseModelModifier and TypeMethodDescriptionDefaultCommerceWarehouseDao.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 WarehouseModelModifier and TypeMethodDescriptionWarehouseSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionDefaultWarehouseSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionDeliveryModeModel.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 WarehouseModelModifier and TypeMethodDescriptionvoidDeliveryModeModel.setWarehouses(Set<WarehouseModel> value) Generated method - Setter ofDeliveryMode.warehousesattribute defined at extensionwarehousing. -
Uses of WarehouseModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting that return WarehouseModelModifier and TypeMethodDescriptionConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) Gets the warehouse.WarehouseService.getWarehouseForCode(String code) Return the warehouse with for the codeMethods in de.hybris.platform.ordersplitting that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionWarehouseService.getDefWarehouse()Gets warehouse that is marked as default.WarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) Return list of warehouses that can be used to create order from order entries.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 WarehouseModelModifier and TypeMethodDescriptionWarehouseDao.getDefWarehouse()Return list of warehouses with are marked as defaultWarehouseDao.getWarehouseForCode(String code) Return list of warehouses with a specified codeWarehouseDao.getWarehouses(String productCode) Return list of warehouses that have stock levels for given product code.WarehouseDao.getWarehousesWithProductsInStock(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 WarehouseModelModifier and TypeMethodDescriptionDefaultWarehouseDao.getDefWarehouse()DefaultWarehouseDao.getWarehouseForCode(String code) DefaultWarehouseDao.getWarehouses(String productCode) DefaultWarehouseDao.getWarehousesWithProductsInStock(String productCode, long quantity, VendorModel vendor) -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl that return WarehouseModelModifier and TypeMethodDescriptionDefaultConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) DefaultWarehouseService.getWarehouseForCode(String code) Methods in de.hybris.platform.ordersplitting.impl that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionDefaultWarehouseService.getDefWarehouse()DefaultWarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) DefaultWarehouseService.getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry) -
Uses of WarehouseModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return WarehouseModelModifier and TypeMethodDescriptionConsignmentModel.getWarehouse()Generated method - Getter of theConsignment.warehouseattribute defined at extensionbasecommerce.StockLevelModel.getWarehouse()Generated method - Getter of theStockLevel.warehouseattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionVendorModel.getWarehouses()Generated method - Getter of theVendor.warehousesattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidConsignmentModel.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 WarehouseModelModifier and TypeMethodDescriptionvoidVendorModel.setWarehouses(Set<WarehouseModel> value) Generated method - Setter ofVendor.warehousesattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type WarehouseModelModifierConstructorDescriptionConsignmentModel(String _code, DeliveryModeModel _deliveryMode, Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, 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(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, 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, 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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionprotected List<WarehouseModel>SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) -
Uses of WarehouseModel in de.hybris.platform.returns.model
Methods in de.hybris.platform.returns.model that return WarehouseModelModifier and TypeMethodDescriptionReturnRequestModel.getReturnWarehouse()Generated method - Getter of theReturnRequest.returnWarehouseattribute defined at extensionbasecommerce.Methods in de.hybris.platform.returns.model with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidReturnRequestModel.setReturnWarehouse(WarehouseModel value) Generated method - Setter ofReturnRequest.returnWarehouseattribute defined at extensionbasecommerce. -
Uses of WarehouseModel in de.hybris.platform.stock
Methods in de.hybris.platform.stock that return WarehouseModelModifier and TypeMethodDescriptionStockService.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" .StockService.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Returns the warehouse which offers the "best" product "quantity".Methods in de.hybris.platform.stock that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionStockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, int preOrderQuantity) Returns product availability, passing product, and quantity as parameters.StockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, Date date) Gets the product quantity for the specified product, warehouses and date.Methods in de.hybris.platform.stock with parameters of type WarehouseModelModifier and TypeMethodDescriptionStockService.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.StockService.getAvailability(ProductModel product, WarehouseModel warehouse, Date date, LanguageModel language) Gets the available quantity of the product for the specified warehouse.StockService.getInStockStatus(ProductModel product, WarehouseModel warehouse) Checks the stock level status of the product in the specified warehouses.StockService.getProductStatus(ProductModel product, WarehouseModel warehouse) Checks the stock level status of the product in the specified warehouse.StockService.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, String comment) Release the product in the specified warehouse.voidStockService.reserve(ProductModel product, WarehouseModel warehouse, int amount, String comment) Reserves the product in the specified warehouse.voidStockService.updateActualStockLevel(ProductModel product, WarehouseModel warehouse, int actualAmount, 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 WarehouseModelModifier and TypeMethodDescriptionStockService.getAvailability(ProductModel product, List<WarehouseModel> warehouses, int quantity, LanguageModel language) Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.StockService.getAvailability(ProductModel product, List<WarehouseModel> warehouses, Date date, LanguageModel language) Gets the available quantity of the product for the specified warehouses.StockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, int preOrderQuantity) Returns product availability, passing product, and quantity as parameters.StockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, Date date) Gets the product quantity for the specified product, warehouses and date.StockService.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" .StockService.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Returns the warehouse which offers the "best" product "quantity".StockService.getProductStatus(ProductModel product, Collection<WarehouseModel> warehouses) Checks the stock level status of the product in all specified warehouses.StockService.getStockLevels(ProductModel product, Collection<WarehouseModel> warehouses) Finds all stock levels of the specified product in the specified warehouses.intStockService.getTotalStockLevelAmount(ProductModel product, 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, 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 WarehouseModelModifier and TypeMethodDescriptionDefaultStockService.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration:DefaultStockService.getBestMatchOfQuantity(Map<WarehouseModel, 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 WarehouseModelModifier and TypeMethodDescriptionDefaultStockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, int quantity) Returns product availability, passing product, and quantity as parametersDefaultStockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, Date date) Gets the product quantity for the specified product, warehouses and date.Methods in de.hybris.platform.stock.impl with parameters of type WarehouseModelModifier and TypeMethodDescriptionprotected 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.DefaultStockLevelDao.findStockLevel(String productCode, WarehouseModel warehouse) StockLevelDao.findStockLevel(String productCode, WarehouseModel warehouse) Finds the stock level of the specified product at the specified warehouse.DefaultStockService.getAvailability(ProductModel product, WarehouseModel warehouse, int quantity, LanguageModel language) DefaultStockService.getAvailability(ProductModel product, WarehouseModel warehouse, Date date, LanguageModel language) DefaultStockLevelDao.getAvailableQuantity(WarehouseModel warehouse, String productCode) StockLevelDao.getAvailableQuantity(WarehouseModel warehouse, String productCode) DefaultStockService.getInStockStatus(ProductModel product, WarehouseModel warehouse) DefaultStockService.getProductStatus(ProductModel product, WarehouseModel warehouse) DefaultStockService.getStockLevel(ProductModel product, WarehouseModel warehouse) intDefaultStockService.getStockLevelAmount(ProductModel product, WarehouseModel warehouse) voidDefaultStockService.release(ProductModel product, WarehouseModel warehouse, int amount, String comment) voidDefaultStockService.reserve(ProductModel product, WarehouseModel warehouse, int amount, String comment) voidDefaultStockService.updateActualStockLevel(ProductModel product, WarehouseModel warehouse, int actualAmount, String comment) Method parameters in de.hybris.platform.stock.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionDefaultStockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses) DefaultStockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses, int preOrderQuantity) StockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses) Finds all stock levels of the specified product in the specified warehouses.StockLevelDao.findStockLevels(String productCode, Collection<WarehouseModel> warehouses, int preOrderQuantity) DefaultStockService.getAvailability(ProductModel product, 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.DefaultStockService.getAvailability(ProductModel product, List<WarehouseModel> warehouses, Date date, LanguageModel language) Gets the available quantity of the product for the specified warehouses by invoking injected strategy.DefaultStockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, int quantity) Returns product availability, passing product, and quantity as parametersDefaultStockService.getAvailability(List<WarehouseModel> warehouses, ProductModel product, Date date) Gets the product quantity for the specified product, warehouses and date.DefaultStockService.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration:DefaultStockService.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration:DefaultStockService.getProductStatus(ProductModel product, Collection<WarehouseModel> warehouses) DefaultStockService.getStockLevels(ProductModel product, Collection<WarehouseModel> warehouses) intDefaultStockService.getTotalStockLevelAmount(ProductModel product, Collection<WarehouseModel> warehouses) voidDefaultStockService.setInStockStatus(ProductModel product, Collection<WarehouseModel> warehouses, InStockStatus status) -
Uses of WarehouseModel in de.hybris.platform.stock.strategy
Methods in de.hybris.platform.stock.strategy that return WarehouseModelModifier and TypeMethodDescriptionBestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" .ProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) BestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Returns the warehouse which offers the "best" product "quantity".ProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Methods in de.hybris.platform.stock.strategy that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, int quantity) Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.ProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, 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 WarehouseModelModifier and TypeMethodDescriptionProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, int quantity) Gets availability date by invoking strategy for calculating product availability, passing product, quantity and warehouses as parameters.ProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, Date date) Calculates product availability, passing the product, quantity and the warehouses for which the availability should be returned.BestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) Returns the warehouse which offers the "best" product "availability" .ProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) BestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Returns the warehouse which offers the "best" product "quantity".ProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) ProductAvailabilityStrategy.parse(Map<WarehouseModel, Integer> quantities, String productCode, Date date, LanguageModel language) Converted the mapped quantities in a textual representation.ProductAvailabilityStrategy.parse(Map<WarehouseModel, Date> quantities, 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 WarehouseModelModifier and TypeMethodDescriptionDefaultBestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) DefaultBestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) Methods in de.hybris.platform.stock.strategy.impl that return types with arguments of type WarehouseModelModifier and TypeMethodDescriptionDefaultProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, int preOrderQuantity) Returns product availability, passing product, and quantity as parameters.DefaultProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, 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 WarehouseModelModifier and TypeMethodDescriptionDefaultProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, int preOrderQuantity) Returns product availability, passing product, and quantity as parameters.DefaultProductAvailabilityStrategy.getAvailability(String productCode, List<WarehouseModel> warehouses, Date date) Gets the product quantity for the specified product, warehouses and date.DefaultBestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel, Date> map) DefaultBestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel, Integer> map) DefaultProductAvailabilityStrategy.parse(Map<WarehouseModel, Integer> quantities, String productCode, Date date, LanguageModel language) Converted the mapped quantities in a textual representation.DefaultProductAvailabilityStrategy.parse(Map<WarehouseModel, Date> quantities, 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 WarehouseModelModifier and TypeMethodDescriptionBaseStoreModel.getWarehouses()Generated method - Getter of theBaseStore.warehousesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.store with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setWarehouses(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 WarehouseModelModifier and TypeMethodDescriptionPointOfServiceModel.getWarehouses()Generated method - Getter of thePointOfService.warehousesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.storelocator.model with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidPointOfServiceModel.setWarehouses(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 WarehouseModelModifier and TypeMethodDescriptionDeclineEntryBuilder.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 WarehouseModelModifier and TypeMethodDescriptionprotected voidDefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry, WarehouseModel warehouse, int productQuantity, Date releaseDate, String bin) CreatesStockLevelModelbased on givenAdvancedShippingNoticeEntryModel,WarehouseModel, productQuantity, release date and bin.protected voidDefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry, WarehouseModel warehouse, 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 WarehouseModelModifier and TypeMethodDescriptionWarehouseSelectionForAsnStrategy.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 WarehouseModelModifier and TypeMethodDescriptionDefaultWarehouseSelectionForAsnStrategy.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 WarehouseModelModifier and TypeMethodDescriptionPickupWarehouseSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionDefaultPickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos) WarehousingWarehouseSelectionStrategy.getWarehousesForBaseStore(BaseStoreModel baseStore) -
Uses of WarehouseModel in de.hybris.platform.warehousing.data.allocation
Methods in de.hybris.platform.warehousing.data.allocation that return WarehouseModelMethods in de.hybris.platform.warehousing.data.allocation with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidDeclineEntry.setReallocationWarehouse(WarehouseModel reallocationWarehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return WarehouseModelMethods in de.hybris.platform.warehousing.data.sourcing with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidSourcingLocation.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 WarehouseModelModifier and TypeMethodDescriptionWarehousingFulfillmentConfigDao.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 WarehouseModelModifier and TypeMethodDescriptionprotected voidDefaultWarehousingFulfillmentConfigDao.collectRelatedConfigs(WarehouseModel warehouse, List configsList, Object config) Collect the configurations which are linked to the givenWarehouseModelthrough an attribute named 'warehouses'DefaultWarehousingFulfillmentConfigDao.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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionDeclineConsignmentEntryEventModel.getReallocatedWarehouse()Generated method - Getter of theDeclineConsignmentEntryEvent.reallocatedWarehouseattribute defined at extensionwarehousing.AdvancedShippingNoticeModel.getWarehouse()Generated method - Getter of theAdvancedShippingNotice.warehouseattribute defined at extensionwarehousing.SourcingBanModel.getWarehouse()Generated method - Getter of theSourcingBan.warehouseattribute defined at extensionwarehousing.WarehouseBinModel.getWarehouse()Generated method - Getter of theWarehouseBin.warehouseattribute defined at extensionwarehousing.Methods in de.hybris.platform.warehousing.model with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidDeclineConsignmentEntryEventModel.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 WarehouseModelModifierConstructorDescriptionWarehouseBinModel(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(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 WarehouseModelModifier and TypeMethodDescriptionprotected ConsignmentModelOrderManagementOrderCancelPartialTest.createConsignmentModel(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 WarehouseModelModifier and TypeMethodDescriptionRestockLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Method parameters in de.hybris.platform.warehousing.returns.filter.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionRestockLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) -
Uses of WarehouseModel in de.hybris.platform.warehousing.returns.strategy
Methods in de.hybris.platform.warehousing.returns.strategy that return WarehouseModelModifier and TypeMethodDescriptionRestockWarehouseSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionDefaultRestockWarehouseSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionSourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels, 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 WarehouseModelModifier and TypeMethodDescriptionDefaultSourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels, 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 WarehouseModelModifier and TypeMethodDescriptionSourcingBanService.createSourcingBan(WarehouseModel warehouseModel) creates Sourcing BanMethod parameters in de.hybris.platform.warehousing.sourcing.ban.service with type arguments of type WarehouseModelModifier and TypeMethodDescriptionSourcingBanService.getSourcingBan(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 WarehouseModelModifier and TypeMethodDescriptionDefaultSourcingBanService.createSourcingBan(WarehouseModel warehouse) Method parameters in de.hybris.platform.warehousing.sourcing.ban.service.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionDefaultSourcingBanService.getSourcingBan(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 WarehouseModelModifier and TypeMethodDescriptionPosSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionprotected SourcingLocationDefaultSourcingContextFactory.createSourcingLocation(SourcingContext context, WarehouseModel location) Create a new sourcing location and populate it.FirstPosSelectionStrategy.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 WarehouseModelModifier and TypeMethodDescriptionvoidSourcingLocationPopulator.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 WarehouseModelModifier and TypeMethodDescriptionvoidAvailabilitySourcingLocationPopulator.populate(WarehouseModel source, SourcingLocation target) voidDistanceSourcingLocationPopulator.populate(WarehouseModel source, SourcingLocation target) voidPrioritySourcingLocationPopulator.populate(WarehouseModel source, SourcingLocation target) protected voidAvailabilitySourcingLocationPopulator.setAvailability(WarehouseModel source, AbstractOrderEntryModel entry, Map<ProductModel, 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 WarehouseModelModifier and TypeMethodDescriptionvoidSourcingFilterProcessor.filterLocations(AbstractOrderModel order, Set<WarehouseModel> locations) Start the filter chain execution and returns a set of locations to be used for sourcing.voidSourcingLocationFilter.filterLocations(AbstractOrderModel order, 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 WarehouseModelModifier and TypeMethodDescriptionabstract Collection<WarehouseModel>AbstractBaseSourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Method used to apply the filter on the order and return a set of sourcing locations.AvailabilitySourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> warehouses) DeliveryCountrySourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) PickupSourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Methods in de.hybris.platform.warehousing.sourcing.filter.impl with parameters of type WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionabstract Collection<WarehouseModel>AbstractBaseSourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) Method used to apply the filter on the order and return a set of sourcing locations.AvailabilitySourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> warehouses) DeliveryCountrySourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) PickupSourcingLocationFilter.applyFilter(AbstractOrderModel order, Set<WarehouseModel> locations) protected voidAbstractBaseSourcingLocationFilter.combineFilteredLocations(Collection<WarehouseModel> filteredResults, 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(Collection<WarehouseModel> filteredResults, 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, 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 WarehouseModelModifier and TypeMethodDescriptionSourcingLocationBuilder.withWarehouse(WarehouseModel warehouse) SourcingResultBuilder.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 WarehouseModelModifier and TypeMethodDescriptionWarehouseStockService.createStockLevel(String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, Date releaseDate, String bin) Creates and saves a newStockLevelModel.WarehouseStockService.getStockLevelForProductCodeAndWarehouse(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 WarehouseModelModifier and TypeMethodDescriptionDefaultWarehouseStockService.createStockLevel(String productCode, WarehouseModel warehouse, int initialQuantityOnHand, InStockStatus status, Date releaseDate, String bin) DefaultWarehouseStockService.getStockLevelForProductCodeAndWarehouse(String productCode, WarehouseModel warehouse) -
Uses of WarehouseModel in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util with parameters of type WarehouseModelModifier and TypeMethodDescriptionprotected voidBaseSourcingIntegrationTest.assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, Map<ProductModel, Long> expectedAllocation) Assert that the sourcing result selected the correct warehouse and sourced the correct quantity.DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel, Long> declineEntryInfo, WarehouseModel warehouse) DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel, 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 WarehouseModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type WarehouseModelModifier and TypeMethodDescriptionstatic WarehouseModelBuilderWarehouseModelBuilder.fromModel(WarehouseModel model) AsnModelBuilder.withWarehouse(WarehouseModel warehouse) ConsignmentModelBuilder.withWarehouse(WarehouseModel warehouse) StockLevelModelBuilder.withWarehouse(WarehouseModel warehouse) PointOfServiceModelBuilder.withWarehouses(WarehouseModel... warehouses) -
Uses of WarehouseModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return WarehouseModelModifier and TypeMethodDescriptionWarehouses.Boston()protected WarehouseModelWarehouses.Default()Warehouses.Griffintown()Warehouses.Montreal()Warehouses.Montreal_External()Warehouses.Paris()Warehouses.Random()Warehouses.Toronto()Methods in de.hybris.platform.warehousing.util.models with parameters of type WarehouseModelModifier and TypeMethodDescriptionStockLevels.Camera(WarehouseModel warehouse, int quantity) protected AdvancedShippingNoticeModelAsns.getOrCreateAsn(String internalId, Date releaseDate, WarehouseModel warehouse) StockLevels.Lens(WarehouseModel warehouse, int quantity) StockLevels.MemoryCard(WarehouseModel warehouse, int quantity) StockLevels.NewStockLevel(ProductModel product, WarehouseModel warehouse, int quantity, 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 WarehouseModelModifier and TypeMethodDescriptionWarehousesFilter.applyFilter(Set<WarehouseModel> warehouses) Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.WarehousesFilterProcessor.filterLocations(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 WarehouseModelModifier and TypeMethodDescriptionWarehousesFilter.applyFilter(Set<WarehouseModel> warehouses) Removes the filteredWarehouseModel(s) from the given set ofWarehouseModel(s), to be used during ATP calculation.WarehousesFilterProcessor.filterLocations(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 WarehouseModelModifier and TypeMethodDescriptionDeclinedWarehousesFilter.applyFilter(Set<WarehouseModel> warehouses) Method parameters in de.hybris.platform.warehousing.warehouse.filter.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionDeclinedWarehousesFilter.applyFilter(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 WarehouseModelModifier and TypeMethodDescriptionWarehousingWarehouseService.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 WarehouseModelModifier and TypeMethodDescriptionbooleanWarehousingWarehouseService.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 WarehouseModelModifier and TypeMethodDescriptionDefaultWarehousingWarehouseService.getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country) Methods in de.hybris.platform.warehousing.warehouse.service.impl with parameters of type WarehouseModelModifier and TypeMethodDescriptionbooleanDefaultWarehousingWarehouseService.isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService) -
Uses of WarehouseModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return WarehouseModelMethods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type WarehouseModelModifier and TypeMethodDescriptionvoidConsignmentEntryToReallocateDto.setSelectedLocation(WarehouseModel selectedLocation) Constructor parameters in de.hybris.platform.warehousingbackoffice.dtos with type arguments of type WarehouseModelModifierConstructorDescriptionConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry, List<String> reasons, Set<WarehouseModel> locations) -
Uses of WarehouseModel in de.hybris.platform.warehousingbackoffice.widgets.consignment
Methods in de.hybris.platform.warehousingbackoffice.widgets.consignment that return WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionprotected Converter<WarehouseModel,WarehouseData> DefaultWarehousingBaseStoreFacade.getWarehouseConverter()protected PagedGenericDao<WarehouseModel>DefaultWarehousingBaseStoreFacade.getWarehousesByBaseStorePagedDao()Method parameters in de.hybris.platform.warehousingfacades.basestore.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidDefaultWarehousingBaseStoreFacade.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 WarehouseModelModifier and TypeMethodDescriptionprotected List<WarehouseModel>DefaultWarehousingConsignmentFacade.getSublistOfSourcingLocations(PageableData pageableData, 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 WarehouseModelModifier and TypeMethodDescriptionprotected List<WarehouseModel>DefaultWarehousingConsignmentFacade.getSublistOfSourcingLocations(PageableData pageableData, 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 WarehouseModelModifier and TypeMethodDescriptionprotected Converter<WarehouseModel,WarehouseData> DefaultWarehousingPointOfServiceFacade.getWarehouseConverter()protected PagedGenericDao<WarehouseModel>DefaultWarehousingPointOfServiceFacade.getWarehousesByPointOfServicePagedDao()Method parameters in de.hybris.platform.warehousingfacades.pointofservice.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidDefaultWarehousingPointOfServiceFacade.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 WarehouseModelModifier and TypeMethodDescriptionprotected Converter<WarehouseModel,WarehouseData> WarehousingStockLevelPopulator.getWarehouseConverter()Method parameters in de.hybris.platform.warehousingfacades.stocklevel.converters.populator with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidWarehousingStockLevelPopulator.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 WarehouseModelModifier and TypeMethodDescriptionprotected UrlResolver<WarehouseModel>WarehousingWarehouseUrlPopulator.getWarehouseModelUrlResolver()protected Converter<WarehouseModel,WarehouseData> WarehousingWarehousePopulator.getWarehouseUrlConverter()Methods in de.hybris.platform.warehousingfacades.warehouse.converters.populator with parameters of type WarehouseModelModifier and TypeMethodDescriptionprotected StringWarehousingWarehouseUrlResolver.getKey(WarehouseModel source) voidWarehousingWarehousePopulator.populate(WarehouseModel source, WarehouseData target) voidWarehousingWarehouseUrlPopulator.populate(WarehouseModel source, WarehouseData target) protected StringWarehousingWarehouseUrlResolver.resolveInternal(WarehouseModel source) Method parameters in de.hybris.platform.warehousingfacades.warehouse.converters.populator with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidWarehousingWarehouseUrlPopulator.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 WarehouseModelModifier and TypeMethodDescriptionprotected Converter<WarehouseModel,WarehouseData> DefaultWarehousingWarehouseFacade.getWarehouseConverter()Method parameters in de.hybris.platform.warehousingfacades.warehouse.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionvoidDefaultWarehousingWarehouseFacade.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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionprotected List<WarehouseModel>SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) protected List<WarehouseModel>SplitByWarehouse.prepareWarehouses(OrderEntryGroup todoEntryList, OrderEntryGroup workingOrderEntryList, OrderEntryGroup emptyOrderEntryList, List<WarehouseModel> tmpWarehouseResult, OrderEntryGroup tmpOrderEntryResult) Method parameters in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with type arguments of type WarehouseModelModifier and TypeMethodDescriptionprotected List<WarehouseModel>SplitByWarehouse.prepareWarehouses(OrderEntryGroup todoEntryList, OrderEntryGroup workingOrderEntryList, OrderEntryGroup emptyOrderEntryList, 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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionprotected 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 WarehouseModelModifier and TypeMethodDescriptionvoidSourcingUtil.assertSourcingResultContents(SourcingResults results, WarehouseModel expectedWarehouse, ProductModel product, Long expectedAllocation) voidDeclineUtil.manualDeclineDefaultConsignment(ConsignmentModel consignmentModels, Map<ConsignmentEntryModel, Long> declineEntryInfo, OrderProcessModel orderProcessModel, WarehouseModel warehouseModel, DeclineReason declineReason) manually decline consignment