Class UserPortalProtectedBean

java.lang.Object
de.xima.fc.user_portal.bean.common.UserPortalProtectedBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserPortalProtectedBean extends Object implements Serializable
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UserPortalProtectedBean

      public UserPortalProtectedBean()
  • Method Details

    • getProfileImageStreamedContent

      public org.primefaces.model.StreamedContent getProfileImageStreamedContent(UserPortalFileModel fileModel)
    • getLanguageChooserListAriaLabel

      public String getLanguageChooserListAriaLabel(Locale selectedLocale)
    • getLanguageChooserListItemAriaLabel

      public String getLanguageChooserListItemAriaLabel(Locale selectedLocale, Locale listItemLocale)
    • getCurrentView

      public IAnyUserPortalRoute getCurrentView()
    • hasUserProfile

      public boolean hasUserProfile()
    • isCurrentView

      public boolean isCurrentView(IAnyUserPortalRoute view)
    • redirectToProtectedUserPortalView

      public void redirectToProtectedUserPortalView(EUserPortalPortalView view)
    • getScreenReaderLabelForNumberOfUnreadMessages

      public String getScreenReaderLabelForNumberOfUnreadMessages()
    • getPortalContext

      public UserPortalViewContext getPortalContext()
    • getCurrentRoute

      public IAnyUserPortalRoute getCurrentRoute()
    • getUserManager

      public IUserPortalUserManager getUserManager()
    • getCacheBean

      public UserPortalCacheBean getCacheBean()
    • getUserPortalRouter

      public UserPortalRouter getUserPortalRouter()
    • getUpc

    • getPortalHeaderModel

      public PortalHeaderModel getPortalHeaderModel()
    • getGeneralLocalizationsModel

      public GeneralLocalizationsModel getGeneralLocalizationsModel()
    • getNumberOfUnreadMessages

      public int getNumberOfUnreadMessages()
    • isHasUserProfile

      public boolean isHasUserProfile()
    • getProfileImage

      public org.primefaces.model.StreamedContent getProfileImage()
    • setNumberOfUnreadMessages

      public void setNumberOfUnreadMessages(int numberOfUnreadMessages)