Class ExternalFormsBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ExternalFormsBean extends FCContextBean
Bean for the external page /external/forms.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ExternalFormsBean

      public ExternalFormsBean()
  • Method Details

    • getAllAuthorizedClients

      public Set<Mandant> getAllAuthorizedClients()
    • onNewFormBack

      public void onNewFormBack()
      When on the page for creating a new form and cancel is clicked
    • onNewFormSave

      public void onNewFormSave()
      When the button for saving the new form clicked
    • onAddNewForm

      public void onAddNewForm()
      When the button for creating a new form is clicked
    • onDeleteForm

      public void onDeleteForm()
      When the button for deleting the selected form is clicked
    • isCreateNewForm

      public boolean isCreateNewForm()
    • setCreateNewForm

      public void setCreateNewForm(boolean createNewForm)
    • getSelectedClient

      public Mandant getSelectedClient()
    • setSelectedClient

      public void setSelectedClient(Mandant selectedClient)
    • getModel

      public IEntityListModel<Projekt> getModel()
    • setModel

      public void setModel(IEntityListModel<Projekt> model)
    • updateModel

      public void updateModel()
    • getFullDesignerLink

      public String getFullDesignerLink()
    • getProvideLink

      public String getProvideLink()
    • setById

      public void setById(Long id)
    • updateFormList

      public void updateFormList()