Uses of Class
org.apache.openmeetings.db.entity.user.User
Packages that use User
Package
Description
-
Uses of User in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return User -
Uses of User in org.apache.openmeetings.db.dao.user
Methods in org.apache.openmeetings.db.dao.user that return UserModifier and TypeMethodDescriptionUserDao.getByActivationHash
(String hash) UserDao.getByEmail
(String email) UserDao.getByEmail
(String inEmail, User.Type type, Long domainId) UserDao.getByLogin
(String inLogin, User.Type type, Long domainId) UserDao.getContact
(String email, Long ownerId) UserDao.getContact
(String email, String firstName, String lastName, Long ownerId) UserDao.getContact
(String email, String firstName, String lastName, Long langId, String tzId, Long ownerId) UserDao.getContact
(String email, String firstName, String lastName, Long langId, String tzId, User owner) UserDao.getContact
(String email, User owner) UserDao.getExternalUser
(String extId, String extType) static User
UserDao.getNewUserInstance
(User currentUser) Get a new instance of theUser
entity, with all default values setUserDao.getUserByHash
(String hash) login logicUserDao.resetPassword
(User u, String password) Methods in org.apache.openmeetings.db.dao.user that return types with arguments of type UserModifier and TypeMethodDescriptionUserDao.adminGet
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) UserDao.adminGet
(String search, Long adminId, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) UserDao.get
(long first, long count) UserDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) UserDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort, boolean filterContacts, Long currentUserId) UserDao.get
(Collection<Long> ids) UserDao.getAllBackupUsers()
UserDao.getAllUsers()
UserDao.getByExpiredHash
(long ttl) GroupUserDao.getGroupModerators
(Long id) UserDao.searchUserProfile
(Long userId, String search, String userOffers, String userSearches, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort, long start, long count) Methods in org.apache.openmeetings.db.dao.user with parameters of type UserModifier and TypeMethodDescriptionPrivateMessageDao.addPrivateMessage
(String subject, String message, User from, User to, User owner, boolean isContactRequest, Long userContactId) void
UserDao.getContact
(String email, String firstName, String lastName, Long langId, String tzId, User owner) UserDao.getContact
(String email, User owner) static User
UserDao.getNewUserInstance
(User currentUser) Get a new instance of theUser
entity, with all default values setvoid
IUserManager.registerUser
(User u, String password, String hash) UserDao.resetPassword
(User u, String password) -
Uses of User in org.apache.openmeetings.db.dto.user
Method parameters in org.apache.openmeetings.db.dto.user with type arguments of type UserConstructors in org.apache.openmeetings.db.dto.user with parameters of type UserConstructor parameters in org.apache.openmeetings.db.dto.user with type arguments of type User -
Uses of User in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return UserModifier and TypeMethodDescriptionChatMessage.getFromUser()
ChatMessage.getToUser()
Client.getUser()
Configuration.getUser()
Methods in org.apache.openmeetings.db.entity.basic with parameters of type UserConstructors in org.apache.openmeetings.db.entity.basic with parameters of type User -
Uses of User in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return UserModifier and TypeMethodDescriptionAppointment.getOwner()
OmCalendar.getOwner()
MeetingMember.getUser()
Methods in org.apache.openmeetings.db.entity.calendar with parameters of type User -
Uses of User in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return UserModifier and TypeMethodDescriptionRoomPoll.getCreator()
Invitation.getInvitedBy()
Invitation.getInvitee()
RoomModerator.getUser()
RoomPollAnswer.getVotedUser()
Methods in org.apache.openmeetings.db.entity.room with parameters of type UserModifier and TypeMethodDescriptionvoid
RoomPoll.setCreator
(User creator) void
Invitation.setInvitedBy
(User invitedBy) void
Invitation.setInvitee
(User invitee) void
void
RoomPollAnswer.setVotedUser
(User votedUser) -
Uses of User in org.apache.openmeetings.db.entity.server
Methods in org.apache.openmeetings.db.entity.server that return UserMethods in org.apache.openmeetings.db.entity.server with parameters of type UserModifier and TypeMethodDescriptionvoid
LdapConfig.setInsertedby
(User insertedby) void
LdapConfig.setUpdatedby
(User updatedby) -
Uses of User in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return UserModifier and TypeMethodDescriptionUserContact.getContact()
PrivateMessage.getFrom()
PrivateMessage.getOwner()
UserContact.getOwner()
PrivateMessage.getTo()
GroupUser.getUser()
User.setDisplayName
(String displayName) User.setFirstname
(String firstname) User.setLastname
(String lastname) Methods in org.apache.openmeetings.db.entity.user with parameters of type UserModifier and TypeMethodDescriptionvoid
UserContact.setContact
(User contact) void
void
void
void
void
Constructors in org.apache.openmeetings.db.entity.user with parameters of type User -
Uses of User in org.apache.openmeetings.db.manager
Methods in org.apache.openmeetings.db.manager with parameters of type UserModifier and TypeMethodDescriptionIInvitationManager.getInvitation
(Invitation invitation, User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment) IInvitationManager.getInvitation
(User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment) -
Uses of User in org.apache.openmeetings.db.mapper
Methods in org.apache.openmeetings.db.mapper that return UserMethods in org.apache.openmeetings.db.mapper with parameters of type UserModifier and TypeMethodDescriptionCalendarMapper.get
(AppointmentDTO dto, User u) CalendarMapper.get
(MeetingMemberDTO dto, User owner) -
Uses of User in org.apache.openmeetings.db.util
Methods in org.apache.openmeetings.db.util with parameters of type UserModifier and TypeMethodDescriptionstatic String
FormatHelper.formatUser
(User u) static String
FormatHelper.formatUser
(User u, boolean isHTMLEscape) static org.apache.commons.lang3.time.FastDateFormat
FormatHelper.getDateFormat
(User u) static org.apache.commons.lang3.time.FastDateFormat
FormatHelper.getDateTimeFormat
(User u) static Locale
static Set<Room.Right>
AuthLevelUtil.getRoomRight
(User u, Room r, Appointment a, int userCount) static org.apache.commons.lang3.time.FastDateFormat
FormatHelper.getTimeFormat
(User u) static TimeZone
TimezoneUtil.getTimeZone
(User user) Returns the timezone based on the user profile, if not return the timezone from the server -
Uses of User in org.apache.openmeetings.db.util.ws
Constructors in org.apache.openmeetings.db.util.ws with parameters of type UserModifierConstructorDescriptionRoomMessage
(Long roomId, User u, RoomMessage.Type type) TextRoomMessage
(Long roomId, User u, RoomMessage.Type type, String text)