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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserProfileInfoPanelBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>>
getUserAuthorizationInfo(Object user)
int
getUserCreatedFormRecordCount(Object user)
int
getUserEditedFormRecordCount(Object user)
boolean
isClientAdmin(Object user, Mandant client)
boolean
isManagementModuleRunning()
boolean
isMe(Object user)
boolean
isOnlyIndirect(UserProfile profile, Mandant client)
boolean
isOnlyIndirect(Object user, Mandant client)
-
-
-
Method Detail
-
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)
-
isOnlyIndirect
public boolean isOnlyIndirect(UserProfile profile, Mandant client)
-
-