Class AmmMethod

java.lang.Object
ch.tocco.nice2.optional.amm.api.report.AmmMethod
All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

public class AmmMethod extends Object implements freemarker.template.TemplateMethodModelEx
  • Field Details Link icon

    • timezoneResolver Link icon

      protected final TimezoneResolverService timezoneResolver
    • queryBuilderFactory Link icon

      protected final QueryBuilderFactory queryBuilderFactory
    • context Link icon

      protected final Context context
    • amountVisitedDays Link icon

      protected int amountVisitedDays
  • Constructor Details Link icon

  • Method Details Link icon

    • exec Link icon

      public Object exec(List params) throws freemarker.template.TemplateModelException
      Specified by:
      exec in interface freemarker.template.TemplateMethodModel
      Specified by:
      exec in interface freemarker.template.TemplateMethodModelEx
      Throws:
      freemarker.template.TemplateModelException
    • getReservationRegistrationPm Link icon

      @Nullable protected @Nullable Entity getReservationRegistrationPm(org.joda.time.DateTime date, Entity caseEntity)