Class WarehouseMaterialStockCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<WarehouseMaterialStock>
overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task.WarehouseMaterialStockCreator
Class that defines the creator for a
WarehouseMaterialStock.- Since:
- 14.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WarehouseMaterialStockSearchFilterprotected PoolKitprotected WarehouseMaterialStockType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.makeCreator(PoolKit poolKit, WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Returns the specific creator for theWarehouseMaterialStockentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Field Details
-
poolKit
-
filter
-
type
-
-
Constructor Details
-
WarehouseMaterialStockCreator
public WarehouseMaterialStockCreator()
-
-
Method Details
-
makeCreator
public static WarehouseMaterialStockCreator makeCreator(PoolKit poolKit, WarehouseMaterialStockSearchFilter filter, WarehouseMaterialStockType type) Returns the specific creator for theWarehouseMaterialStockentity.- Parameters:
poolKit- thePoolKitfilter- theWarehouseMaterialStockSearchFiltertype- theWarehouseMaterialStockType- Returns:
- the warehouse material stock creator
-
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<WarehouseMaterialStock>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-