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)intgetUserCreatedFormRecordCount(Object user)intgetUserEditedFormRecordCount(Object user)booleanisClientAdmin(Object user, Mandant client)booleanisManagementModuleRunning()booleanisMe(Object user)booleanisOnlyIndirect(UserProfile profile, Mandant client)booleanisOnlyIndirect(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)
 
 - 
 
 -