Class UserProfileInfoPanelBean

java.lang.Object
de.xima.fc.gui.common.bean.profile.UserProfileInfoPanelBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class UserProfileInfoPanelBean extends Object implements Serializable
Bean for displaying general information about the user profile.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • UserProfileInfoPanelBean

      public UserProfileInfoPanelBean()
  • Method Details

    • isManagementModuleRunning

      public boolean isManagementModuleRunning()
    • getUserCreatedFormRecordCount

      public int getUserCreatedFormRecordCount(Object user)
    • getUserEditedFormRecordCount

      public int getUserEditedFormRecordCount(Object user)
    • getUserAuthorizationInfo

      public Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>> getUserAuthorizationInfo(Object user)
    • isMe

      public boolean isMe(Object user)
    • isClientAdmin

      public boolean isClientAdmin(Object user, Mandant client)
    • isOnlyIndirect

      public boolean isOnlyIndirect(Object user, Mandant client)
    • isOnlyIndirect

      public boolean isOnlyIndirect(UserProfile profile, Mandant client)