Class WarehouseOperationCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<WarehouseOperation>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.task.WarehouseOperationCreator
Class that defines the creator for a
WarehouseOperation.- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.static WarehouseOperationCreatormakeCreator(PoolKit poolKit) Returns the specific creator for theWarehouseOperationentity.protected voidsetPoolKit(PoolKit poolKit) Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
WarehouseOperationCreator
public WarehouseOperationCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theWarehouseOperationentity.- Parameters:
poolKit- thePoolKit- Returns:
- the warehouse operation creator
-
setPoolKit
-
make
Description copied from class:DynOCreatorCreates aDynOobject of type T from the provided values map. Implementation-specific logic determines how the values are used to construct the object.- Specified by:
makein classDynOCreator<WarehouseOperation>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-