Modifier and Type | Method and Description |
---|---|
Invitation |
IInvitationManager.getInvitation(Invitation _invitation,
User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Invitation |
IInvitationManager.getInvitation(User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.addUser(Set<User.Right> rights,
String firstname,
String login,
String lastname,
long languageId,
String userpass,
Address adress,
boolean sendSMS,
Date age,
String hash,
TimeZone timezone,
Boolean forceTimeZoneCheck,
String userOffers,
String userSearchs,
Boolean showContactData,
Boolean showContactDataToContacts,
String externalId,
String externalType,
List<GroupUser> orgList,
String pictureuri) |
User |
UserDao.get(Long id) |
User |
UserDao.getByEmail(String email) |
User |
UserDao.getByEmail(String email,
User.Type type,
Long domainId) |
User |
UserDao.getByLogin(String login,
User.Type type,
Long domainId) |
User |
UserDao.getContact(String email,
long ownerId) |
User |
UserDao.getContact(String email,
String firstName,
String lastName,
long ownerId) |
User |
UserDao.getContact(String email,
String firstName,
String lastName,
Long langId,
String tzId,
long ownerId) |
User |
UserDao.getContact(String email,
String firstName,
String lastName,
Long langId,
String tzId,
User owner) |
User |
UserDao.getContact(String email,
User owner) |
User |
UserDao.getExternalUser(String extId,
String extType) |
User |
UserDao.getNewUserInstance(User currentUser)
Get a new instance of the
User entity, with all default values
set |
User |
UserDao.getUserByActivationHash(String hash) |
User |
UserDao.login(String userOrEmail,
String userpass)
login logic
|
User |
IUserManager.loginOAuth(Map<String,String> params,
long serverId) |
User |
UserDao.update(User u,
Long userId) |
User |
UserDao.update(User user,
String password,
long updatedBy) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserDao.get(Collection<Long> ids) |
List<User> |
UserDao.get(int first,
int count) |
List<User> |
UserDao.get(String search,
boolean excludeContacts,
int first,
int count) |
List<User> |
UserDao.get(String search,
boolean filterContacts,
long currentUserId) |
List<User> |
UserDao.get(String search,
int start,
int count,
String order) |
List<User> |
UserDao.get(String search,
int start,
int count,
String sort,
boolean filterContacts,
long currentUserId) |
List<User> |
UserDao.getAllBackupUsers() |
List<User> |
UserDao.getAllUsers() |
List<User> |
UserDao.searchUserProfile(long userId,
String text,
String offers,
String search,
String orderBy,
int start,
int max,
boolean asc) |
Modifier and Type | Method and Description |
---|---|
Long |
PrivateMessageDao.addPrivateMessage(String subject,
String message,
Long parentMessageId,
User from,
User to,
User owner,
Boolean bookedRoom,
Room room,
Boolean isContactRequest,
Long userContactId) |
void |
UserDao.delete(User u,
Long userId) |
User |
UserDao.getContact(String email,
String firstName,
String lastName,
Long langId,
String tzId,
User owner) |
User |
UserDao.getContact(String email,
User owner) |
User |
UserDao.getNewUserInstance(User currentUser)
Get a new instance of the
User entity, with all default values
set |
User |
UserDao.update(User u,
Long userId) |
User |
UserDao.update(User user,
String password,
long updatedBy) |
Modifier and Type | Method and Description |
---|---|
User |
UserDTO.get(UserDao userDao) |
Constructor and Description |
---|
UserDTO(User u) |
Constructor and Description |
---|
UserSearchResult(SearchResult<User> copy) |
Modifier and Type | Method and Description |
---|---|
User |
ChatMessage.getFromUser() |
User |
ChatMessage.getToUser() |
User |
Configuration.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
ChatMessage.setFromUser(User fromUser) |
void |
ChatMessage.setToUser(User toUser) |
void |
Configuration.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
Appointment.getOwner() |
User |
MeetingMember.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setOwner(User owner) |
void |
MeetingMember.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
RoomPoll.getCreator() |
User |
Invitation.getInvitedBy() |
User |
Invitation.getInvitee() |
User |
RoomModerator.getUser() |
User |
RoomPollAnswer.getVotedUser() |
Modifier and Type | Method and Description |
---|---|
void |
RoomPoll.setCreator(User creator) |
void |
Invitation.setInvitedBy(User invitedBy) |
void |
Invitation.setInvitee(User invitee) |
void |
RoomModerator.setUser(User user) |
void |
RoomPollAnswer.setVotedUser(User votedUser) |
Modifier and Type | Field and Description |
---|---|
User |
Server.insertedby |
User |
Server.updatedby |
Modifier and Type | Method and Description |
---|---|
User |
Server.getInsertedby() |
User |
LdapConfig.getInsertedby() |
User |
Server.getUpdatedby() |
User |
LdapConfig.getUpdatedby() |
Modifier and Type | Method and Description |
---|---|
void |
Server.setInsertedby(User insertedby) |
void |
LdapConfig.setInsertedby(User insertedby) |
void |
Server.setUpdatedby(User updatedby) |
void |
LdapConfig.setUpdatedby(User updatedby) |
Modifier and Type | Method and Description |
---|---|
User |
UserContact.getContact() |
User |
PrivateMessage.getFrom() |
User |
PrivateMessage.getOwner() |
User |
UserContact.getOwner() |
User |
PrivateMessage.getTo() |
User |
GroupUser.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserContact.setContact(User contact) |
void |
PrivateMessage.setFrom(User from) |
void |
PrivateMessage.setOwner(User owner) |
void |
UserContact.setOwner(User owner) |
void |
PrivateMessage.setTo(User to) |
void |
GroupUser.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
static String |
FormatHelper.formatUser(User u) |
static String |
FormatHelper.formatUser(User u,
boolean isHTMLEscape) |
TimeZone |
TimezoneUtil.getTimeZone(User user)
Returns the timezone based on the user profile, if not return the timezone from the server
|
static boolean |
AuthLevelUtil.hasModLevel(User u,
Long groupId) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.