Uses of Class
org.apache.openmeetings.db.entity.user.UserContact
-
Packages that use UserContact Package Description org.apache.openmeetings.db.dao.user -
-
Uses of UserContact in org.apache.openmeetings.db.dao.user
Methods in org.apache.openmeetings.db.dao.user that return UserContact Modifier and Type Method Description UserContactUserContactDao. add(Long userId, Long ownerId, boolean pending)UserContactUserContactDao. get(Long id)UserContactUserContactDao. get(Long userId, Long ownerId)UserContactUserContactDao. update(UserContact c)Methods in org.apache.openmeetings.db.dao.user that return types with arguments of type UserContact Modifier and Type Method Description List<UserContact>UserContactDao. get()List<UserContact>UserContactDao. get(long ownerId, long first, long count)List<UserContact>UserContactDao. getContactRequestsByUserAndStatus(Long userId, boolean pending)List<UserContact>UserContactDao. getContactsByUserAndStatus(Long ownerId, boolean pending)Methods in org.apache.openmeetings.db.dao.user with parameters of type UserContact Modifier and Type Method Description UserContactUserContactDao. update(UserContact c)
-