A B C D E F G H I J K L M N O P Q R S T U W

A

ACSException - exception com.arsdigita.acs.ACSException.
 
ACSException(int, String, String) - Constructor for class com.arsdigita.acs.ACSException
 
ACSException(String) - Constructor for class com.arsdigita.acs.ACSException
 
add(int, String, String, String, String, String) - Method in class com.arsdigita.acs.bboard.EmailQueue
Adds a recipient to this.
add(String) - Method in class com.arsdigita.acs.ContextBarWs
Adds a new element to the context bar with no path, for final element.
add(String, String) - Method in class com.arsdigita.acs.ContextBarWs
Adds a new element to the context bar.
add(String, String, String, String, String) - Method in class com.arsdigita.acs.bboard.EmailQueue
Adds a recipient to this.
addBindValue(Object) - Method in class com.arsdigita.acs.db.SqlStatement
Adds a bind value to this statement.
addBindValue(String) - Method in class com.arsdigita.acs.tags.SqlTag
 
addBindValue(String, Object) - Method in class com.arsdigita.acs.db.SqlStatement
Adds a named bind value to this statement.
addBindValue(String, String) - Method in class com.arsdigita.acs.tags.SqlTag
 
addComplaint(String) - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
addComplaint(String) - Method in class com.arsdigita.acs.tags.PageContractTag
 
adminAuthorize(UserInfo, PageContext) - Method in class com.arsdigita.acs.bboard.TopicsDataSource
 
AdSet - class com.arsdigita.acs.AdSet.
Implements a multiset of name-value pairs.
AdSet() - Constructor for class com.arsdigita.acs.AdSet
 
AdSet(HttpServletRequest) - Constructor for class com.arsdigita.acs.AdSet
Constructs an AdSet out of the parameter/value pairs in the servlet request.
AdSet(ServletRequest) - Constructor for class com.arsdigita.acs.AdSet
Constructs an AdSet out of the parameter/value pairs in the servlet request.
ALERT_INSTANT - Static variable in class com.arsdigita.acs.bboard.EmailQueue
 
ALERT_MAINTAINER - Static variable in class com.arsdigita.acs.bboard.EmailQueue
Types of alerts
ALERT_THREAD - Static variable in class com.arsdigita.acs.bboard.EmailQueue
 
ALERT_UNKNOWN - Static variable in class com.arsdigita.acs.bboard.EmailQueue
 
allVersionsQuery - Static variable in class com.arsdigita.acs.fs.StoredFile
 
authorizeUser(UserInfo, PageContext) - Method in class com.arsdigita.acs.bboard.TopicsDataSource
Verifies that a user can read messages for this topic.

B

BBoard - class com.arsdigita.acs.bboard.BBoard.
Utility classes and procedural abstractions for bboard.
BBoard() - Constructor for class com.arsdigita.acs.bboard.BBoard
 
bindFixup() - Method in class com.arsdigita.acs.db.SqlStatement
This is called by the end of a SqlTag (e.g., db_query) to tell us that we're done with bind variables, and that we should go put the extra (named) ones in their places.
bindObj(Object) - Static method in class com.arsdigita.acs.db.Database
Utility function returning an empty string if an input object is null.
BindTag - class com.arsdigita.acs.tags.BindTag.
 
BindTag() - Constructor for class com.arsdigita.acs.tags.BindTag
 
blobDmlFile(SqlStatement, File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a BLOB in the database.
blobDmlFile(String, Object[], File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a BLOB in the database.

C

cache(String, String) - Static method in class com.arsdigita.acs.MemoizeCache
Cache a value with no expiration time--i.e., forever
cache(String, String, int) - Static method in class com.arsdigita.acs.MemoizeCache
Cache a value with a duration, in seconds.
checkRead(Integer, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
checkWrite(UserInfo, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
clear() - Method in class com.arsdigita.acs.db.SqlStatement
Clears this statement.
clobDml(SqlStatement, String) - Method in class com.arsdigita.acs.db.Database
Utility function for a large string literal to a CLOB field
clobDmlFile(String, Object[], File) - Method in class com.arsdigita.acs.db.Database
Utility function for writing a file to a CLOB in the database.
close() - Method in class com.arsdigita.acs.db.Database
Returns this database handle to the connection pool.
columnTypeWidget(String) - Static method in class com.arsdigita.acs.HtmlWidgets
 
com.arsdigita.acs - package com.arsdigita.acs
 
com.arsdigita.acs.bboard - package com.arsdigita.acs.bboard
 
com.arsdigita.acs.db - package com.arsdigita.acs.db
 
com.arsdigita.acs.fs - package com.arsdigita.acs.fs
 
com.arsdigita.acs.tags - package com.arsdigita.acs.tags
 
com.arsdigita.acs.ug - package com.arsdigita.acs.ug
 
commit() - Method in class com.arsdigita.acs.db.Database
Commits the current transaction.
contains(ResultSet, String) - Static method in class com.arsdigita.acs.db.Database
Returns true if rs contains a column named column with a non-null value.
contains(String) - Method in class com.arsdigita.acs.Selection
Returns true if this contains a column named column.
contains(String) - Method in class com.arsdigita.acs.SingleSelection
 
contains(String) - Method in interface com.arsdigita.acs.DataSource
 
contains(String) - Method in class com.arsdigita.acs.bboard.EmailQueue
 
contains(String) - Method in class com.arsdigita.acs.bboard.SingleTopicDataSource
 
contains(String) - Method in class com.arsdigita.acs.ug.SingleGroupDataSource
 
contains(String) - Method in class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
ContextBarWs - class com.arsdigita.acs.ContextBarWs.
Class that displays a Yahoo-style context navbar for a logged-in user, with "your workspace" at the root.
ContextBarWs() - Constructor for class com.arsdigita.acs.ContextBarWs
Creates a new context bar.
copyFile(File, File) - Static method in class com.arsdigita.acs.Utilities
 
Crypt - class com.arsdigita.acs.Crypt.
Java-based implementation of the unix crypt command
crypt(String, String) - Static method in class com.arsdigita.acs.Crypt
Encrypts a string using the same algorithm as the UNIX crypt command, or AOLserver ns_crypt procedure

D

Database - class com.arsdigita.acs.db.Database.
Wrapper class for Oracle JDBC.
Database() - Constructor for class com.arsdigita.acs.db.Database
Returns a database handle for an open database connection from the connection pool.
Database(ServletContext) - Constructor for class com.arsdigita.acs.db.Database
Returns a database handle for an open database connection from the connection pool.
DataSource - interface com.arsdigita.acs.DataSource.
 
DataSourceException - exception com.arsdigita.acs.DataSourceException.
 
DataSourceException(String) - Constructor for class com.arsdigita.acs.DataSourceException
 
DataSourceScopeTag - interface com.arsdigita.acs.tags.DataSourceScopeTag.
 
DataSourceTag - class com.arsdigita.acs.tags.DataSourceTag.
Tag for instantating data source objects.
DataSourceTag() - Constructor for class com.arsdigita.acs.tags.DataSourceTag
 
DataSourceTagExtraInfo - class com.arsdigita.acs.tags.DataSourceTagExtraInfo.
 
DataSourceTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.DataSourceTagExtraInfo
 
datePicture() - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
dateWidget(String) - Static method in class com.arsdigita.acs.HtmlWidgets
 
db - Variable in class com.arsdigita.acs.Selection
 
db - Variable in class com.arsdigita.acs.tags.SqlTag
 
deleteKey(String) - Method in class com.arsdigita.acs.AdSet
Removes key from this.
dependentSortKeyForm(String) - Static method in class com.arsdigita.acs.bboard.BBoard
 
dml(SqlStatement) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete).
dml(String) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete) with no bind variables.
dml(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Executes a DML statement (insert, update, delete).
doAfterBody() - Method in class com.arsdigita.acs.tags.StringTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.QueryTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.OneRowTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.HeaderTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.LoopTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.MemoizeTag
 
doAfterBody() - Method in class com.arsdigita.acs.tags.BindTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.UseTemplateTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.StringTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.QueryTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.OneRowTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.LoopTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.PageTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.TransactionTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.SubTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.MemoizeTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.FooterTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.GetUserInfoTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.BindTag
 
doEndTag() - Method in class com.arsdigita.acs.tags.PageContractTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.arsdigita.acs.bboard.DownloadFile
 
doStartTag() - Method in class com.arsdigita.acs.tags.UseTemplateTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.SqlTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.DataSourceTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.IfNoRowsTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.OneRowTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.LoopTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.LoopEmptyTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.PageTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.TransactionTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.SubTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ForeachTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.MemoizeTag
At start of tag, try looking up key and see if we have a valid mapping for it.
doStartTag() - Method in class com.arsdigita.acs.tags.FooterTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.GetUserInfoTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ScopeTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.BindTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.ExportTag
 
doStartTag() - Method in class com.arsdigita.acs.tags.PageContractTag
 
Download - class com.arsdigita.acs.fs.Download.
Serves as a registered procedure for path /file-storage/download//pretty-name.
Download() - Constructor for class com.arsdigita.acs.fs.Download
 
DownloadFile - class com.arsdigita.acs.bboard.DownloadFile.
Serves as a registered procedure for path /bboard/download-file//pretty-name.
DownloadFile() - Constructor for class com.arsdigita.acs.bboard.DownloadFile
 
dumpBLOB(ResultSet, String, OutputStream) - Static method in class com.arsdigita.acs.db.Database
Dumps a BLOB's contents to an OutputStream.

E

EmailQueue - class com.arsdigita.acs.bboard.EmailQueue.
Maintains the list of people about to receive e-mail alerts for a particular bboard posting.
EmailQueue() - Constructor for class com.arsdigita.acs.bboard.EmailQueue
 
emptyString(String) - Static method in class com.arsdigita.acs.Utilities
 
exportFormVars(AdSet) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as input type=hidden.
exportFormVars(DataSource, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as input type=hidden
exportFormVars(HttpServletRequest, String) - Static method in class com.arsdigita.acs.Utilities
 
exportFormVars(ResultSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a form, as hidden input fields.
ExportTag - class com.arsdigita.acs.tags.ExportTag.
 
ExportTag() - Constructor for class com.arsdigita.acs.tags.ExportTag
 
exportURLVars(AdSet) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...
exportURLVars(DataSource, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...,
exportURLVars(HttpServletRequest, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...,
exportURLVars(ResultSet, String) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value...
exportVars(DataSource, String, boolean) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value..., or in a form (input type=hidden name=...
exportVars(HttpServletRequest, String, boolean) - Static method in class com.arsdigita.acs.Utilities
Exports variables for use in a URL, as name=value&name=value..., or in a form (input type=hidden name=...

F

fieldFormElement(String, String, String) - Static method in class com.arsdigita.acs.HtmlWidgets
Creates a HTML form fragment of a type appropriate for the type of data expected (e.g.
FileStorageProcs - class com.arsdigita.acs.fs.FileStorageProcs.
 
FileStorageProcs() - Constructor for class com.arsdigita.acs.fs.FileStorageProcs
 
Filter - interface com.arsdigita.acs.Filter.
Interface for a generic filter, to test incoming requests and screen them out or pass them through as appropriate.
FILTER_BREAK - Static variable in interface com.arsdigita.acs.Filter
Indicates that the caller should stop procesing the request, and not process any more filters.
FILTER_OK - Static variable in interface com.arsdigita.acs.Filter
Indicates the caller should continue procesing the request
FILTER_RETURN - Static variable in interface com.arsdigita.acs.Filter
Indicates that the caller should not continue processing the request
filter(HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface com.arsdigita.acs.Filter
The request filter interface.
filter(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.arsdigita.acs.fs.Download
 
FilterBase - class com.arsdigita.acs.FilterBase.
Filter base class
FilterBase() - Constructor for class com.arsdigita.acs.FilterBase
 
finalize() - Method in class com.arsdigita.acs.db.Database
Called by the garbage collector at some point after this goes out of scope.
flush(String) - Static method in class com.arsdigita.acs.MemoizeCache
Flush a value from the cache.
FolderBox - class com.arsdigita.acs.fs.FolderBox.
 
FolderBox(Integer, String, Database) - Constructor for class com.arsdigita.acs.fs.FolderBox
 
FooterTag - class com.arsdigita.acs.tags.FooterTag.
 
FooterTag() - Constructor for class com.arsdigita.acs.tags.FooterTag
 
ForbiddenException - exception com.arsdigita.acs.ForbiddenException.
 
ForbiddenException(String, String) - Constructor for class com.arsdigita.acs.ForbiddenException
 
ForeachTag - class com.arsdigita.acs.tags.ForeachTag.
 
ForeachTag() - Constructor for class com.arsdigita.acs.tags.ForeachTag
 
ForeachTagExtraInfo - class com.arsdigita.acs.tags.ForeachTagExtraInfo.
 
ForeachTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.ForeachTagExtraInfo
 
freeze() - Method in class com.arsdigita.acs.Selection
Returns a mapping from column names to objects, to stash a current set of values for a row.
fsFolderDefSelection(Database, Integer, Integer, boolean, Integer, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 

G

GeneralPermissions - class com.arsdigita.acs.GeneralPermissions.
 
GeneralPermissions() - Constructor for class com.arsdigita.acs.GeneralPermissions
 
generateHelperTableName(String) - Static method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
get(String) - Method in class com.arsdigita.acs.Selection
 
get(String) - Method in class com.arsdigita.acs.SingleSelection
 
get(String) - Method in class com.arsdigita.acs.AdSet
Gets a value for a given key.
get(String) - Method in interface com.arsdigita.acs.DataSource
 
get(String) - Method in class com.arsdigita.acs.bboard.SingleMessageDataSource
 
get(String) - Method in class com.arsdigita.acs.bboard.EmailQueue
 
get(String) - Method in class com.arsdigita.acs.bboard.SingleTopicDataSource
 
get(String) - Method in class com.arsdigita.acs.ug.SingleGroupDataSource
 
get(String) - Method in class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
get(String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as a String.
get(String, String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as a String.
getAdminable() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getAll(String) - Method in class com.arsdigita.acs.AdSet
Returns all values mapped from key.
getAllVersions(Database, Integer) - Method in class com.arsdigita.acs.fs.StoredFile
Returns all versions of a file visible to a given user.
getApprovalPolicy() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getAuthorId() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getAutoCommit() - Method in class com.arsdigita.acs.db.Database
Returns the current state of auto-commit mode.
getBackLink() - Method in class com.arsdigita.acs.bboard.TopicsDataSource
Returns back-link URL for this topic id.
getBindValues() - Method in class com.arsdigita.acs.db.SqlStatement
Returns a list of bind values.
getBLOB(ResultSet, String) - Static method in class com.arsdigita.acs.db.Database
Returns a BLOB from a ResultSet as a byte array.
getBoolean(String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as a boolean primitive
getBoolean(String, String, boolean) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as a boolean primitive
getBytes() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getCategory() - Method in class com.arsdigita.acs.bboard.MessagesDataSource
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)
getClientFileName() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getCLOB(ResultSet, String) - Static method in class com.arsdigita.acs.db.Database
Returns a CLOB from a ResultSet as a String.
getColumnActualType() - Method in class com.arsdigita.acs.ug.GroupField
 
getColumnExtra() - Method in class com.arsdigita.acs.ug.GroupField
 
getColumnName() - Method in class com.arsdigita.acs.ug.GroupField
 
getColumnType() - Method in class com.arsdigita.acs.ug.GroupField
 
getComplaints() - Method in class com.arsdigita.acs.PageValidationException
 
getCookieValue(HttpServletRequest, String) - Static method in class com.arsdigita.acs.Utilities
Returns a cookie value as a String, given a cookie name.
getCreationDate() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getCreatorName() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getDatabase() - Method in class com.arsdigita.acs.tags.PageTag
 
getDataSources() - Method in class com.arsdigita.acs.tags.LoopTag
 
getDataSources() - Method in interface com.arsdigita.acs.tags.DataSourceScopeTag
 
getDataSources() - Method in class com.arsdigita.acs.tags.ScopeTag
 
getDefaultNewMemberPolicy() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getDeleted() - Method in class com.arsdigita.acs.fs.StoredFile
 
getDescription() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getEmail() - Method in class com.arsdigita.acs.UserInfo
 
getFieldName() - Method in class com.arsdigita.acs.ug.MemberField
 
getFieldType() - Method in class com.arsdigita.acs.ug.MemberField
 
getFileId() - Method in class com.arsdigita.acs.fs.StoredFile
 
getFileType() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getFirstNames() - Method in class com.arsdigita.acs.UserInfo
 
getFullName() - Method in class com.arsdigita.acs.UserInfo
 
getGroupAdminDirectory() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getGroupFields(Database) - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
Gets a list of supplemental fields stored for each group in a particular group type.
getGroupId() - Method in class com.arsdigita.acs.fs.StoredFile
 
getGroupId() - Method in class com.arsdigita.acs.ug.GroupDataSource
 
getGroupModuleAdministration() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getGroupName() - Method in class com.arsdigita.acs.ug.GroupDataSource
 
getGroupName(Database, Integer) - Static method in class com.arsdigita.acs.ug.UserGroups
 
getGroupPublicDirectory() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getGroupType() - Method in class com.arsdigita.acs.ug.GroupDataSource
 
getGroupType() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getGroupTypeAdminDirectory() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getHasVirtualDirectory() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getHeight() - Method in class com.arsdigita.acs.ImageSize
 
getHelperTableName(Database) - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getHTML() - Method in class com.arsdigita.acs.ContextBarWs
Returns HTML represenation of this context bar.
getHttpStatus() - Method in class com.arsdigita.acs.ACSException
 
getInstance() - Static method in class com.arsdigita.acs.RequestProcessor
Returns the currently-loaded instance of the request processor servlet.
getInstance() - Static method in class com.arsdigita.acs.Scheduler
Utility function to get a static Scheduler instance.
getInt(String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as a boolean primitive
getInt(String, String, int) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as an int primitive
getIsFolder() - Method in class com.arsdigita.acs.fs.StoredFile
 
getIsPublic() - Method in class com.arsdigita.acs.fs.StoredFile
 
getKbytes() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getLastName() - Method in class com.arsdigita.acs.UserInfo
 
getLatestVersion(Database, Integer) - Method in class com.arsdigita.acs.fs.StoredFile
Returns the latest version of a file visible to a given user.
getMemberFieldCount(Database) - Method in class com.arsdigita.acs.ug.GroupDataSource
Returns the number of additional fields collected about users in this group.
getMemberFields(Database) - Method in class com.arsdigita.acs.ug.GroupDataSource
Returns the additional data collected about users in this group.
getMemberFields(Database) - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
Gets a list of data stored for each member belonging to a group of this type.
getMessage() - Method in class com.arsdigita.acs.bboard.MessagesDataSource
gets the message text for display in the browser.
getModerationPolicy() - Method in class com.arsdigita.acs.bboard.TopicsDataSource
 
getNavbar(Database, String) - Method in class com.arsdigita.acs.fs.StoredFile
 
getNextId(Database) - Static method in class com.arsdigita.acs.bboard.BBoard
gets a message id for a new bboard message
getObject(String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as an Object.
getObject(String, String, Object) - Static method in class com.arsdigita.acs.Parameters
Gets a parameter as an Object.
getOlderVersions(Database) - Method in class com.arsdigita.acs.fs.StoredFile
 
getOwnerId() - Method in class com.arsdigita.acs.fs.StoredFile
 
getOwnerName() - Method in class com.arsdigita.acs.fs.StoredFile
 
getParentGroupId() - Method in class com.arsdigita.acs.ug.GroupDataSource
 
getParentId() - Method in class com.arsdigita.acs.fs.StoredFile
 
getParentTitle() - Method in class com.arsdigita.acs.fs.StoredFile
 
getPath() - Method in interface com.arsdigita.acs.Filter
Gets the relative URL path for this Filter.
getPath() - Method in class com.arsdigita.acs.FilterBase
 
getPermissionId(Database, String, Integer, Integer, String, String, Integer, String) - Static method in class com.arsdigita.acs.GeneralPermissions
Returns the id in the general_permissions table for a database object, given the specified scope, user, group, etc.
getPrettyFilename() - Method in class com.arsdigita.acs.bboard.MessagesDataSource
gets the associated filename, with all non-standard chars replaced with underscores.
getPrettyGroupModuleAdministration() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getPrettyName() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getPrettyName() - Method in class com.arsdigita.acs.ug.GroupField
 
getPrettyPlural() - Method in class com.arsdigita.acs.ug.GroupTypeDataSource
 
getPriority() - Method in interface com.arsdigita.acs.Filter
Gets the priority level for this filter.
getPriority() - Method in class com.arsdigita.acs.FilterBase
 
getQueueDate() - Method in class com.arsdigita.acs.ug.GroupMember
 
getReadable() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getRole() - Method in class com.arsdigita.acs.ug.GroupMember
 
getShortName() - Method in class com.arsdigita.acs.ug.GroupDataSource
 
getSortKey() - Method in class com.arsdigita.acs.ug.MemberField
 
getSortKey() - Method in class com.arsdigita.acs.ug.GroupField
 
getSql() - Method in class com.arsdigita.acs.db.SqlStatement
 
getSupplementalGroupInfo(Database) - Method in class com.arsdigita.acs.ug.GroupDataSource
Returns a list of supplemental fields and values for this group
getSystemName() - Static method in class com.arsdigita.acs.bboard.BBoard
 
getSystemOwner() - Static method in class com.arsdigita.acs.bboard.BBoard
 
getTitle() - Method in class com.arsdigita.acs.ACSException
 
getTitle() - Method in class com.arsdigita.acs.fs.StoredFile
 
getTreeName() - Method in class com.arsdigita.acs.fs.StoredFile
 
getType() - Method in class com.arsdigita.acs.bboard.EmailQueue
 
getUrl() - Method in class com.arsdigita.acs.fs.StoredFile
 
getUserId() - Method in class com.arsdigita.acs.UserInfo
 
GetUserInfoTag - class com.arsdigita.acs.tags.GetUserInfoTag.
 
GetUserInfoTag() - Constructor for class com.arsdigita.acs.tags.GetUserInfoTag
 
GetUserInfoTagExtraInfo - class com.arsdigita.acs.tags.GetUserInfoTagExtraInfo.
 
GetUserInfoTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.GetUserInfoTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.QueryTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.PageTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.GetUserInfoTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.DataSourceTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.MaybeOneRowTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.TemplateContractTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.PageContractTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.OneRowTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.arsdigita.acs.tags.ForeachTagExtraInfo
 
getVector(String, String) - Static method in class com.arsdigita.acs.Parameters
Gets a list of parameter values as a Vector.
getVerifiedUserInfo(HttpServletRequest, HttpServletResponse) - Static method in class com.arsdigita.acs.Security
Checks the current HttpSession for a set UserInfo object.
getVerifiedUserInfo(PageContext) - Static method in class com.arsdigita.acs.Security
Same as getVerifiedUserInfo(pc, true).
getVerifiedUserInfo(PageContext, boolean) - Static method in class com.arsdigita.acs.Security
Checks the current HttpSession for a set UserInfo object.
getVersionCount() - Method in class com.arsdigita.acs.fs.StoredFile
 
getVersionId() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
getWidth() - Method in class com.arsdigita.acs.ImageSize
 
getWritable() - Method in class com.arsdigita.acs.fs.StoredFileVersion
 
grantPermission(Database, String, Integer, Integer, String, String, Integer, String) - Static method in class com.arsdigita.acs.GeneralPermissions
Grants a permission for a database object to the specified user or group/role, depending on what "scope" is.
GroupDataSource - class com.arsdigita.acs.ug.GroupDataSource.
Represents a single group.
GroupDataSource() - Constructor for class com.arsdigita.acs.ug.GroupDataSource
 
GroupDataSource(ResultSet) - Constructor for class com.arsdigita.acs.ug.GroupDataSource
 
GroupDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.ug.GroupDataSource
 
GroupField - class com.arsdigita.acs.ug.GroupField.
Record that describes a piece of data stored about groups that are in a certain group type.
GroupField(SqlStatement, Database) - Constructor for class com.arsdigita.acs.ug.GroupField
 
GroupMember - class com.arsdigita.acs.ug.GroupMember.
A user, augmented with additional data about their membership in a certain group (date applied, role, etc.)
GroupMember(String) - Constructor for class com.arsdigita.acs.ug.GroupMember
 
GroupTypeDataSource - class com.arsdigita.acs.ug.GroupTypeDataSource.
Represents a user group type.
GroupTypeDataSource() - Constructor for class com.arsdigita.acs.ug.GroupTypeDataSource
 
GroupTypeDataSource(ResultSet) - Constructor for class com.arsdigita.acs.ug.GroupTypeDataSource
 
GroupTypeDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.ug.GroupTypeDataSource
 
guessSource(Database, boolean, Integer, Integer, UserInfo) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 

H

headerRowForFiles(String, boolean) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
HeaderTag - class com.arsdigita.acs.tags.HeaderTag.
 
HeaderTag() - Constructor for class com.arsdigita.acs.tags.HeaderTag
 
htmlOptions(String[], String[], String) - Static method in class com.arsdigita.acs.HtmlWidgets
Returns a list of HTML option tags.
htmlOptions(Vector, Vector, String) - Static method in class com.arsdigita.acs.HtmlWidgets
 
htmlToText(String) - Static method in class com.arsdigita.acs.Utilities
Removes tags and substitutes P tags with newlines.
HtmlWidgets - class com.arsdigita.acs.HtmlWidgets.
Class for HTML-generating widgets.
HtmlWidgets() - Constructor for class com.arsdigita.acs.HtmlWidgets
 

I

IfNoRowsTag - class com.arsdigita.acs.tags.IfNoRowsTag.
 
IfNoRowsTag() - Constructor for class com.arsdigita.acs.tags.IfNoRowsTag
 
ImageSize - class com.arsdigita.acs.ImageSize.
Utility class for getting the width and height of images for uploaded files.
ImageSize(String) - Constructor for class com.arsdigita.acs.ImageSize
 
incrBase62(String) - Static method in class com.arsdigita.acs.bboard.BBoard
Increments a base 62 number using 0-9, A-Z, a-z as digits (A=10, a=36).
init() - Method in class com.arsdigita.acs.RequestProcessor
Called when servlet is loaded, and sets static instance.
init() - Method in class com.arsdigita.acs.Parameters
Calls readParameters at start-up.
initGif(File) - Method in class com.arsdigita.acs.ImageSize
 
InvalidKeyException - exception com.arsdigita.acs.InvalidKeyException.
 
InvalidKeyException(String) - Constructor for class com.arsdigita.acs.InvalidKeyException
 
isAdministrationGroupMember(String, String) - Method in class com.arsdigita.acs.UserInfo
Verifies that this user is a member of administration group for the given module and submodule.
isGroupMember(Object) - Method in class com.arsdigita.acs.UserInfo
Verifies that this user is a member of groupId.
isSet() - Method in class com.arsdigita.acs.db.SqlStatement
 
isSiteWideAdmin() - Method in class com.arsdigita.acs.UserInfo
returns true if a user is a site-wide admin.

J

join(Object[], String) - Static method in class com.arsdigita.acs.Utilities
Converts an array to a String joined on another String.
join(Vector, String) - Static method in class com.arsdigita.acs.Utilities
Converts a java.util.Vector to a String joined on another String.

K

keys() - Method in class com.arsdigita.acs.Selection
 
keys() - Method in class com.arsdigita.acs.SingleSelection
 
keys() - Method in class com.arsdigita.acs.AdSet
 
keys() - Method in interface com.arsdigita.acs.DataSource
 
keys() - Method in class com.arsdigita.acs.bboard.SingleMessageDataSource
 
keys() - Method in class com.arsdigita.acs.bboard.EmailQueue
 
keys() - Method in class com.arsdigita.acs.bboard.SingleTopicDataSource
 
keys() - Method in class com.arsdigita.acs.ug.SingleGroupDataSource
 
keys() - Method in class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
keysAndValues() - Method in class com.arsdigita.acs.AdSet
 

L

latestVersion(Database, Integer) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
loginUser(PageContext, Integer, boolean) - Static method in class com.arsdigita.acs.Security
 
logoutUser(PageContext) - Static method in class com.arsdigita.acs.Security
Logs out the user.
lookup(String) - Static method in class com.arsdigita.acs.MemoizeCache
Returns the cached value for key; returns null if key is unmapped or if the mapping has expired.
LoopEmptyTag - class com.arsdigita.acs.tags.LoopEmptyTag.
 
LoopEmptyTag() - Constructor for class com.arsdigita.acs.tags.LoopEmptyTag
 
LoopTag - class com.arsdigita.acs.tags.LoopTag.
 
LoopTag() - Constructor for class com.arsdigita.acs.tags.LoopTag
 

M

main(String[]) - Static method in class com.arsdigita.acs.ImageSize
 
main(String[]) - Static method in class com.arsdigita.acs.Scheduler
 
main(String[]) - Static method in class com.arsdigita.acs.MemoizeCache
 
main(String[]) - Static method in class com.arsdigita.acs.db.Database
 
main(String[]) - Static method in class com.arsdigita.acs.tags.SubTag
 
maybeHtmlToText(String, String) - Static method in class com.arsdigita.acs.Utilities
 
MaybeOneRowTag - class com.arsdigita.acs.tags.MaybeOneRowTag.
 
MaybeOneRowTag() - Constructor for class com.arsdigita.acs.tags.MaybeOneRowTag
 
MaybeOneRowTagExtraInfo - class com.arsdigita.acs.tags.MaybeOneRowTagExtraInfo.
 
MaybeOneRowTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.MaybeOneRowTagExtraInfo
 
MemberField - class com.arsdigita.acs.ug.MemberField.
Record that describes a piece of data stored about users who are members in a particular group or group type.
MemberField(SqlStatement, Database) - Constructor for class com.arsdigita.acs.ug.MemberField
 
MemoizeCache - class com.arsdigita.acs.MemoizeCache.
Cache for memoized values.
MemoizeCache() - Constructor for class com.arsdigita.acs.MemoizeCache
 
MemoizeTag - class com.arsdigita.acs.tags.MemoizeTag.
A tag wrapper for MemoizeCache.
MemoizeTag() - Constructor for class com.arsdigita.acs.tags.MemoizeTag
 
MessagesDataSource - class com.arsdigita.acs.bboard.MessagesDataSource.
 
MessagesDataSource(ResultSet) - Constructor for class com.arsdigita.acs.bboard.MessagesDataSource
 
MessagesDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.bboard.MessagesDataSource
 

N

newSortKey(String, String) - Static method in class com.arsdigita.acs.bboard.BBoard
 
newSortKeyForm(String) - Static method in class com.arsdigita.acs.bboard.BBoard
 
next() - Method in class com.arsdigita.acs.Selection
 
next() - Method in class com.arsdigita.acs.SingleSelection
Since we are represening a single database row, we never want to increment the data source.
next() - Method in interface com.arsdigita.acs.DataSource
 
next() - Method in class com.arsdigita.acs.bboard.SingleMessageDataSource
Always returns false.
next() - Method in class com.arsdigita.acs.bboard.EmailQueue
 
next() - Method in class com.arsdigita.acs.ug.SingleGroupDataSource
 
next() - Method in class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 

O

OneRowTag - class com.arsdigita.acs.tags.OneRowTag.
 
OneRowTag() - Constructor for class com.arsdigita.acs.tags.OneRowTag
 
OneRowTagExtraInfo - class com.arsdigita.acs.tags.OneRowTagExtraInfo.
 
OneRowTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.OneRowTagExtraInfo
 
oneVersionQuery - Static variable in class com.arsdigita.acs.fs.StoredFile
 
orderFiles(Database) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 

P

PageContractTag - class com.arsdigita.acs.tags.PageContractTag.
 
PageContractTag() - Constructor for class com.arsdigita.acs.tags.PageContractTag
 
PageContractTagExtraInfo - class com.arsdigita.acs.tags.PageContractTagExtraInfo.
 
PageContractTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.PageContractTagExtraInfo
 
PageTag - class com.arsdigita.acs.tags.PageTag.
 
PageTag() - Constructor for class com.arsdigita.acs.tags.PageTag
 
PageTagExtraInfo - class com.arsdigita.acs.tags.PageTagExtraInfo.
 
PageTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.PageTagExtraInfo
 
PageValidationException - exception com.arsdigita.acs.PageValidationException.
 
PageValidationException(Vector) - Constructor for class com.arsdigita.acs.PageValidationException
 
Parameters - class com.arsdigita.acs.Parameters.
Class to handle ACS parameters, loaded on server startup.
Parameters() - Constructor for class com.arsdigita.acs.Parameters
 
permissionCount(Database, Integer, String, String) - Static method in class com.arsdigita.acs.GeneralPermissions
Returns the number of permissions records there are on a certain object, of a certain permission type.
plsql(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Calls a SQL stored procedure, stored function, or other PL/SQL code with IN parameters but no OUT parameters.
plsql(String, Object[], int[]) - Method in class com.arsdigita.acs.db.Database
Calls a SQL stored procedure, stored function, or other PL/SQL code with IN and OUT parameters.
prettyBoolean(Object) - Static method in class com.arsdigita.acs.Utilities
 
privateGroupOption(Integer, String) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
privateIndividualOption() - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
publicGroupOption(Integer, String) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
publicIndividualOption(Integer, String) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
publicOption() - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
put(String, Object) - Method in class com.arsdigita.acs.AdSet
Adds a key/value pair to this.
put(String, String) - Method in class com.arsdigita.acs.AdSet
Adds a key/value pair to this.

Q

query(SqlStatement) - Method in class com.arsdigita.acs.db.Database
Returns the result of a query.
query(String) - Method in class com.arsdigita.acs.db.Database
Returns the result of a query with no bind variables.
query(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Returns the result of a query.
QueryTag - class com.arsdigita.acs.tags.QueryTag.
 
QueryTag() - Constructor for class com.arsdigita.acs.tags.QueryTag
 
QueryTagExtraInfo - class com.arsdigita.acs.tags.QueryTagExtraInfo.
 
QueryTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.QueryTagExtraInfo
 
queryToList(SqlStatement) - Method in class com.arsdigita.acs.db.Database
Returns a list of Strings resulting from a single-column SQL query.
queryToList(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Returns a list of Strings resulting from a single-column SQL query.
queryToString(SqlStatement) - Method in class com.arsdigita.acs.db.Database
Returns a string result from a single-row, single-column SQL query.
queryToString(String) - Method in class com.arsdigita.acs.db.Database
Returns a string result from a single-row, single-column SQL query.
queryToString(String, Object[]) - Method in class com.arsdigita.acs.db.Database
Returns a string result from a single-row, single-column SQL query.
queryToString(String, Object[], String) - Method in class com.arsdigita.acs.db.Database
Returns a string result from a single-row, single-column SQL query.
queryToString(String, String) - Method in class com.arsdigita.acs.db.Database
Returns a string result from a single-row, single-column SQL query.
quoteHtml(String) - Static method in class com.arsdigita.acs.Utilities
Quotes "special" characters in HTML text (ampersand, angle brackets, quote).

R

redirectForRegistration(PageContext) - Static method in class com.arsdigita.acs.Security
Redirects to /register.
registerFilter(String, Filter) - Static method in class com.arsdigita.acs.RequestProcessor
Registers a request filter with no particular priority.
registerFilter(String, Filter, int) - Static method in class com.arsdigita.acs.RequestProcessor
Registers a request filter with a priority.
removeDups(Vector) - Static method in class com.arsdigita.acs.Utilities
Removes duplicate entries from a Vector.
RequestProcessor - class com.arsdigita.acs.RequestProcessor.
Request procesor servlet for ACS -- handles abstract URLs and filters.
RequestProcessor() - Constructor for class com.arsdigita.acs.RequestProcessor
 
rollback() - Method in class com.arsdigita.acs.db.Database
Aborts the current transaction.
rowForOneFile(ResultSet, boolean, String, boolean, Integer, String) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
rowForOneFile(ResultSet, String) - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
rs - Variable in class com.arsdigita.acs.Selection
The result set that we're managing
rsmd - Variable in class com.arsdigita.acs.Selection
 

S

schedule(ScheduledProcedure, long) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run every interval seconds.
scheduleDaily(ScheduledProcedure, int, int) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run every day at hour:minute.
scheduleDailyOnce(ScheduledProcedure, int, int) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run once at hour:minute.
scheduleOnce(ScheduledProcedure, long) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run once in interval seconds.
Scheduler - class com.arsdigita.acs.Scheduler.
Utility class for running scheduled procedures, modelled after the AOLserver ns_schedule_proc interface.
Scheduler() - Constructor for class com.arsdigita.acs.Scheduler
Creates a new Scheduler interface and starts it running.
scheduleWeekly(ScheduledProcedure, int, int, int) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run each week at hour:minute, on day.
scheduleWeeklyOnce(ScheduledProcedure, int, int, int) - Method in class com.arsdigita.acs.Scheduler
Schedules a procedure to run once at hour:minute, on day.
ScopeTag - class com.arsdigita.acs.tags.ScopeTag.
 
ScopeTag() - Constructor for class com.arsdigita.acs.tags.ScopeTag
 
secDigestString(String) - Static method in class com.arsdigita.acs.Utilities
Digests a string into eight ASCII characters (horribly insecurely).
secRandomChar() - Static method in class com.arsdigita.acs.Utilities
Generates a single random character.
secRandomToken() - Static method in class com.arsdigita.acs.Utilities
Generates a random token, using the TokenLength as the token length.
Security - class com.arsdigita.acs.Security.
Utility procedures for verifying user log-in information.
Security() - Constructor for class com.arsdigita.acs.Security
 
select(Database, Integer, Integer) - Method in class com.arsdigita.acs.fs.StoredFile
 
Selection - class com.arsdigita.acs.Selection.
Represents a series of objects pulled in from the database.
Selection() - Constructor for class com.arsdigita.acs.Selection
 
Selection(ResultSet) - Constructor for class com.arsdigita.acs.Selection
 
Selection(SqlStatement, Database) - Constructor for class com.arsdigita.acs.Selection
Utility constructor to initialize from a result set created from a SqlStatement.
send() - Method in class com.arsdigita.acs.bboard.EmailQueue
Send e-mail messages for all queued alerts.
sendMail(String, String, String, String) - Static method in class com.arsdigita.acs.Utilities
Sends a single e-mail message; analogous to ns_sendmail.
sendRedirect(HttpServletResponse, String) - Static method in class com.arsdigita.acs.Utilities
Analogous to HttpServletResponse.sendRedirect(), but necessary for redirecting if there have been any headers set (such as cookie headers), since (in at least the Tomcat implementation) sendRedirect() ignores any header objects attached to the response.
service(HttpServletRequest, HttpServletResponse) - Method in class com.arsdigita.acs.RequestProcessor
Handles an abstract URL in the request req, and executes filters on the request.
set(String, Object) - Method in class com.arsdigita.acs.bboard.SingleMessageDataSource
 
setAutoCommit(boolean) - Method in class com.arsdigita.acs.db.Database
Sets auto-commit mode.
setClass(String) - Method in class com.arsdigita.acs.tags.DataSourceTag
 
setDefault(String) - Method in class com.arsdigita.acs.tags.StringTag
 
setDs(String) - Method in class com.arsdigita.acs.tags.LoopTag
 
setDs(String) - Method in class com.arsdigita.acs.tags.SubTag
 
setIn(String) - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
setIn(String) - Method in class com.arsdigita.acs.tags.OneRowTag
 
setIn(String) - Method in class com.arsdigita.acs.tags.ForeachTag
 
setKey(String) - Method in class com.arsdigita.acs.tags.MemoizeTag
 
setMethod(String) - Method in class com.arsdigita.acs.tags.UseTemplateTag
 
setName(String) - Method in class com.arsdigita.acs.tags.BindTag
 
setPath(String) - Method in interface com.arsdigita.acs.Filter
Sets the relative URL path for this Filter.
setPath(String) - Method in class com.arsdigita.acs.FilterBase
 
setPriority(int) - Method in interface com.arsdigita.acs.Filter
Sets the priority level for this Filter.
setPriority(int) - Method in class com.arsdigita.acs.FilterBase
 
setQueueDate(String) - Method in class com.arsdigita.acs.ug.GroupMember
 
setRedirect(String) - Method in class com.arsdigita.acs.tags.GetUserInfoTag
 
setRole(String) - Method in class com.arsdigita.acs.ug.GroupMember
 
setRow(String) - Method in class com.arsdigita.acs.tags.MaybeOneRowTag
 
setRow(String) - Method in class com.arsdigita.acs.tags.OneRowTag
 
setRow(String) - Method in class com.arsdigita.acs.tags.ForeachTag
 
setRs(ResultSet) - Method in class com.arsdigita.acs.tags.DataSourceTag
 
setSource(String) - Method in class com.arsdigita.acs.tags.ExportTag
 
setSources(String) - Method in class com.arsdigita.acs.tags.ScopeTag
 
setSql(String) - Method in class com.arsdigita.acs.db.SqlStatement
Sets the SQL command string for this statement.
setType(String) - Method in class com.arsdigita.acs.tags.ExportTag
 
setVar(String) - Method in class com.arsdigita.acs.tags.SubTag
 
setVars(String) - Method in class com.arsdigita.acs.tags.TemplateContractTag
 
setVars(String) - Method in class com.arsdigita.acs.tags.ExportTag
 
setVars(String) - Method in class com.arsdigita.acs.tags.PageContractTag
 
sharedOption() - Static method in class com.arsdigita.acs.fs.FileStorageProcs
 
SingleGroupDataSource - class com.arsdigita.acs.ug.SingleGroupDataSource.
Represents a single user group.
SingleGroupDataSource(Integer) - Constructor for class com.arsdigita.acs.ug.SingleGroupDataSource
 
SingleGroupDataSource(ResultSet) - Constructor for class com.arsdigita.acs.ug.SingleGroupDataSource
 
SingleGroupDataSource(String) - Constructor for class com.arsdigita.acs.ug.SingleGroupDataSource
Same as SingleGroupDataSource(module, null).
SingleGroupDataSource(String, String) - Constructor for class com.arsdigita.acs.ug.SingleGroupDataSource
Given the module and submodule of an administration group, looks up the group_id.
SingleGroupTypeDataSource - class com.arsdigita.acs.ug.SingleGroupTypeDataSource.
Represents a user group type.
SingleGroupTypeDataSource(ResultSet) - Constructor for class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
SingleGroupTypeDataSource(String) - Constructor for class com.arsdigita.acs.ug.SingleGroupTypeDataSource
 
SingleMessageDataSource - class com.arsdigita.acs.bboard.SingleMessageDataSource.
Just like a MessagesDataSource, but ensures the next method exactly once; overrides next to always return false.
SingleMessageDataSource(ResultSet) - Constructor for class com.arsdigita.acs.bboard.SingleMessageDataSource
 
SingleMessageDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.bboard.SingleMessageDataSource
 
SingleSelection - class com.arsdigita.acs.SingleSelection.
Represents a single generic object pulled in from the database.
SingleSelection(ResultSet) - Constructor for class com.arsdigita.acs.SingleSelection
Generates a single-row selection from the current row in the result set.
SingleSelection(Selection) - Constructor for class com.arsdigita.acs.SingleSelection
 
SingleTopicDataSource - class com.arsdigita.acs.bboard.SingleTopicDataSource.
 
SingleTopicDataSource(Database, Integer) - Constructor for class com.arsdigita.acs.bboard.SingleTopicDataSource
 
SingleTopicDataSource(Database, String) - Constructor for class com.arsdigita.acs.bboard.SingleTopicDataSource
Returns the Topic datasource object for a given message.
SingleTopicDataSource(ResultSet) - Constructor for class com.arsdigita.acs.bboard.SingleTopicDataSource
 
sql - Variable in class com.arsdigita.acs.tags.SqlTag
 
SqlStatement - class com.arsdigita.acs.db.SqlStatement.
Utility class for bundling a SQL statement with its bind values.
SqlStatement() - Constructor for class com.arsdigita.acs.db.SqlStatement
 
SqlTag - class com.arsdigita.acs.tags.SqlTag.
 
SqlTag() - Constructor for class com.arsdigita.acs.tags.SqlTag
 
StoredFile - class com.arsdigita.acs.fs.StoredFile.
Represents a single file in the file storage module.
StoredFile() - Constructor for class com.arsdigita.acs.fs.StoredFile
 
StoredFileVersion - class com.arsdigita.acs.fs.StoredFileVersion.
Represents a single version of a file in the file storage module.
StoredFileVersion(ResultSet) - Constructor for class com.arsdigita.acs.fs.StoredFileVersion
 
StringTag - class com.arsdigita.acs.tags.StringTag.
 
StringTag() - Constructor for class com.arsdigita.acs.tags.StringTag
 
SubTag - class com.arsdigita.acs.tags.SubTag.
 
SubTag() - Constructor for class com.arsdigita.acs.tags.SubTag
 

T

TemplateContractTag - class com.arsdigita.acs.tags.TemplateContractTag.
 
TemplateContractTag() - Constructor for class com.arsdigita.acs.tags.TemplateContractTag
 
TemplateContractTagExtraInfo - class com.arsdigita.acs.tags.TemplateContractTagExtraInfo.
 
TemplateContractTagExtraInfo() - Constructor for class com.arsdigita.acs.tags.TemplateContractTagExtraInfo
 
textToHtml(String) - Static method in class com.arsdigita.acs.Utilities
Takes a plaintext string, and returns an HTML string that, when rendered by a web browser, will appear as the original input string
TopicsDataSource - class com.arsdigita.acs.bboard.TopicsDataSource.
 
TopicsDataSource() - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
TopicsDataSource(ResultSet) - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
TopicsDataSource(SqlStatement, Database) - Constructor for class com.arsdigita.acs.bboard.TopicsDataSource
 
toString() - Method in class com.arsdigita.acs.ContextBarWs
Returns HTML represenation of this context bar.
toString() - Method in class com.arsdigita.acs.UserInfo
 
toString() - Method in class com.arsdigita.acs.fs.FolderBox
 
TransactionTag - class com.arsdigita.acs.tags.TransactionTag.
 
TransactionTag() - Constructor for class com.arsdigita.acs.tags.TransactionTag
 

U

unschedule(int) - Method in class com.arsdigita.acs.Scheduler
Unschedules a scheduled procedure.
update(String, String) - Method in class com.arsdigita.acs.AdSet
Changes the first mapping from key to value.
URLDecode(String) - Static method in class com.arsdigita.acs.Utilities
This method decodes the given urlencoded string.
URLEncode(String) - Static method in class com.arsdigita.acs.Utilities
URL-encodes a string.
urlStub() - Static method in class com.arsdigita.acs.bboard.BBoard
 
UserGroups - class com.arsdigita.acs.ug.UserGroups.
 
UserGroups() - Constructor for class com.arsdigita.acs.ug.UserGroups
 
userHasPermission(Integer, String, String, String) - Static method in class com.arsdigita.acs.GeneralPermissions
 
UserInfo - class com.arsdigita.acs.UserInfo.
Class to abstract information about a user of the web service.
UserInfo(int) - Constructor for class com.arsdigita.acs.UserInfo
 
UserInfo(String) - Constructor for class com.arsdigita.acs.UserInfo
 
UserInfo(String, String) - Constructor for class com.arsdigita.acs.UserInfo
Validates a user login attempt.
UseTemplateTag - class com.arsdigita.acs.tags.UseTemplateTag.
Tag to pass control from a business-logic JSP (which does database queries, access filtering, etc.) to a presentation-logic template JSP.
UseTemplateTag() - Constructor for class com.arsdigita.acs.tags.UseTemplateTag
 
Utilities - class com.arsdigita.acs.Utilities.
Utility procedures for ACS.
Utilities() - Constructor for class com.arsdigita.acs.Utilities
 

W

WarningException - exception com.arsdigita.acs.WarningException.
 
WarningException(String, String) - Constructor for class com.arsdigita.acs.WarningException
 
writeBLOB(BLOB, File) - Static method in class com.arsdigita.acs.db.Database
Writes a BLOB to the database from a file.
writeBLOB(ResultSet, String, File) - Static method in class com.arsdigita.acs.db.Database
Writes a BLOB to the database from a file.
writeCLOB(CLOB, File) - Static method in class com.arsdigita.acs.db.Database
Writes a CLOB to the database from a file.

A B C D E F G H I J K L M N O P Q R S T U W