|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataSourceException in com.arsdigita.acs |
Subclasses of DataSourceException in com.arsdigita.acs | |
class |
InvalidKeyException
|
Methods in com.arsdigita.acs that throw DataSourceException | |
int |
AdSet.rownum()
Returns the current row number. |
boolean |
Selection.contains(String column)
Returns true if this contains a column named
column . |
String |
Selection.get(String key)
Generic get-property accessor. |
boolean |
Selection.next()
Advances to the next row in the data source, if there is one. |
String[] |
Selection.keys()
Returns a list of available keys (column names) in the Selection. |
byte[] |
Selection.getBLOB(String key)
Returns the contents of a BLOB column in this Selection. |
void |
Selection.dumpBLOB(String key,
OutputStream os)
Dumps the contents of a BLOB column to an OutputStream. |
int |
Selection.rownum()
Returns the current row number in the datasource. |
boolean |
DataSource.contains(String column)
Returns true if column is a valid column in
this datasource; returns false otherwise. |
String |
DataSource.get(String key)
Generic get-property method; returns the value of the column named by key for the currently active |
boolean |
DataSource.next()
Advances to the next item, if there is one, and returns true; returns false otherwise. |
String[] |
DataSource.keys()
Returns a list of valid keys in this datasource, for use with get(). |
int |
DataSource.rownum()
Returns the current row number in the datasource. |
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. |
String |
VectorDataSource.get(String key)
|
boolean |
VectorDataSource.contains(String key)
|
String[] |
VectorDataSource.keys()
|
String |
SingleSelection.get(String key)
|
boolean |
SingleSelection.contains(String key)
|
byte[] |
SingleSelection.getBLOB(String key,
OutputStream os)
Returns the contents of a BLOB column in a byte array. |
void |
SingleSelection.dumpBLOB(String key,
OutputStream os)
Dumps the contents of a BLOB column to an OutputStream. |
Uses of DataSourceException in com.arsdigita.acs.bboard |
Methods in com.arsdigita.acs.bboard that throw DataSourceException | |
String |
MessagesDataSource.getMessage()
gets the message text for display in the browser. |
String |
MessagesDataSource.getPrettyFilename()
gets the associated filename, with all non-standard chars replaced with underscores. |
String |
MessagesDataSource.getCategory()
Gets the category, suitable for display (null == "Uncategorized") if and only if it is different than the category for the previous message (useful in ad:loop) |
String |
MessagesDataSource.getInterestLevel()
Gets the interest level. |
String |
SingleMessageDataSource.get(String key)
|
String |
TopicsDataSource.getModerationPolicy()
|
String |
TopicsDataSource.getBackLink()
Returns back-link URL for this topic id. |
boolean |
SingleTopicDataSource.contains(String key)
|
String |
SingleTopicDataSource.get(String key)
|
Uses of DataSourceException in com.arsdigita.acs.calendar |
Methods in com.arsdigita.acs.calendar that throw DataSourceException | |
static String[] |
CalendarProcs.buildWeekMap(String forDate,
String dayDateTarget,
String dayDateHREFAppend,
Integer groupId,
boolean noLinkForCurrentDate)
Assigns days to days of the week in a given month. |
static String |
CalendarProcs.calMiniCalendarWidget(String baseURL)
|
static String |
CalendarProcs.calMiniCalendarWidget(String baseURL,
String currentView)
|
static String |
CalendarProcs.calMiniCalendarWidget(String baseURL,
String currentView,
String currentDate)
|
static String |
CalendarProcs.calMiniCalendarWidget(String baseURL,
String currentView,
String currentDate,
Integer groupId)
This proc creates a mini calendar useful for navigating various calendar views. |
static String |
CalendarProcs.calMiniMonthCalendar(String currentYear,
String month)
|
static String |
CalendarProcs.calMiniMonthCalendar(String currentYear,
String month,
Integer groupId)
|
static String |
CalendarProcs.calMiniMonthCalendar(String currentYear,
String month,
Integer groupId,
String viewMode)
This proc creates a mini month calendar useful for navigating on a month calendar. |
static String |
CalendarProcs.calYearCalendar(Integer groupId,
String viewMode,
String currentYear,
String currentDate)
Generates the HTML for 12 mini calendar widgets, 3 across and 4 down. |
Uses of DataSourceException in com.arsdigita.acs.chat |
Methods in com.arsdigita.acs.chat that throw DataSourceException | |
String |
ChatRoom.getRoomId()
|
String |
ChatRoom.getName()
|
boolean |
ChatRoom.isModerated()
|
boolean |
ChatRoom.isPrivate()
|
String |
ChatRoom.getGroupId()
|
boolean |
ChatDataSource.next()
|
Uses of DataSourceException in com.arsdigita.acs.generalcomments |
Methods in com.arsdigita.acs.generalcomments that throw DataSourceException | |
String |
GeneralCommentsDataSource.getDate(int time_format)
|
int |
GeneralCommentsDataSource.getInt(String column)
|
boolean |
GeneralCommentsDataSource.getBoolean(String column)
|
Uses of DataSourceException in com.arsdigita.acs.html |
Methods in com.arsdigita.acs.html that throw DataSourceException | |
String |
Table.getHtml()
Iterates through the DataSource to generate an html table. |
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 DataSourceException in com.arsdigita.acs.news |
Methods in com.arsdigita.acs.news that throw DataSourceException | |
String |
NewsDataSource.getNewsItemForIndexList(int counter,
String archive_p)
|
String |
NewsDataSource.getBody()
|
Uses of DataSourceException in com.arsdigita.acs.portals |
Methods in com.arsdigita.acs.portals that throw DataSourceException | |
String |
PortalsDataSource.getURL()
Translates group_name to lower case and replaces each space with a dash. |
String |
PortalsDataSource.getTableName()
Formats the table name for display in the portals (limiting to 32 chars and in upper case) |
Uses of DataSourceException in com.arsdigita.acs.search |
Methods in com.arsdigita.acs.search that throw DataSourceException | |
boolean |
SearchDataSource.next()
|
Uses of DataSourceException in com.arsdigita.acs.spam |
Methods in com.arsdigita.acs.spam that throw DataSourceException | |
static String |
Spam.postNewSpamMessage(String spam_id,
String template_p,
String from_address,
String title,
String body_plain,
String body_html,
String body_aol,
String target_users_description,
String target_users_query,
String send_date,
String creation_user,
String status)
Insert a message to be sent by the spam daemon at a scheduled time send_date. |
Uses of DataSourceException in com.arsdigita.acs.ug |
Methods in com.arsdigita.acs.ug that throw DataSourceException | |
String |
SingleGroupDataSource.get(String key)
|
String |
SingleGroupTypeDataSource.get(String key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |