Package de.xima.fc.gui.bean
Class AvatarBean
- java.lang.Object
-
- de.xima.fc.gui.bean.AvatarBean
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class AvatarBean extends Object implements Serializable
Helper bean for rendering avatar composite components.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AvatarBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName(Object item)
String
getFullNameByProfile(UserProfile profile)
String
getFullNameByUser(IUser user)
String
getInitials(Object item)
String
getInitialsByClient(Mandant client)
String
getInitialsByProfile(UserProfile profile)
String
getInitialsByUser(IUser user)
String
sanitizeLabel(String label)
-
-
-
Method Detail
-
getFullNameByProfile
public String getFullNameByProfile(UserProfile profile)
-
getInitialsByProfile
public String getInitialsByProfile(UserProfile profile)
-
-