Class WarehouseMaterialAccountingSaveInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.intervention.material.event.MaterialAccountingSaveInput
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.event.WarehouseMaterialAccountingSaveInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object used to save the material accountings.
- Since:
- 14.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial.booleanChecks if the process must check the material stock quantity.voidsetCheckMaterialStockQuantity(boolean checkMaterialStockQuantity) Sets the material stock quantity check.voidsetWarehouseAgendaMaterial(Map<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> warehouseAgendaMaterial) Sets the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial.Methods inherited from class overit.geocallapp.wfm.core.bl.schedule.intervention.material.event.MaterialAccountingSaveInput
getAccountedMaterials, getAgendaMaterial, getInterventionId, getWorkOrderOperationMaterials, setAccountedMaterials, setAgendaMaterial, setInterventionId, setWorkOrderOperationMaterialsMethods 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
-
WarehouseMaterialAccountingSaveInput
public WarehouseMaterialAccountingSaveInput()
-
-
Method Details
-
getWarehouseAgendaMaterial
Returns the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial.- Returns:
- the map that links a
BOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial
-
setWarehouseAgendaMaterial
public void setWarehouseAgendaMaterial(Map<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> warehouseAgendaMaterial) Sets the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial.- Parameters:
warehouseAgendaMaterial- the map that links aBOWarehouseAgendaMaterialwith a list ofBOSerializedMaterial
-
isCheckMaterialStockQuantity
public boolean isCheckMaterialStockQuantity()Checks if the process must check the material stock quantity.- Returns:
- true if the material stock quantity check needs to be done, false otherwise
-
setCheckMaterialStockQuantity
public void setCheckMaterialStockQuantity(boolean checkMaterialStockQuantity) Sets the material stock quantity check.- Parameters:
checkMaterialStockQuantity- true if the material stock quantity check needs to be done, false otherwise
-