Package cdm.base.datetime.functions
Class IsHoliday.IsHolidayDefault
java.lang.Object
cdm.base.datetime.functions.IsHoliday
cdm.base.datetime.functions.IsHoliday.IsHolidayDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
IsHoliday
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.functions.IsHoliday
IsHoliday.IsHolidayDefault -
Field Summary
Fields inherited from class cdm.base.datetime.functions.IsHoliday
businessCenterHolidaysMultiple -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean isHoliday, com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters) protected BooleandoEvaluate(com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> holidays(com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
IsHolidayDefault
public IsHolidayDefault()
-
-
Method Details
-
doEvaluate
protected Boolean doEvaluate(com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters) - Specified by:
doEvaluatein classIsHoliday
-
assignOutput
protected Boolean assignOutput(Boolean isHoliday, com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters) -
holidays
protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> holidays(com.rosetta.model.lib.records.Date checkDate, List<BusinessCenterEnum> businessCenters)
-