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 boolean
UserRegistration. 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 String
GlobalContext. 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 IUserInfo
UserList.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 String
URLHelper. createAvatarUrl(ContentContext ctx, IUserInfo userInfo)
static String
XHTMLHelper. 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 void
Mailing. 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 IUserInfo
Facebook. getInitialUserInfo(String accessToken)
Deprecated. -
Uses of IUserInfo in org.javlo.user
Classes in org.javlo.user that implement IUserInfo Modifier and Type Class Description class
AdminUserInfo
class
UserInfo
Fields in org.javlo.user with type parameters of type IUserInfo Modifier and Type Field Description protected List<IUserInfo>
UserFactory. userInfoList
Methods in org.javlo.user that return IUserInfo Modifier and Type Method Description IUserInfo
IUserFactory. createUserInfos()
IUserInfo
UserFactory. getPasswordChangeWidthKey(String passwordChangeCode)
retrieve user for change password width special code.IUserInfo
User. getUserInfo()
IUserInfo
UserInfoWrapper. getUserInfo()
IUserInfo
AbstractDBUserFactory. getUserInfos(String id)
IUserInfo
HardUserFactory. getUserInfos(String id)
IUserInfo
InternalDBUserFactory. getUserInfos(String id)
IUserInfo
IUserFactory. getUserInfos(String id)
IUserInfo
LdapDirectUserFactory. getUserInfos(String id)
IUserInfo
UserFactory. 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 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)
int
UserInfoSorting. compare(IUserInfo o1, IUserInfo o2)
int
UserInfo. compareTo(IUserInfo other)
compare on last nameString
UserFactory. createPasswordChangeKey(IUserInfo user)
static javax.mail.internet.InternetAddress
UserFactory. getInternetAddress(IUserInfo userinfo)
boolean
AdminUserSecurity. haveRole(IUserInfo user, String inRole)
boolean
UserEditFilter. match(IUserInfo userInfos)
void
AbstractDBUserFactory. mergeUserInfo(IUserInfo userInfo)
void
HardUserFactory. mergeUserInfo(IUserInfo userInfo)
void
InternalDBUserFactory. mergeUserInfo(IUserInfo userInfo)
void
IUserFactory. mergeUserInfo(IUserInfo userInfo)
void
LdapDirectUserFactory. mergeUserInfo(IUserInfo userInfo)
void
UserFactory. mergeUserInfo(IUserInfo userInfo)
void
User. setUserInfo(IUserInfo info)
void
UserInfoWrapper. setUserInfo(IUserInfo userInfo)
void
AbstractDBUserFactory. updateUserInfo(IUserInfo userInfo)
void
HardUserFactory. updateUserInfo(IUserInfo userInfo)
void
InternalDBUserFactory. updateUserInfo(IUserInfo userInfo)
void
IUserFactory. updateUserInfo(IUserInfo userInfo)
void
LdapDirectUserFactory. updateUserInfo(IUserInfo userInfo)
void
MapDbUserFactory. updateUserInfo(IUserInfo userInfo)
void
UserFactory. updateUserInfo(IUserInfo userInfo)
Method parameters in org.javlo.user with type arguments of type IUserInfo Modifier and Type Method Description static void
UserFactory. 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)
-