Uses of Class
de.hybris.platform.ordersplitting.model.WarehouseModel
-
Packages that use WarehouseModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.returns.model Contains generated models for each type of de.hybris.platform.returns.jalo package.de.hybris.platform.store Contains generated models for each type of de.hybris.platform.store package.de.hybris.platform.storelocator.model Contains generated models for each type of de.hybris.platform.storelocator.jalo package. -
-
Uses of WarehouseModel in de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl that return WarehouseModel Modifier and Type Method Description protected WarehouseModelSplitByWarehouse. chooseBestWarehouse(de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup orderEntries)Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.Methods in de.hybris.platform.b2ctelcofulfillmentprocess.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(de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup todoEntryList, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup workingOrderEntryList, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup emptyOrderEntryList, java.util.List<WarehouseModel> tmpWarehouseResult, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup tmpOrderEntryResult)Method parameters in de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl with type arguments of type WarehouseModel Modifier and Type Method Description protected java.util.List<WarehouseModel>SplitByWarehouse. prepareWarehouses(de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup todoEntryList, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup workingOrderEntryList, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup emptyOrderEntryList, java.util.List<WarehouseModel> tmpWarehouseResult, de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup tmpOrderEntryResult) -
Uses of WarehouseModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.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.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, 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.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.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.
-