Class PropertiesInventory
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.inventory.config.PropertiesInventory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the number of days used as lower bound in the inventory expected materials management.static intReturns the number of days used as upper bound in the inventory expected materials management.static MaterialStockCheckTypeReturns the type of stock quantity check type used on inventory module.static StringDefines defines the how the for the warehouse materials are managed.static booleanChecks if the inventory expected materials management is active.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Field Details
-
MANUAL_DECLARATION
- See Also:
-
AUTOMATIC_SELF_CENSUS
- See Also:
-
-
Method Details
-
isInventoryExpectedMaterialsManagement
public static boolean isInventoryExpectedMaterialsManagement()Checks if the inventory expected materials management is active.- Returns:
- true the property is active, false otherwise
-
getInventoryExpectedMaterialsSchedulingDaysFrom
public static int getInventoryExpectedMaterialsSchedulingDaysFrom()Returns the number of days used as lower bound in the inventory expected materials management.
The default is 1.- Returns:
- the inventory expected materials scheduling days from
-
getInventoryExpectedMaterialsSchedulingDaysTo
public static int getInventoryExpectedMaterialsSchedulingDaysTo()Returns the number of days used as upper bound in the inventory expected materials management.
The default is 1.- Returns:
- the inventory expected materials scheduling days to
-
getInventoryStockQuantityCheckType
Returns the type of stock quantity check type used on inventory module.
This value is used only if the material in stock hasn't a specific stock quantity check type defined.
The default isMaterialStockCheckType.NO_CHECK.- Returns:
- the stock quantity check type used on inventory module
-
getInventoryWarehouseMaterialManagement
Defines defines the how the for the warehouse materials are managed.
The available values are: the default is "MANUAL_DECLARATION"
-