Uses of Class
com.arsdigita.acs.AdSet

Packages that use AdSet
com.arsdigita.acs   
com.arsdigita.acs.calendar   
com.arsdigita.acs.html   
com.arsdigita.acs.portals   
com.arsdigita.acs.spam   
 

Uses of AdSet in com.arsdigita.acs
 

Methods in com.arsdigita.acs with parameters of type AdSet
static String Utilities.exportFormVars(AdSet vars)
          Exports variables for use in a form, as input type=hidden.
static String Utilities.exportFormVars(AdSet vars, String exclusionList)
          Exports variables for use in a form, as input type=hidden.
static String Utilities.exportURLVars(AdSet vars)
          Exports variables for use in a URL, as name=value&name=value...
static String Utilities.exportURLVars(AdSet vars, String exclusionList)
          Exports variables for use in a URL, as name=value&name=value...
 

Uses of AdSet in com.arsdigita.acs.calendar
 

Methods in com.arsdigita.acs.calendar with parameters of type AdSet
static String CalendarProcs.transformDatetime(AdSet date, boolean truncate)
           
static String CalendarProcs.transformDatetime(AdSet date, boolean truncate, AdSet fallbackDate)
          Stolen and slightly modified from templating system fallbackDate is a quick hack added to let end_date pull some of its data from start_date if date wasn't displayed.
 

Uses of AdSet in com.arsdigita.acs.html
 

Methods in com.arsdigita.acs.html with parameters of type AdSet
 void DimensionalBar.setValues(AdSet selectedValues)
          Specifies the values to be highlighted.
 

Uses of AdSet in com.arsdigita.acs.portals
 

Methods in com.arsdigita.acs.portals that return AdSet
static AdSet PortalsProcs.getDisplayInfo()
          Returns the subset of portals parameters associated with the display of each portlet
 

Uses of AdSet in com.arsdigita.acs.spam
 

Methods in com.arsdigita.acs.spam with parameters of type AdSet
static void Spam.sendSpamMessage(AdSet spam_row_set)
          Extract the msg bodies and target recipients list query from the spam msg, and send email to the recipients.
static String Spam.verifyDate(AdSet date)
          Takes date values from an AdSet and checks that they are valid.
static String Spam.userClassDescription(AdSet setid)
          Takes an AdSet of key/value pairs and produces a human-readable description of the class of users specified.
static String Spam.userClassQuery(AdSet setid)
          Takes an AdSet of key/value pairs and produces a query for the class of users specified (one user per row returned).
static int Spam.sendMsgToRecipients(String recipients_query, String spam_id, String from_address, String body_plain, String body_html, String body_aol, AdSet msg_plain_headers, AdSet msg_html_headers, AdSet msg_aol_headers, String template_p, String title, String bulkmail_id)
          Sends out a spam for spam_id.