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 TypeMethodDescriptionbooleanMailAPI.sendEmailVerificationMail(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a user email verification linkbooleanMailAPI.sendPrimaryEmailChangeMail(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a link to change the primary email of the user profile to theUserEmailgiven. -
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 TypeMethodDescriptionvoidUserEmailDao.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 TypeMethodDescriptionvoidIUserEmailDao.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 TypeMethodDescriptionbooleanvoidUserProfile.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) booleanbooleanUserEmailPanelBean.isShowRemoveOption(UserEmail email) voidUserEmailPanelBean.makeEmailPrimary(UserEmail email, Runnable profileUpdatedCallback) voidUserEmailPanelBean.mergeProfilesByEmail(UserEmail email) voidUserEmailPanelBean.removeEmail(UserEmail email, Runnable profileUpdatedCallback) voidUserEmailPanelBean.sendEmailVerificationEmail(UserEmail email, Runnable profileUpdatedCallback) voidUserEmailPanelBean.sendPrimaryEmailChangeRequestEmail(UserEmail email, Runnable profileUpdatedCallback) voidUserEmailPanelBean.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 TypeMethodDescriptionbooleanIMailHandler.sendEmailVerificationMail(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a user email verification linkbooleanIMailHandler.sendPrimaryEmailChangeMail(UserContext uc, UserEmail email, String baseUrl) Sends a mail with a link to change the primary email of the user profile to theUserEmailgiven. -
Uses of UserEmail in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserEmailModifier and TypeMethodDescriptionbooleanMailHandler.sendEmailVerificationMail(UserContext uc, UserEmail email, String baseUrl) booleanMailHandler.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 booleanUserMailUtil.sendEmailVerificationMail(IEntityContext ec, UserEmail email, String baseUrl) static booleanUserMailUtil.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 booleanSecurityProfileHelper.shouldReIssueVerificationLink(UserEmail userEmail) -
Uses of UserEmail in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return UserEmail