Class WarehouseMaterialStockImportOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.importexport.material.event.WarehouseMaterialStockImportOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Output object for
WarehouseMaterialStockImportEvent.- 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
ConstructorsConstructorDescriptionInstantiates a new warehouse material stock import output. -
Method Summary
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
-
WarehouseMaterialStockImportOutput
public WarehouseMaterialStockImportOutput()Instantiates a new warehouse material stock import output.
-
-
Method Details
-
getErrors
Returns the map containing the import errors.- Returns:
- the errors
-
addError
Adds the given error to the import error list.- Parameters:
row- the rowerror- the error
-