Package de.xima.fc.gui.common.bean
Class UserProfileMenuBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.UserProfileMenuBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class UserProfileMenuBean extends Object implements Serializable
Bean for the user profile menu in the top right corner- Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserProfileMenuBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfileFilegetActiveProfileImage()IClientDescriptorgetAuthenticationClient()UserProfilegetCurrentUserProfile()StringgetDisplayName()StringgetProfileId()StringgetUserName()booleanisShowProfileMenuItem()voidupdateActiveProfileImage() 
 - 
 
- 
- 
Method Detail
- 
getActiveProfileImage
public UserProfileFile getActiveProfileImage()
 
- 
getAuthenticationClient
public IClientDescriptor getAuthenticationClient()
 
- 
getCurrentUserProfile
public UserProfile getCurrentUserProfile()
 
- 
getDisplayName
public String getDisplayName()
 
- 
getProfileId
public String getProfileId()
 
- 
getUserName
public String getUserName()
 
- 
isShowProfileMenuItem
public boolean isShowProfileMenuItem()
 
- 
updateActiveProfileImage
public void updateActiveProfileImage()
 
 - 
 
 -