|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Classes in com.jivesoftware.base that implement User | |
---|---|
class |
MockUser
A mock implementation of the User interface - developers should subclass this class to provide more functionality in their test cases. |
class |
UserProxy
Protection proxy 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 |
UserManagerAdapter.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
|
User |
UserManagerProxy.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
|
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 properties)
Factory method for creating a new User with all required AND optional values. |
User |
UserManagerAdapter.createUser(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email,
boolean nameVisible,
boolean emailVisible,
java.util.Map properties)
|
User |
UserManagerProxy.createUser(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email,
boolean nameVisible,
boolean emailVisible,
java.util.Map properties)
|
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 |
PresenceProxy.getUser()
|
User |
Roster.getUser()
Returns the user that this roster belongs to. |
User |
RosterProxy.getUser()
|
User |
UserManager.getUser(long userID)
Returns a User specified by their ID. |
User |
UserManagerAdapter.getUser(long userID)
Implementation that checks cache, if empty calls lookupUser(User) |
User |
UserManagerProxy.getUser(long userID)
|
User |
UserManager.getUser(java.lang.String username)
Returns the User specified by username. |
User |
UserManagerAdapter.getUser(java.lang.String username)
Implementation that calls getUser(getUserID(username)). |
User |
UserManagerProxy.getUser(java.lang.String username)
|
User |
AdvancedUserManager.getUserFromEmailAddress(java.lang.String email)
Returns a user object corresponding to the email address given. |
protected abstract User |
UserManagerAdapter.lookupUser(long userID)
Returns a User with a given user ID. |
protected abstract User |
UserManagerAdapter.lookupUser(java.lang.String username)
Returns a User with a given username. |
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 |
GroupAdapter.addAdministrator(User user)
|
void |
GroupProxy.addAdministrator(User user)
|
void |
MockGroup.addAdministrator(User user)
|
void |
Group.addMember(User user)
Adds a member to the group. |
void |
GroupAdapter.addMember(User user)
|
void |
GroupProxy.addMember(User user)
|
void |
MockGroup.addMember(User user)
|
void |
Roster.addUser(User user)
Add a user to the roster. |
void |
RosterProxy.addUser(User user)
|
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 |
Poll.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
Change a user vote. |
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. |
Presence |
PresenceManagerProxy.createPresence(User user,
java.lang.String uid,
java.lang.String IPAddress)
|
void |
UserManager.deleteUser(User user)
Deletes a user. |
void |
UserManagerAdapter.deleteUser(User user)
|
void |
UserManagerProxy.deleteUser(User user)
|
LongList |
GroupManager.getGroupIDs(User user)
Returns a list of group ids for all the groups that the user is a member of. |
LongList |
GroupManagerAdapter.getGroupIDs(User user)
|
LongList |
GroupManagerProxy.getGroupIDs(User user)
|
java.util.Locale |
LocaleManager.getLocale(EntityDescriptor entityDescriptor,
User user,
javax.servlet.http.HttpServletRequest req)
Returns a Locale object for the specified entity, if one exists. |
Presence |
PresenceManager.getPresence(User user)
Returns the presence for the user, or null if the user isn't online. |
Presence |
PresenceManagerProxy.getPresence(User user)
|
Roster |
PresenceManager.getRoster(User user)
Returns the user's roster. |
Roster |
PresenceManagerProxy.getRoster(User user)
|
java.util.Iterator |
GroupManager.getUserGroups(User user)
Returns an iterator for all groups that a user is a member of. |
java.util.Iterator |
GroupManagerAdapter.getUserGroups(User user)
|
java.util.Iterator |
GroupManagerProxy.getUserGroups(User user)
|
java.util.List |
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. |
boolean |
Poll.hasUserVoted(User user)
Returns true if the user specified has previously voted in the poll, false otherwise. |
boolean |
Group.isAdministrator(User user)
Returns true if the User has group administrator permissions. |
boolean |
GroupAdapter.isAdministrator(User user)
|
boolean |
GroupProxy.isAdministrator(User user)
|
boolean |
MockGroup.isAdministrator(User user)
|
boolean |
Group.isMember(User user)
Returns true if if the User is a member of the group. |
boolean |
GroupProxy.isMember(User user)
|
boolean |
MockGroup.isMember(User user)
|
boolean |
PresenceManager.isOnline(User user)
Returns whether the user is currently online or not. |
boolean |
PresenceManagerProxy.isOnline(User user)
|
boolean |
Roster.isRosterMember(User user)
Returns true if the specified user is a member of the roster, false otherwise. |
boolean |
RosterProxy.isRosterMember(User user)
|
protected abstract long[] |
GroupManagerAdapter.lookupGroupsForUser(User user)
|
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 |
GroupAdapter.removeAdministrator(User user)
|
void |
GroupProxy.removeAdministrator(User user)
|
void |
MockGroup.removeAdministrator(User user)
|
void |
Group.removeMember(User user)
Removes a member from the group. |
void |
GroupAdapter.removeMember(User user)
|
void |
GroupProxy.removeMember(User user)
|
void |
MockGroup.removeMember(User user)
|
void |
Roster.removeUser(User user)
Remove a user from the roster. |
void |
RosterProxy.removeUser(User 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. |
Constructors in com.jivesoftware.base with parameters of type User | |
---|---|
UserProxy(User user,
AuthToken authToken,
Permissions permissions)
Create a new UserProxy. |
Uses of User in com.jivesoftware.base.action |
---|
Fields in com.jivesoftware.base.action declared as User | |
---|---|
protected User |
JiveActionSupport.pageUser
|
Methods in com.jivesoftware.base.action that return User | |
---|---|
abstract User |
JiveActionSupport.getPageUser()
Returns the current page user's User object, or null if the user is a guest. |
User |
LogoutAction.getPageUser()
|
Methods in com.jivesoftware.base.action with parameters of type User | |
---|---|
protected void |
JiveActionSupport.setPageUser(User pageUser)
Sets the page user to be used. |
void |
JiveActionSupport.setUser(User user)
|
void |
UserAware.setUser(User user)
|
Uses of User in com.jivesoftware.base.action.rss |
---|
Methods in com.jivesoftware.base.action.rss that return User | |
---|---|
User |
RSSActionSupport.getPageUser()
Returns null always -- subclasses should override this is they wish to provide access to the page user. |
Uses of User in com.jivesoftware.base.action.util |
---|
Methods in com.jivesoftware.base.action.util that return User | |
---|---|
User |
RedirectAction.getUser()
|
Methods in com.jivesoftware.base.action.util with parameters of type User | |
---|---|
void |
RedirectAction.setUser(User user)
|
Constructors in com.jivesoftware.base.action.util with parameters of type User | |
---|---|
DateUtils(javax.servlet.http.HttpServletRequest request,
User user)
|
Uses of User in com.jivesoftware.base.ban |
---|
Methods in com.jivesoftware.base.ban that return User | |
---|---|
User |
Ban.getAdmin()
|
User |
Ban.getBannedUser()
|
Methods in com.jivesoftware.base.ban with parameters of type User | |
---|---|
void |
Ban.setAdmin(User admin)
|
void |
Ban.setBannedUser(User bannedUser)
|
void |
DateRangeBean.setPageUser(User pageUser)
|
Constructors in com.jivesoftware.base.ban with parameters of type User | |
---|---|
Ban(java.lang.String ipAddress,
User admin,
int banLevel,
java.util.Date expirationDate,
java.lang.String comment)
|
|
Ban(User bannedUser,
User admin,
int banLevel,
java.util.Date expirationDate,
java.lang.String comment)
|
|
DateRangeBean.RangeOption(RelativeDateRange dateRange,
java.util.Date now,
User pageUser)
|
Uses of User in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement User | |
---|---|
class |
DbUser
Database implementation of the User interface. |
Methods in com.jivesoftware.base.database that return User | |
---|---|
User |
DbUserManager.createUser(long id,
java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email,
boolean nameVisible,
boolean emailVisible,
java.util.Map properties)
This method is only designed to be used for mass importing users via the xml export/import utility. |
User |
DbUserManager.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
|
User |
DbUserManager.createUser(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email,
boolean nameVisible,
boolean emailVisible,
java.util.Map properties)
|
User |
DbPoll.getUser()
|
User |
DbPresence.getUser()
|
User |
DbRoster.getUser()
|
User |
DbUserManager.getUserFromEmailAddress(java.lang.String email)
|
protected User |
DbUserManager.lookupUser(long userID)
|
protected User |
DbUserManager.lookupUser(java.lang.String username)
|
Methods in com.jivesoftware.base.database with parameters of type User | |
---|---|
void |
DbGroup.addAdministrator(User user)
|
void |
DbGroup.addMember(User user)
|
void |
DbRoster.addUser(User user)
|
void |
DbPermissionsManager.addUserPermission(int objectType,
long objectID,
User user,
PermissionType permissionType,
long permission)
|
void |
DbPermissionsManager.addUserPermission(User user,
PermissionType permissionType,
long permission)
|
void |
DbPoll.addUserVote(int optionIndex,
User user)
|
void |
DbPoll.addUserVote(int optionIndex,
User user,
java.util.Date voteDate)
|
void |
DbPoll.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
|
Poll |
DbPollManager.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
|
Presence |
DbPresenceManager.createPresence(User user,
java.lang.String uid,
java.lang.String IPAddress)
|
void |
DbUserManager.deleteUser(User user)
|
Presence |
DbPresenceManager.getPresence(User user)
|
Roster |
DbPresenceManager.getRoster(User user)
|
java.util.List |
DbPoll.getUserVotes(User user)
|
boolean |
DbPoll.hasUserVoted(User user)
|
boolean |
DbGroup.isAdministrator(User user)
|
boolean |
DbGroup.isMember(User user)
|
boolean |
DbPresenceManager.isOnline(User user)
|
boolean |
DbRoster.isRosterMember(User user)
|
protected long[] |
DbGroupManager.lookupGroupsForUser(User user)
|
void |
DbGroup.removeAdministrator(User user)
|
void |
DbGroup.removeMember(User user)
|
void |
DbRoster.removeUser(User user)
|
void |
DbPermissionsManager.removeUserPermission(int objectType,
long objectID,
User user,
PermissionType permissionType,
long permission)
|
void |
DbPermissionsManager.removeUserPermission(User user,
PermissionType permissionType,
long permission)
|
void |
DbPoll.removeUserVote(int prevOptionIndex,
User user)
|
Constructors in com.jivesoftware.base.database with parameters of type User | |
---|---|
DbPoll(int objectType,
long objectID,
User user,
java.lang.String name)
Create a new poll. |
|
DbPresence(User user,
java.lang.String uid,
java.lang.String IP)
|
|
DbRoster(User user)
|
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 params)
|
Uses of User in com.jivesoftware.base.ext |
---|
Classes in com.jivesoftware.base.ext that implement User | |
---|---|
class |
SimpleUserAdapter
An abstract adapter class to aid in creating custom user implementations. |
Uses of User in com.jivesoftware.base.ldap |
---|
Classes in com.jivesoftware.base.ldap that implement User | |
---|---|
class |
LdapUser
LDAP implementation of the User interface. |
Methods in com.jivesoftware.base.ldap that return User | |
---|---|
User |
LdapUserManager.createUser(java.lang.String username,
java.lang.String password,
java.lang.String email)
|
User |
LdapUserManager.createUser(java.lang.String username,
java.lang.String password,
java.lang.String name,
java.lang.String email,
boolean nameVisible,
boolean emailVisible,
java.util.Map properties)
|
User |
LdapUserManager.getUser(long userID)
|
User |
LdapUserManager.getUser(java.lang.String username)
|
User |
LdapUserManager.getUserFromEmailAddress(java.lang.String email)
|
Methods in com.jivesoftware.base.ldap with parameters of type User | |
---|---|
void |
LdapGroup.addAdministrator(User user)
|
void |
LdapSearchGroup.addAdministrator(User user)
|
void |
LdapGroup.addMember(User user)
|
void |
LdapSearchGroup.addMember(User user)
|
void |
LdapUserManager.deleteUser(User user)
|
LongList |
LdapGroupManager.getGroupIDs(User user)
|
LongList |
LdapSearchGroupManager.getGroupIDs(User user)
|
java.util.Iterator |
LdapGroupManager.getUserGroups(User user)
|
java.util.Iterator |
LdapSearchGroupManager.getUserGroups(User user)
|
boolean |
LdapGroup.isAdministrator(User user)
|
boolean |
LdapSearchGroup.isAdministrator(User user)
|
boolean |
LdapGroup.isMember(User user)
|
boolean |
LdapSearchGroup.isMember(User user)
|
void |
LdapGroup.removeAdministrator(User user)
|
void |
LdapSearchGroup.removeAdministrator(User user)
|
void |
LdapGroup.removeMember(User user)
|
void |
LdapSearchGroup.removeMember(User user)
|
Uses of User in com.jivesoftware.base.registration |
---|
Methods in com.jivesoftware.base.registration with parameters of type User | |
---|---|
void |
RegistrationManager.markAccountForValidation(User user)
Marks the user account for validation and sends a validation request to the user. |
void |
RegistrationManagerImpl.markAccountForValidation(User user)
|
Uses of User in com.jivesoftware.base.stats |
---|
Methods in com.jivesoftware.base.stats that return User | |
---|---|
User |
ReadStat.getUser()
Returns the user who read the object, or null if the user was a Guest. |
Constructors in com.jivesoftware.base.stats with parameters of type User | |
---|---|
ReadStat(User user,
int objectType,
long objectID,
ReadStatSession session)
Creates a new ReadStat. |
Uses of User in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return User | |
---|---|
User |
Query.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 |
Announcement.getUser()
Returns the User that is the author of the announcemnt. |
User |
ForumMessage.getUser()
Returns the User that authored this message. |
User |
JiveContentObject.getUser()
Returns the user who authored of the jive object. |
User |
Query.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.forum 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 |
RewardManager.addBankPoints(User user,
int numPoints)
Allows administrators to add or substract an arbitrary number of reward points from a user's point bank. |
void |
RatingManager.addRating(User user,
ForumMessage message,
Rating rating)
Add a rating to the forum message. |
void |
RatingManager.addRating(User user,
ForumThread thread,
Rating rating)
Add a rating to the forum thread. |
Announcement |
AnnouncementManager.createAnnouncement(User user)
Creates a new system announcement. |
Announcement |
AnnouncementManager.createAnnouncement(User user,
Forum forum)
Creates a new forum announcement. |
Announcement |
AnnouncementManager.createAnnouncement(User user,
ForumCategory category)
Creates a new category 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. |
PrivateMessageFolder |
PrivateMessageManager.createFolder(User user,
java.lang.String name)
Creates a new folder. |
ForumMessage |
Forum.createMessage(User user)
Factory method to create a message as the specified user. |
PrivateMessage |
PrivateMessageManager.createMessage(User sender)
Creates a new private message. |
Watch |
WatchManager.createWatch(User user,
Forum forum)
Create a watch on a forum for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumCategory category)
Create a watch on a category for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumThread thread)
Create a watch on a thread for the specified user. |
Watch |
WatchManager.createWatch(User user,
User watchedUser)
Create a watch on a user for the specified user. |
void |
WatchManager.deleteWatches(User user)
Deletes all watches that a user has. |
void |
Query.filterOnUser(User user)
Restricts the query results to messages posted by a specified user. |
Avatar |
AvatarManager.getActiveAvatar(User user)
Returns an avatar for a user, else null if no avatar exists for this user |
java.util.Iterator |
WatchManager.getAllWatches(User user,
int objectType)
Returns an iterator 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 |
java.util.Iterator |
AvatarManager.getAvatars(User user)
Returns a collection of avatars for a user |
int |
RewardManager.getBankPoints(User user)
Returns the current number of reward points a user has. |
PrivateMessageFolder |
PrivateMessageManager.getFolder(User user,
int folderID)
Returns the specified folder for a user. |
int |
PrivateMessageManager.getFolderCount(User user)
Returns the total number of folders the user has. |
java.util.Iterator |
PrivateMessageManager.getFolders(User user)
Returns an Iterator of PrivateMessageFolder objects for the folders the user has. |
java.util.Locale |
ForumLocaleManager.getLocale(EntityDescriptor entityDescriptor,
User user,
javax.servlet.http.HttpServletRequest req)
|
int |
PrivateMessageManager.getMessageCount(User user)
Returns the total number of private messages a user has in their mailbox. |
java.util.Iterator |
RewardManager.getPendingRewardThreads(User user)
Returns the threads (ordered by modified date) that the user has assigned points to that haven't been fully rewarded out yet. |
int |
RewardManager.getPendingRewardThreadsCount(User user)
Returns a count of the threads that the user has assigned points to that haven't been fully rewarded out yet. |
int |
StatusLevelCalculator.getPointLevel(User user)
Returns the point level for a user system wide. |
int |
StatusLevelManager.getPointLevel(User user)
Returns the point level for a user system wide. |
int |
StatusLevelCalculator.getPointLevel(User user,
Forum forum)
Returns the status level points for a user in regards to a specific forum |
int |
StatusLevelManager.getPointLevel(User user,
Forum forum)
Returns the status level points for a user in regards to a specific forum |
int |
StatusLevelCalculator.getPointLevel(User user,
ForumCategory category)
Returns the status level points for a user in regards to a specific category |
int |
StatusLevelManager.getPointLevel(User user,
ForumCategory category)
Returns the status level points for a user in regards to a specific category |
int |
RewardManager.getPointsEarned(User user)
Returns the total number of points that a user has earned across the entire system. |
int |
RewardManager.getPointsEarned(User user,
Forum forum)
Returns the total number of points the user has earned in a particular forum. |
int |
RewardManager.getPointsEarned(User user,
ForumCategory category)
Returns the total number of points the user has earned in a particular category. |
int |
RewardManager.getPointsRewarded(User user)
Returns the total number of points that a user has ever rewarded. |
java.util.Iterator |
QueryLogger.getQueries(User user)
Returns an Iterator consisting of all the Query's that the specified user has made. |
int |
QueryLogger.getQueryCount(User user)
Returns a count of all the queries that the user has made. |
Rating |
RatingManager.getRating(User user,
ForumMessage message)
Returns the rating associated with the user, or null if this user hasn't rated the forum message. |
Rating |
RatingManager.getRating(User user,
ForumThread thread)
Returns the rating associated with the user, or null if this user hasn't rated the forum thread. |
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. |
int |
WatchManager.getRecursiveForumWatchCount(User user,
ForumCategory category)
Returns number of Forum objects the user is watching under the category and its subcategories. |
java.util.Iterator |
WatchManager.getRecursiveForumWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
Returns all the Forum objects the user is watching under the category and its subcategories. |
int |
WatchManager.getRecursiveThreadWatchCount(User user,
ForumCategory category)
Returns the number of ForumThread objects the user is watching under the provided ForumCategory. |
java.util.Iterator |
WatchManager.getRecursiveThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
Returns the ForumThread objects the user is watching under the provided ForumCategory. |
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,
Forum forum)
Returns the status level for a user in a specific forum. if a status level cannot be determined for this user in this forum null will be returned. |
StatusLevel |
StatusLevelManager.getStatusLevel(User user,
ForumCategory category)
Returns the status level for a user in a specific category. if a status level cannot be determined for this user in this category null will be returned. |
java.util.Iterator |
WatchManager.getThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
Returns the ForumThread objects the user is watching under the provided ForumCategory. |
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,
Forum forum)
Returns the count of unread messages that the user has in the forum. |
int |
ReadTracker.getUnreadMessageCount(User user,
ForumCategory category)
Returns the count of unread messages that the user has in the category. |
java.util.Iterator |
ReadTracker.getUnreadMessages(User user,
Forum forum)
Returns an iterator for the unread messages in the forum. |
java.util.Iterator |
ReadTracker.getUnreadMessages(User user,
ForumCategory category)
Returns an iterator for the unread messages in the category. |
int |
ReadTracker.getUnreadThreadCount(User user,
Forum forum)
Returns the count of unread threads that the user has in the forum. |
int |
ReadTracker.getUnreadThreadCount(User user,
ForumCategory category)
Returns the count of unread threads that the user has in the category. |
java.util.Iterator |
ReadTracker.getUnreadThreads(User user,
Forum forum)
Returns an iterator for the unread threads in the forum. |
java.util.Iterator |
ReadTracker.getUnreadThreads(User user,
ForumCategory category)
Returns an iterator for the unread threads in the category. |
abstract int |
ForumFactory.getUserMessageCount(User user)
Returns the total number of messages a user has posted in all forums. |
abstract int |
ForumFactory.getUserMessageCount(User user,
ResultFilter resultFilter)
Returns the total number of messages a user has posted in all forums that obey the parameters set by the specificed ResultFilter. |
abstract java.util.Iterator |
ForumFactory.getUserMessages(User user)
Returns an iterator for all messages posted by a user. |
abstract java.util.Iterator |
ForumFactory.getUserMessages(User user,
ResultFilter resultFilter)
Returns an iterator for all messages posted by a user that obey the parameters set by the specified ResultFilter. |
Watch |
WatchManager.getWatch(User user,
Forum forum)
Returns a watch on a particular forum, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumCategory category)
Returns a watch on a particular category, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumThread thread)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
User watchedUser)
Returns a watch on a particular thread, or null if there isn't a watch. |
int |
WatchManager.getWatchCount(User user,
Forum forum)
Return the count of all thread watches in a particular forum for the given user. |
int |
WatchManager.getWatchCount(User user,
ForumCategory category)
Return the count of all forum watches in a particular category for the given user. |
java.util.Iterator |
WatchManager.getWatches(User user,
Forum forum)
Returns an Iterator for all the thread objects a user is watching in a forum. |
java.util.Iterator |
WatchManager.getWatches(User user,
ForumCategory category)
Returns an Iterator for all the forum objects a user is watching in a category. |
java.util.Iterator |
WatchManager.getWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
Returns the Forums watched by the User under the given Category. |
java.util.Iterator |
WatchManager.getWatches(User user,
Forum forum,
int startIndex,
int numResults)
Returns all the ForumThreads watched by the User under the given Forum. |
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 |
RatingManager.hasRated(User user,
ForumMessage message)
Returns whether the user has rated the forum message or not. |
boolean |
RatingManager.hasRated(User user,
ForumThread thread)
Returns whether the user has rated the forum thread or not. |
boolean |
WatchManager.isWatched(User user,
Forum forum)
Returns true if the user is watching the specified forum. |
boolean |
WatchManager.isWatched(User user,
ForumCategory category)
Returns true if the user is watching the specified category. |
boolean |
WatchManager.isWatched(User user,
ForumThread thread)
Returns true if the user is watching the specified thread. |
boolean |
WatchManager.isWatched(User user,
User watchedUser)
Returns true if the user is watching the specified user. |
long |
Query.logQuery(User user)
Logs the query for later statistical analysis. |
void |
ReadTracker.markRead(User user,
Forum forum)
Marks an entire forum as read up until the current instant in time. |
void |
ReadTracker.markRead(User user,
ForumCategory category)
Marks an entire category as read up until the current instant in time. |
void |
ReadTracker.markRead(User user,
ForumMessage message)
Marks an individual message as read. |
PrivateMessage |
PrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
Sends a private message to another 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. |
Constructors in com.jivesoftware.forum with parameters of type User | |
---|---|
DraftImpl(Draft draft,
FastDateFormat formatter,
User user)
|
Uses of User in com.jivesoftware.forum.abuse |
---|
Methods in com.jivesoftware.forum.abuse that return User | |
---|---|
User |
AbuseReport.getUser()
|
Methods in com.jivesoftware.forum.abuse with parameters of type User | |
---|---|
java.util.List |
AbuseManager.getAbuseReports(User user)
Gets a list of open abuse reports from a particular user |
java.util.List |
AbuseManagerImpl.getAbuseReports(User user)
|
boolean |
AbuseManager.hasUserReportedAbuse(ForumMessage message,
User user)
Checks if a user has already reported abuse for a particular message. |
boolean |
AbuseManagerImpl.hasUserReportedAbuse(ForumMessage message,
User user)
|
void |
AbuseReport.setUser(User user)
|
Uses of User in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return User | |
---|---|
User |
ForumActionSupport.getPageUser()
Returns the current page user's User object, or null if the user is a guest. |
User |
UserSearch.getPageUser()
|
User |
SearchAction.getSearchedUser()
Returns the user used to filter searches or null if none was specified. |
User |
AvatarUploadAction.getUser()
|
User |
Breadcrumbs.getUser()
|
Methods in com.jivesoftware.forum.action with parameters of type User | |
---|---|
java.util.Iterator |
EditWatchesAction.getUserMessages(User user)
|
void |
AvatarUploadAction.setUser(User user)
|
void |
ForumActionSupport.setUser(User user)
|
Uses of User in com.jivesoftware.forum.action.rss |
---|
Methods in com.jivesoftware.forum.action.rss that return User | |
---|---|
User |
RSSMainAction.getPageUser()
|
User |
RSSMessages.getRssUser()
|
Methods in com.jivesoftware.forum.action.rss with parameters of type User | |
---|---|
void |
RSSMainAction.setUser(User user)
|
Uses of User in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that return User | |
---|---|
User |
DbQuery.getFilteredUser()
|
User |
DbAvatar.getOwner()
|
User |
DbPrivateMessageFolder.getOwner()
|
User |
DbPrivateMessage.getRecipient()
|
User |
DbPrivateMessage.getSender()
|
User |
DbAnnouncement.getUser()
|
User |
DbForumMessage.getUser()
|
User |
DbForumThread.getUser()
|
User |
DbQuery.getUser()
|
User |
DbWatch.getUser()
|
User |
EmailWatchMessageWrapper.getUser()
|
Methods in com.jivesoftware.forum.database with parameters of type User | |
---|---|
void |
DbRewardManager.addBankPoints(User user,
int numPoints)
|
void |
DbRatingManager.addRating(User user,
ForumMessage message,
Rating rating)
|
void |
DbRatingManager.addRating(User user,
ForumThread thread,
Rating rating)
|
Announcement |
DbAnnouncementManager.createAnnouncement(User user)
|
Announcement |
DbAnnouncementManager.createAnnouncement(User user,
Forum forum)
|
Announcement |
DbAnnouncementManager.createAnnouncement(User user,
ForumCategory category)
|
Avatar |
DbAvatarManager.createAvatar(User owner,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream in)
|
PrivateMessageFolder |
DbPrivateMessageManager.createFolder(User user,
java.lang.String name)
|
ForumMessage |
DbForum.createMessage(User user)
|
PrivateMessage |
DbPrivateMessageManager.createMessage(User sender)
|
Watch |
DbWatchManager.createWatch(User user,
Forum forum)
|
Watch |
DbWatchManager.createWatch(User user,
ForumCategory category)
|
Watch |
DbWatchManager.createWatch(User user,
ForumThread thread)
|
Watch |
DbWatchManager.createWatch(User user,
User watchedUser)
|
void |
DbWatchManager.deleteWatches(User user)
|
void |
DbQuery.filterOnUser(User user)
|
Avatar |
DbAvatarManager.getActiveAvatar(User user)
|
java.util.Iterator |
DbWatchManager.getAllWatches(User user,
int objectType)
|
int |
DbAvatarManager.getAvatarCount(User user)
|
java.util.Iterator |
DbAvatarManager.getAvatars(User user)
|
int |
DbRewardManager.getBankPoints(User user)
|
PrivateMessageFolder |
DbPrivateMessageManager.getFolder(User user,
int folderID)
|
int |
DbPrivateMessageManager.getFolderCount(User user)
|
java.util.Iterator |
DbPrivateMessageManager.getFolders(User user)
|
int |
DbPrivateMessageManager.getMessageCount(User user)
|
java.util.Iterator |
DbRewardManager.getPendingRewardThreads(User user)
|
int |
DbRewardManager.getPendingRewardThreadsCount(User user)
|
int |
DbStatusLevelManager.getPointLevel(User user)
|
int |
PostCountStatusLevelCalculator.getPointLevel(User user)
|
int |
RewardStatusLevelCalculator.getPointLevel(User user)
|
int |
DbStatusLevelManager.getPointLevel(User user,
Forum forum)
|
int |
PostCountStatusLevelCalculator.getPointLevel(User user,
Forum forum)
|
int |
RewardStatusLevelCalculator.getPointLevel(User user,
Forum forum)
|
int |
DbStatusLevelManager.getPointLevel(User user,
ForumCategory category)
|
int |
PostCountStatusLevelCalculator.getPointLevel(User user,
ForumCategory category)
|
int |
RewardStatusLevelCalculator.getPointLevel(User user,
ForumCategory category)
|
int |
DbRewardManager.getPointsEarned(User user)
|
int |
DbRewardManager.getPointsEarned(User user,
Forum forum)
|
int |
DbRewardManager.getPointsEarned(User user,
ForumCategory category)
|
int |
DbRewardManager.getPointsRewarded(User user)
|
java.util.Iterator |
DbQueryLogger.getQueries(User user)
|
int |
DbQueryLogger.getQueryCount(User user)
|
Rating |
DbRatingManager.getRating(User user,
ForumMessage message)
|
Rating |
DbRatingManager.getRating(User user,
ForumThread thread)
|
int |
DbReadTracker.getReadStatus(User user,
ForumMessage message)
|
int |
DbReadTracker.getReadStatus(User user,
ForumThread thread)
|
int |
DbWatchManager.getRecursiveForumWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
DbWatchManager.getRecursiveForumWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
int |
DbWatchManager.getRecursiveThreadWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
DbWatchManager.getRecursiveThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
StatusLevel |
DbStatusLevelManager.getStatusLevel(User user)
|
StatusLevel |
DbStatusLevelManager.getStatusLevel(User user,
Forum forum)
|
StatusLevel |
DbStatusLevelManager.getStatusLevel(User user,
ForumCategory category)
|
java.util.Iterator |
DbWatchManager.getThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
int |
DbWatchManager.getTotalWatchCount(User user,
int objectType)
|
int |
DbPrivateMessageManager.getUnreadMessageCount(User user)
|
int |
DbReadTracker.getUnreadMessageCount(User user,
Forum forum)
|
int |
DbReadTracker.getUnreadMessageCount(User user,
ForumCategory category)
|
java.util.Iterator |
DbReadTracker.getUnreadMessages(User user,
Forum forum)
|
java.util.Iterator |
DbReadTracker.getUnreadMessages(User user,
ForumCategory category)
|
int |
DbReadTracker.getUnreadThreadCount(User user,
Forum forum)
|
int |
DbReadTracker.getUnreadThreadCount(User user,
ForumCategory category)
|
java.util.Iterator |
DbReadTracker.getUnreadThreads(User user,
Forum forum)
|
java.util.Iterator |
DbReadTracker.getUnreadThreads(User user,
ForumCategory category)
|
int |
DbForumFactory.getUserMessageCount(User user)
|
int |
DbForumFactory.getUserMessageCount(User user,
ResultFilter resultFilter)
|
java.util.Iterator |
DbForumFactory.getUserMessages(User user)
|
java.util.Iterator |
DbForumFactory.getUserMessages(User user,
ResultFilter resultFilter)
|
Watch |
DbWatchManager.getWatch(User user,
Forum forum)
|
Watch |
DbWatchManager.getWatch(User user,
ForumCategory category)
|
Watch |
DbWatchManager.getWatch(User user,
ForumThread thread)
|
Watch |
DbWatchManager.getWatch(User user,
User watchedUser)
|
int |
DbWatchManager.getWatchCount(User user,
Forum forum)
|
int |
DbWatchManager.getWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
DbWatchManager.getWatches(User user,
Forum forum)
|
java.util.Iterator |
DbWatchManager.getWatches(User user,
ForumCategory category)
|
java.util.Iterator |
DbWatchManager.getWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
java.util.Iterator |
DbWatchManager.getWatches(User user,
Forum forum,
int startIndex,
int numResults)
|
Watch[] |
DbWatchManager.getWatchList(User user,
int objectType)
Returns the watch list of a particular object type for a user. |
boolean |
DbRatingManager.hasRated(User user,
ForumMessage message)
|
boolean |
DbRatingManager.hasRated(User user,
ForumThread thread)
|
boolean |
DbWatchManager.isWatched(User user,
Forum forum)
|
boolean |
DbWatchManager.isWatched(User user,
ForumCategory category)
|
boolean |
DbWatchManager.isWatched(User user,
ForumThread thread)
|
boolean |
DbWatchManager.isWatched(User user,
User watchedUser)
|
long |
DbQuery.logQuery(User user)
|
void |
DbQueryLogger.logQuery(User user,
DbQuery query)
Log a query to the database. |
void |
DbReadTracker.markRead(User user,
Forum forum)
|
void |
DbReadTracker.markRead(User user,
ForumCategory category)
|
void |
DbReadTracker.markRead(User user,
ForumMessage message)
|
PrivateMessage |
DbPrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
|
void |
DbAvatarManager.setActiveAvatar(User user,
Avatar avatar)
|
void |
DbPrivateMessage.setRecipient(User recipient)
|
void |
DbForumMessage.setUser(User user)
|
Constructors in com.jivesoftware.forum.database with parameters of type User | |
---|---|
DbAvatar(User owner,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream in)
|
|
DbForumMessage(User user,
Forum forum)
Creates a new DbForumMessage object. |
|
DbPrivateMessage(User sender)
Creates a new private message. |
Uses of User in com.jivesoftware.forum.everywhere |
---|
Methods in com.jivesoftware.forum.everywhere that return User | |
---|---|
User |
CommunityEverywhereManager.getRootUser()
|
Methods in com.jivesoftware.forum.everywhere with parameters of type User | |
---|---|
void |
CommunityEverywhereManager.setRootUser(User rootUser)
|
Uses of User in com.jivesoftware.forum.everywhere.action |
---|
Methods in com.jivesoftware.forum.everywhere.action with parameters of type User | |
---|---|
void |
CommunityEverywhereAction.setUser(User user)
|
Uses of User in com.jivesoftware.forum.im |
---|
Methods in com.jivesoftware.forum.im with parameters of type User | |
---|---|
boolean |
IMService.canShowPresence(User user)
Returns true if the supplied User has entered user id information
for the IM Service this instance represents and if forums is configured
to publish presence for the IM service this instance represents. |
java.lang.String |
IMService.getChatURI(User user)
Returns a uri which when clicked, can launch a chat client (say.. |
java.lang.String |
IMService.getPresenceURL(User user,
User requestor)
Returns the http url which will return a presence image. |
Uses of User in com.jivesoftware.forum.moderation.action |
---|
Methods in com.jivesoftware.forum.moderation.action that return User | |
---|---|
User |
ViewModerateAction.getPageUser()
|
User |
ViewModerateAction.getSearchedUser()
|
Methods in com.jivesoftware.forum.moderation.action with parameters of type User | |
---|---|
void |
ViewModerateAction.setSearchedUser(User searchedUser)
|
Uses of User in com.jivesoftware.forum.nntp.spi |
---|
Methods in com.jivesoftware.forum.nntp.spi that return User | |
---|---|
User |
ForumSession.getUser()
Returns the current user that has been authenticated using this adapter. |
Uses of User in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return User | |
---|---|
User |
QueryProxy.getFilteredUser()
|
User |
AvatarProxy.getOwner()
|
User |
PrivateMessageFolderProxy.getOwner()
|
User |
PrivateMessageProxy.getRecipient()
|
User |
PrivateMessageProxy.getSender()
|
User |
AnnouncementProxy.getUser()
|
User |
ForumMessageProxy.getUser()
|
User |
ForumThreadProxy.getUser()
|
User |
PollProxy.getUser()
|
User |
QueryProxy.getUser()
|
Methods in com.jivesoftware.forum.proxy with parameters of type User | |
---|---|
void |
RewardManagerProxy.addBankPoints(User user,
int numPoints)
|
void |
RatingManagerProxy.addRating(User user,
ForumMessage message,
Rating rating)
|
void |
RatingManagerProxy.addRating(User user,
ForumThread thread,
Rating rating)
|
void |
PermissionsManagerProxy.addUserPermission(User user,
PermissionType permissionType,
long permission)
|
void |
PollProxy.addUserVote(int optionIndex,
User user)
|
void |
PollProxy.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
|
Announcement |
AnnouncementManagerProxy.createAnnouncement(User user)
|
Announcement |
AnnouncementManagerProxy.createAnnouncement(User user,
Forum forum)
|
Announcement |
AnnouncementManagerProxy.createAnnouncement(User user,
ForumCategory category)
|
Avatar |
AvatarManagerProxy.createAvatar(User owner,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream in)
|
PrivateMessageFolder |
PrivateMessageManagerProxy.createFolder(User user,
java.lang.String name)
|
ForumMessage |
ForumProxy.createMessage(User user)
|
PrivateMessage |
PrivateMessageManagerProxy.createMessage(User sender)
|
Poll |
PollManagerProxy.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
|
Watch |
WatchManagerProxy.createWatch(User user,
Forum forum)
|
Watch |
WatchManagerProxy.createWatch(User user,
ForumCategory category)
|
Watch |
WatchManagerProxy.createWatch(User user,
ForumThread thread)
|
Watch |
WatchManagerProxy.createWatch(User user,
User watchedUser)
|
void |
WatchSettingsManagerProxy.deleteSettings(User user)
|
void |
WatchManagerProxy.deleteWatches(User user)
|
void |
QueryProxy.filterOnUser(User user)
|
Avatar |
AvatarManagerProxy.getActiveAvatar(User user)
|
java.util.Iterator |
WatchManagerProxy.getAllWatches(User user,
int objectType)
|
int |
AvatarManagerProxy.getAvatarCount(User user)
|
java.util.Iterator |
AvatarManagerProxy.getAvatars(User user)
|
int |
RewardManagerProxy.getBankPoints(User user)
|
PrivateMessageFolder |
PrivateMessageManagerProxy.getFolder(User user,
int folderID)
|
int |
PrivateMessageManagerProxy.getFolderCount(User user)
|
java.util.Iterator |
PrivateMessageManagerProxy.getFolders(User user)
|
int |
PrivateMessageManagerProxy.getMessageCount(User user)
|
java.util.Iterator |
RewardManagerProxy.getPendingRewardThreads(User user)
|
int |
RewardManagerProxy.getPendingRewardThreadsCount(User user)
|
int |
StatusLevelManagerProxy.getPointLevel(User user)
|
int |
StatusLevelManagerProxy.getPointLevel(User user,
Forum forum)
|
int |
StatusLevelManagerProxy.getPointLevel(User user,
ForumCategory category)
|
int |
RewardManagerProxy.getPointsEarned(User user)
|
int |
RewardManagerProxy.getPointsEarned(User user,
Forum forum)
|
int |
RewardManagerProxy.getPointsEarned(User user,
ForumCategory category)
|
int |
RewardManagerProxy.getPointsRewarded(User user)
|
java.util.Iterator |
QueryLoggerProxy.getQueries(User user)
|
int |
QueryLoggerProxy.getQueryCount(User user)
|
Rating |
RatingManagerProxy.getRating(User user,
ForumMessage message)
|
Rating |
RatingManagerProxy.getRating(User user,
ForumThread thread)
|
int |
ReadTrackerProxy.getReadStatus(User user,
ForumMessage message)
|
int |
ReadTrackerProxy.getReadStatus(User user,
ForumThread thread)
|
int |
WatchManagerProxy.getRecursiveForumWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
WatchManagerProxy.getRecursiveForumWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
int |
WatchManagerProxy.getRecursiveThreadWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
WatchManagerProxy.getRecursiveThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
WatchSettings |
WatchSettingsManagerProxy.getSettings(User user)
|
StatusLevel |
StatusLevelManagerProxy.getStatusLevel(User user)
|
StatusLevel |
StatusLevelManagerProxy.getStatusLevel(User user,
Forum forum)
|
StatusLevel |
StatusLevelManagerProxy.getStatusLevel(User user,
ForumCategory category)
|
java.util.Iterator |
WatchManagerProxy.getThreadWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
int |
WatchManagerProxy.getTotalWatchCount(User user,
int objectType)
|
int |
PrivateMessageManagerProxy.getUnreadMessageCount(User user)
|
int |
ReadTrackerProxy.getUnreadMessageCount(User user,
Forum forum)
|
int |
ReadTrackerProxy.getUnreadMessageCount(User user,
ForumCategory category)
|
java.util.Iterator |
ReadTrackerProxy.getUnreadMessages(User user,
Forum forum)
|
java.util.Iterator |
ReadTrackerProxy.getUnreadMessages(User user,
ForumCategory category)
|
int |
ReadTrackerProxy.getUnreadThreadCount(User user,
Forum forum)
|
int |
ReadTrackerProxy.getUnreadThreadCount(User user,
ForumCategory category)
|
java.util.Iterator |
ReadTrackerProxy.getUnreadThreads(User user,
Forum forum)
|
java.util.Iterator |
ReadTrackerProxy.getUnreadThreads(User user,
ForumCategory category)
|
int |
ForumFactoryProxy.getUserMessageCount(User user)
|
int |
ForumFactoryProxy.getUserMessageCount(User user,
ResultFilter resultFilter)
|
java.util.Iterator |
ForumFactoryProxy.getUserMessages(User user)
|
java.util.Iterator |
ForumFactoryProxy.getUserMessages(User user,
ResultFilter resultFilter)
|
java.util.List |
PollProxy.getUserVotes(User user)
|
Watch |
WatchManagerProxy.getWatch(User user,
Forum forum)
|
Watch |
WatchManagerProxy.getWatch(User user,
ForumCategory category)
|
Watch |
WatchManagerProxy.getWatch(User user,
ForumThread thread)
|
Watch |
WatchManagerProxy.getWatch(User user,
User watchedUser)
|
int |
WatchManagerProxy.getWatchCount(User user,
Forum forum)
|
int |
WatchManagerProxy.getWatchCount(User user,
ForumCategory category)
|
java.util.Iterator |
WatchManagerProxy.getWatches(User user,
Forum forum)
|
java.util.Iterator |
WatchManagerProxy.getWatches(User user,
ForumCategory category)
|
java.util.Iterator |
WatchManagerProxy.getWatches(User user,
ForumCategory category,
int startIndex,
int numResults)
|
java.util.Iterator |
WatchManagerProxy.getWatches(User user,
Forum forum,
int startIndex,
int numResults)
|
Watch[] |
WatchManagerProxy.getWatchList(User user,
int objectType)
|
boolean |
RatingManagerProxy.hasRated(User user,
ForumMessage message)
|
boolean |
RatingManagerProxy.hasRated(User user,
ForumThread thread)
|
boolean |
PollProxy.hasUserVoted(User user)
|
boolean |
WatchManagerProxy.isWatched(User user,
Forum forum)
|
boolean |
WatchManagerProxy.isWatched(User user,
ForumCategory category)
|
boolean |
WatchManagerProxy.isWatched(User user,
ForumThread thread)
|
boolean |
WatchManagerProxy.isWatched(User user,
User watchedUser)
|
long |
QueryProxy.logQuery(User user)
|
void |
RegistrationManagerProxy.markAccountForValidation(User user)
|
void |
ReadTrackerProxy.markRead(User user,
Forum forum)
|
void |
ReadTrackerProxy.markRead(User user,
ForumCategory category)
|
void |
ReadTrackerProxy.markRead(User user,
ForumMessage message)
|
void |
PermissionsManagerProxy.removeUserPermission(User user,
PermissionType permissionType,
long permission)
|
void |
PollProxy.removeUserVote(int prevOptionIndex,
User user)
|
void |
WatchSettingsManagerProxy.saveSettings(User user,
WatchSettings settings)
|
PrivateMessage |
PrivateMessageManagerProxy.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
|
void |
AvatarManagerProxy.setActiveAvatar(User user,
Avatar avatar)
|
Uses of User in com.jivesoftware.forum.util |
---|
Methods in com.jivesoftware.forum.util with parameters of type User | |
---|---|
static java.lang.String |
SkinUtils.dateToText(javax.servlet.http.HttpServletRequest request,
User user,
java.util.Date date)
Returns an English sentence which describes the Date
parameter relative to the current time. |
static java.lang.String |
SkinUtils.formatDate(javax.servlet.http.HttpServletRequest request,
User user,
java.util.Date date)
Formats a date for a user, according to their locale and time zone preferences. |
static java.lang.String |
SkinUtils.getDisplayName(User user)
A simple method to check whether to display a user's full name or their username. |
Uses of User in com.jivesoftware.forum.watches |
---|
Methods in com.jivesoftware.forum.watches with parameters of type User | |
---|---|
void |
WatchSettingsManager.deleteSettings(User user)
Delete the watch settings for a user |
void |
WatchSettingsManagerImpl.deleteSettings(User user)
|
WatchSettings |
WatchSettingsManager.getSettings(User user)
Retrieve a watch settings for the given user |
WatchSettings |
WatchSettingsManagerImpl.getSettings(User user)
|
void |
WatchSettingsManager.saveSettings(User user,
WatchSettings settings)
Save the watch settings for a user |
void |
WatchSettingsManagerImpl.saveSettings(User user,
WatchSettings settings)
|
Uses of User in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server with parameters of type User | |
---|---|
static User |
WSUtil.convert(User user)
Converts a User to a webservices User . |
Uses of User in com.jivesoftware.profiles |
---|
Methods in com.jivesoftware.profiles that return User | |
---|---|
User |
ProfileEvent.getUser()
|
Methods in com.jivesoftware.profiles with parameters of type User | |
---|---|
java.util.Map |
ProfileManager.getProfile(User user)
Gets a map of user profile values for a particular user mapped to their corresponding ProfileField id. |
java.util.Map |
ProfileManagerImpl.getProfile(User user)
|
void |
ProfileManager.setProfile(User user,
java.util.List profile)
Sets a list of profile values for a particular user. |
void |
ProfileManagerImpl.setProfile(User user,
java.util.List profile)
|
Constructors in com.jivesoftware.profiles with parameters of type User | |
---|---|
ProfileEvent(int eventType,
User user)
|
Uses of User in com.jivesoftware.profiles.action |
---|
Methods in com.jivesoftware.profiles.action that return User | |
---|---|
User |
SearchProfile.getPageUser()
|
protected User |
CreateProfile.getTargetUser()
|
User |
EditProfile.getTargetUser()
|
protected abstract User |
EditProfileAction.getTargetUser()
|
User |
CreateProfile.getUser()
|
User |
ViewProfile.getUser()
|
Methods in com.jivesoftware.profiles.action with parameters of type User | |
---|---|
void |
EditProfile.setUser(User user)
|
void |
SearchProfile.setUser(User user)
|
Uses of User in com.jivesoftware.profiles.action.admin |
---|
Methods in com.jivesoftware.profiles.action.admin that return User | |
---|---|
User |
EditUserProfile.getTargetUser()
|
Uses of User in com.jivesoftware.profiles.formatter |
---|
Methods in com.jivesoftware.profiles.formatter with parameters of type User | |
---|---|
java.lang.String |
NonFormattingFormatter.format(java.lang.String value,
User 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.profiles.search |
---|
Methods in com.jivesoftware.profiles.search that return User | |
---|---|
User |
ProfileSearchClusterTask.getUser()
|
User |
ProfileSearchResult.getUser()
|
Methods in com.jivesoftware.profiles.search with parameters of type User | |
---|---|
void |
ProfileSearchManager.addToIndex(User user)
Adds an individual user to the index. |
void |
ProfileSearchManagerImpl.addToIndex(User user)
|
void |
ProfileSearchManagerImpl.addToIndex(User user,
boolean cluster)
|
void |
ProfileSearchManager.removeFromIndex(User user)
Removes an individual user from the index. |
void |
ProfileSearchManagerImpl.removeFromIndex(User user)
|
void |
ProfileSearchManagerImpl.removeFromIndex(User user,
boolean cluster)
|
void |
ProfileSearchClusterTask.setUser(User user)
|
void |
ProfileSearchResult.setUser(User user)
|
Constructors in com.jivesoftware.profiles.search with parameters of type User | |
---|---|
ProfileSearchResult(User user,
org.apache.lucene.document.Document document,
float score,
int points)
|
Uses of User in com.jivesoftware.profiles.validator |
---|
Methods in com.jivesoftware.profiles.validator with parameters of type User | |
---|---|
java.lang.String |
DateValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
DecimalValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
EmailValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
LengthValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
NonValidatingValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
NumberValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
ProfileFieldValidator.validate(java.lang.String value,
User user)
Performs field validation on user supplied input. |
java.lang.String |
RangeValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
RegexValidator.validate(java.lang.String value,
User user)
|
java.lang.String |
URLValidator.validate(java.lang.String value,
User user)
|
Uses of User in com.jivesoftware.util |
---|
Methods in com.jivesoftware.util with parameters of type User | |
---|---|
java.util.Date |
AbsoluteDateRange.getEndDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns the end date passed into the constructor. |
java.util.Date |
DateRange.getEndDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns a specific end date for this date range based on the specified date. |
java.util.Date |
RelativeDateRange.getEndDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns the end date as a relative offset from the specified date. |
java.util.Date |
UnboundedDateRange.getEndDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
|
java.util.Date |
AbsoluteDateRange.getStartDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns the start date passed into the constructor. |
java.util.Date |
DateRange.getStartDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns a specific start date for this date range based on the specified date. |
java.util.Date |
RelativeDateRange.getStartDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
Returns the start date as a relative offset from the specified date. |
java.util.Date |
UnboundedDateRange.getStartDate(java.util.Date date,
javax.servlet.http.HttpServletRequest request,
User user)
|
static java.util.TimeZone |
LocaleUtils.getTimeZone(javax.servlet.http.HttpServletRequest request,
User user)
Returns the time zone for a user according to their time zone preferences (if they exist). |
static java.util.Locale |
LocaleUtils.getUserLocale(javax.servlet.http.HttpServletRequest request,
User user)
Returns the page user's locale. |
Uses of User in com.jivesoftware.util.sf |
---|
Methods in com.jivesoftware.util.sf with parameters of type User | |
---|---|
static boolean |
SalesForceUtil.isSalesForceAgent(User pageUser)
|
static boolean |
SalesForceUtil.isSalesForceContact(User pageUser)
|
static boolean |
SalesForceUtil.isSalesForceLead(User pageUser)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |