Uses of Class
com.jamasoftware.contour.domain.User

Packages that use User
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
com.jamasoftware.contour.qa.domain Classes for test center domain objects. 
com.jamasoftware.contour.review.dao   
com.jamasoftware.contour.review.domain Classes for review center domain objects. 
 

Uses of User in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return User
 User UserDao.getUser(java.lang.Integer userId)
           
 User UserDao.getUserByUserName(java.lang.String userName)
           
 User UserDao.getUserWithRoles(java.lang.Integer userId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type User
 java.util.List<User> UserDao.getActiveUserListByOrgId(java.lang.Integer orgId)
           
 java.util.List<User> SubscriptionDao.getDirectlySubscribedUsers(java.lang.Integer scopeId, java.lang.Integer refId, java.lang.Boolean selfSubscribed)
           
 java.util.List<User> UserDao.getLicenseUserListByOrgId(java.lang.Integer orgId, com.jamasoftware.contour.util.license.UserLicenseType licenseType)
           
 java.util.List<User> SubscriptionDao.getSubscribedUsersToNotify(java.lang.Integer docId, java.lang.Integer parentDocId, java.lang.Integer projectId)
           
 java.util.List<User> UserDao.getUserListByEmailAddress(java.lang.String email, boolean getInactive)
           
 java.util.List<User> UserDao.getUserListByOrgId(java.lang.Integer orgId)
           
 java.util.List<User> UserDao.getUsers()
           
 java.util.List<User> RoleDao.getUsersInRole(java.lang.Integer roleId)
           
 java.util.List<User> UserDao.getUsersInRole(java.lang.Integer roleId)
           
 java.util.List<User> SubscriptionDao.getUsersSubscribedToRevisionItem(java.lang.Integer revisionItemId)
           
 java.util.List<User> SubscriptionDao.getUsersWithImmediateSubscriptionsFromGroup(java.lang.Integer roleId)
           
 java.util.List<User> UserDao.getVisibleUserListByOrgId(java.lang.Integer orgId, boolean getInactive)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type User
 void UserFavoriteDao.addFavorite(User user, java.lang.Integer scope, java.lang.Integer refId)
           
 void UserDao.deleteUser(User user)
           
 java.util.List<SmartFilter> SmartFilterDao.getMostViewedSmartFilters(User user, java.lang.Integer projectId)
           
 java.util.List<java.lang.Integer> MutedSubscriptionDao.getMutedSubscriptionIdsForUser(User subscriberUser)
           
 java.lang.Integer CommentDao.getNumRevisionAndItemComments(java.util.List<java.lang.Integer> revisionIds, CommentType cType, java.util.List<java.lang.Integer> parameters, User user)
           
 java.util.List<java.lang.Integer> CommentDao.getNumRevisionAndItemCommentThreads(java.util.List<java.lang.Integer> revisionIds, CommentType cType, User user, java.lang.Boolean important)
           
 java.util.List<java.lang.Integer> CommentDao.getNumRevisionCommentThreads(java.util.List<java.lang.Integer> revisionIds, CommentType cType, User user, java.lang.Boolean important)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedCommentsForRevisionItems(java.lang.Integer revisionId, java.util.List<java.lang.Integer> revisionItemIds, java.lang.Integer commentId, com.jamasoftware.contour.service.search.PageInfo pageInfo, CommentType cType, java.util.List<java.lang.Integer> parameters, User user, java.lang.Boolean thisRevisionOnly, java.lang.Boolean highlightedCommentsOnly)
          Gets comments for the specified revision items.
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionAndItemComments(java.util.List<java.lang.Integer> revisionIds, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionComments(java.util.List<java.lang.Integer> revisionIds, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user)
           
 com.jamasoftware.contour.service.search.SearchResults<Comment> CommentDao.getPagedRevisionItemComments(java.lang.Integer revisionItemId, java.lang.Integer commentId, com.jamasoftware.contour.service.search.PageInfo pi, CommentType cType, java.util.List<java.lang.Integer> parameters, User user, java.lang.Boolean thisRevisionOnly)
           
 java.util.List<SmartFilter> SmartFilterDao.getRecentlyViewedSmartFilters(User user, java.lang.Integer projectId)
           
 java.util.List<SmartFilter> SmartFilterDao.getSmartFilterList(User user, java.lang.Integer projectId, java.lang.Boolean isHidden)
           
 boolean UserDao.isLicenseChanged(User user)
           
 void UserFavoriteDao.removeFavorite(User user, java.lang.Integer scope, java.lang.Integer refId)
           
 void UserDao.saveUser(User user)
           
 

Uses of User in com.jamasoftware.contour.domain
 

Fields in com.jamasoftware.contour.domain declared as User
protected  User ContourItem.lockedBy
           
 

Methods in com.jamasoftware.contour.domain that return User
 User Document.getAssignedTo()
           
 User Filter.getCurrentUser()
           
 User IntegrationConnection.getDefaultContourUser()
           
 User EventEntry.getEventUser()
           
 User ContourItem.getLockedBy()
           
 User Subscription.getSubscribedBy()
           
 User MutedSubscription.getSubscriber()
           
 User Signature.getUser()
           
 User Email.getUser()
           
 User AclPermission.getUser()
          Deprecated.  
 User Comment.getUser()
           
 User Subscription.getUser()
           
 User User_JobSchedule.getUser()
           
 User UserLogEntry.getUser()
           
 User UserFavorite.getUser()
           
 User User_Organization.getUser()
           
 User UserItemViewHistory.getUser()
           
 User Document.getUser1()
           
 User Document.getUser2()
           
 

Methods in com.jamasoftware.contour.domain that return types with arguments of type User
 java.util.Set<User> DistributionGroup.getUsers()
          Deprecated.  
 java.util.Set<User> Role.getUsers()
           
 java.util.List<User> Comment.getUsersWhoLiked()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type User
 void Document.setAssignedTo(User userId)
           
 void Filter.setCurrentUser(User currentUser)
           
 void IntegrationConnection.setDefaultContourUser(User defaultContourUser)
           
 void EventEntry.setEventUser(User userOfEvent)
           
 void ContourItem.setLockedBy(User lockedBy)
           
 void Subscription.setSubscribedBy(User subscribedBy)
           
 void MutedSubscription.setSubscriber(User subscriber)
           
 void Signature.setUser(User user)
           
 void Email.setUser(User user)
           
 void AclPermission.setUser(User user)
          Deprecated.  
 void Comment.setUser(User user)
           
 void Subscription.setUser(User userId)
           
 void User_JobSchedule.setUser(User user)
           
 void UserLogEntry.setUser(User user)
           
 void UserFavorite.setUser(User user)
           
 void User_Organization.setUser(User fromUser)
           
 void UserItemViewHistory.setUser(User user)
           
 void Document.setUser1(User user1)
           
 void Document.setUser2(User user2)
           
 

Method parameters in com.jamasoftware.contour.domain with type arguments of type User
 void DistributionGroup.setUsers(java.util.Set<User> users)
          Deprecated.  
 void Role.setUsers(java.util.Set<User> users)
           
 void Comment.setUsersWhoLiked(java.util.List<User> usersWhoLiked)
           
 

Constructors in com.jamasoftware.contour.domain with parameters of type User
Comment(java.lang.String commentText, User user, Document document)
           
Comment(java.lang.String commentText, User user, Document document, java.lang.Integer scopeId, java.lang.Integer refId)
           
EventEntry(java.lang.Integer objectType, java.lang.Integer objectId, ContourItem document, User eventUser, java.lang.String action, com.jamasoftware.contour.project.domain.Project project, java.util.Date eventDate, java.lang.Integer eventType, Organization organization, java.lang.String comments)
           
EventEntry(java.lang.Integer objectType, java.lang.Integer objectId, ContourItem document, User eventUser, java.lang.String action, com.jamasoftware.contour.project.domain.Project project, java.util.Date eventDate, java.lang.Integer eventType, Organization organization, java.lang.String comments, java.lang.String userComment, java.lang.Integer parentEventId)
           
UserFavorite(User user, java.lang.Integer scope, java.lang.Integer refId)
           
UserItemViewHistory(User user, java.lang.Integer scope, java.lang.Integer refId, java.lang.Integer timesViewed, java.util.Date lastViewed)
           
 

Uses of User in com.jamasoftware.contour.qa.domain
 

Methods in com.jamasoftware.contour.qa.domain that return User
 User TestSet.getAssignedTo()
           
 User TestRunSet.getAssignedTo()
           
 User TestRun.getAssignedTo()
           
 

Methods in com.jamasoftware.contour.qa.domain with parameters of type User
 void TestSet.setAssignedTo(User assignedTo)
           
 void TestRunSet.setAssignedTo(User assignedTo)
           
 void TestRun.setAssignedTo(User assignedTo)
           
 

Uses of User in com.jamasoftware.contour.review.dao
 

Methods in com.jamasoftware.contour.review.dao that return types with arguments of type User
 java.util.List<User> Revision_UserDao.getUsersInRevision(java.lang.Integer revisionId)
           
 

Uses of User in com.jamasoftware.contour.review.domain
 

Methods in com.jamasoftware.contour.review.domain that return User
 User ReviewNotification.getNotificationFromUser()
           
 User Revision_User.getUser()
           
 

Methods in com.jamasoftware.contour.review.domain that return types with arguments of type User
 java.util.List<User> Review.getAuthors()
           
 

Methods in com.jamasoftware.contour.review.domain with parameters of type User
 void ReviewNotification.setNotificationFromUser(User notificationFromUser)
           
 void Revision_User.setUser(User user)
           
 

Method parameters in com.jamasoftware.contour.review.domain with type arguments of type User
 void Review.setAuthors(java.util.List<User> authors)
           
 

Constructors in com.jamasoftware.contour.review.domain with parameters of type User
ReviewNotification(java.lang.String emailSubject, java.lang.String template, java.util.Map<java.lang.String,java.lang.Object> model, java.lang.Integer userId, User notificationFromUser)
           
Revision_User(Revision revision, User user, java.lang.Boolean isApprover)
           
 

Constructor parameters in com.jamasoftware.contour.review.domain with type arguments of type User
Review(java.lang.String name, java.util.List<User> authors, com.jamasoftware.contour.project.domain.Project project)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.