Class UserEmailPanelBean
java.lang.Object
de.xima.fc.gui.common.bean.profile.UserEmailPanelBean
- All Implemented Interfaces:
Serializable
Bean for displaying and modifying a user profiles emails.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEmail(UserProfile profile, Runnable profileUpdatedCallback) getOrderedUserEmails(UserProfile profile) getOriginMsg(UserEmail mail) booleanbooleanbooleanisShowAdminOptions(UserProfile profile) booleanisShowNewOption(UserProfile profile) booleanisShowRemoveOption(UserEmail email) voidmakeEmailPrimary(UserEmail email, Runnable profileUpdatedCallback) voidmergeProfilesByEmail(UserEmail email) voidremoveEmail(UserEmail email, Runnable profileUpdatedCallback) voidsendEmailVerificationEmail(UserEmail email, Runnable profileUpdatedCallback) voidsendPrimaryEmailChangeRequestEmail(UserEmail email, Runnable profileUpdatedCallback) voidsetNewEmail(String newEmail) voidsetPanelMode(String panelMode) voidverifyEmail(UserEmail email, Runnable profileUpdatedCallback)
-
Constructor Details
-
UserEmailPanelBean
public UserEmailPanelBean()
-
-
Method Details
-
getNewEmail
-
setNewEmail
-
isCanMergeProfiles
public boolean isCanMergeProfiles() -
getPanelMode
-
setPanelMode
-
getOrderedUserEmails
-
isShowAdminOptions
-
isShowNewOption
-
isPrimary
-
isShowRemoveOption
-
getOtherProfileWithVerifedMail
-
getOriginMsg
-
addEmail
-
removeEmail
-
makeEmailPrimary
-
verifyEmail
-
mergeProfilesByEmail
-
sendPrimaryEmailChangeRequestEmail
-
sendEmailVerificationEmail
-