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 TypeMethodDescriptionvoid
addEmail
(UserProfile profile, Runnable profileUpdatedCallback) getOrderedUserEmails
(UserProfile profile) getOriginMsg
(UserEmail mail) boolean
boolean
boolean
isShowAdminOptions
(UserProfile profile) boolean
isShowNewOption
(UserProfile profile) boolean
isShowRemoveOption
(UserEmail email) void
makeEmailPrimary
(UserEmail email, Runnable profileUpdatedCallback) void
mergeProfilesByEmail
(UserEmail email) void
removeEmail
(UserEmail email, Runnable profileUpdatedCallback) void
sendEmailVerificationEmail
(UserEmail email, Runnable profileUpdatedCallback) void
sendPrimaryEmailChangeRequestEmail
(UserEmail email, Runnable profileUpdatedCallback) void
setNewEmail
(String newEmail) void
setPanelMode
(String panelMode) void
verifyEmail
(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
-