Class UserEmailPrimaryChangeBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.security.UserEmailPrimaryChangeBean
 
 
- 
- All Implemented Interfaces:
 IWelcomeConfirmView,Serializable
@Named @ViewScoped public class UserEmailPrimaryChangeBean extends Object implements IWelcomeConfirmView, Serializable
Bean handling the changing of a user profiles primary email address.- Since:
 - 8.0.1
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserEmailPrimaryChangeBean(SessionDataBean sessionDataBean, String token) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()Cancels the confirmation.voidconfirm()Executes the confirmation.StringgetConfirmBtnLabel()StringgetHeaderLabel()StringgetInfoText()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.gui.common.interfaces.view.IWelcomeConfirmView
getCancelBtnLabel 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UserEmailPrimaryChangeBean
@Inject public UserEmailPrimaryChangeBean(SessionDataBean sessionDataBean, String token)
 
 - 
 
- 
Method Detail
- 
getHeaderLabel
public String getHeaderLabel()
- Specified by:
 getHeaderLabelin interfaceIWelcomeConfirmView- Returns:
 - a label for the header of the confirmation page.
 
 
- 
getInfoText
public String getInfoText()
- Specified by:
 getInfoTextin interfaceIWelcomeConfirmView- Returns:
 - an optional information text to be displayed on the confirmation page.
 
 
- 
getConfirmBtnLabel
public String getConfirmBtnLabel()
- Specified by:
 getConfirmBtnLabelin interfaceIWelcomeConfirmView- Returns:
 - an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
 
 
- 
confirm
public void confirm()
Description copied from interface:IWelcomeConfirmViewExecutes the confirmation.- Specified by:
 confirmin interfaceIWelcomeConfirmView
 
- 
cancel
public void cancel()
Description copied from interface:IWelcomeConfirmViewCancels the confirmation.- Specified by:
 cancelin interfaceIWelcomeConfirmView
 
 - 
 
 -