Class WarehouseOperationItem
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.operation.WarehouseOperationItem
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DynO object used to represent a warehouse operation item.
A warehouse operation item consists of:
A warehouse operation item consists of:
- the primary object,
BOWarehouseOperationItem - a list of serialized materials,
BOWarehouseOperationItemSerializedMaterial
- Since:
- 14.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptionbooleanaddSerializedMaterial(BOWarehouseOperationItemSerializedMaterial serializedMaterial) Adds a new serialized material relation to the warehouse operation.getId()Returns the warehouse operation item id.Returns the ids of the serialized material relations that has been received.Returns the serialized material relations that has been received.getItem()Returns the item.Returns the ids of the serialized material relations that has been sent.Returns the serialized material relations that has been sent.Returns the list of serialized material relations.voidSets the item.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
-
WarehouseOperationItem
public WarehouseOperationItem()Instantiates a new warehouse operation item.
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item- the item
-
getSerializedMaterials
Returns the list of serialized material relations.- Returns:
- a list of serialized material relations
- See Also:
-
addSerializedMaterial
Adds a new serialized material relation to the warehouse operation.- Parameters:
serializedMaterial- the serialized material relation- Returns:
- true if the serialized material relation was successfully added
-
getOutgoingSerializedMaterials
Returns the serialized material relations that has been sent.- Returns:
- a list of sent serialized material relations
- See Also:
-
getIncomingSerializedMaterials
Returns the serialized material relations that has been received.- Returns:
- a list of received serialized material relations
- See Also:
-
getOutgoingSerializedMaterialIds
Returns the ids of the serialized material relations that has been sent.- Returns:
- a list of sent serialized material relation ids
-
getIncomingSerializedMaterialIds
Returns the ids of the serialized material relations that has been received.- Returns:
- a list of received serialized material relation ids
-
getId
Returns the warehouse operation item id.- Returns:
- the the warehouse operation item id
-