Class WarehouseOperationHandlingInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseOperationHandlingInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
WarehouseOperationHandlingEvent.- Since:
- 13.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new warehouse operation handling input. -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd the given item to the collection of warehouse operation items.Verifies if the check for active materials is active.getItems()Returns the collection of warehouse operation items.Returns the log helper.Checks if the process must be continue if an error occurs.Returns the warehouse operation id.Returns the reference date.booleanVerifies whether the check stock quantity needs to be done.booleanVerifies whether the check for visible warehouses must be executed during the handling process.voidsetCheckActiveMaterial(Boolean checkActiveMaterial) Sets the check for active materials to active.voidsetCheckStockQuantity(boolean checkStockQuantity) Sets the check stock quantity as needed.voidsetCheckVisibleWarehouse(boolean checkVisibleWarehouse) Sets the execution of the check for visible warehouses during the handling process.voidsetLogHelper(LogHelper logHelper) Sets the log helper.voidsetOnErrorContinue(Boolean onErrorContinue) Sets the process to continue if an error occurs.voidsetOperation(Long operation) Sets the warehouse operation id.voidsetReferenceDate(Date referenceDate) Sets the reference date.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
WarehouseOperationHandlingInput
public WarehouseOperationHandlingInput()Instantiates a new warehouse operation handling input.
-
-
Method Details
-
getOperation
Returns the warehouse operation id.- Returns:
- the warehouse operation id
- See Also:
-
setOperation
Sets the warehouse operation id.- Parameters:
operation- the warehouse operation id- See Also:
-
getItems
Returns the collection of warehouse operation items.- Returns:
- the warehouse operation items ids
- See Also:
-
addItem
Add the given item to the collection of warehouse operation items.- Parameters:
item- the item to add- Returns:
- true if the item was added, false otherwise
-
getReferenceDate
Returns the reference date.- Returns:
- the reference date
-
setReferenceDate
Sets the reference date.- Parameters:
referenceDate- the reference date
-
getCheckActiveMaterial
Verifies if the check for active materials is active.- Returns:
- true if the check for active materials is active, false otherwise
-
setCheckActiveMaterial
Sets the check for active materials to active.- Parameters:
checkActiveMaterial- if the check for active materials must be active, false otherwise
-
getOnErrorContinue
Checks if the process must be continue if an error occurs.- Returns:
- true if the process must be continue if an error occurs, false otherwise
-
setOnErrorContinue
Sets the process to continue if an error occurs.- Parameters:
onErrorContinue- true if the process must continue if an error occurs, false otherwise
-
getLogHelper
Returns the log helper.- Returns:
- the log helper
-
setLogHelper
Sets the log helper.- Parameters:
logHelper- the log helper
-
isCheckVisibleWarehouse
public boolean isCheckVisibleWarehouse()Verifies whether the check for visible warehouses must be executed during the handling process.- Returns:
- true the check must be executed, false otherwise
-
setCheckVisibleWarehouse
public void setCheckVisibleWarehouse(boolean checkVisibleWarehouse) Sets the execution of the check for visible warehouses during the handling process.- Parameters:
checkVisibleWarehouse- true the check is going to be executed, false otherwise
-
isCheckStockQuantity
public boolean isCheckStockQuantity()Verifies whether the check stock quantity needs to be done.- Returns:
- true the check stock quantity needs to be done, false otherwise
-
setCheckStockQuantity
public void setCheckStockQuantity(boolean checkStockQuantity) Sets the check stock quantity as needed.- Parameters:
checkStockQuantity- true the check stock quantity needs to be done, false otherwise
-