Class UserPortalBean

java.lang.Object
de.xima.fc.gui.bean.portal.UserPortalBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserPortalBean extends Object implements Serializable
List of user portals, keeping the selected and marked user portal in view, and methods for creating and deleting user portals.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UserPortalBean

      public UserPortalBean()
  • Method Details

    • addNewUserPortal

      @Named public UserPortal addNewUserPortal()
    • deleteUserPortal

      public void deleteUserPortal(UserPortal userPortal)
    • deleteUserPortals

      public void deleteUserPortals(Collection<UserPortal> userPortals)
    • getAll

      public List<UserPortal> getAll()
    • getMarked

      public List<UserPortal> getMarked()
    • setMarked

      public void setMarked(List<UserPortal> marked)
    • hasReachedLicenseLimit

      public boolean hasReachedLicenseLimit()
    • isCanAddUserPortal

      public boolean isCanAddUserPortal()
    • isCanDeleteUserPortal

      public boolean isCanDeleteUserPortal()
    • refresh

      public void refresh()