Package com.skava.inventory.model
Class CheckInventory
java.lang.Object
com.skava.inventory.model.CheckInventory
- All Implemented Interfaces:
Serializable
This model checks the inventory status based on the bin name, SKU ID, etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis method is used to check inventoryCheckInventory
(String binName, String sku, Integer atp, String availStatus, Integer preOrderQty, List<BinItemPropertyDTO> properties) This method is used to check inventoryCheckInventory
(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty) This method is used to check inventoryCheckInventory
(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty, List<BinItemPropertyDTO> properties) This method is used to check inventory -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the int value of quantityMethod to fetch the int value of quantityvoid
Method to set the int value of quantityvoid
setPreOrderedQty
(Integer qty) Method to set the int value of quantity
-
Constructor Details
-
CheckInventory
public CheckInventory(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty) This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventorypreOrderQty
- Indicates the preorder quantity
-
CheckInventory
public CheckInventory(String binName, String sku, BigDecimal atp, String availStatus, BigDecimal preOrderQty, List<BinItemPropertyDTO> properties) This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventorypreOrderQty
- Indicates the preorder quantityproperties
- Indicates the properties
-
CheckInventory
public CheckInventory(String binName, String sku, Integer atp, String availStatus, Integer preOrderQty) This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventorypreOrderQty
- Indicates the preorder quantity
-
CheckInventory
public CheckInventory(String binName, String sku, Integer atp, String availStatus, Integer preOrderQty, List<BinItemPropertyDTO> properties) This method is used to check inventory- Parameters:
binName
- Indicates the bin name of the inventory.sku
- Indicates the skuatp
- Indicates the quantity of the sku in the inventory.availStatus
- Indicates the availability status of the sku in the inventorypreOrderQty
- Indicates the preorder quantityproperties
- Indicates the properties
-
-
Method Details
-
getPreOrderedQty
Method to fetch the int value of quantity -
setPreOrderedQty
Method to set the int value of quantity -
getAtpQty
Method to fetch the int value of quantity -
setAtpQty
Method to set the int value of quantity
-