Class ProjectBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ProjectBean extends FCContextBean
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProjectBean

      public ProjectBean()
  • Method Details

    • isRenderNewMenu

      public boolean isRenderNewMenu()
    • setRenderNewMenu

      public void setRenderNewMenu(boolean renderNewMenu)
    • destroyBeans

      public void destroyBeans()
    • getProjectGroups

      public List<String> getProjectGroups()
    • getProjectsByGroupName

      public List<Projekt> getProjectsByGroupName(String groupName)
    • filterByGroup

      public boolean filterByGroup(Object value, Object filter, Locale locale)
      Custom filter für BenutzerGruppes.
      Parameters:
      value - the value object
      filter - the filter object
      locale - the locale
      Returns:
      boolean if the value equels the filter
    • showHeaderGroup

      public boolean showHeaderGroup()
    • sortByGroupname

      public int sortByGroupname(Object obj1, Object obj2)
    • updateModel

      public void updateModel()
    • setByStringId

      public void setByStringId(String id)
    • setByStringId

      public void setByStringId()
    • setById

      public void setById(Long id)
    • getModel

      public IEntityListModel<Projekt> getModel()
      Returns:
      the model
    • setModel

      public void setModel(IEntityListModel<Projekt> model)
      Parameters:
      model - the model to set
    • getCopyLink

      public String getCopyLink()
      Returns:
      the copyLink
    • setCopyLink

      public void setCopyLink(String copyLink)
      Parameters:
      copyLink - the copyLink to set
    • addInfoMessage

      public void addInfoMessage(String message, String details)
    • saveOnline

      public void saveOnline()
    • init

      @Deprecated public void init()
      Deprecated.
    • getSessionEventBusBean

      @Deprecated public SessionEventBusBean getSessionEventBusBean()
      Deprecated.
    • setSessionEventBusBean

      @Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
      Deprecated.
    • getCurrentRelativeInboxLinkForAll

      @Deprecated public String getCurrentRelativeInboxLinkForAll()
      Deprecated.
    • getRelativeInboxLinkForAll

      @Deprecated public String getRelativeInboxLinkForAll(Projekt p)
      Deprecated.
    • getCurrentRelativeInboxLinkForUnread

      @Deprecated public String getCurrentRelativeInboxLinkForUnread()
      Deprecated.
    • getRelativeInboxLinkForUnread

      @Deprecated public String getRelativeInboxLinkForUnread(Projekt p)
      Deprecated.
    • getFullDesignerLink

      @Deprecated public String getFullDesignerLink(Projekt p)
      Deprecated.
    • getCurrentFullDesignerLink

      @Deprecated public String getCurrentFullDesignerLink()
      Deprecated.
    • getCurrentProvideLink

      @Deprecated public String getCurrentProvideLink()
      Deprecated.
    • getProvideLink

      @Deprecated public String getProvideLink(Projekt p)
      Deprecated.