Class BundleCreator

java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<Bundle>
overit.geocallapp.wfm.bundler.bl.task.BundleCreator

public class BundleCreator extends DynOCreator<Bundle>
Class that defines the creator for a Bundle.
Since:
20.1
  • Constructor Details

    • BundleCreator

      public BundleCreator()
  • Method Details

    • makeCreator

      public static BundleCreator makeCreator()
      Returns the specific creator for the Bundle entity.
      Parameters:
      poolKit - the PoolKit
      Returns:
      the transfer request creator
    • initialize

      protected void initialize(DBView queryResult, PoolKit poolKit)
      Description copied from class: DynOCreator
      Initialize the creator.
      Overrides:
      initialize in class DynOCreator<Bundle>
      Parameters:
      queryResult - the result of the query
      poolKit - the PoolKit to use for the transaction
    • make

      public Bundle make(Map<String,Object> values)
      Description copied from class: DynOCreator
      Creates a DynO object of type T from the provided values map. Implementation-specific logic determines how the values are used to construct the object.
      Specified by:
      make in class DynOCreator<Bundle>
      Parameters:
      values - the map of values to use for object creation
      Returns:
      the DynO object of type T