| 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(String _orderCode,
ItemModel _owner,
ProductModel _product,
Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StockLevelReservationHistoryEntryModel(String _orderCode,
ProductModel _product,
Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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(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 List<WarehouseModel> |
StockUtils.checkStockLevelWarehouses(Collection<StockLevelModel> stockLevels) |
static List<WarehouseModel> |
StockUtils.checkWarehouses(Collection<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
static List<WarehouseModel> |
StockUtils.checkWarehouses(Collection<WarehouseModel> warehouses) |
static Set<String> |
StockUtils.warehousesToSet(Collection<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
ConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries)
Gets the warehouse.
|
WarehouseModel |
WarehouseService.getWarehouseForCode(String code)
Return the warehouse with for the code
|
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
WarehouseService.getDefWarehouse()
Gets warehouse that is marked as default.
|
List<WarehouseModel> |
WarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries)
Return list of warehouses that can be used to create order from order entries.
|
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 |
|---|---|
List<WarehouseModel> |
WarehouseDao.getDefWarehouse()
Return list of warehouses with are marked as default
|
List<WarehouseModel> |
WarehouseDao.getWarehouseForCode(String code)
Return list of warehouses with a specified code
|
List<WarehouseModel> |
WarehouseDao.getWarehouses(String productCode)
Return list of warehouses that have stock levels for given product code.
|
List<WarehouseModel> |
WarehouseDao.getWarehousesWithProductsInStock(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 |
|---|---|
List<WarehouseModel> |
DefaultWarehouseDao.getDefWarehouse() |
List<WarehouseModel> |
DefaultWarehouseDao.getWarehouseForCode(String code) |
List<WarehouseModel> |
DefaultWarehouseDao.getWarehouses(String productCode) |
List<WarehouseModel> |
DefaultWarehouseDao.getWarehousesWithProductsInStock(String productCode,
long quantity,
VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) |
WarehouseModel |
DefaultWarehouseService.getWarehouseForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
DefaultWarehouseService.getDefWarehouse() |
List<WarehouseModel> |
DefaultWarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) |
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 |
|---|---|
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(Set<WarehouseModel> value)
Generated method - Setter of
Vendor.warehouses attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ConsignmentModel(String _code,
AddressModel _shippingAddress,
ConsignmentStatus _status,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentModel(String _code,
DeliveryModeModel _deliveryMode,
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,
String _productCode,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StockLevelModel(int _available,
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
#getResourceValue() |
protected WarehouseModel |
WarehouseResource.readResource(String resourceId)
Gets the
WarehouseModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
WarehousesResource.getWarehousesCollection()
Convenience method which just delegates to
#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(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 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 |
SAPPlantLogSysOrgModel.getPlant()
Generated method - Getter of the
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPPlantLogSysOrgModel.setPlant(WarehouseModel value)
Generated method - Setter of
SAPPlantLogSysOrg.plant attribute defined at extension sapmodel. |
| 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(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
StockService.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
StockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
StockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
int preOrderQuantity)
Returns product availability, passing product, and quantity as parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
Date date,
LanguageModel language)
Gets the available quantity of the product for the specified warehouse.
|
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,
String comment)
Release the product in the specified warehouse.
|
void |
StockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
String comment)
Reserves the product in the specified warehouse.
|
void |
StockService.updateActualStockLevel(ProductModel product,
WarehouseModel warehouse,
int actualAmount,
String comment)
Updates the actual stock level of the specified product in the specified warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
StockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
StockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
int preOrderQuantity)
Returns product availability, passing product, and quantity as parameters.
|
String |
StockService.getAvailability(ProductModel product,
List<WarehouseModel> warehouses,
Date date,
LanguageModel language)
Gets the available quantity of the product for the specified warehouses.
|
String |
StockService.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.
|
WarehouseModel |
StockService.getBestMatchOfAvailability(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
StockService.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
StockLevelStatus |
StockService.getProductStatus(ProductModel product,
Collection<WarehouseModel> warehouses)
Checks the stock level status of the product in all specified warehouses.
|
Collection<StockLevelModel> |
StockService.getStockLevels(ProductModel product,
Collection<WarehouseModel> warehouses)
Finds all stock levels of the specified product in the specified warehouses.
|
int |
StockService.getTotalStockLevelAmount(ProductModel product,
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,
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(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration: |
WarehouseModel |
DefaultStockService.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration: |
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
DefaultStockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
DefaultStockService.getAvailability(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 |
DefaultStockLevelDao.findStockLevel(String productCode,
WarehouseModel warehouse) |
StockLevelModel |
StockLevelDao.findStockLevel(String productCode,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
String |
DefaultStockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
Date date,
LanguageModel language) |
String |
DefaultStockService.getAvailability(ProductModel product,
WarehouseModel warehouse,
int quantity,
LanguageModel language) |
Integer |
DefaultStockLevelDao.getAvailableQuantity(WarehouseModel warehouse,
String productCode) |
Integer |
StockLevelDao.getAvailableQuantity(WarehouseModel warehouse,
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,
String comment) |
void |
DefaultStockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
String comment) |
void |
DefaultStockService.updateActualStockLevel(ProductModel product,
WarehouseModel warehouse,
int actualAmount,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses) |
Collection<StockLevelModel> |
StockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses)
Finds all stock levels of the specified product in the specified warehouses.
|
Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
Collection<StockLevelModel> |
StockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
Map<WarehouseModel,Integer> |
DefaultStockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
DefaultStockService.getAvailability(List<WarehouseModel> warehouses,
ProductModel product,
int quantity)
Returns product availability, passing product, and quantity as parameters
|
String |
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.
|
String |
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.
|
WarehouseModel |
DefaultStockService.getBestMatchOfAvailability(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" by invoking injected strategy.
Configuration: |
WarehouseModel |
DefaultStockService.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity" by invoking injected strategy.
Configuration: |
StockLevelStatus |
DefaultStockService.getProductStatus(ProductModel product,
Collection<WarehouseModel> warehouses) |
Collection<StockLevelModel> |
DefaultStockService.getStockLevels(ProductModel product,
Collection<WarehouseModel> warehouses) |
int |
DefaultStockService.getTotalStockLevelAmount(ProductModel product,
Collection<WarehouseModel> warehouses) |
void |
DefaultStockService.setInStockStatus(ProductModel product,
Collection<WarehouseModel> warehouses,
InStockStatus status) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
BestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
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.
|
Map<WarehouseModel,Date> |
ProductAvailabilityStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
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.
|
Map<WarehouseModel,Date> |
ProductAvailabilityStrategy.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.
|
WarehouseModel |
BestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map)
Returns the warehouse which offers the "best" product "availability" .
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
BestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map)
Returns the warehouse which offers the "best" product "quantity".
|
WarehouseModel |
ProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
String |
ProductAvailabilityStrategy.parse(Map<WarehouseModel,Date> quantities,
String productCode,
int quantity,
LanguageModel language)
Converted the mapped availability in a textual representation.
|
String |
ProductAvailabilityStrategy.parse(Map<WarehouseModel,Integer> quantities,
String productCode,
Date date,
LanguageModel language)
Converted the mapped quantities in a textual representation.
|
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
DefaultProductAvailabilityStrategy.getAvailability(String productCode,
List<WarehouseModel> warehouses,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
DefaultProductAvailabilityStrategy.getAvailability(String productCode,
List<WarehouseModel> warehouses,
int preOrderQuantity)
Returns product availability, passing product, and quantity as parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map<WarehouseModel,Integer> |
DefaultProductAvailabilityStrategy.getAvailability(String productCode,
List<WarehouseModel> warehouses,
Date date)
Gets the product quantity for the specified product, warehouses and date.
|
Map<WarehouseModel,Date> |
DefaultProductAvailabilityStrategy.getAvailability(String productCode,
List<WarehouseModel> warehouses,
int preOrderQuantity)
Returns product availability, passing product, and quantity as parameters.
|
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfAvailability(Map<WarehouseModel,Date> map) |
WarehouseModel |
DefaultProductAvailabilityStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
WarehouseModel |
DefaultBestMatchStrategy.getBestMatchOfQuantity(Map<WarehouseModel,Integer> map) |
String |
DefaultProductAvailabilityStrategy.parse(Map<WarehouseModel,Date> quantities,
String productCode,
int quantity,
LanguageModel language)
Converted the mapped availability in a textual representation.
|
String |
DefaultProductAvailabilityStrategy.parse(Map<WarehouseModel,Integer> quantities,
String productCode,
Date date,
LanguageModel language)
Converted the mapped quantities in a textual representation.
|
| Modifier and Type | Method and Description |
|---|---|
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(List<WarehouseModel> value)
Generated method - Setter of
BaseStore.warehouses attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
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(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,
Date releaseDate)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel
and release date. |
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
int productQuantity,
Date releaseDate,
String bin)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel,
productQuantity, release date and bin. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
PickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos)
Get all warehouses associated to the point of service that allow pickup.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
DefaultPickupWarehouseSelectionStrategy.getWarehouses(PointOfServiceModel pos) |
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 |
|---|---|
protected AddressModel |
CommonReturnDocumentContext.getPosAddress(AbstractOrderModel order,
WarehouseModel returnWarehouse)
Extracts the
AddressModel where the 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 |
AdvancedShippingNoticeModel.getWarehouse()
Generated method - Getter of the
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
WarehouseModel |
WarehouseBinModel.getWarehouse()
Generated method - Getter of the
WarehouseBin.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 |
AdvancedShippingNoticeModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
AdvancedShippingNotice.warehouse attribute defined at extension warehousing. |
void |
WarehouseBinModel.setWarehouse(WarehouseModel value)
Generated method - Setter of
WarehouseBin.warehouse attribute defined at extension warehousing. |
| Constructor and Description |
|---|
WarehouseBinModel(String _code,
ItemModel _owner,
WarehouseModel _warehouse)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WarehouseBinModel(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(String code,
AddressModel deliveryAddress,
WarehouseModel warehouse,
ConsignmentStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
RestockLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
RestockLocationFilter.applyFilter(AbstractOrderModel order,
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 |
|---|---|
Collection<SourcingBanModel> |
SourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels,
Date currentDateMinusBannedDays)
Retrieves an
SourcingBanModel for a WarehouseModel |
| Modifier and Type | Method and Description |
|---|---|
Collection<SourcingBanModel> |
DefaultSourcingBanDao.getSourcingBan(Collection<WarehouseModel> warehouseModels,
Date currentDateMinusBannedDays) |
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
SourcingBanService.createSourcingBan(WarehouseModel warehouseModel)
creates Sourcing Ban
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SourcingBanModel> |
SourcingBanService.getSourcingBan(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 |
|---|---|
Collection<SourcingBanModel> |
DefaultSourcingBanService.getSourcingBan(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 |
|---|---|
Collection<SourcingContext> |
SourcingContextFactory.create(Collection<OrderEntryGroup> groups,
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 |
|---|---|
Collection<SourcingContext> |
DefaultSourcingContextFactory.create(Collection<OrderEntryGroup> groups,
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,
Map<ProductModel,Long> availability)
Sets the product availability in the map by using the commerce stock service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingLocationFilter.filterLocations(AbstractOrderModel order,
Set<WarehouseModel> locations)
Apply the filter on the order and returns a set of locations to be used for sourcing.
|
void |
SourcingFilterProcessor.filterLocations(AbstractOrderModel order,
Set<WarehouseModel> locations)
Start the filter chain execution and returns a set of locations to be used for sourcing.
|
| Modifier and Type | Method and Description |
|---|---|
abstract 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.
|
Collection<WarehouseModel> |
DeliveryCountrySourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations) |
Collection<WarehouseModel> |
AvailabilitySourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> warehouses) |
Collection<WarehouseModel> |
DeclinedLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations)
Deprecated.
|
Collection<WarehouseModel> |
PickupSourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> 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 |
|---|---|
abstract 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.
|
Collection<WarehouseModel> |
DeliveryCountrySourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations) |
Collection<WarehouseModel> |
AvailabilitySourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> warehouses) |
Collection<WarehouseModel> |
DeclinedLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations)
Deprecated.
|
Collection<WarehouseModel> |
PickupSourcingLocationFilter.applyFilter(AbstractOrderModel order,
Set<WarehouseModel> locations) |
protected void |
AbstractBaseSourcingLocationFilter.combineFilteredLocations(Collection<WarehouseModel> filteredResults,
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(Collection<WarehouseModel> filteredResults,
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,
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(String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
Date releaseDate,
String bin)
Creates and saves a new
StockLevelModel. |
Long |
WarehouseStockService.getStockLevelForProductAndWarehouse(ProductModel product,
WarehouseModel warehouse)
|
Long |
WarehouseStockService.getStockLevelForProductCodeAndWarehouse(String productCode,
WarehouseModel warehouse)
Returns stock level value for given productCode and warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultWarehouseStockService.createStockLevel(String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
Date releaseDate,
String bin) |
Long |
DefaultWarehouseStockService.getStockLevelForProductAndWarehouse(ProductModel product,
WarehouseModel warehouse)
Deprecated.
|
Long |
DefaultWarehouseStockService.getStockLevelForProductCodeAndWarehouse(String productCode,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSourcingIntegrationTest.assertSourcingResultContents(SourcingResults results,
WarehouseModel expectedWarehouse,
Map<ProductModel,Long> expectedAllocation)
Assert that the sourcing result selected the correct warehouse and sourced the correct quantity.
|
DeclineEntries |
DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel,Long> declineEntryInfo,
WarehouseModel warehouse) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(Map<ConsignmentEntryModel,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) |
AsnModelBuilder |
AsnModelBuilder.withWarehouse(WarehouseModel warehouse) |
StockLevelModelBuilder |
StockLevelModelBuilder.withWarehouse(WarehouseModel warehouse) |
PointOfServiceModelBuilder |
PointOfServiceModelBuilder.withWarehouses(WarehouseModel... warehouses) |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModel |
Warehouses.Boston() |
protected WarehouseModel |
Warehouses.Default() |
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) |
StockLevelModel |
StockLevels.Lens(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.MemoryCard(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.NewStockLevel(ProductModel product,
WarehouseModel warehouse,
int quantity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
WarehousingWarehouseDao.getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WarehouseModel> |
DefaultWarehousingWarehouseDao.getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WarehouseModel> |
WarehousesFilter.applyFilter(Set<WarehouseModel> warehouses)
Removes the filtered
WarehouseModel(s) from the given set of WarehouseModel(s), to be used during ATP calculation. |
Set<WarehouseModel> |
WarehousesFilterProcessor.filterLocations(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 |
|---|---|
Set<WarehouseModel> |
WarehousesFilter.applyFilter(Set<WarehouseModel> warehouses)
Removes the filtered
WarehouseModel(s) from the given set of WarehouseModel(s), to be used during ATP calculation. |
Set<WarehouseModel> |
WarehousesFilterProcessor.filterLocations(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 |
|---|---|
Set<WarehouseModel> |
DeclinedWarehousesFilter.applyFilter(Set<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
Set<WarehouseModel> |
DeclinedWarehousesFilter.applyFilter(Set<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Collection<WarehouseModel> |
DefaultWarehousingWarehouseService.getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country) |
| 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,
List<String> reasons,
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
|
Copyright © 2017 SAP SE. All Rights Reserved.