Class CrewShellUserCreator

java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<CrewShellUser>
overit.geocallapp.wfm.core.bl.crewshell.user.task.CrewShellUserCreator

public class CrewShellUserCreator extends DynOCreator<CrewShellUser>
Class that defines the creator for a CrewShellUser.
Since:
16.0
  • Constructor Details

    • CrewShellUserCreator

      public CrewShellUserCreator()
  • Method Details

    • makeCreator

      public static CrewShellUserCreator makeCreator(PoolKit poolKit)
      Returns the specific creator for the CrewShellUser entity.
      Parameters:
      poolKit - the PoolKit
      Returns:
      the warehouse operation creator
    • setPoolKit

      protected void setPoolKit(PoolKit poolKit)
    • make

      public CrewShellUser 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<CrewShellUser>
      Parameters:
      values - the map of values to use for object creation
      Returns:
      the DynO object of type T