Package cdm.base.datetime.functions
Class AddBusinessDays.AddBusinessDaysDefault
java.lang.Object
cdm.base.datetime.functions.AddBusinessDays
cdm.base.datetime.functions.AddBusinessDays.AddBusinessDaysDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
AddBusinessDays
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.functions.AddBusinessDays
AddBusinessDays.AddBusinessDaysDefault -
Field Summary
Fields inherited from class cdm.base.datetime.functions.AddBusinessDays
addBusinessDays, addDays, isBusinessDay -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.records.DateassignOutput(com.rosetta.model.lib.records.Date shiftedDate, com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.records.DatedoEvaluate(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Boolean> done(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Boolean> isGoodBusinessDay(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Boolean> isShiftedGood(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> newDate(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Integer> newOffset(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Integer> newShift(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<Integer> shift(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> shiftedByOne(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) Methods inherited from class cdm.base.datetime.functions.AddBusinessDays
evaluateMethods 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
-
AddBusinessDaysDefault
public AddBusinessDaysDefault()
-
-
Method Details
-
doEvaluate
protected com.rosetta.model.lib.records.Date doEvaluate(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
doEvaluatein classAddBusinessDays
-
assignOutput
protected com.rosetta.model.lib.records.Date assignOutput(com.rosetta.model.lib.records.Date shiftedDate, com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) -
isGoodBusinessDay
protected com.rosetta.model.lib.mapper.MapperS<Boolean> isGoodBusinessDay(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
isGoodBusinessDayin classAddBusinessDays
-
shift
protected com.rosetta.model.lib.mapper.MapperS<Integer> shift(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
shiftin classAddBusinessDays
-
shiftedByOne
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> shiftedByOne(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
shiftedByOnein classAddBusinessDays
-
isShiftedGood
protected com.rosetta.model.lib.mapper.MapperS<Boolean> isShiftedGood(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
isShiftedGoodin classAddBusinessDays
-
newShift
protected com.rosetta.model.lib.mapper.MapperS<Integer> newShift(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
newShiftin classAddBusinessDays
-
newOffset
protected com.rosetta.model.lib.mapper.MapperS<Integer> newOffset(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
newOffsetin classAddBusinessDays
-
done
protected com.rosetta.model.lib.mapper.MapperS<Boolean> done(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
donein classAddBusinessDays
-
newDate
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> newDate(com.rosetta.model.lib.records.Date originalDate, Integer offsetBusinessDays, List<BusinessCenterEnum> businessCenters) - Specified by:
newDatein classAddBusinessDays
-