Class HolidayCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<BOHoliday>
overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task.HolidayCreator
Class that defines the
DynOCreator for a BOHoliday.- Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.static HolidayCreatorReturns the specific creator for theBOHolidayentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
HolidayCreator
public HolidayCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theBOHolidayentity.- Returns:
- the holiday creator
-
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<BOHoliday>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-