Class WarehouseCreator<T extends BOWarehouse>
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<T>
overit.geocallapp.wfm.inventory.bl.warehouse.task.WarehouseCreator<T>
- Type Parameters:
T- the generic type that extends aBOWarehouse
Class that defines the creator for an entity that extends a
BOWarehouse.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMake.static <T extends BOWarehouse>
WarehouseCreator<T> makeCreator(ClassResolver<T> classResolver, PoolKit poolKit) Returns the specific creator for the entity that extends aBOWarehouse.protected voidsetPoolKit(PoolKit poolKit) Sets the pool kit.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
WarehouseCreator
public WarehouseCreator()
-
-
Method Details
-
makeCreator
public static <T extends BOWarehouse> WarehouseCreator<T> makeCreator(ClassResolver<T> classResolver, PoolKit poolKit) Returns the specific creator for the entity that extends aBOWarehouse.- Type Parameters:
T- the generic type that extends aBOWarehouse- Parameters:
classResolver- the class resolverpoolKit- thePoolKit- Returns:
- the warehouse creator
-
setPoolKit
Sets the pool kit.- Parameters:
poolKit- the pool kit
-
make
Make.- Specified by:
makein classDynOCreator<T extends BOWarehouse>- Parameters:
values- the values- Returns:
- the t
-