Class BundleCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<Bundle>
overit.geocallapp.wfm.bundler.bl.task.BundleCreator
Class that defines the creator for a
Bundle.- Since:
- 20.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(DBView queryResult, PoolKit poolKit) Initialize the creator.Creates aDynOobject of type T from the provided values map.static BundleCreatorReturns the specific creator for theBundleentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, setClassResolver
-
Constructor Details
-
BundleCreator
public BundleCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theBundleentity.- Parameters:
poolKit- thePoolKit- Returns:
- the transfer request creator
-
initialize
Description copied from class:DynOCreatorInitialize the creator.- Overrides:
initializein classDynOCreator<Bundle>- Parameters:
queryResult- the result of the querypoolKit- thePoolKitto use for the transaction
-
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<Bundle>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-