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 String
UserAction. performDeleteUser(ContentContext ctx, RequestService requestService, I18nAccess i18nAccess, MessageRepository messageRepository)
static String
UserAction. 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 void
AbstractSocialNetwork. 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 void
IUserFactory. addOrModifyUserInfo(IUserInfo userInfo)
if user info found, update datavoid
UserFactory. addOrModifyUserInfo(IUserInfo userInfo)
void
AbstractDBUserFactory. addUserInfo(IUserInfo userInfo)
void
HardUserFactory. addUserInfo(IUserInfo userInfo)
void
InternalDBUserFactory. addUserInfo(IUserInfo userInfo)
void
IUserFactory. addUserInfo(IUserInfo userInfo)
void
LdapDirectUserFactory. addUserInfo(IUserInfo userInfo)
void
MapDbUserFactory. addUserInfo(IUserInfo userInfo)
void
UserFactory. addUserInfo(IUserInfo userInfo)
-