Class FormPortraitExportBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class FormPortraitExportBean extends AProjectDetailsBean
Bean for configuring the print export of projects
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FormPortraitExportBean

      public FormPortraitExportBean()
  • Method Details

    • getStreamedContent

      public org.primefaces.model.StreamedContent getStreamedContent()
    • getAllLanguages

      public Map<String,String> getAllLanguages()
    • getAllStates

      public List<Status> getAllStates()
    • getAllTemplateResourceTypes

      public List<ERessourcenTyp> getAllTemplateResourceTypes()
    • getAllTemplates

      public List<javax.faces.model.SelectItem> getAllTemplates()
    • getLanguage

      public String getLanguage()
    • getSelectedTemplate

      public FileProvidingWrapper getSelectedTemplate()
    • initByDesigner

      public void initByDesigner(Long formVersionId)
      AJAX listener callback invoked when the form summary dialog is opened from the button in the form and workflow designer.
      Parameters:
      formVersionId - ID of the FormVersion currently loaded in the designer.
    • initByExternal

      public void initByExternal()
      AJAX listener callback invoked when the form summary dialog is opened from the button in the form overview outside of the designer.
    • setLanguage

      public void setLanguage(String language)
    • setSelectedTemplate

      public void setSelectedTemplate(FileProvidingWrapper selectedTemplate)
    • updateAllTemplates

      public void updateAllTemplates()
    • updateModel

      @Deprecated public void updateModel()
      Deprecated.
    • init

      protected void init(IEntityContext ec, Projekt project)
      Overrides:
      init in class AEntityDetailsBean<Projekt>