Modifier and Type | Method and Description |
---|---|
List<IUserInfo> |
IEventRegistration.getParticipants(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<IUserInfo> |
SmartGenericForm.getParticipants(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
GlobalContext.getUserFolder(IUserInfo user) |
Modifier and Type | Method and Description |
---|---|
Map<IUserInfo,String> |
InfoBean.getAvatarURL() |
Modifier and Type | Method and Description |
---|---|
static String |
URLHelper.createAvatarUrl(ContentContext ctx,
IUserInfo userInfo) |
static String |
XHTMLHelper.replaceJSTLUserInfo(String xhtml,
IUserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
Map<javax.mail.internet.InternetAddress,IUserInfo> |
Mailing.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
Mailing.setUsers(Map<javax.mail.internet.InternetAddress,IUserInfo> users) |
Modifier and Type | Method and Description |
---|---|
List<IUserInfo> |
EventAction.EventBean.getParticipants() |
Modifier and Type | Method and Description |
---|---|
List<IUserInfo> |
Event.getParticipants(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<Room> |
ChatService.getRooms(IUserInfo user) |
Constructor and Description |
---|
Room(IUserInfo owner) |
Modifier and Type | Method and Description |
---|---|
IUserInfo |
Facebook.getInitialUserInfo(String accessToken)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminUserInfo |
class |
UserInfo |
Modifier and Type | Field and Description |
---|---|
protected List<IUserInfo> |
UserFactory.userInfoList |
Modifier and Type | Method and Description |
---|---|
IUserInfo |
IUserFactory.createUserInfos() |
IUserInfo |
UserFactory.getPasswordChangeWidthKey(String passwordChangeCode)
retrieve user for change password width special code.
|
IUserInfo |
User.getUserInfo() |
IUserInfo |
UserFactory.getUserInfos(String id) |
IUserInfo |
LdapDirectUserFactory.getUserInfos(String id) |
IUserInfo |
IUserFactory.getUserInfos(String id) |
IUserInfo |
InternalDBUserFactory.getUserInfos(String id) |
IUserInfo |
HardUserFactory.getUserInfos(String id) |
IUserInfo |
AbstractDBUserFactory.getUserInfos(String id) |
Modifier and Type | Method and Description |
---|---|
List<IUserInfo> |
UserFactory.getUserInfoForRoles(String[] inRoles) |
List<IUserInfo> |
LdapDirectUserFactory.getUserInfoForRoles(String[] inRoles) |
List<IUserInfo> |
IUserFactory.getUserInfoForRoles(String[] inRoles) |
List<IUserInfo> |
HardUserFactory.getUserInfoForRoles(String[] inRoles) |
List<IUserInfo> |
AbstractDBUserFactory.getUserInfoForRoles(String[] inRoles) |
List<IUserInfo> |
UserFactory.getUserInfoList() |
List<IUserInfo> |
MapDbUserFactory.getUserInfoList() |
List<IUserInfo> |
LdapDirectUserFactory.getUserInfoList() |
List<IUserInfo> |
IUserFactory.getUserInfoList() |
List<IUserInfo> |
InternalDBUserFactory.getUserInfoList() |
List<IUserInfo> |
HardUserFactory.getUserInfoList() |
List<IUserInfo> |
AbstractDBUserFactory.getUserInfoList() |
static List<IUserInfo> |
UserFactory.load(File file) |
protected abstract List<IUserInfo> |
AbstractDBUserFactory.statementToUserInfoList(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
UserFactory.addOrModifyUserInfo(IUserInfo userInfo) |
void |
IUserFactory.addOrModifyUserInfo(IUserInfo userInfo)
if user info found, update data
|
void |
UserFactory.addUserInfo(IUserInfo userInfo) |
void |
MapDbUserFactory.addUserInfo(IUserInfo userInfo) |
void |
LdapDirectUserFactory.addUserInfo(IUserInfo userInfo) |
void |
IUserFactory.addUserInfo(IUserInfo userInfo) |
void |
InternalDBUserFactory.addUserInfo(IUserInfo userInfo) |
void |
HardUserFactory.addUserInfo(IUserInfo userInfo) |
void |
AbstractDBUserFactory.addUserInfo(IUserInfo userInfo) |
int |
UserInfoSorting.compare(IUserInfo o1,
IUserInfo o2) |
int |
UserInfo.compareTo(IUserInfo other)
compare on last name
|
String |
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 |
UserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
LdapDirectUserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
IUserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
InternalDBUserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
HardUserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
AbstractDBUserFactory.mergeUserInfo(IUserInfo userInfo) |
void |
User.setUserInfo(IUserInfo info) |
void |
UserFactory.updateUserInfo(IUserInfo userInfo) |
void |
MapDbUserFactory.updateUserInfo(IUserInfo userInfo) |
void |
LdapDirectUserFactory.updateUserInfo(IUserInfo userInfo) |
void |
IUserFactory.updateUserInfo(IUserInfo userInfo) |
void |
InternalDBUserFactory.updateUserInfo(IUserInfo userInfo) |
void |
HardUserFactory.updateUserInfo(IUserInfo userInfo) |
void |
AbstractDBUserFactory.updateUserInfo(IUserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
UserFactory.store(List<IUserInfo> userInfoList,
File userInfoFile) |
Constructor and Description |
---|
PublicUserInfo(IUserInfo userInfo) |
User(IUserInfo newUserInfo) |
Copyright © 2012-2018. All Rights Reserved.