| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
StockLevelReservationHistoryEntryModel.getWarehouse()
Generated method - Getter of the
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelReservationHistoryEntryModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices. |
| Constructor and Description |
|---|
StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ItemModel _owner,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
DefaultDeliveryFromAddressStrategy.getDeliveryOriginForWarehouses(java.util.Collection<WarehouseModel> warehouseModels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
CommerceWarehouseDao.getDefaultWarehousesForBaseStore(BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
DefaultCommerceWarehouseDao.getDefaultWarehousesForBaseStore(BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
WarehouseSelectionStrategy.getWarehousesForBaseStore(BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
DefaultWarehouseSelectionStrategy.getWarehousesForBaseStore(BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
DeliveryModeModel.getWarehouses()
Generated method - Getter of the
DeliveryMode.warehouses attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryModeModel.setWarehouses(java.util.Set<WarehouseModel> value)
Generated method - Setter of
DeliveryMode.warehouses attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ProductModel.getSapPlant()
Generated method - Getter of the
Product.sapPlant attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setSapPlant(WarehouseModel value)
Generated method - Setter of
Product.sapPlant attribute defined at extension sapmodel. |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ConsignmentService.getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries)
Gets the warehouse.
|
WarehouseModel |
WarehouseService.getWarehouseForCode(java.lang.String code)
Return the warehouse with for the code
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
WarehouseDao.getDefWarehouse()
Return list of warehouses with are marked as default
|
java.util.List<WarehouseModel> |
WarehouseDao.getWarehouseForCode(java.lang.String code)
Return list of warehouses with a specified code
|
java.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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultConsignmentService.getWarehouse(java.util.List<AbstractOrderEntryModel> orderEntries) |
WarehouseModel |
DefaultWarehouseService.getWarehouseForCode(java.lang.String code) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
StockLevelModel.getWarehouse()
Generated method - Getter of the
StockLevel.warehouse attribute defined at extension basecommerce. |
WarehouseModel |
ConsignmentModel.getWarehouse()
Generated method - Getter of the
Consignment.warehouse attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
VendorModel.getWarehouses()
Generated method - Getter of the
Vendor.warehouses attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelModel.setWarehouse(WarehouseModel value)
Generated method - Initial setter of
StockLevel.warehouse attribute defined at extension basecommerce. |
void |
ConsignmentModel.setWarehouse(WarehouseModel value)
Generated method - Initial setter of
Consignment.warehouse attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorModel.setWarehouses(java.util.Set<WarehouseModel> value)
Generated method - Setter of
Vendor.warehouses attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentModel(java.lang.String _code,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsignmentModel(java.lang.String _code,
DeliveryModeModel _deliveryMode,
java.util.Date _namedDeliveryDate,
AbstractOrderModel _order,
ItemModel _owner,
SAPOrderModel _sapOrder,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelModel(int _available,
ItemModel _owner,
java.lang.String _productCode,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelModel(int _available,
java.lang.String _productCode,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
WarehouseResource.getWarehouseModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WarehouseModel |
WarehouseResource.readResource(java.lang.String resourceId)
Gets the
WarehouseModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
WarehousesResource.getWarehousesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseResource.setWarehouseModel(WarehouseModel value)
Convenience method which just delegates to
#setResourceValue(WarehouseModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousesResource.setWarehousesCollection(java.util.Collection<WarehouseModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehouseModel |
SplitByWarehouse.chooseBestWarehouse(OrderEntryGroup orderEntries)
Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.
|
protected WarehouseModel |
SplitByWarehouse.getWarehouse(OrderEntryGroup orderEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WarehouseModel> |
SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ReturnRequestModel.getReturnWarehouse()
Generated method - Getter of the
ReturnRequest.returnWarehouse attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnRequestModel.setReturnWarehouse(WarehouseModel value)
Generated method - Setter of
ReturnRequest.returnWarehouse attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
MockConsignmentService.getWarehouse(java.util.List<AbstractOrderEntryModel> arg0) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
SAPPlantLogSysOrgModel.getPlant()
Generated method - Getter of the
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
WarehouseModel |
SAPReturnRequestsModel.getReturnWarehouse()
Generated method - Getter of the
SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPPlantLogSysOrgModel.setPlant(WarehouseModel value)
Generated method - Setter of
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
void |
SAPReturnRequestsModel.setReturnWarehouse(WarehouseModel value)
Generated method - Setter of
SAPReturnRequests.returnWarehouse attribute defined at extension ysapomsreturnprocess. |
| Constructor and Description |
|---|
SAPPlantLogSysOrgModel(ItemModel _owner,
WarehouseModel _plant)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPPlantLogSysOrgModel(WarehouseModel _plant)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
StockService.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
StockService.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
java.util.Date date,
LanguageModel language)
Gets the available quantity of the product for the specified warehouse.
|
java.lang.String |
StockService.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.
|
InStockStatus |
StockService.getInStockStatus(ProductModel product,
WarehouseModel warehouse)
Checks the stock level status of the product in the specified warehouses.
|
StockLevelStatus |
StockService.getProductStatus(ProductModel product,
WarehouseModel warehouse)
Checks the stock level status of the product in the specified warehouse.
|
StockLevelModel |
StockService.getStockLevel(ProductModel product,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
int |
StockService.getStockLevelAmount(ProductModel product,
WarehouseModel warehouse)
Finds the stock level of the specified product in the specified warehouse, and calculates the actual available
amount.
|
void |
StockService.release(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment)
Release the product in the specified warehouse.
|
void |
StockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment)
Reserves the product in the specified warehouse.
|
void |
StockService.updateActualStockLevel(ProductModel product,
WarehouseModel warehouse,
int actualAmount,
java.lang.String comment)
Updates the actual stock level of the specified product in the specified warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.lang.String |
StockService.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.lang.String |
StockService.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.
|
WarehouseModel |
StockService.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
StockService.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
StockLevelStatus |
StockService.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.
|
int |
StockService.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.
|
void |
StockService.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.
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultStockService.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration: |
WarehouseModel |
DefaultStockService.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration: |
| Modifier and Type | Method and Description |
|---|---|
java.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.
|
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 parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
DefaultStockService.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available)
Creates a new stock level.
|
protected StockLevelModel |
DefaultStockService.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available,
int overSelling,
int reserved,
InStockStatus status,
int maxStockLevelHistoryCount,
boolean treatNegativeAsZero)
Creates a new stock level.
|
StockLevelModel |
StockLevelDao.findStockLevel(java.lang.String productCode,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
StockLevelModel |
DefaultStockLevelDao.findStockLevel(java.lang.String productCode,
WarehouseModel warehouse) |
java.lang.String |
DefaultStockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
java.util.Date date,
LanguageModel language) |
java.lang.String |
DefaultStockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
int quantity,
LanguageModel language) |
java.lang.Integer |
StockLevelDao.getAvailableQuantity(WarehouseModel warehouse,
java.lang.String productCode) |
java.lang.Integer |
DefaultStockLevelDao.getAvailableQuantity(WarehouseModel warehouse,
java.lang.String productCode) |
InStockStatus |
DefaultStockService.getInStockStatus(ProductModel product,
WarehouseModel warehouse) |
StockLevelStatus |
DefaultStockService.getProductStatus(ProductModel product,
WarehouseModel warehouse) |
StockLevelModel |
DefaultStockService.getStockLevel(ProductModel product,
WarehouseModel warehouse) |
int |
DefaultStockService.getStockLevelAmount(ProductModel product,
WarehouseModel warehouse) |
void |
DefaultStockService.release(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment) |
void |
DefaultStockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment) |
void |
DefaultStockService.updateActualStockLevel(ProductModel product,
WarehouseModel warehouse,
int actualAmount,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
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> |
DefaultStockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses) |
java.util.Collection<StockLevelModel> |
StockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
java.util.Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
java.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.
|
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 parameters
|
java.lang.String |
DefaultStockService.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.lang.String |
DefaultStockService.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.
|
WarehouseModel |
DefaultStockService.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration: |
WarehouseModel |
DefaultStockService.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration: |
StockLevelStatus |
DefaultStockService.getProductStatus(ProductModel product,
java.util.Collection<WarehouseModel> warehouses) |
java.util.Collection<StockLevelModel> |
DefaultStockService.getStockLevels(ProductModel product,
java.util.Collection<WarehouseModel> warehouses) |
int |
DefaultStockService.getTotalStockLevelAmount(ProductModel product,
java.util.Collection<WarehouseModel> warehouses) |
void |
DefaultStockService.setInStockStatus(ProductModel product,
java.util.Collection<WarehouseModel> warehouses,
InStockStatus status) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
java.lang.String |
ProductAvailabilityStrategy.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.
|
java.lang.String |
ProductAvailabilityStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfAvailability(java.util.Map<WarehouseModel,java.util.Date> map) |
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfQuantity(java.util.Map<WarehouseModel,java.lang.Integer> map) |
java.lang.String |
DefaultProductAvailabilityStrategy.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.
|
java.lang.String |
DefaultProductAvailabilityStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
BaseStoreModel.getWarehouses()
Generated method - Getter of the
BaseStore.warehouses attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setWarehouses(java.util.List<WarehouseModel> value)
Generated method - Setter of
BaseStore.warehouses attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
PointOfServiceModel.getWarehouses()
Generated method - Getter of the
PointOfService.warehouses attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
PointOfServiceModel.setWarehouses(java.util.List<WarehouseModel> value)
Generated method - Setter of
PointOfService.warehouses attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
DeclineEntryBuilder |
DeclineEntryBuilder.withReallocationWarehouse(WarehouseModel reallocationWarehouse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
java.util.Date releaseDate)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel
and release date. |
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
int productQuantity,
java.util.Date releaseDate,
java.lang.String bin)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel,
productQuantity, release date and bin. |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
WarehouseSelectionForAsnStrategy.getDefaultWarehouse(AdvancedShippingNoticeModel advancedShippingNotice)
Return default
WarehouseModel for given AdvancedShippingNoticeModel |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultWarehouseSelectionForAsnStrategy.getDefaultWarehouse(AdvancedShippingNoticeModel advancedShippingNotice) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
PickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos)
Get all warehouses associated to the point of service that allow pickup.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
DefaultPickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos) |
java.util.List<WarehouseModel> |
WarehousingWarehouseSelectionStrategy.getWarehousesForBaseStore(BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DeclineEntry.getReallocationWarehouse() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineEntry.setReallocationWarehouse(WarehouseModel reallocationWarehouse) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
SourcingLocation.getWarehouse() |
WarehouseModel |
SourcingResult.getWarehouse() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingLocation.setWarehouse(WarehouseModel warehouse) |
void |
SourcingResult.setWarehouse(WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
WarehousingFulfillmentConfigDao.getConfiguration(WarehouseModel warehouse)
Retrieves the fulfillment system configuration attached to a
WarehouseModel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWarehousingFulfillmentConfigDao.collectRelatedConfigs(WarehouseModel warehouse,
java.util.List configsList,
java.lang.Object config)
Collect the configurations which are linked to the given
WarehouseModel through an attribute named 'warehouses' |
java.lang.Object |
DefaultWarehousingFulfillmentConfigDao.getConfiguration(WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
CommonReturnDocumentContext.getPosAddress(AbstractOrderModel order,
WarehouseModel returnWarehouse)
Extracts the
AddressModel where the returned goods need to be shipped by the customer |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DeclineConsignmentEntryEventModel.getReallocatedWarehouse()
Generated method - Getter of the
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
WarehouseModel |
SourcingBanModel.getWarehouse()
Generated method - Getter of the
SourcingBan.warehouse attribute defined at extension warehousing. |
WarehouseModel |
WarehouseBinModel.getWarehouse()
Generated method - Getter of the
WarehouseBin.warehouse attribute defined at extension warehousing. |
WarehouseModel |
AdvancedShippingNoticeModel.getWarehouse()
Generated method - Getter of the
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineConsignmentEntryEventModel.setReallocatedWarehouse(WarehouseModel value)
Generated method - Setter of
DeclineConsignmentEntryEvent.reallocatedWarehouse attribute defined at extension warehousing. |
void |
SourcingBanModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
SourcingBan.warehouse attribute defined at extension warehousing. |
void |
WarehouseBinModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
WarehouseBin.warehouse attribute defined at extension warehousing. |
void |
AdvancedShippingNoticeModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
| Constructor and Description |
|---|
WarehouseBinModel(java.lang.String _code,
ItemModel _owner,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WarehouseBinModel(java.lang.String _code,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentModel |
OrderManagementOrderCancelPartialTest.createConsignmentModel(java.lang.String code,
AddressModel deliveryAddress,
WarehouseModel warehouse,
ConsignmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
RestockLocationFilter.applyFilter(AbstractOrderModel order,
java.util.Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
RestockLocationFilter.applyFilter(AbstractOrderModel order,
java.util.Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
RestockWarehouseSelectionStrategy.performStrategy(ReturnRequestModel returnRequestModel)
Determine which warehouse the restock should return to.
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultRestockWarehouseSelectionStrategy.performStrategy(ReturnRequestModel returnRequestModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
SourcingBanDao.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels,
java.util.Date currentDateMinusBannedDays)
Retrieves an
SourcingBanModel for a WarehouseModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
DefaultSourcingBanDao.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels,
java.util.Date currentDateMinusBannedDays) |
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
SourcingBanService.createSourcingBan(WarehouseModel warehouseModel)
creates Sourcing Ban
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
SourcingBanService.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels)
gets SourcingBan by passing Warehouse
|
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
DefaultSourcingBanService.createSourcingBan(WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
DefaultSourcingBanService.getSourcingBan(java.util.Collection<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
PosSelectionStrategy.getPointOfService(AbstractOrderModel orderModel,
WarehouseModel warehouse)
Retrieve a specific point of service for a specific warehouse and a specific order
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingContext> |
SourcingContextFactory.create(java.util.Collection<OrderEntryGroup> groups,
java.util.Collection<WarehouseModel> locations)
Create a new sourcing context.
|
| Modifier and Type | Method and Description |
|---|---|
protected SourcingLocation |
DefaultSourcingContextFactory.createSourcingLocation(SourcingContext context,
WarehouseModel location)
Create a new sourcing location and populate it.
|
PointOfServiceModel |
FirstPosSelectionStrategy.getPointOfService(AbstractOrderModel orderModel,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingContext> |
DefaultSourcingContextFactory.create(java.util.Collection<OrderEntryGroup> groups,
java.util.Collection<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingLocationPopulator.populate(WarehouseModel source,
SourcingLocation target)
Populate attributes of the sourcing location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvailabilitySourcingLocationPopulator.populate(WarehouseModel source,
SourcingLocation target) |
void |
PrioritySourcingLocationPopulator.populate(WarehouseModel source,
SourcingLocation target) |
void |
DistanceSourcingLocationPopulator.populate(WarehouseModel source,
SourcingLocation target) |
protected void |
AvailabilitySourcingLocationPopulator.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingFilterProcessor.filterLocations(AbstractOrderModel order,
java.util.Set<WarehouseModel> locations)
Start the filter chain execution and returns a set of locations to be used for sourcing.
|
void |
SourcingLocationFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AvailabilitySourcingLocationFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
protected void |
AbstractBaseSourcingLocationFilter.combineFilteredLocations(java.util.Collection<WarehouseModel> filteredResults,
java.util.Set<WarehouseModel> locations)
Combine a collection of filtered results and the sourcing locations according to the
SourcingFilterResultOperator value 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 void |
AbstractBaseSourcingLocationFilter.combineFilteredLocations(java.util.Collection<WarehouseModel> filteredResults,
java.util.Set<WarehouseModel> locations)
Combine a collection of filtered results and the sourcing locations according to the
SourcingFilterResultOperator value 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). |
void |
AbstractBaseSourcingLocationFilter.filterLocations(AbstractOrderModel order,
java.util.Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
SourcingLocationBuilder |
SourcingLocationBuilder.withWarehouse(WarehouseModel warehouse) |
SourcingResultBuilder |
SourcingResultBuilder.withWarehouse(WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
WarehouseStockService.createStockLevel(java.lang.String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
java.util.Date releaseDate,
java.lang.String bin)
Creates and saves a new
StockLevelModel. |
java.lang.Long |
WarehouseStockService.getStockLevelForProductCodeAndWarehouse(java.lang.String productCode,
WarehouseModel warehouse)
Returns stock level value for given productCode and warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultWarehouseStockService.createStockLevel(java.lang.String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
java.util.Date releaseDate,
java.lang.String bin) |
java.lang.Long |
DefaultWarehouseStockService.getStockLevelForProductCodeAndWarehouse(java.lang.String productCode,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSourcingIntegrationTest.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.
|
DeclineEntries |
DeclineEntryBuilder.build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
WarehouseModel warehouse) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
WarehouseModel warehouse,
DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
WarehouseModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static WarehouseModelBuilder |
WarehouseModelBuilder.fromModel(WarehouseModel model) |
ConsignmentModelBuilder |
ConsignmentModelBuilder.withWarehouse(WarehouseModel warehouse) |
StockLevelModelBuilder |
StockLevelModelBuilder.withWarehouse(WarehouseModel warehouse) |
AsnModelBuilder |
AsnModelBuilder.withWarehouse(WarehouseModel warehouse) |
PointOfServiceModelBuilder |
PointOfServiceModelBuilder.withWarehouses(WarehouseModel... warehouses) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
Warehouses.Boston() |
protected WarehouseModel |
Warehouses.Default() |
WarehouseModel |
Warehouses.Griffintown() |
WarehouseModel |
Warehouses.Montreal_External() |
WarehouseModel |
Warehouses.Montreal() |
WarehouseModel |
Warehouses.Paris() |
WarehouseModel |
Warehouses.Random() |
WarehouseModel |
Warehouses.Toronto() |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevels.Camera(WarehouseModel warehouse,
int quantity) |
protected AdvancedShippingNoticeModel |
Asns.getOrCreateAsn(java.lang.String internalId,
java.util.Date releaseDate,
WarehouseModel warehouse) |
StockLevelModel |
StockLevels.Lens(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.MemoryCard(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.NewStockLevel(ProductModel product,
WarehouseModel warehouse,
int quantity,
java.util.Date releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
WarehousesFilter.applyFilter(java.util.Set<WarehouseModel> warehouses)
Removes the filtered
WarehouseModel(s) from the given set of WarehouseModel(s), to be used during ATP calculation. |
java.util.Set<WarehouseModel> |
WarehousesFilterProcessor.filterLocations(java.util.Set<WarehouseModel> warehouses)
Applies a collection of
WarehousesFilter(s) on the given set of WarehouseModel(s) to be used during ATP calculation and before Sourcing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
WarehousesFilter.applyFilter(java.util.Set<WarehouseModel> warehouses)
Removes the filtered
WarehouseModel(s) from the given set of WarehouseModel(s), to be used during ATP calculation. |
java.util.Set<WarehouseModel> |
WarehousesFilterProcessor.filterLocations(java.util.Set<WarehouseModel> warehouses)
Applies a collection of
WarehousesFilter(s) on the given set of WarehouseModel(s) to be used during ATP calculation and before Sourcing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
DeclinedWarehousesFilter.applyFilter(java.util.Set<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WarehouseModel> |
DeclinedWarehousesFilter.applyFilter(java.util.Set<WarehouseModel> warehouses) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WarehousingWarehouseService.isWarehouseInPoS(WarehouseModel warehouse,
PointOfServiceModel pointOfService)
Check if given
WarehouseModel belong to given PointOfServiceModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
DefaultWarehousingWarehouseService.getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultWarehousingWarehouseService.isWarehouseInPoS(WarehouseModel warehouse,
PointOfServiceModel pointOfService) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ConsignmentEntryToReallocateDto.getSelectedLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentEntryToReallocateDto.setSelectedLocation(WarehouseModel selectedLocation) |
| Constructor and Description |
|---|
ConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry,
java.util.List<java.lang.String> reasons,
java.util.Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehouseModel |
ConsignmentToReallocateController.getSelectedLocation(Event event)
Get the corresponding warehouse location according to the selected item in the combobox if anything is selected
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
ConsignmentToReallocateController.getLocationIndex(WarehouseModel location)
Gets the location index within the combobox model
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<WarehouseModel,WarehouseData> |
DefaultWarehousingBaseStoreFacade.getWarehouseConverter() |
protected PagedGenericDao<WarehouseModel> |
DefaultWarehousingBaseStoreFacade.getWarehousesByBaseStorePagedDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingBaseStoreFacade.setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) |
void |
DefaultWarehousingBaseStoreFacade.setWarehousesByBaseStorePagedDao(PagedGenericDao<WarehouseModel> warehousesByBaseStorePagedDao) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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.
|
void |
DefaultWarehousingConsignmentFacade.setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<WarehouseModel,WarehouseData> |
DefaultWarehousingPointOfServiceFacade.getWarehouseConverter() |
protected PagedGenericDao<WarehouseModel> |
DefaultWarehousingPointOfServiceFacade.getWarehousesByPointOfServicePagedDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingPointOfServiceFacade.setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) |
void |
DefaultWarehousingPointOfServiceFacade.setWarehousesByPointOfServicePagedDao(PagedGenericDao<WarehouseModel> warehousesByPointOfServicePagedDao) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<WarehouseModel,WarehouseData> |
WarehousingStockLevelPopulator.getWarehouseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingStockLevelPopulator.setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected UrlResolver<WarehouseModel> |
WarehousingWarehouseUrlPopulator.getWarehouseModelUrlResolver() |
protected Converter<WarehouseModel,WarehouseData> |
WarehousingWarehousePopulator.getWarehouseUrlConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WarehousingWarehouseUrlResolver.getKey(WarehouseModel source) |
void |
WarehousingWarehouseUrlPopulator.populate(WarehouseModel source,
WarehouseData target) |
void |
WarehousingWarehousePopulator.populate(WarehouseModel source,
WarehouseData target) |
protected java.lang.String |
WarehousingWarehouseUrlResolver.resolveInternal(WarehouseModel source) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingWarehouseUrlPopulator.setWarehouseModelUrlResolver(UrlResolver<WarehouseModel> warehouseModelUrlResolver) |
void |
WarehousingWarehousePopulator.setWarehouseUrlConverter(Converter<WarehouseModel,WarehouseData> warehouseUrlConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<WarehouseModel,WarehouseData> |
DefaultWarehousingWarehouseFacade.getWarehouseConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingWarehouseFacade.setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehouseModel |
SplitByWarehouse.chooseBestWarehouse(OrderEntryGroup orderEntries)
Choose best warehouse this function is called by getWarehouseList after we have set of possible warehouses.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WarehouseModel> |
SplitByWarehouse.prepareWarehouses(OrderEntryGroup todoEntryList,
OrderEntryGroup workingOrderEntryList,
OrderEntryGroup emptyOrderEntryList,
java.util.List<WarehouseModel> tmpWarehouseResult,
OrderEntryGroup tmpOrderEntryResult) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
AbstractProcessDemoTest.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available) |
protected StockLevelModel |
AbstractProcessDemoTest.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available,
int overSelling,
int reserved,
InStockStatus status,
int maxStockLevelHistoryCount,
boolean treatNegativeAsZero) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehouseModel |
InventoryUpdateAction.getReturnWarehouse(ReturnRequestModel returnRequest)
Finds the
WarehouseModel, which can accept the returned good(s) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingUtil.assertSourcingResultContents(SourcingResults results,
WarehouseModel expectedWarehouse,
ProductModel product,
java.lang.Long expectedAllocation) |
void |
DeclineUtil.manualDeclineDefaultConsignment(ConsignmentModel consignmentModels,
java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
OrderProcessModel orderProcessModel,
WarehouseModel warehouseModel,
DeclineReason declineReason)
manually decline consignment
|
Copyright © 2018 SAP SE. All Rights Reserved.