Class UserProfileDeleteBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.security.UserProfileDeleteBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class UserProfileDeleteBean extends Object implements Serializable
Bean for permanently deleting user profiles. Needs a valid profile delete token (UserProfile.getDeleteRequestUuid()).- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserProfileDeleteBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteProfile()StringgetHeaderMsg()StringgetInfoMsg()UserProfilegetProfile()voidundoDeleteRequest() 
 - 
 
- 
- 
Method Detail
- 
getProfile
public UserProfile getProfile()
 
- 
getHeaderMsg
public String getHeaderMsg()
 
- 
getInfoMsg
public String getInfoMsg()
 
- 
deleteProfile
public void deleteProfile()
 
- 
undoDeleteRequest
public void undoDeleteRequest()
 
 - 
 
 -