Uses of Interface
com.arsdigita.acs.DataSource

Packages that use DataSource
com.arsdigita.acs   
com.arsdigita.acs.bboard   
com.arsdigita.acs.chat   
com.arsdigita.acs.generalcomments   
com.arsdigita.acs.html   
com.arsdigita.acs.news   
com.arsdigita.acs.portals   
com.arsdigita.acs.search   
com.arsdigita.acs.tags   
com.arsdigita.acs.ug   
 

Uses of DataSource in com.arsdigita.acs
 

Classes in com.arsdigita.acs that implement DataSource
 class AdSet
          Implements a multiset of name-value pairs.
 class Selection
          Represents a generic multiple-row data source pulled in from the database.
 class SingleSelection
          Represents a single generic object pulled in from the database.
 class VectorDataSource
          datasource wrapper for a Vector of SingleSelections.
 

Methods in com.arsdigita.acs with parameters of type DataSource
static String Utilities.exportVars(DataSource ds, String vars, boolean form)
          Exports variables for use in a URL, as name=value&name=value..., or in a form (input type=hidden name=...
static String Utilities.exportURLVars(DataSource ds, String vars)
          Exports variables for use in a URL, as name=value&name=value...,
static String Utilities.exportFormVars(DataSource ds, String vars)
          Exports variables for use in a form, as input type=hidden
static String HtmlWidgets.htmlOptions(DataSource ds, String selected)
          Assumes that in the given DataSource, the first column should be used as the option text, and the second column should be used as the option value.
 

Uses of DataSource in com.arsdigita.acs.bboard
 

Classes in com.arsdigita.acs.bboard that implement DataSource
 class EmailQueue
          Maintains the list of people about to receive e-mail alerts for a particular bboard posting.
 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 DataSource in com.arsdigita.acs.chat
 

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

Uses of DataSource in com.arsdigita.acs.generalcomments
 

Classes in com.arsdigita.acs.generalcomments that implement DataSource
 class GeneralCommentsDataSource
           
 

Uses of DataSource in com.arsdigita.acs.html
 

Methods in com.arsdigita.acs.html with parameters of type DataSource
 void Table.setDataSource(DataSource ds)
          Sets the dataSource property used by the table to retrieve data.
 void Table.formatCell(StringBuffer sb, String columnId, DataSource ds)
          For columns whose displayInfo parameter is set to CUSTOM, this method is called so that subclasses can generate a display different from what is possible with the default displays.
 

Uses of DataSource in com.arsdigita.acs.news
 

Classes in com.arsdigita.acs.news that implement DataSource
 class NewsDataSource
           
 

Uses of DataSource in com.arsdigita.acs.portals
 

Classes in com.arsdigita.acs.portals that implement DataSource
 class PortalsDataSource
           
 

Uses of DataSource in com.arsdigita.acs.search
 

Classes in com.arsdigita.acs.search that implement DataSource
 class SearchDataSource
           
 

Uses of DataSource in com.arsdigita.acs.tags
 

Methods in com.arsdigita.acs.tags that return DataSource
(package private)  DataSource LoopTag.getDs()
           
 

Uses of DataSource in com.arsdigita.acs.ug
 

Classes in com.arsdigita.acs.ug that implement DataSource
 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.