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.adapterMethods in org.apache.openmeetings.db.bind.adapter that return User
- 
Uses of User in org.apache.openmeetings.db.dao.userMethods 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 UserUserDao.getNewUserInstance(User currentUser) Get a new instance of theUserentity, 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) voidUserDao.getContact(String email, String firstName, String lastName, Long langId, String tzId, User owner) UserDao.getContact(String email, User owner) static UserUserDao.getNewUserInstance(User currentUser) Get a new instance of theUserentity, with all default values setvoidIUserManager.registerUser(User u, String password, String hash) UserDao.resetPassword(User u, String password) 
- 
Uses of User in org.apache.openmeetings.db.dto.userMethod 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.basicMethods 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.calendarMethods 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.roomMethods 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 TypeMethodDescriptionvoidRoomPoll.setCreator(User creator) voidInvitation.setInvitedBy(User invitedBy) voidInvitation.setInvitee(User invitee) voidvoidRoomPollAnswer.setVotedUser(User votedUser) 
- 
Uses of User in org.apache.openmeetings.db.entity.serverMethods in org.apache.openmeetings.db.entity.server that return UserMethods in org.apache.openmeetings.db.entity.server with parameters of type UserModifier and TypeMethodDescriptionvoidLdapConfig.setInsertedby(User insertedby) voidLdapConfig.setUpdatedby(User updatedby) 
- 
Uses of User in org.apache.openmeetings.db.entity.userMethods 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 TypeMethodDescriptionvoidUserContact.setContact(User contact) voidvoidvoidvoidvoidConstructors in org.apache.openmeetings.db.entity.user with parameters of type User
- 
Uses of User in org.apache.openmeetings.db.managerMethods 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.mapperMethods 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.utilMethods in org.apache.openmeetings.db.util with parameters of type UserModifier and TypeMethodDescriptionstatic StringFormatHelper.formatUser(User u) static StringFormatHelper.formatUser(User u, boolean isHTMLEscape) static org.apache.commons.lang3.time.FastDateFormatFormatHelper.getDateFormat(User u) static org.apache.commons.lang3.time.FastDateFormatFormatHelper.getDateTimeFormat(User u) static Localestatic Set<Room.Right>AuthLevelUtil.getRoomRight(User u, Room r, Appointment a, int userCount) static org.apache.commons.lang3.time.FastDateFormatFormatHelper.getTimeFormat(User u) static TimeZoneTimezoneUtil.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.wsConstructors 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)