Uses of Interface
org.javlo.user.IUserInfo
- 
- 
Uses of IUserInfo in org.javlo.actions
Methods in org.javlo.actions that return types with arguments of type IUserInfo Modifier and Type Method Description List<IUserInfo>IEventRegistration. getParticipants(ContentContext ctx) - 
Uses of IUserInfo in org.javlo.component.form
Methods in org.javlo.component.form that return types with arguments of type IUserInfo Modifier and Type Method Description List<IUserInfo>SmartGenericForm. getParticipants(ContentContext ctx) - 
Uses of IUserInfo in org.javlo.component.users
Methods in org.javlo.component.users with parameters of type IUserInfo Modifier and Type Method Description static booleanUserRegistration. isSpam(IUserInfo userInfo) - 
Uses of IUserInfo in org.javlo.context
Methods in org.javlo.context with parameters of type IUserInfo Modifier and Type Method Description StringGlobalContext. getUserFolder(IUserInfo user) - 
Uses of IUserInfo in org.javlo.data
Methods in org.javlo.data that return types with arguments of type IUserInfo Modifier and Type Method Description Map<IUserInfo,String>InfoBean. getAvatarURL() - 
Uses of IUserInfo in org.javlo.fields
Methods in org.javlo.fields that return IUserInfo Modifier and Type Method Description IUserInfoUserList.UserFieldBean. getUserInfo() - 
Uses of IUserInfo in org.javlo.helper
Methods in org.javlo.helper with parameters of type IUserInfo Modifier and Type Method Description static StringURLHelper. createAvatarUrl(ContentContext ctx, IUserInfo userInfo)static StringXHTMLHelper. replaceJSTLUserInfo(String xhtml, IUserInfo userInfo) - 
Uses of IUserInfo in org.javlo.mailing
Methods in org.javlo.mailing that return types with arguments of type IUserInfo Modifier and Type Method Description Map<javax.mail.internet.InternetAddress,IUserInfo>Mailing. getUsers()Method parameters in org.javlo.mailing with type arguments of type IUserInfo Modifier and Type Method Description voidMailing. setUsers(Map<javax.mail.internet.InternetAddress,IUserInfo> users) - 
Uses of IUserInfo in org.javlo.module.event
Methods in org.javlo.module.event that return types with arguments of type IUserInfo Modifier and Type Method Description List<IUserInfo>EventAction.EventBean. getParticipants() - 
Uses of IUserInfo in org.javlo.service.event
Methods in org.javlo.service.event that return types with arguments of type IUserInfo Modifier and Type Method Description List<IUserInfo>Event. getParticipants(ContentContext ctx) - 
Uses of IUserInfo in org.javlo.service.messaging
Methods in org.javlo.service.messaging with parameters of type IUserInfo Modifier and Type Method Description List<Room>ChatService. getRooms(IUserInfo user)Constructors in org.javlo.service.messaging with parameters of type IUserInfo Constructor Description Room(IUserInfo owner) - 
Uses of IUserInfo in org.javlo.service.social
Methods in org.javlo.service.social that return IUserInfo Modifier and Type Method Description IUserInfoFacebook. getInitialUserInfo(String accessToken)Deprecated. - 
Uses of IUserInfo in org.javlo.user
Classes in org.javlo.user that implement IUserInfo Modifier and Type Class Description classAdminUserInfoclassUserInfoFields in org.javlo.user with type parameters of type IUserInfo Modifier and Type Field Description protected List<IUserInfo>UserFactory. userInfoListMethods in org.javlo.user that return IUserInfo Modifier and Type Method Description IUserInfoIUserFactory. createUserInfos()IUserInfoUserFactory. getPasswordChangeWidthKey(String passwordChangeCode)retrieve user for change password width special code.IUserInfoUser. getUserInfo()IUserInfoUserInfoWrapper. getUserInfo()IUserInfoAbstractDBUserFactory. getUserInfos(String id)IUserInfoHardUserFactory. getUserInfos(String id)IUserInfoInternalDBUserFactory. getUserInfos(String id)IUserInfoIUserFactory. getUserInfos(String id)IUserInfoLdapDirectUserFactory. getUserInfos(String id)IUserInfoUserFactory. getUserInfos(String id)Methods in org.javlo.user that return types with arguments of type IUserInfo Modifier and Type Method Description List<IUserInfo>AbstractDBUserFactory. getUserInfoForRoles(String[] inRoles)List<IUserInfo>HardUserFactory. getUserInfoForRoles(String[] inRoles)List<IUserInfo>IUserFactory. getUserInfoForRoles(String[] inRoles)List<IUserInfo>LdapDirectUserFactory. getUserInfoForRoles(String[] inRoles)List<IUserInfo>UserFactory. getUserInfoForRoles(String[] inRoles)List<IUserInfo>AbstractDBUserFactory. getUserInfoList()List<IUserInfo>HardUserFactory. getUserInfoList()List<IUserInfo>InternalDBUserFactory. getUserInfoList()List<IUserInfo>IUserFactory. getUserInfoList()List<IUserInfo>LdapDirectUserFactory. getUserInfoList()List<IUserInfo>MapDbUserFactory. getUserInfoList()List<IUserInfo>UserFactory. getUserInfoList()static List<IUserInfo>UserFactory. load(File file)protected abstract List<IUserInfo>AbstractDBUserFactory. statementToUserInfoList(Statement statement)Methods in org.javlo.user with parameters of type IUserInfo 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)intUserInfoSorting. compare(IUserInfo o1, IUserInfo o2)intUserInfo. compareTo(IUserInfo other)compare on last nameStringUserFactory. createPasswordChangeKey(IUserInfo user)static javax.mail.internet.InternetAddressUserFactory. getInternetAddress(IUserInfo userinfo)booleanAdminUserSecurity. haveRole(IUserInfo user, String inRole)booleanUserEditFilter. match(IUserInfo userInfos)voidAbstractDBUserFactory. mergeUserInfo(IUserInfo userInfo)voidHardUserFactory. mergeUserInfo(IUserInfo userInfo)voidInternalDBUserFactory. mergeUserInfo(IUserInfo userInfo)voidIUserFactory. mergeUserInfo(IUserInfo userInfo)voidLdapDirectUserFactory. mergeUserInfo(IUserInfo userInfo)voidUserFactory. mergeUserInfo(IUserInfo userInfo)voidUser. setUserInfo(IUserInfo info)voidUserInfoWrapper. setUserInfo(IUserInfo userInfo)voidAbstractDBUserFactory. updateUserInfo(IUserInfo userInfo)voidHardUserFactory. updateUserInfo(IUserInfo userInfo)voidInternalDBUserFactory. updateUserInfo(IUserInfo userInfo)voidIUserFactory. updateUserInfo(IUserInfo userInfo)voidLdapDirectUserFactory. updateUserInfo(IUserInfo userInfo)voidMapDbUserFactory. updateUserInfo(IUserInfo userInfo)voidUserFactory. updateUserInfo(IUserInfo userInfo)Method parameters in org.javlo.user with type arguments of type IUserInfo Modifier and Type Method Description static voidUserFactory. store(List<IUserInfo> userInfoList, File userInfoFile)Constructors in org.javlo.user with parameters of type IUserInfo Constructor Description PublicUserInfo(IUserInfo userInfo)User(IUserInfo newUserInfo)UserInfoWrapper(ContentContext ctx, IUserInfo userInfo) 
 -