Uses of Class
de.xima.fc.entities.UserEmail
Packages that use UserEmail
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
-
Uses of UserEmail in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserEmailModifier and TypeMethodDescriptionUserEmailAPI.getByVerifiedAddress
(UserContext uc, String address) Finds the verified user email entity with the given address.Methods in de.xima.fc.api.entity that return types with arguments of type UserEmailModifier and TypeMethodDescriptionUserEmailAPI.getByAddress
(UserContext uc, String address) Finds the user email entities with the given address. -
Uses of UserEmail in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserEmailModifier and TypeMethodDescriptionboolean
MailAPI.sendEmailVerificationMail
(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a user email verification linkboolean
MailAPI.sendPrimaryEmailChangeMail
(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a link to change the primary email of the user profile to theUserEmail
given. -
Uses of UserEmail in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserEmailModifier and TypeMethodDescriptionUserEmailDao.getByVerifiedAddress
(IEntityContext ec, String address) Methods in de.xima.fc.dao.impl that return types with arguments of type UserEmailModifier and TypeMethodDescriptionUserEmailDao.getByAddress
(IEntityContext ec, String address) protected IFCDaoActionHook<UserEmail>
UserEmailDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type UserEmailModifier and TypeMethodDescriptionvoid
UserEmailDao.assertUserEmail
(IEntityContext ec, UserEmail email) UserEmailDao.getEntityRefs
(IEntityContext ec, UserEmail entity) -
Uses of UserEmail in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserEmailModifier and TypeMethodDescriptionIUserEmailDao.getByVerifiedAddress
(IEntityContext ec, String address) Finds the verified user email entity with the given address.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserEmailModifier and TypeMethodDescriptionIUserEmailDao.getByAddress
(IEntityContext ec, String address) Finds the user email entities with the given address.Methods in de.xima.fc.dao.interfaces with parameters of type UserEmailModifier and TypeMethodDescriptionvoid
IUserEmailDao.assertUserEmail
(IEntityContext ec, UserEmail email) Checks if the user email can be persisted (create/update). -
Uses of UserEmail in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserEmailMethods in de.xima.fc.entities that return types with arguments of type UserEmailMethods in de.xima.fc.entities with parameters of type UserEmailModifier and TypeMethodDescriptionboolean
void
UserProfile.setPrimaryEmail
(UserEmail primaryEmail) Method parameters in de.xima.fc.entities with type arguments of type UserEmail -
Uses of UserEmail in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type UserEmailMethods in de.xima.fc.gui.common.bean.profile with parameters of type UserEmailModifier and TypeMethodDescriptionUserEmailPanelBean.getOriginMsg
(UserEmail mail) UserEmailPanelBean.getOtherProfileWithVerifedMail
(UserEmail email) boolean
boolean
UserEmailPanelBean.isShowRemoveOption
(UserEmail email) void
UserEmailPanelBean.makeEmailPrimary
(UserEmail email, Runnable profileUpdatedCallback) void
UserEmailPanelBean.mergeProfilesByEmail
(UserEmail email) void
UserEmailPanelBean.removeEmail
(UserEmail email, Runnable profileUpdatedCallback) void
UserEmailPanelBean.sendEmailVerificationEmail
(UserEmail email, Runnable profileUpdatedCallback) void
UserEmailPanelBean.sendPrimaryEmailChangeRequestEmail
(UserEmail email, Runnable profileUpdatedCallback) void
UserEmailPanelBean.verifyEmail
(UserEmail email, Runnable profileUpdatedCallback) -
Uses of UserEmail in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserEmailModifier and TypeMethodDescriptionUserEmailHandler.getByVerifiedAddress
(UserContext uc, String address) Methods in de.xima.fc.handler.entity that return types with arguments of type UserEmail -
Uses of UserEmail in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserEmailModifier and TypeMethodDescriptionIUserEmailHandler.getByVerifiedAddress
(UserContext uc, String address) Finds the verified user email entity with the given address.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type UserEmailModifier and TypeMethodDescriptionIUserEmailHandler.getByAddress
(UserContext uc, String address) Finds the user email entities with the given address. -
Uses of UserEmail in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserEmailModifier and TypeMethodDescriptionboolean
IMailHandler.sendEmailVerificationMail
(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a user email verification linkboolean
IMailHandler.sendPrimaryEmailChangeMail
(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a link to change the primary email of the user profile to theUserEmail
given. -
Uses of UserEmail in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserEmailModifier and TypeMethodDescriptionboolean
MailHandler.sendEmailVerificationMail
(UserContext uc, UserEmail email, String baseUrl) boolean
MailHandler.sendPrimaryEmailChangeMail
(UserContext uc, UserEmail email, String baseUrl) -
Uses of UserEmail in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserEmailModifier and TypeMethodDescriptionstatic boolean
UserMailUtil.sendEmailVerificationMail
(IEntityContext ec, UserEmail email, String baseUrl) static boolean
UserMailUtil.sendPrimaryEmailChangeMail
(IEntityContext ec, UserEmail email, String baseUrl) -
Uses of UserEmail in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper with parameters of type UserEmailModifier and TypeMethodDescriptionstatic boolean
SecurityProfileHelper.shouldReIssueVerificationLink
(UserEmail userEmail) -
Uses of UserEmail in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return UserEmail