Class GenerateDateList.GenerateDateListDefault

java.lang.Object
cdm.base.datetime.functions.GenerateDateList
cdm.base.datetime.functions.GenerateDateList.GenerateDateListDefault
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Enclosing class:
GenerateDateList

public static class GenerateDateList.GenerateDateListDefault extends GenerateDateList
  • Constructor Details

    • GenerateDateListDefault

      public GenerateDateListDefault()
  • Method Details

    • doEvaluate

      protected List<com.rosetta.model.lib.records.Date> doEvaluate(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      doEvaluate in class GenerateDateList
    • assignOutput

      protected List<com.rosetta.model.lib.records.Date> assignOutput(List<com.rosetta.model.lib.records.Date> dateList, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
    • active

      protected com.rosetta.model.lib.mapper.MapperS<Boolean> active(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      active in class GenerateDateList
    • isGoodBusinessDay

      protected com.rosetta.model.lib.mapper.MapperS<Boolean> isGoodBusinessDay(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      isGoodBusinessDay in class GenerateDateList
    • priorDate

      protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> priorDate(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      priorDate in class GenerateDateList
    • priorList

      protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> priorList(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      priorList in class GenerateDateList
    • newList

      protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> newList(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, List<BusinessCenterEnum> businessCenters)
      Specified by:
      newList in class GenerateDateList