Class GetTodoAssignmentMethod

java.lang.Object
ch.tocco.nice2.optional.checklist.impl.freemarker.GetTodoAssignmentMethod
All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel

public class GetTodoAssignmentMethod extends Object implements freemarker.template.TemplateMethodModelEx
  • Constructor Details

    • GetTodoAssignmentMethod

      public GetTodoAssignmentMethod()
  • Method Details

    • exec

      public Object exec(List arguments) throws freemarker.template.TemplateModelException
      Specified by:
      exec in interface freemarker.template.TemplateMethodModel
      Specified by:
      exec in interface freemarker.template.TemplateMethodModelEx
      Throws:
      freemarker.template.TemplateModelException
    • setTodoAssignmentRelations

      @Autowired public void setTodoAssignmentRelations(List<String> todoAssignmentRelations)