java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<BOHoliday>
overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task.HolidayCreator

public class HolidayCreator extends DynOCreator<BOHoliday>
Class that defines the DynOCreator for a BOHoliday.
Since:
17.0
  • Constructor Details

    • HolidayCreator

      public HolidayCreator()
  • Method Details

    • makeCreator

      public static HolidayCreator makeCreator()
      Returns the specific creator for the BOHoliday entity.
      Returns:
      the holiday creator
    • make

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