Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.action.util.Pageable

Packages that use Pageable
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.util Utility classes for action authors or skin developers. 
com.jivesoftware.forum.moderation.action   
com.jivesoftware.profiles.action   
 

Uses of Pageable in com.jivesoftware.forum.action
 

Classes in com.jivesoftware.forum.action that implement Pageable
 class BranchAction
          An action that encapsulates all the logic for branching parts of a thread into a new thread.
 class DeleteAction
          An action that encapsulates all the logic for deleting content.
 class ForumAction
          This class is a WebWork action which encapsulates all the logic of loading and validating a Forum object.
 class ForumCategoryAction
          This class is an Action which encapsulates all the logic of loading a category (or the root category if no category is specified) and its subcategories and forums.
 class ForumThreadAction
          This class is a WebWork action which encapsulates all the logic of loading and validating a ForumThread object.
 class LockThreadAction
          An action that encapsulates all the logic for locking threads.
 class MoveThreadAction
          An action that encapsulates all the logic for moving threads from one forum to another.
 class OnlineAction
          An action that encapsulates all the logic for showing who is online is the forums.
 class PollAction
           
 class PollDeleteAction
          An action which handles deleting of a poll.
 class PollExpireAction
          A simple action to expire a poll.
 class PollsViewAction
          Class to support viewing multiple polls in a given area (system, category or forum).
 class PrivateMessagesAction
          An action to view the main private messages list.
 class SearchAction
          An Action to encapsulate all the logic of searching forum content.
 class TagAction
          Displays messages that correspond to a given tag.
 class UnlockThreadAction
          An action that encapsulates all the logic for unlocking a thread.
 class UserPicker
          An action to search and pick users based on user account information.
 class UserSearch
          An action to search user account information.
 

Uses of Pageable in com.jivesoftware.forum.action.util
 

Methods in com.jivesoftware.forum.action.util that return Pageable
 Pageable Paginator.getPageable()
          Returns the underlying pageable object.
 

Constructors in com.jivesoftware.forum.action.util with parameters of type Pageable
Paginator(Pageable pageable)
          Creates a Paginator object.
 

Uses of Pageable in com.jivesoftware.forum.moderation.action
 

Classes in com.jivesoftware.forum.moderation.action that implement Pageable
 class ViewModerateAction
          An action to handle the viewing of moderated messages
 

Uses of Pageable in com.jivesoftware.profiles.action
 

Classes in com.jivesoftware.profiles.action that implement Pageable
 class SearchProfile
          An action responsible for searching, sorting, and displaying expert users.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.