Uses of Class
org.apache.openmeetings.db.entity.user.User
-
-
Uses of User in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return User Modifier and Type Method Description protected UserUserAdapter. newEntity() -
Uses of User in org.apache.openmeetings.db.dao.user
Methods in org.apache.openmeetings.db.dao.user that return User Modifier and Type Method Description UserUserDao. get(Long id)UserUserDao. getByActivationHash(String hash)UserUserDao. getByEmail(String email)UserUserDao. getByEmail(String email, User.Type type, Long domainId)UserUserDao. getByLogin(String login, User.Type type, Long domainId)UserUserDao. getContact(String email, Long ownerId)UserUserDao. getContact(String email, String firstName, String lastName, Long ownerId)UserUserDao. getContact(String email, String firstName, String lastName, Long langId, String tzId, Long ownerId)UserUserDao. getContact(String email, String firstName, String lastName, Long langId, String tzId, User owner)UserUserDao. getContact(String email, User owner)UserUserDao. getExternalUser(String extId, String extType)static UserUserDao. getNewUserInstance(User currentUser)Get a new instance of theUserentity, with all default values setUserUserDao. getUserByHash(String hash)UserUserDao. login(String userOrEmail, String userpass)login logicUserUserDao. resetPassword(User u, String password)UserUserDao. update(User u, Long userId)UserUserDao. update(User user, String password, Long updatedBy)Methods in org.apache.openmeetings.db.dao.user that return types with arguments of type User Modifier and Type Method Description List<User>UserDao. adminGet(String search, long start, long count, String order)List<User>UserDao. adminGet(String search, Long adminId, long start, long count, String order)List<User>UserDao. get(long first, long count)List<User>UserDao. get(String search, boolean excludeContacts, long first, long count)List<User>UserDao. get(String search, long start, long count, String order)List<User>UserDao. get(String search, long start, long count, String sort, boolean filterContacts, Long currentUserId)List<User>UserDao. get(Collection<Long> ids)List<User>UserDao. getAllBackupUsers()List<User>UserDao. getAllUsers()List<User>UserDao. getByExpiredHash(long ttl)List<User>GroupUserDao. getGroupModerators(Long id)List<User>UserDao. searchUserProfile(Long userId, String text, String offers, String search, String orderBy, long start, long max, boolean asc)Methods in org.apache.openmeetings.db.dao.user with parameters of type User Modifier and Type Method Description LongPrivateMessageDao. addPrivateMessage(String subject, String message, User from, User to, User owner, boolean isContactRequest, Long userContactId)voidUserDao. delete(User u, Long userId)UserUserDao. getContact(String email, String firstName, String lastName, Long langId, String tzId, User owner)UserUserDao. getContact(String email, User owner)static UserUserDao. getNewUserInstance(User currentUser)Get a new instance of theUserentity, with all default values setvoidUserDao. purge(User u, Long userId)ObjectIUserManager. registerUser(User u, String password, String hash)UserUserDao. resetPassword(User u, String password)UserUserDao. update(User u, Long userId)UserUserDao. update(User user, String password, Long updatedBy) -
Uses of User in org.apache.openmeetings.db.dto.user
Method parameters in org.apache.openmeetings.db.dto.user with type arguments of type User Modifier and Type Method Description static List<UserDTO>UserDTO. list(List<User> l)Constructors in org.apache.openmeetings.db.dto.user with parameters of type User Constructor Description UserDTO(User u)Constructor parameters in org.apache.openmeetings.db.dto.user with type arguments of type User Constructor Description UserSearchResult(SearchResult<User> copy) -
Uses of User in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return User Modifier and Type Method Description UserChatMessage. getFromUser()UserChatMessage. getToUser()UserClient. getUser()UserConfiguration. getUser()Methods in org.apache.openmeetings.db.entity.basic with parameters of type User Modifier and Type Method Description voidChatMessage. setFromUser(User fromUser)voidChatMessage. setToUser(User toUser)voidConfiguration. setUser(User user)Constructors in org.apache.openmeetings.db.entity.basic with parameters of type User Constructor Description Client(String sessionId, int pageId, User u, String pictureUri) -
Uses of User in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return User Modifier and Type Method Description UserAppointment. getOwner()UserOmCalendar. getOwner()UserMeetingMember. getUser()Methods in org.apache.openmeetings.db.entity.calendar with parameters of type User Modifier and Type Method Description voidAppointment. setOwner(User owner)voidOmCalendar. setOwner(User owner)voidMeetingMember. setUser(User user) -
Uses of User in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return User Modifier and Type Method Description UserRoomPoll. getCreator()UserInvitation. getInvitedBy()UserInvitation. getInvitee()UserRoomModerator. getUser()UserRoomPollAnswer. getVotedUser()Methods in org.apache.openmeetings.db.entity.room with parameters of type User Modifier and Type Method Description voidRoomPoll. setCreator(User creator)voidInvitation. setInvitedBy(User invitedBy)voidInvitation. setInvitee(User invitee)voidRoomModerator. setUser(User user)voidRoomPollAnswer. setVotedUser(User votedUser) -
Uses of User in org.apache.openmeetings.db.entity.server
Methods in org.apache.openmeetings.db.entity.server that return User Modifier and Type Method Description UserLdapConfig. getInsertedby()UserLdapConfig. getUpdatedby()Methods in org.apache.openmeetings.db.entity.server with parameters of type User Modifier and Type Method Description voidLdapConfig. setInsertedby(User insertedby)voidLdapConfig. setUpdatedby(User updatedby) -
Uses of User in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return User Modifier and Type Method Description UserUserContact. getContact()UserPrivateMessage. getFrom()UserPrivateMessage. getOwner()UserUserContact. getOwner()UserPrivateMessage. getTo()UserGroupUser. getUser()UserUser. setDisplayName(String displayName)UserUser. setFirstname(String firstname)UserUser. setLastname(String lastname)Methods in org.apache.openmeetings.db.entity.user with parameters of type User Modifier and Type Method Description voidUserContact. setContact(User contact)voidPrivateMessage. setFrom(User from)voidPrivateMessage. setOwner(User owner)voidUserContact. setOwner(User owner)voidPrivateMessage. setTo(User to)voidGroupUser. setUser(User user)Constructors in org.apache.openmeetings.db.entity.user with parameters of type User Constructor Description GroupUser(Group group, User u) -
Uses of User in org.apache.openmeetings.db.manager
Methods in org.apache.openmeetings.db.manager with parameters of type User Modifier and Type Method Description InvitationIInvitationManager. getInvitation(Invitation invitation, User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment)InvitationIInvitationManager. 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 User Modifier and Type Method Description UserUserMapper. get(UserDTO dto)Methods in org.apache.openmeetings.db.mapper with parameters of type User Modifier and Type Method Description AppointmentCalendarMapper. get(AppointmentDTO dto, User u)MeetingMemberCalendarMapper. 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 User Modifier and Type Method Description static 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 LocaleLocaleHelper. getLocale(User u)static 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.ws
Constructors in org.apache.openmeetings.db.util.ws with parameters of type User Constructor Description RoomMessage(Long roomId, User u, RoomMessage.Type type)TextRoomMessage(Long roomId, User u, RoomMessage.Type type, String text)
-