Uses of Class
com.arsdigita.acs.Selection

Packages that use Selection
com.arsdigita.acs   
com.arsdigita.acs.bboard   
com.arsdigita.acs.chat   
com.arsdigita.acs.generalcomments   
com.arsdigita.acs.news   
com.arsdigita.acs.portals   
com.arsdigita.acs.search   
com.arsdigita.acs.ug   
 

Uses of Selection in com.arsdigita.acs
 

Subclasses of Selection in com.arsdigita.acs
 class SingleSelection
          Represents a single generic object pulled in from the database.
 

Constructors in com.arsdigita.acs with parameters of type Selection
SingleSelection(Selection s)
          Creates a single-row selection from the currently active row in s.
 

Uses of Selection in com.arsdigita.acs.bboard
 

Subclasses of Selection in com.arsdigita.acs.bboard
 class MessagesDataSource
          Extension of the Selection class specific to bboard messages.
 class SingleMessageDataSource
          Just like a MessagesDataSource, but ensures the next method exactly once; overrides next to always return false.
 class SingleTopicDataSource
          Class to represent a single bboard topic.
 class TopicsDataSource
           
 

Uses of Selection in com.arsdigita.acs.chat
 

Subclasses of Selection in com.arsdigita.acs.chat
 class ChatDataSource
          This DataSource returns the first N messages from the results of the query.
 class ChatRoom
           
 

Uses of Selection in com.arsdigita.acs.generalcomments
 

Subclasses of Selection in com.arsdigita.acs.generalcomments
 class GeneralCommentsDataSource
           
 

Uses of Selection in com.arsdigita.acs.news
 

Subclasses of Selection in com.arsdigita.acs.news
 class NewsDataSource
           
 

Uses of Selection in com.arsdigita.acs.portals
 

Subclasses of Selection in com.arsdigita.acs.portals
 class PortalsDataSource
           
 

Uses of Selection in com.arsdigita.acs.search
 

Subclasses of Selection in com.arsdigita.acs.search
 class SearchDataSource
           
 

Uses of Selection in com.arsdigita.acs.ug
 

Subclasses of Selection in com.arsdigita.acs.ug
 class GroupDataSource
          Represents a series of user groups pulled in from the database.
 class GroupField
          Record that describes a piece of data stored about groups that are in a certain group type.
 class GroupTypeDataSource
          Represents a user group type.
 class MemberField
          Record that describes a piece of data stored about users who are members in a particular group or group type.
 class SingleGroupDataSource
          Represents a single user group.
 class SingleGroupTypeDataSource
          Represents a user group type.