Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.base.User

Packages that use User
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.event Base events common to all Jive Software products. 
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.community.field.formatter Formatters for profile and document fields. 
com.jivesoftware.community.widget   
com.jivesoftware.community.xmpp XMPP integration classes to integrate XMPP with Clearspace. 
 

Uses of User in com.jivesoftware.base
 

Subinterfaces of User in com.jivesoftware.base
 interface IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
 

Fields in com.jivesoftware.base with type parameters of type User
static com.jivesoftware.community.cache.Cache<java.lang.Long,User> UserManagerFactory.userCache
          A cache for user objects.
 

Methods in com.jivesoftware.base that return User
 User UserManager.createUser(java.lang.String username, java.lang.String password, java.lang.String email)
          Factory method for creating a new User with all required values: a password, email address, and unique username.
 User UserManager.createUser(java.lang.String username, java.lang.String password, java.lang.String name, java.lang.String email, boolean nameVisible, boolean emailVisible, java.util.Map<java.lang.String,java.lang.String> properties)
          Factory method for creating a new User with all required AND optional values.
static User AuthFactory.getSessionUser(javax.servlet.http.HttpServletRequest request)
          Returns the currently logged in user.
 User UserManager.getUser(long userID)
          Returns a User specified by their ID.
 User UserManager.getUser(java.lang.String username)
          Returns the User specified by username.
 User UserManager.getUserFromEmailAddress(java.lang.String email)
          Returns a user object corresponding to the email address given.
 

Methods in com.jivesoftware.base that return types with arguments of type User
 java.lang.Iterable<User> Group.getAdministrators()
          An iterator for all the users that are administrators of the group.
 java.lang.Iterable<User> Group.getMembers()
          An iterator for all the users that are members of the group.
 java.lang.Iterable<User> UserManager.users()
          Returns an iterator for all users in the system.
 java.lang.Iterable<User> UserManager.users(int startIndex, int numResults)
          Returns an iterator for all users starting at startIndex with the given number of results.
 

Methods in com.jivesoftware.base with parameters of type User
 void Group.addAdministrator(User user)
          Grants administrator privileges of the group to a user.
 void Group.addMember(User user)
          Adds a member to the group.
 void UserManager.deleteUser(User user)
          Deletes a user.
 java.lang.Iterable<Group> GroupManager.getUserGroups(User user)
          Returns an iterator for all groups that a user is a member of.
 boolean Group.isAdministrator(User user)
          Returns true if the User has group administrator permissions.
 boolean Group.isMember(User user)
          Returns true if if the User is a member of the group.
static void Log.markDebugLogFile(User user)
           
static void Log.markErrorLogFile(User user)
           
static void Log.markInfoLogFile(User user)
           
static void Log.markWarnLogFile(User user)
           
 void Group.removeAdministrator(User user)
          Revokes administrator privileges of the group to a user.
 void Group.removeMember(User user)
          Removes a member from the group.
 

Uses of User in com.jivesoftware.base.event
 

Methods in com.jivesoftware.base.event that return User
 User UserEvent.getUser()
           
 

Constructors in com.jivesoftware.base.event with parameters of type User
UserEvent(int eventType, User user, java.util.Map<java.lang.String,?> params)
           
 

Uses of User in com.jivesoftware.base.plugin
 

Fields in com.jivesoftware.base.plugin declared as User
protected  User MacroContext.user
           
 

Methods in com.jivesoftware.base.plugin that return User
 User MacroContext.getUser()
          Returns the current user logged in if the user is not a guest, if the user is a guest null will be returned.
 

Constructors in com.jivesoftware.base.plugin with parameters of type User
MacroContext(JiveContext jiveContext, com.jivesoftware.base.plugin.PluginMetaData pluginMetaData, JiveContentObject contentObject, User user)
           
 

Uses of User in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return User
 User DocumentVersion.getAuthor()
          Returns the user that authored the document version.
 User VersionComment.getAuthor()
          Returns the author of the comment.
 User Document.getEditUser()
          Returns the user editing the document, or null if the document is not currently being edited
 User SearchQueryCriteria.getFilteredUser()
          Returns the user that query results are restricted to.
 User Avatar.getOwner()
          Returns user who created this avatar, if the user is null then this is a global avatar
 User PrivateMessageFolder.getOwner()
          Returns the owner of the private message folder.
 User PrivateMessage.getRecipient()
          Returns the user the message was sent to.
 User PrivateMessage.getSender()
          Returns the user the message was sent by, or null if the message was sent by the system.
 User AbuseReport.getUser()
          Gets the user that created this abuse report.
 User Activity.getUser()
          Returns the user who performed the activity, or null if the activity was performed by a guest.
 User Announcement.getUser()
          Returns the User that is the author of the announcemnt.
 User ApprovalStatus.getUser()
          Returns The approval user.
 User BlogPost.getUser()
          Returns the User that authored this post.
 User Comment.getUser()
          Returns the user that authored the comment.
 User Document.getUser()
          Returns the user that authored the document.
 User ForumMessage.getUser()
          Returns the User that authored this message.
 User JiveContentObject.getUser()
          Returns the user who authored of the jive object.
 User Poll.getUser()
          Returns the user who created the poll or null if the poll was created anonymously.
 User Presence.getUser()
          Return the user owning the presence.
 User ProfileSearchResult.getUser()
          Gets the user that this search result represents.
 User Question.getUser()
          Returns the user that created the question.
 User Roster.getUser()
          Returns the user that this roster belongs to.
 User SearchQuery.getUser()
          Returns the user that is executing the search.
 User Watch.getUser()
          Returns the user who is associated with this watch.
 

Methods in com.jivesoftware.community that return types with arguments of type User
 JiveIterator<User> Document.getApprovers()
          Returns all of the users that must approve this document before it reaches a PUBLISHED state when it is in a PENDING_APPROVAL state.
 JiveIterator<User> Document.getAuthors()
          Returns the Users who are allowed to edit the document.
 java.util.Collection<User> Community.getDocumentApprovers()
          Returns all of the users that must approve new documents before they reach a PUBLISHED state when it is in a PENDING_APPROVAL state.
 java.lang.Iterable<User> StatusLevelManager.getLeaders()
          Returns an Iterable of system wide leaders.
 java.lang.Iterable<User> StatusLevelManager.getLeaders(Community community)
          Returns an Iterable of leaders for a specific community
 java.lang.Iterable<User> StatusLevelManager.getLeaders(Community community, int startIndex, int numResults)
          Returns an Iterable of leaders for a specific community
 java.lang.Iterable<User> StatusLevelManager.getLeaders(int startIndex, int numResults)
          Returns an Iterable of system wide leaders.
 java.util.Iterator<User> PresenceManager.getOnlineUsers()
          Returns an iterator of users who are currently online.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(boolean ascending, int sortField)
          Returns an iterator of users sorted in the manner requested who are currently online.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(boolean ascending, int sortField, int numResults)
          Returns an iterator of users who are currently online matching the criteria given.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(boolean ascending, int sortField, int start, int numResults)
          Returns an iterator of users who are currently online matching the criteria given.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(Group group)
          Returns an iterator of users in the group who are currently online.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(Group group, boolean ascending, int sortField)
          Returns an iterator of users sorted in the manner requested who are currently online.
 java.util.Iterator<User> PresenceManager.getOnlineUsers(Group group, boolean ascending, int sortField, int numResults)
          Returns an iterator of users who are currently online matching the criteria given.
 JiveIterator<User> Document.getReviewers()
          Returns the Users who are intended to review the document.
 java.lang.Iterable<User> Blog.getUsers()
          Return all the users given permission to post to this blog.
 java.lang.Iterable<User> Roster.getUsers()
          Returns an iterator of users in this roster.
 java.lang.Iterable<User> Poll.getUserVotes()
          Returns an Iterator of User objects for users who have voted for any options in the poll.
 java.lang.Iterable<User> Poll.getUserVotes(int index)
          Returns an Iterator of User objects for users who have voted for the option at the given index.
 java.lang.Iterable<User> WatchManager.getWatchUsers(int objectType, long objectID, int watchType)
          Returns all the users watching a specific objectType, objectID, and watchType.
 

Methods in com.jivesoftware.community with parameters of type User
static void AvatarManagerFactory.addActiveAvatarToCache(Avatar avatar, User user)
          Adds an avatar to the active avatar caches for a specific user
 void Document.addApprover(User user)
          Adds a user as a document approver for this document.
 void Document.addAuthor(User author)
          Adds the supplied User as an author of this document.
 void Community.addDocumentApprover(User user)
          Add the user as a document approver for this entire community.
 void StatusLevelManager.addPoints(User user, Community community, JiveObject object, long points, java.lang.String code)
          Rewards points to a user.
 void RatingManager.addRating(User user, JiveObject contentObject, Rating rating)
          Add a rating to the JiveContentObject.
 void Document.addReviewer(User reviewer)
          Adds the supplied User as a reviewer of this document.
 void ProfileSearchManager.addToIndex(User user)
          Adds an individual user to the index.
 void Blog.addUser(User user)
          Gives a user permission to post to this blog.
 void Roster.addUser(User user)
          Add a user to the roster.
 void PermissionsManager.addUserPermission(User user, PermissionType permissionType, long permission)
          Add a permission of the specified PermissionType for the specified user.
 void Poll.addUserVote(int index, User user)
          Add a user vote for an option in the poll.
 void Document.approve(User user)
          Marks this document as being approved by the specified user.
 boolean RatingManager.canRate(User user, JiveObject contentObject)
          Returns whether the user can rate the JiveContentObject or not.
 void Poll.changeUserVote(int prevOptionIndex, int newOptionIndex, User user)
          Change a user vote.
 Announcement AnnouncementManager.createAnnouncement(User user)
          Creates a new system announcement.
 Announcement AnnouncementManager.createAnnouncement(User user, Community community)
          Creates a new community announcement.
 Avatar AvatarManager.createAvatar(User owner, java.lang.String name, java.lang.String contentType, java.io.InputStream in)
          Creates a new avatar for a user allowing the user to specify an inputstream for the image.
 Blog BlogManager.createBlog(User user)
          Creates a new blog.
 BlogPost Blog.createBlogPost(User user)
          Creates a new blog post.
 Comment CommentManager.createComment(JiveObject contentObject, User user, java.lang.String body)
          Create a new comment.
 Document DocumentManager.createDocument(User user, DocumentType documentType, java.lang.String documentID, java.lang.String title, java.lang.String body)
          Create a new document.
 PrivateMessageFolder PrivateMessageManager.createFolder(User user, java.lang.String name)
          Creates a new folder.
 ForumMessage Community.createMessage(User user)
          Factory method to create a message as the specified user.
 PrivateMessage PrivateMessageManager.createMessage(User sender)
          Creates a new private message.
 Poll PollManager.createPoll(int objectType, long objectID, User user, java.lang.String name)
          Create a new Poll.
 Presence PresenceManager.createPresence(User user, java.lang.String uid, java.lang.String IPAddress)
          Create a presence for a user.
 VersionComment DocumentVersion.createVersionComment(User author, java.lang.String comment)
          Creates a new version comment.
 Watch WatchManager.createWatch(User user, JiveObject jiveObject)
          Create a watch on a jive object for the specified user.
 void WatchManager.deleteSettings(User user)
          Delete the watch settings for a user
 void WatchManager.deleteWatches(User user)
          Deletes all watches that a user has.
 void SearchQueryCriteria.filterOnUser(User user)
          Restricts the query results to content objects created by a specified user.
 java.lang.String DocumentFieldFormatter.format(java.lang.String value, User user)
          Format a document field for display to the end user with the given AuthToken.
 java.util.List<AbuseReport> AbuseManager.getAbuseReports(User user)
          Gets a list of open abuse reports from a particular user
 Avatar AvatarManager.getActiveAvatar(User user)
          Returns an avatar for a user, else the SystemDefaultAvatar if the user does not have an active avatar specified.
 java.util.Map<java.lang.Long,java.lang.Long> StatusLevelCalculator.getAllPointLevels(User user)
          Returns the status level points for a user for all communities the user has points in
 java.util.Map<Community,java.lang.Long> StatusLevelManager.getAllPointLevels(User user)
          Returns a map of community -> status level points for all the communities the user has points in.
<A extends JiveObject>
java.lang.Iterable<A>
WatchManager.getAllWatches(User user)
          Returns an iterable for all objects that a user is watching.
<A extends JiveObject>
java.lang.Iterable<A>
WatchManager.getAllWatches(User user, int objectType)
          Returns an iterable for all objects of a particular type that a user is watching.
 int AvatarManager.getAvatarCount(User user)
          Used to acquire a count of all the avatars for a specific user
 JiveIterator<Avatar> AvatarManager.getAvatars(User user)
          Returns a collection of avatars for a user
 JiveIterator<Blog> BlogManager.getBlogs(User user)
          Returns all blogs which are associated with the given user.
 int BlogManager.getBlogsCount(User user)
          Returns the count of all blogs which are associated with the given user.
 PrivateMessageFolder PrivateMessageManager.getFolder(User user, long folderID)
          Returns the specified folder for a user.
 int PrivateMessageManager.getFolderCount(User user)
          Returns the total number of folders the user has.
 JiveIterator<PrivateMessageFolder> PrivateMessageManager.getFolders(User user)
          Returns an Iterable of PrivateMessageFolder objects for the folders the user has.
 java.util.Locale LocaleManager.getLocale(Community community, User user, javax.servlet.http.HttpServletRequest req)
          Returns a Locale object for the specified entity, if one exists.
 int PrivateMessageManager.getMessageCount(User user)
          Returns the total number of private messages a user has in their mailbox.
 long StatusLevelManager.getPointLevel(User user)
          Returns the point level for a user system wide.
 long StatusLevelCalculator.getPointLevel(User user, Community community)
          Returns the status level points for a user in regards to a specific community
 long StatusLevelManager.getPointLevel(User user, Community community)
          Returns the status level points for a user in regards to a specific community
 Presence PresenceManager.getPresence(User user)
          Returns the presence for the user, or null if the user isn't online.
 java.util.Map<java.lang.Long,com.jivesoftware.community.UserProfile> ProfileManager.getProfile(User user)
          Gets a map of user profile values for a particular user mapped to their corresponding ProfileField id.
 java.io.InputStream ProfileManager.getProfileImage(User user)
           
 Rating RatingManager.getRating(User user, JiveObject contentObject)
          Returns the rating associated with the user, or null if this user hasn't rated the JiveContentObject.
 int ReadTracker.getReadStatus(User user, ForumMessage message)
          Returns the read status on the specified message.
 int ReadTracker.getReadStatus(User user, ForumThread thread)
          Returns the read status on the specified thread.
 Roster PresenceManager.getRoster(User user)
          Returns the user's roster.
 JiveIterator<SearchQuery> SearchQueryLogger.getSearchQueries(User user)
          Returns an Iterable consisting of all the SearchQuery's that the specified user has made.
 int SearchQueryLogger.getSearchQueryCount(User user)
          Returns a count of all the queries that the user has made.
 com.jivesoftware.community.impl.dao.WatchSettingsBean WatchManager.getSettings(User user)
          Retrieve a watch settings for the given user
 StatusLevel StatusLevelManager.getStatusLevel(User user)
          Returns the system wide status level for specific user, will return null if there is no status level for this user.
 StatusLevel StatusLevelManager.getStatusLevel(User user, Community community)
          Returns the status level for a user in a specific community. if a status level cannot be determined for this user in this community null will be returned.
 int WatchManager.getTotalWatchCount(User user)
          Returns a count of all watches that a user has for all types.
 int WatchManager.getTotalWatchCount(User user, int objectType)
          Returns a count of all watches that a user has of a particular type.
 int PrivateMessageManager.getUnreadMessageCount(User user)
          Returns the total number of unread private messages a user has in their mailbox.
 int ReadTracker.getUnreadMessageCount(User user, Community community)
          Returns the count of unread messages that the user has in the community.
 JiveIterator<ForumMessage> ReadTracker.getUnreadMessages(User user, Community community)
          Returns an iterable for the unread messages in the community.
 int ReadTracker.getUnreadThreadCount(User user, Community community)
          Returns the count of unread threads that the user has in the community.
 JiveIterator<ForumThread> ReadTracker.getUnreadThreads(User user, Community community)
          Returns an iterable for the unread threads in the community.
 int DocumentManager.getUserApprovalDocumentCount(User user)
          Returns a count of all documents that a user needs to approve.
 JiveIterator<Document> DocumentManager.getUserApprovalDocuments(User user)
          Returns all documents that a user needs to approve.
 int CommentManager.getUserContentCommentCount(User user)
          Returns a count of all the comments in all content which has been authored by the supplied user.
 int CommentManager.getUserContentCommentCount(User user, com.jivesoftware.community.UserContentCommentResultFilter resultFilter)
          Returns a count of all the comments in all content which has been authored by the supplied user that match the criteria specified by the ResultFilter.
 JiveIterator<Comment> CommentManager.getUserContentComments(User user)
          Returns a JiveIterator for all the comments in all content which has been authored by the supplied user.
 JiveIterator<Comment> CommentManager.getUserContentComments(User user, com.jivesoftware.community.UserContentCommentResultFilter resultFilter)
          Returns a JiveIterator for all the comments in all content which has been authored by the supplied user that match the criteria specified by the ResultFilter.
 int DocumentManager.getUserDocumentCount(User user, DocumentState[] states)
          Returns a count of all documents in the supplied DocumentStates a user is an author of.
 JiveIterator<Document> DocumentManager.getUserDocuments(User user, DocumentState[] states)
          Returns all documents in the supplied DocumentStates for the supplied user.
 int ForumManager.getUserMessageCount(User user)
          Returns the total number of messages a user has posted in all communities.
 int ForumManager.getUserMessageCount(User user, ThreadResultFilter resultFilter)
          Returns the total number of messages a user has posted in all communities that obey the parameters set by the specificed ResultFilter.
 JiveIterator<ForumMessage> ForumManager.getUserMessages(User user)
          Returns an iterable for all messages posted by a user.
 JiveIterator<ForumMessage> ForumManager.getUserMessages(User user, ThreadResultFilter resultFilter)
          Returns an iterable for all messages posted by a user that obey the parameters set by the specified ResultFilter.
 java.util.List<java.lang.Integer> Poll.getUserVotes(User user)
          Returns a list of option indexes corresponding to the user votes, or an empty array if the user has not voted.
 Watch WatchManager.getWatch(User user, JiveObject jiveObject)
          Returns a watch on a particular JiveObject, or null if there isn't a watch.
 int WatchManager.getWatchCount(User user, Community community)
          Return the count of all forum watches in a particular community for the given user.
 JiveIterator<JiveObject> WatchManager.getWatches(User user, Community community)
          Returns an Iterable for all the Community objects a user is watching in a community.
 java.util.List<Watch> WatchManager.getWatchList(User user, int objectType)
          Returns an array of Watch objects for a particular object type that the given user is watching.
 boolean BlogManager.hasBlog(User user)
          Returns true if the given user has one or more blogs, false if the user does not have a blog.
 boolean RatingManager.hasRated(User user, JiveObject contentObject)
          Returns whether the user has rated the JiveContentObject or not.
 boolean AbuseManager.hasUserReportedAbuse(ForumMessage message, User user)
          Checks if a user has already reported abuse for a particular message.
 boolean Poll.hasUserVoted(User user)
          Returns true if the user specified has previously voted in the poll, false otherwise.
 boolean PresenceManager.isOnline(User user)
          Returns whether the user is currently online or not.
 boolean Community.isRead(User user)
          Returns true if this community has been read by the user, false otherwise.
 boolean ForumMessage.isRead(User user)
          Returns true if this message has been read by the user, false otherwise.
 boolean ForumThread.isRead(User user)
          Returns true if this thread has been read by the user, false otherwise.
 boolean Roster.isRosterMember(User user)
          Returns true if the specified user is a member of the roster, false otherwise.
 boolean Community.isUnread(User user)
          Returns true if this community has not been read by the user, false otherwise.
 boolean ForumMessage.isUnread(User user)
          Returns true if this message has not been read by the user, false otherwise.
 boolean ForumThread.isUnread(User user)
          Returns true if this thread has not been read by the user, false otherwise.
 boolean Community.isUpdated(User user)
          Returns true if this community has been updated since read by the user, false otherwise.
 boolean ForumMessage.isUpdated(User user)
          Returns true if this message has been updated since read by the user, false otherwise.
 boolean ForumThread.isUpdated(User user)
          Returns true if this thread has been updated since read by the user, false otherwise.
 boolean VersionManager.isVersionViewable(int versionID, User viewer)
          Returns true if the supplied User can view the version indicated by the supplied version number.
 boolean WatchManager.isWatched(User user, JiveObject jiveObject)
          Returns true if the user is watching the specified jive object.
 long SearchQuery.logQuery(User user)
          Logs the query for later statistical analysis.
 void RegistrationManager.markAccountForValidation(User user)
          Marks the user account for validation and sends a validation request to the user.
 void ReadTracker.markRead(User user, Community community)
          Marks an entire community as read up until the current instant in time.
 void ReadTracker.markRead(User user, ForumMessage message)
          Marks an individual message as read.
 void Document.reject(User user)
          Marks this document as being rejected by the specified user.
 void Document.removeApprover(User user)
          Removes the user as a document approver on this document.
 void Document.removeAuthor(User author)
          Removes the supplied User as an author of this document.
 void Community.removeDocumentApprover(User user)
          Remove this user as a document approver for this community.
 void ProfileSearchManager.removeFromIndex(User user)
          Removes an individual user from the index.
 void RatingManager.removeRating(User user, JiveObject contentObject)
          Removes a rating to the JiveContentObject.
 void Document.removeReviewer(User reviewer)
          Removes the supplied User as a reviewer of this document.
 void Blog.removeUser(User user)
          Removes a user from having permission to post to this blog.
 void Roster.removeUser(User user)
          Remove a user from the roster.
 void Blog.removeUser(User user, boolean deletePosts)
          Removes a user from having permission to post to this blog and optionally deletes posts by this user.
 void PermissionsManager.removeUserPermission(User user, PermissionType permissionType, long permission)
          Removes a permission of the specified PermissionType for the specified user.
 void Poll.removeUserVote(int prevOptionIndex, User user)
          Remove a user vote.
 void WatchManager.saveSettings(User user, com.jivesoftware.community.impl.dao.WatchSettingsBean settings)
          Save the watch settings for a user
 void PrivateMessageManager.sendMessage(PrivateMessage privateMessage, User recipient, boolean copyToSentFolder)
          Sends a private message to another user.
 void RegistrationManager.sendWelcomeEmail(User user)
          Sends a welcome email to the given user.
 void AvatarManager.setActiveAvatar(User user, Avatar avatar)
          Used to make a user use a global avatar, to set no active avatar pass null for the avatar value.
 void DocumentVersion.setAuthor(User author)
          Returns the user that authored the document version.
 void ProfileManager.setProfile(User user, java.util.List<com.jivesoftware.community.UserProfile> profile)
          Sets a list of profile values for a particular user.
 void ProfileManager.setProfileImage(User user, java.lang.String mimeType, java.io.InputStream in)
           
 void AbuseReport.setUser(User user)
          Sets the user that created this abuse report.
 void Document.setUser(User user)
          Returns the user that authored the document.
 void ProfileSearchResult.setUser(User user)
          Set the user that this search result represents.
 void Document.startEdit(User user)
          Sets the editing user for the document.
 void Document.stopEdit(User user)
          Set the user as no longer editing the document.
 java.util.Map<DocumentField,java.lang.String> DocumentTypeValidator.validate(java.util.Map<java.lang.String,?> fieldValueMap, User user)
          Performs cross field validation on user supplied input.
 java.lang.String DocumentFieldValidator.validate(java.lang.String value, User user)
          Performs field validation on user supplied input.
 

Constructors in com.jivesoftware.community with parameters of type User
ApprovalStatus(User user, boolean approved, boolean rejected, java.util.Date approvedDate)
          Creates a new approval status object.
ProfileSearchResult(User user, org.apache.lucene.document.Document document, float score, long points)
           
 

Uses of User in com.jivesoftware.community.action
 

Fields in com.jivesoftware.community.action declared as User
protected  User JiveActionSupport.user
           
 

Methods in com.jivesoftware.community.action that return User
 User JiveActionSupport.getUser()
           
 

Methods in com.jivesoftware.community.action with parameters of type User
 org.xmpp.packet.Presence JiveActionSupport.getPresence(User user)
           
 void JiveActionSupport.setUser(User user)
           
 

Uses of User in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return User
 User ProfileEvent.getUser()
           
 

Constructors in com.jivesoftware.community.event with parameters of type User
ProfileEvent(int eventType, User user)
           
 

Uses of User in com.jivesoftware.community.field.formatter
 

Methods in com.jivesoftware.community.field.formatter with parameters of type User
 java.lang.String ProfileFieldFormatter.format(java.lang.String value, User user)
          Format a profile field for display to the end user with the given AuthToken.
 

Uses of User in com.jivesoftware.community.widget
 

Methods in com.jivesoftware.community.widget that return User
 User WidgetContext.getUser()
          Gets the current page user, or null if annonymous
 

Constructors in com.jivesoftware.community.widget with parameters of type User
WidgetContext(JiveContext jiveContext, User user, AuthToken authToken, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates a WidgetContext with all the necessary information for a widget author to render their widget.
WidgetContext(JiveContext jiveContext, User user, AuthToken authToken, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Community community)
          Creates a WidgetContext with all the necessary information for a widget author to render their widget, as well as the parent community of the widget.
 

Uses of User in com.jivesoftware.community.xmpp
 

Methods in com.jivesoftware.community.xmpp that return User
 User IMManager.getUserForJID(org.xmpp.packet.JID jid)
           
 

Methods in com.jivesoftware.community.xmpp with parameters of type User
 org.xmpp.packet.JID IMManager.getJIDForUser(User user)
           
 org.xmpp.packet.Presence IMManager.getPresence(User user)
          Returns the presence info for a User, or null if is unavailable (offline) or if no presence information is available.
 void IMManager.setJIDNodeForUser(User user, java.lang.String node)
           
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.