Uses of Class
org.javlo.user.exception.UserAllreadyExistException
-
Packages that use UserAllreadyExistException Package Description org.javlo.module.user org.javlo.service.social org.javlo.user -
-
Uses of UserAllreadyExistException in org.javlo.module.user
Methods in org.javlo.module.user that throw UserAllreadyExistException Modifier and Type Method Description StringUserAction. performDeleteUser(ContentContext ctx, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)static StringUserAction. performMailingRegistration(RequestService rs, User user, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess) -
Uses of UserAllreadyExistException in org.javlo.service.social
Methods in org.javlo.service.social that throw UserAllreadyExistException Modifier and Type Method Description protected voidAbstractSocialNetwork. login(ContentContext ctx, SocialUser socialUser, boolean admin) -
Uses of UserAllreadyExistException in org.javlo.user
Methods in org.javlo.user that throw UserAllreadyExistException Modifier and Type Method Description voidIUserFactory. addOrModifyUserInfo(IUserInfo userInfo)if user info found, update datavoidUserFactory. addOrModifyUserInfo(IUserInfo userInfo)voidAbstractDBUserFactory. addUserInfo(IUserInfo userInfo)voidHardUserFactory. addUserInfo(IUserInfo userInfo)voidInternalDBUserFactory. addUserInfo(IUserInfo userInfo)voidIUserFactory. addUserInfo(IUserInfo userInfo)voidLdapDirectUserFactory. addUserInfo(IUserInfo userInfo)voidMapDbUserFactory. addUserInfo(IUserInfo userInfo)voidUserFactory. addUserInfo(IUserInfo userInfo)
-