Class ProjectBean

    • Constructor Detail

      • ProjectBean

        public ProjectBean()
    • Method Detail

      • setSessionEventBusBean

        public void setSessionEventBusBean​(SessionEventBusBean sessionEventBusBean)
      • init

        @PostConstruct
        public void init()
      • 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()
      • getCurrentProvideLink

        public String getCurrentProvideLink()
      • getCurrentFullDesignerLink

        public String getCurrentFullDesignerLink()
      • getFullDesignerLink

        public String getFullDesignerLink​(Projekt p)
      • 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)
      • 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)
      • getCurrentRelativeInboxLinkForAll

        public String getCurrentRelativeInboxLinkForAll()
      • getRelativeInboxLinkForAll

        public String getRelativeInboxLinkForAll​(Projekt p)
      • getCurrentRelativeInboxLinkForUnread

        public String getCurrentRelativeInboxLinkForUnread()
      • getRelativeInboxLinkForUnread

        public String getRelativeInboxLinkForUnread​(Projekt p)
      • saveOnline

        public void saveOnline()