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 a BOWarehouse

public class WarehouseCreator<T extends BOWarehouse> extends DynOCreator<T>
Class that defines the creator for an entity that extends a BOWarehouse.
Since:
13.0
  • 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 a BOWarehouse.
      Type Parameters:
      T - the generic type that extends a BOWarehouse
      Parameters:
      classResolver - the class resolver
      poolKit - the PoolKit
      Returns:
      the warehouse creator
    • setPoolKit

      protected void setPoolKit(PoolKit poolKit)
      Sets the pool kit.
      Parameters:
      poolKit - the pool kit
    • make

      public T make(Map<String,Object> values)
      Make.
      Specified by:
      make in class DynOCreator<T extends BOWarehouse>
      Parameters:
      values - the values
      Returns:
      the t