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

A

ABSTRACT_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
AccessBase - Class in org.apache.commons.scaffold.sql
Deprecated. Use StorageBean instead.
AccessBase() - Constructor for class org.apache.commons.scaffold.sql.AccessBase
Deprecated.  
ACTION_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Prefix for logging exceptions.
ACTION_FORM_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Prefix for logging exceptions.
add(String, Message) - Method in interface org.apache.commons.scaffold.util.Messages
Add a message to the set of messages for the specified property.
add(Message) - Method in interface org.apache.commons.scaffold.util.Messages
Add a message to the set of messages for the "global" property.
add(Messages) - Method in interface org.apache.commons.scaffold.util.Messages
Adds the messages from the given Messages object to this set of messages.
add(String, Message) - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
add(Message) - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
add(Messages) - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
add(Object) - Method in interface org.apache.commons.scaffold.util.ResultList
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
addAll(Collection) - Method in interface org.apache.commons.scaffold.util.ResultList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
addLuhnDigit(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns number with the appropriate digit appended so that is passes a "luhnCheck".
addMessage(Message, String) - Method in interface org.apache.commons.scaffold.util.BizResponse
Add a message to the list.
addMessage(Message) - Method in interface org.apache.commons.scaffold.util.BizResponse
Add a message to the list.
addMessage(Message, String) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
addMessage(Message) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
addMessage(Object) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Add a message to the list.
addMessage(Object) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Add a message to the list.
addParam(String, String, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Appends name=value parameter.
addParams(String, Map) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Appends name=value parameters to path from Map.
aggregate - Variable in class org.apache.commons.scaffold.util.BizResponseImpl
Field to store the aggregate state [false].
aggregate - Variable in class org.apache.commons.scaffold.util.ProcessResultBase
Field to store the aggregate state [false].
ALLOCATE_KEY_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
allocateKey() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
allocateKey() - Method in interface org.apache.commons.scaffold.util.Storable
Obtain a new primary key for this object.
APPLICATION - Static variable in class org.apache.commons.scaffold.lang.Tokens
 

B

BASE_LOGIC_EXECUTING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Executing base logic.
BaseException - Exception in org.apache.commons.scaffold.lang
Base exception for additional subclasses.
BaseException(String) - Constructor for exception org.apache.commons.scaffold.lang.BaseException
 
BaseException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.BaseException
 
BizRequest - Interface in org.apache.commons.scaffold.util
A helper bean used to encapsulate the runtime properties needed by a business service [org.apache.commons.scaffold.util.BizSevice].
BizRequestImpl - Class in org.apache.commons.scaffold.util
Concrete implementation of a business request.
BizRequestImpl() - Constructor for class org.apache.commons.scaffold.util.BizRequestImpl
 
BizResponse - Interface in org.apache.commons.scaffold.util
Convenient wrapper for the result of a business process.
BizResponseImpl - Class in org.apache.commons.scaffold.util
Concrete implementation of a business response [org,apache.commons.util.BizResponse] that can be used "as-is" to manage a response from the business tier.
BizResponseImpl() - Constructor for class org.apache.commons.scaffold.util.BizResponseImpl
Default constructor.
BizResponseImpl(Object) - Constructor for class org.apache.commons.scaffold.util.BizResponseImpl
Convenience constructor to set result object.
BizResponseImpl(Object, boolean) - Constructor for class org.apache.commons.scaffold.util.BizResponseImpl
Convenience constructor to set result object and singleForm status.
BizResponseImpl(String) - Constructor for class org.apache.commons.scaffold.util.BizResponseImpl
Convenience constructor to set forwarding advice.
BizService - Interface in org.apache.commons.scaffold.util
A business service facade designed to be invoked through a process method.
BizServiceImpl - Class in org.apache.commons.scaffold.util
Sample business service object.
BizServiceImpl() - Constructor for class org.apache.commons.scaffold.util.BizServiceImpl
 
blank(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Convenience method to check for null, empty String.
blank(Number) - Static method in class org.apache.commons.scaffold.sql.StorageBeanBase
Returns true if null or zero.
blank(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use blank instead.
blank(Number) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use blank instead.
blankNull(String) - Static method in class org.apache.commons.scaffold.lucene.Engine
Convenience method to use an empty string in place of a null for indexing.
blankValue(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Convenience method to check for null, empty String, or "0" String.
blankValue(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns true if null, trims to an empty string, or to "0".

C

calculate() - Method in class org.apache.commons.scaffold.util.Scroller
Calculate the new property values using a bean that has already had count and limit set.
calculate(int) - Method in class org.apache.commons.scaffold.util.Scroller
Calculate the new property values using a bean that has already had count and limit set.
calculate(int, int, int, int) - Method in class org.apache.commons.scaffold.util.Scroller
Calculate the new property values.
CANCEL - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
CARRIAGE_RETURN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Carriage return character.
ChainedException - Exception in org.apache.commons.scaffold.lang
Mimicks new functionality in 1.4 http://www.javaworld.com/javaworld/jw-08-2001/jw-0803-exceptions.html
ChainedException() - Constructor for exception org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(String) - Constructor for exception org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ChainedException
 
CLASS - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
clear() - Method in interface org.apache.commons.scaffold.util.Messages
Clear all messages recorded by this object.
clear() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
clear() - Method in interface org.apache.commons.scaffold.util.ResultList
Removes all of the elements from this list..
clear() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
collection(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Retrieve a collection of objects from storage.
collectionResult(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
COMMAND_PARAMETER - Static variable in class org.apache.commons.scaffold.http.SetUp
Parameter to specify a new path for commands used by the application [command_path].
COMMAND_PATH - Static variable in class org.apache.commons.scaffold.http.SetUp
Default path for commands used by application ["resources/command.properties"].
commandKey() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
commandKey() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the String to use to retrieve the appropriate query for this search.
commands - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
Our command string properties.
CommandStore - Class in org.apache.commons.scaffold.sql
 
CommandStore(Properties) - Constructor for class org.apache.commons.scaffold.sql.CommandStore
Constructor to pass a properties file.
ConnectionAdaptor - Class in org.apache.commons.scaffold.sql
Base class for SQL connection adaptors.
ConnectionAdaptor() - Constructor for class org.apache.commons.scaffold.sql.ConnectionAdaptor
 
ConnectionServlet - Class in org.apache.commons.scaffold.http
Initialize a ConnectionAdaptor for this application.
ConnectionServlet() - Constructor for class org.apache.commons.scaffold.http.ConnectionServlet
 
contains(Object) - Method in interface org.apache.commons.scaffold.util.ResultList
Returns true if this collection contains the specified element.
contains(Object) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
containsAll(Collection) - Method in interface org.apache.commons.scaffold.util.ResultList
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
CONTINUE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ConvertUtils - Class in org.apache.commons.scaffold.text
An experimental class with some standard conversion utilities.
count(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
count(String, Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
count - Variable in class org.apache.commons.scaffold.util.Scroller
The maximum number of entries available (the SQL count).
count(String, Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Count of matching entries.
countKey() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
countKey() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the String to use to retrieve the appropriate query to count the entries matching this search.
CREATE_OBJECT_ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
Error creating object
createKey(String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Returns next sequential key for given set of keys.
createKey(String, int, String, Object, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Returns next sequential key for given table.
createKey(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
createKey(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
Returns next sequential key for given set of keys.
createTable(String, String, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Create a new database table in an existing database, by sending "CREATE TABLE " and the parameters to the DBMS configured with the ConnectionPool.
CURRENCY_PATTERN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Standard currency pattern.

D

DATA_ACCESS_DENIED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_ACCESS_EMPTY - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_ACCESS_ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_ACCESS_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
DATA_RECORD_DELETED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_DUPLICATE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_INSERTED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_RECYCLED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_RESTORED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_RETRIEVED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_RECORD_UPDATED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DATA_SOURCE_KEY - Static variable in class org.apache.commons.scaffold.sql.ConnectionAdaptor
The default DataSource name.
DATA_TRANSFER_ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
datasource - Static variable in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Field to store singleton reference to default datasource.
DATE - Static variable in class org.apache.commons.scaffold.lang.TestData
Date type
DATE_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Date separator ["-"].
DATE_TIME_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Date Time separator [" "].
DECIMAL_PATTERN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Default decimal pattern.
DEFAULT - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Default style for dates and times.
delete(Object, Integer, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Mark entry for deletion.
DELETE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc] purge
delete() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
delete(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
delete() - Method in interface org.apache.commons.scaffold.util.Storable
Permenantly delete record.
delete(Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Permanently delete this object from data storage.
deleteTerm(Term) - Static method in class org.apache.commons.scaffold.lucene.Engine
Delete record matching term from default index.
destroy() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Gracefully shut down this controller servlet, releasing any resources that were allocated at initialization.
destroyCustom() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Release any custom resources created at initialization
destroyDefault() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Release any default resources created at initialization
DISPATCH - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
displayName - Variable in class org.apache.commons.scaffold.util.ResultListBase
The displayName map, if any.
DONE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
DOT - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
DOUBLE_ONE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An Double 1.
DOUBLE_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An Double 0.

E

element(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Retrieve an element (record) from storage.
elementResult(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
EMAIL_ADDRESS - Static variable in class org.apache.commons.scaffold.lang.TestData
EmailAddress Format.
EMPTY - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
empty() - Method in interface org.apache.commons.scaffold.util.Messages
Deprecated. Use isEmpty instead.
empty() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
EMPTY_STRING - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use STRING_EMPTY
Engine - Class in org.apache.commons.scaffold.lucene
Search engine methods for Lucene.
Engine() - Constructor for class org.apache.commons.scaffold.lucene.Engine
 
entries - Variable in class org.apache.commons.scaffold.util.Scroller
The actual number of entries to fetch (eg length or limit).
entryCount() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
entryCount() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
The total number of entries in search list.
ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_CANCEL - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_DETAIL - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_DISPATCH - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_DISPATCH_RETURN - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_GENERAL - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERROR_TOKEN - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERRORS_REQUIRED - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ESCAPE_DATE_PATTERN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A "default" date format.
Executable - Interface in org.apache.commons.scaffold.util
Simple interface to describe public methods on a business logic object.
execute() - Method in interface org.apache.commons.scaffold.util.Executable
Perform business logic for this bean, often by passing default values to the Object execute(Object) signature.
execute(Object) - Method in interface org.apache.commons.scaffold.util.Executable
Perform business logic for this, by retrieving any settings from the parameter object, and return a result object.
execute() - Method in interface org.apache.commons.scaffold.util.ProcessBean
Perform business logic for this bean, often by passing default values to the Object execute(Object) signature.
execute(Object) - Method in interface org.apache.commons.scaffold.util.ProcessBean
Perform business logic for this, by retrieving any settings from the parameters object and returning a result object.
execute() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
Perform business logic for this bean.
execute(Object) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
Perform business logic for this instance by obtaining any properties from the parameters object.
executeQuery(Connection, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Merges a SQL command with an array of parameters.
executeUpdate(String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Lookup command and execute "update" query to create a table, seed it with data, et cetera.
executeUpdate(Connection, String, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Prepares statement using SQL statement and executes with DBMS configured with the ConnectionPool.
executeUpdate(String, String, Object) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling executeUpdate(String,String,Object[]); with a single Object parameter.
executeUpdate(String, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling executeUpdate(String,String,Object[]); without a parameter list.
executeUpdate(String, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Prepares statement using SQL statement and executes with DBMS configured with the ConnectionPool.
executeUpdate(String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling executeUpdate(String,String,Object[]); without a parameter list.
executeUpdate(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
executeUpdate(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
Lookup command and execute "update" query to create a table, seed it with data, et cetera.
executeUpdateRoot(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
executeUpdateRoot(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
Lookup command (sans prefix) and execute "update" query to create a table, seed it with data, et cetera.
EXIT - Static variable in class org.apache.commons.scaffold.lang.Tokens
 

F

failsOnEmpty() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
failsOnEmpty() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Whether to branch to "failure" if list returns zero entries.
FAILURE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
FILE_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
File separator character.
findByProperty(Object, String, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Select entries from data storage by indexed property..
findByProperty(Object, String, String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
findByProperty(Object, String, String) - Method in interface org.apache.commons.scaffold.util.StorageBean
Select entries from data storage by indexed property..
findCollection(Object, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve a collection of beans from data stoarge.
findCollection(Object, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve a collection of beans from data stoarge.
findCollection(Object, String, Object) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve a collection of beans from data stoarge.
findCollection(Object, String, int) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve a collection of beans from data stoarge.
findCollection(Object, String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
findCollection(Object, String, int) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
findCollection(Object, String, Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Convenience method that calls findCollection(Object,String,Object[]) with appropriate parameters.
findCollection(Object, String, Object[]) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
findCollection(Object, String, Object[]) - Method in interface org.apache.commons.scaffold.util.StorageBean
Retrieve a collection of beans from data storage.
findCollectionLike(Object, String, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve a collection of beans from data stoarge.
findElement(Object, Object, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve entry from data storage.
findElement(Object, String, Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
findElement(Object, String, Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Retrieve object from data storage.
fixModified() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
If timestamp is null (or ConvertUtils.NULL_TIMESTAMP), set our modified property to the current time.
FORM_FEED - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Form feed character.
FORWARD - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
FROM - Static variable in class org.apache.commons.scaffold.util.Scroller
The default starting point [1].
from - Variable in class org.apache.commons.scaffold.util.Scroller
The starting point for the current query [FROM].
FULL - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Full style for dates and times.
FunctionBean - Class in org.apache.commons.scaffold.util
 
FunctionBean() - Constructor for class org.apache.commons.scaffold.util.FunctionBean
 

G

get() - Method in interface org.apache.commons.scaffold.util.Messages
Return the set of all recorded messages, without distinction by which property the messages are associated with.
get(String) - Method in interface org.apache.commons.scaffold.util.Messages
Return the set of messages related to a specific property.
get() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
get(String) - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
get(int) - Method in interface org.apache.commons.scaffold.util.ResultList
Returns the element at the specified position in this list.
get(int) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
GET_TOKEN - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
getAnalyzer() - Static method in class org.apache.commons.scaffold.lucene.Engine
Return default analyzer for application A non-English site should use a different analyzer
getCause() - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
getCauseMessage() - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
getCode() - Method in interface org.apache.commons.scaffold.util.ResultList
Return the code.
getCode() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getCollection(Object, Hits) - Static method in class org.apache.commons.scaffold.lucene.SearchUtils
Return a ArrayList of hits by looping and calling populate.
getCollection(Object, ResultSet) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Return a ArrayList of beans populated from a ResultSet.
getCollection(String, Object, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Merges a SQL command with an array of parameters.
getCollection(String, Object, String, Object) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getCollection(String,Object,String,Object[]); with a single object parameter.
getCollection(String, Object, String, int) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getCollection(String,Object,String,Object[]); with a single int parameter.
getCollection(String, Object, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getCollection(String,Object,String,Object[]); without a parameter list.
getColumn(String, int, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Merges a SQL command with an array of parameters and returns a column from the first record of the result set as an Object.
getColumn(String, int, String, Object) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getColumn(String,int,String,Object[]); with a single object parameter.
getColumn(String, int, String, int) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getColumn(String,Object,String,Object[]); with a single int parameter.
getColumn(String, int, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getColumn(String,Object,String,Object[]); without a parameter list.
getCommand(String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Retrieve command from commands Properties for key.
getConnection() - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Returns a JDBC connection from the default resource.
getConnection(String) - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Returns a JDBC connection from a connection pool or other named resource, to be used and closed promptly.
getCount() - Method in class org.apache.commons.scaffold.util.FunctionBean
Return the count.
getCount() - Method in class org.apache.commons.scaffold.util.Scroller
Return count.
getCounter() - Method in interface org.apache.commons.scaffold.util.ResultList
Convenience method for maintaining a counter that can be shared among multiple components in some presentation systems (e.g, Tiles).
getCounter() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getCurrency(Number) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return currency for default locale using standard pattern.
getData() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the data object.
getData() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getData() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the data object.
getData() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return the data object.
getDataSource(String) - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Return datasource using JNDI lookup.
getDataSource(String) - Method in class org.apache.commons.scaffold.sql.MockAdaptor
 
getDataSource(String) - Method in class org.apache.commons.scaffold.sql.PoolmanAdaptor
 
getDataSource(String) - Method in class org.apache.commons.scaffold.sql.ServletAdaptor
Return datasource from the servlet context using key as the attribute name.
getDate(String, String, boolean) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert String to Date using given format.
getDate(String, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert String to Date using given format.
getDate(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert String to Date using a medium (weekday day month year) format.
getDate(Date, Locale, int) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert date to String for given locale in given style.
getDate(Date, int) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert date to String for default locale in given style.
getDate(Date) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert date to String for default locale in DEFAULT style.
getDecimal(Number, Locale) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return decimal number formatted for default or given locale.
getDecimal(Number, Locale, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return decimal number formatted for default or given locale using given pattern.
getDecimal(Number) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return decimal for default locale using standard pattern.
getDigits(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return String with of digits only (0..9).
getDispatch() - Method in interface org.apache.commons.scaffold.util.BizResponse
The dispatch property can be used to re-route control to an non-default location, either as a system path or via a logical name (e.g ActionForward).
getDispatch() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getDispatch() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. The dispatch property can be used to re-route control to an non-default location, either as a system path or via a logical name (e.g ActionForward).
getDispatch() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
The dispatch property can be used to re-route control to an non-default location, either as a system path or via a logical name (e.g ActionForward).
getDisplayName() - Method in interface org.apache.commons.scaffold.util.ResultList
Return the displayName map (a HashMap).
getDisplayName() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getElement(Object, ResultSet) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Populate target bean with the first record from a ResultSet.
getElement(String, Object, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Merges a SQL command with an array of parameters.
getElement(String, Object, String, Object) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getElement(String,Object,String,Object[]); with a single object parameter.
getElement(String, Object, String, int) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getElement(String,Object,String,Object[]); with a single int parameter.
getElement(String, Object, String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Convenience method for calling getElement(String,Object,String,Object[]); without a parameter list.
getElement(int) - Method in interface org.apache.commons.scaffold.util.ResultList
Convenience accessor for get().
getElement(int) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getEntries() - Method in class org.apache.commons.scaffold.util.Scroller
Return entries.
getFrom() - Method in class org.apache.commons.scaffold.util.Scroller
Return from.
getGenericDecimal(Locale) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Symbols that can be used in a decimal pattern.
getHiddenFields() - Method in class org.apache.commons.scaffold.util.Scroller
Return parameters as a series of hidden HTML fields.
getHits(Query) - Static method in class org.apache.commons.scaffold.lucene.Engine
Return hits for model using default searcher.
getIndexPath() - Static method in class org.apache.commons.scaffold.lucene.Engine
Return path for index.
getIndexReader() - Static method in class org.apache.commons.scaffold.lucene.Engine
Return default reader for application.
getIndexWriter(boolean) - Static method in class org.apache.commons.scaffold.lucene.Engine
Return default writer for application.
getInitInt(String, int) - Method in class org.apache.commons.scaffold.http.ResourceServlet
Check for a parameter and returns a default value if not found, or if the value does not convert to an int.
getInitParameters() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Return a map of this servlet's initialization parameters.
getInitString(String, String) - Method in class org.apache.commons.scaffold.http.ResourceServlet
Check for a parameter and returns a default value if not found.
getIterator() - Method in interface org.apache.commons.scaffold.util.ResultList
Convenience accessor for iterator().
getIterator() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getKey() - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Return the attribute under which our datasource is stored.
getKey() - Method in interface org.apache.commons.scaffold.util.Message
Get the message key for this message.
getKey() - Method in class org.apache.commons.scaffold.util.MessageImpl
 
getLabel() - Method in class org.apache.commons.scaffold.util.LabelValueBean
 
getLegend() - Method in interface org.apache.commons.scaffold.util.ResultList
Return the legend.
getLegend() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getLimit() - Method in class org.apache.commons.scaffold.util.Scroller
Return limit.
getList() - Method in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
 
getLocale() - Method in interface org.apache.commons.scaffold.util.Localized
 
getLocale() - Method in interface org.apache.commons.scaffold.util.ProcessBean
Return the locale for this bean instance.
getLocale() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
getMap(ResultSet) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Returns next record of result set as a Map.
getMap() - Method in interface org.apache.commons.scaffold.util.Mapped
Return a Map of this object's public properties.
getMaps(ResultSet) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Return a Collection of Maps, each representing a row from the ResultSet.
getMarked() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Return the marked status.
getMessage(StringBuffer) - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
getMessage() - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Return a message for an exception if pool returns null.
getMessages() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the messages list.
getMessages() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getMessages() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the messages list.
getMessages() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return the messages list (an ArrayList).
getModified() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Return the edited timestamp.
getName() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the attribute name for the result object.
getName() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getName() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the attribute name for the result object.
getName() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
 
getNext() - Method in class org.apache.commons.scaffold.util.Scroller
Return next.
getNumber(Number, Locale) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns number formatted for default or given locale.
getOffset() - Method in class org.apache.commons.scaffold.util.Scroller
The database offset for the current query [0].
getOffsetForPage(int) - Method in class org.apache.commons.scaffold.util.Scroller
Return first entry for given page.
getOrder() - Method in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
 
getPage(int) - Method in class org.apache.commons.scaffold.util.Scroller
Return page number for given entry.
getPage() - Method in class org.apache.commons.scaffold.util.Scroller
Return current page number
getPages() - Method in class org.apache.commons.scaffold.util.Scroller
Return number of pages.
getParameter() - Method in interface org.apache.commons.scaffold.util.BizRequest
Return the parameter.
getParameter() - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
getParameter() - Method in interface org.apache.commons.scaffold.util.ProcessBean
Return the parameter.
getParameter() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
getParameters(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Return the runtime parameters for the given command.
getParameters() - Method in class org.apache.commons.scaffold.util.Scroller
Return parameters.
getParameters(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
getParamList(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Return the runtime parameters for the given command.
getParamList(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
getPercent(Number, Locale) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns percent formatted for default or given locale.
getPool() - Static method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Return adaptor instance to use in acquiring connection.
getPrefix() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
getPrefix() - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
getPrev() - Method in class org.apache.commons.scaffold.util.Scroller
Return prev.
getProperties() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Return the default properties object.
getProperties(String) - Static method in class org.apache.commons.scaffold.sql.CommandStore
 
getProperty(String, String) - Static method in class org.apache.commons.scaffold.sql.CommandStore
Retrieve command from Properties store for preface and key.
getQuery(String, String) - Static method in class org.apache.commons.scaffold.lucene.Engine
Return hits for value and field
getQueryString(String) - Method in class org.apache.commons.scaffold.util.Scroller
Return parameters as a query string for use with a URI.
getReader(Socket) - Static method in class org.apache.commons.scaffold.http.SocketUtil
Make a BufferedReader to get incoming data.
getRemoteAddr() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
Return the String representation of an IP address expressed as an Integer, into the format usually given by the REMOTE_ADDR CGI variable, or ServletRequest.getRemoteAddr().
getRemoteHost() - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
getRemoteNode() - Method in interface org.apache.commons.scaffold.util.BizRequest
Return the network address of the client for this bean instance.
getRemoteNode() - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
getRemoteNode() - Method in interface org.apache.commons.scaffold.util.ProcessBean
Return the network address of the client for this bean instance.
getRemoteNode() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
getRemoteServer() - Method in interface org.apache.commons.scaffold.util.BizRequest
The remote server object for this bean instance, if any.
getRemoteServer() - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
getRemoteServer() - Method in interface org.apache.commons.scaffold.util.ProcessBean
The remote server object for this bean instance, if any.
getRemoteServer() - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
getResult() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
getResult() - Method in interface org.apache.commons.scaffold.util.ResultList
Return the result list
getResult() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getResult() - Method in interface org.apache.commons.scaffold.util.Storable
Return the result object of an operation.
getResultCode() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
getResultCode() - Method in interface org.apache.commons.scaffold.util.Storable
Return the result code from an operation.
getScope() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the scope under which to store this result object.
getScope() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getScope() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the scope under which to store this result object.
getScope() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return the scope under which to store this result object.
getScroller() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
getScroller() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
 
getScroller() - Method in interface org.apache.commons.scaffold.util.ResultList
Return our scroller.
getScroller() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getScrollFrom() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
getScrollFrom() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
The relative position of the first entry in this set.
getSearcher() - Static method in class org.apache.commons.scaffold.lucene.Engine
Return default searcher for application.
getSessionLocale() - Method in interface org.apache.commons.scaffold.util.BizRequest
Return the locale for this bean instance.
getSessionLocale() - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
getSize() - Method in interface org.apache.commons.scaffold.util.ResultList
Convenience accessor for size().
getSize() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
getStorageKey() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
getStorageKey() - Method in interface org.apache.commons.scaffold.util.Storable
Return this object's primary key.
getThru() - Method in class org.apache.commons.scaffold.util.Scroller
Return thru.
getTimestamp() - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Factory method to return timestamp initialized to current system time.
getTimestamp(Timestamp, Locale, int) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert timestamp to String for given locale in given style.
getTimestamp(Timestamp, int) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert date to String for default locale in given style.
getTimestamp(Timestamp) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Convert date to String for default locale in DEFAULT style.
getTimestampDisplay() - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return the String representing the current timestamp;
getTimestampDisplayNull() - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return the String representing "January 1, 1970 00:00:00".
getTimestampText() - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use getTimestampDisplay.
getValue() - Method in class org.apache.commons.scaffold.util.LabelValueBean
 
getValue(Object) - Method in interface org.apache.commons.scaffold.util.Mapped
Returns the value to which this map maps the specified key -- the equivalent of Object getMap().get(key).
getValues() - Method in interface org.apache.commons.scaffold.util.Message
Get the replacement values for this message.
getValues() - Method in class org.apache.commons.scaffold.util.MessageImpl
 
getWriter(Socket) - Static method in class org.apache.commons.scaffold.http.SocketUtil
Make a PrintWriter to send outgoing data.
GLOBAL_MESSAGE_KEY - Static variable in interface org.apache.commons.scaffold.util.Messages
 
GROUP_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Group separator character.

H

hasParameter() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
hasParameter() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns whether this search takes a parameter (eg primary key) [false].
HELPER_ACCESS_ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
HELPER_CREATED - Static variable in class org.apache.commons.scaffold.lang.Tokens
Helper created.
HELPER_CREATING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Creating Helper.
HELPER_EXECUTING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Executing helpers.
HELPER_OUTCOME - Static variable in class org.apache.commons.scaffold.lang.Tokens
Checking outcome of helper
HELPER_POPULATE - Static variable in class org.apache.commons.scaffold.lang.Tokens
Populating helper
HELPER_PROCESSING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Helper processing.
HORIZONTAL_TABULATION - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Horizontal tab character.
HttpClient - Class in org.apache.commons.scaffold.http
A network client that reads from a HTTP URL.
HttpClient(String, int, String, String[], StringBuffer, StringBuffer) - Constructor for class org.apache.commons.scaffold.http.HttpClient
Retrieve indicated page, returning headers and page content.

I

iCount - Variable in class org.apache.commons.scaffold.util.MessagesImpl
The current number of the property/key being added.
init() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Initialize this servlet by caling three extension points: initLogging initDefault initCustom The main extension point is initCustom The default implementation does nothing.
init(String) - Static method in class org.apache.commons.scaffold.lucene.Engine
Set path for index.
init(Properties) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Set the Properties file to be used for SQL commands.
init(Properties) - Static method in class org.apache.commons.scaffold.sql.StorageBeanBase
Set the Properties file to be used for SQL commands.
initCustom() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Initialize the custom properties or objects for this application.
initCustom() - Method in class org.apache.commons.scaffold.http.SetUp
Initialize the SQL properties for the Artimus application.
initDefault() - Method in class org.apache.commons.scaffold.http.ConnectionServlet
Initialize the ConnectionAdaptor for this application.
initDefault() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Initialize the default properties for this application.
INSERT - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
INSERT_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
INTEGER_COUNT - Static variable in class org.apache.commons.scaffold.lang.TestData
Integers for fields with a count, 0..2.
INTEGER_ID - Static variable in class org.apache.commons.scaffold.lang.TestData
Integers for fields with an id, 0..2.
INTEGER_ONE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An Integer 1.
INTEGER_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An Integer 0.
INVALID_QUERY_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
INVALID_SCOPE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
iOrder - Variable in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
The position in the list of messages.
ipNode(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return the integer value of an IP address in dotted octet form, like that returned by request.getRemotehost).
isAggregate() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return whether the result of this ProcessResult is a collection of contains other ProcessResult objects to be handled individually.
isAggregate() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isAggregate() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return whether the result of this ProcessResult is a collection of contains other ProcessResult objects to be handled individually.
isAggregate() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return whether the result of this ProcessResult is a collection of contains other ProcessResult objects to be handled individually.
isBlank(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use blank instead.
isBlank(Integer) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use blank instead.
isBlankValue(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use blankValue instead.
isCause() - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
isCurrent(Timestamp) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Check to see if another modified timetamp matches the one for this instance.
isData() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return whether data object has been set.
isData() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isData() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return whether data object has been set.
isData() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return whether data object has been set.
isDispatch() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return whether dispatch advice has been set.
isDispatch() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isDispatch() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return whether dispatch advice has been set.
isDispatch() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return whether dispatch advice has been set.
isDispatchPath() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return whether dispatch advice is suppose to be a true path or a logical name (e.g.
isDispatchPath() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isDispatchPath() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return whether dispatch advice is suppose to be a true path or a logical name (e.g.
isDispatchPath() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return whether dispatch advice is suppose to be a path or a token (e.g.
isEmpty() - Method in interface org.apache.commons.scaffold.util.Messages
Return true if there are no messages recorded in this collection, or false otherwise.
isEmpty() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
isEmpty() - Method in interface org.apache.commons.scaffold.util.ResultList
Returns true if this collection contains no elements.
isEmpty() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
isExposed() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the exposed state.
isExposed() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isExposed() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the exposed state.
isExposed() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return the exposed state.
isLike() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
isLike() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns whether this search uses the LIKE operator so that other methods know to wrap searchValue in a call to like [false].
isMessages() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return whether there are any messages queued.
isMessages() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isMessages() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return whether there are any messages queued.
isMessages() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return whether there are any messages queued.
isNew() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
isNew() - Method in interface org.apache.commons.scaffold.util.StorageBean
Return whether this is a new record, or one that has already been stored.
isNull(Timestamp) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return null if timestamp is null or equals "January 1, 1970 00:00:00".
isParameters() - Method in class org.apache.commons.scaffold.util.Scroller
Set a parameter
isSingleForm() - Method in interface org.apache.commons.scaffold.util.BizResponse
Return the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
isSingleForm() - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
isSingleForm() - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Return the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
isSingleForm() - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Return the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
iterator() - Method in interface org.apache.commons.scaffold.util.ResultList
Return an iterator for the List.
iterator() - Method in class org.apache.commons.scaffold.util.ResultListBase
 

J

JNDI_CONTEXT_KEY - Static variable in class org.apache.commons.scaffold.sql.ConnectionAdaptor
The default JNDI context for applications.

K

key - Variable in class org.apache.commons.scaffold.util.MessageImpl
The message key for this message.
keys(StringBuffer, Map) - Static method in class org.apache.commons.scaffold.text.Merge
Merge a Map of tokens with a template in a StringBuffer.
KEYS_INC - Static variable in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. [:TODO: Javadoc]
KEYS_INC - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
KEYS_NEXT - Static variable in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. [:TODO: Javadoc]
KEYS_NEXT - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]

L

label - Variable in class org.apache.commons.scaffold.util.LabelValueBean
The label to be displayed to the user.
LabelValueBean - Class in org.apache.commons.scaffold.util
Simple JavaBean to represent label-value pairs for use in collections that are utilized by the <form:options> tag.
LabelValueBean(String, String) - Constructor for class org.apache.commons.scaffold.util.LabelValueBean
Construct a new LabelValueBean with the specified values.
like(String) - Static method in class org.apache.commons.scaffold.sql.StatementUtils
Prepare the parameter for use in a SQL "LIKE" expression.
like(String) - Static method in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
limit - Variable in class org.apache.commons.scaffold.util.Scroller
The maximum number of entries to fetch at a time [Integer.MAX_VALUE].
LINE_FEED - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Line feed character.
list - Variable in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
The list of Messages.
LIST_KEY - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default key for a result or list object.
listLegend(ResultList) - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
listLegend(ResultList) - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Setup the legend for the result list.
loadProperties(String, String, String) - Method in class org.apache.commons.scaffold.http.ResourceServlet
A utility method for loading a Properties file specified by an initialization parameter.
loadProperties(Object, String) - Static method in class org.apache.commons.scaffold.util.ResourceUtils
Load a properties file.
loadProperties(String) - Static method in class org.apache.commons.scaffold.util.ResourceUtils
 
loadPropertiesFile(String) - Static method in class org.apache.commons.scaffold.util.ResourceUtils
Load a properties file.
Localized - Interface in org.apache.commons.scaffold.util
 
LOGOFF - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
LOGON - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
LONG - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Long style for dates and times.
lookup(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Retrieve command from commands Properties
lookupRoot(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Retrieve command from commands Properties
luhnCheck(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
 

M

Mapped - Interface in org.apache.commons.scaffold.util
Simple interface to describe an object that can set and return its public properties via a Map.
MAX_TIMESTAMP - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Timestamp representing "December 31, 2029, 23:59:59.9"
MEDIUM - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Medium style for dates and times.
MENU - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
Merge - Class in org.apache.commons.scaffold.text
Merge utilities.
Merge() - Constructor for class org.apache.commons.scaffold.text.Merge
 
MESSAGE - Static variable in exception org.apache.commons.scaffold.lang.ParameterException
 
MESSAGE - Static variable in exception org.apache.commons.scaffold.lang.PopulateException
 
MESSAGE - Static variable in exception org.apache.commons.scaffold.lang.PropertiesException
 
MESSAGE - Static variable in exception org.apache.commons.scaffold.lang.ResourceException
 
Message - Interface in org.apache.commons.scaffold.util
An encapsulation of an individual message stored in a Messages object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
MessageImpl - Class in org.apache.commons.scaffold.util
 
MessageImpl(String) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with no replacement values.
MessageImpl(String, Object) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with the specified replacement values.
MessageImpl(String, Object, Object) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with the specified replacement values.
MessageImpl(String, Object, Object, Object) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with the specified replacement values.
MessageImpl(String, Object, Object, Object, Object) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with the specified replacement values.
MessageImpl(String, Object[]) - Constructor for class org.apache.commons.scaffold.util.MessageImpl
Construct an action message with the specified replacement values.
Messages - Interface in org.apache.commons.scaffold.util
A class that encapsulates messages.
messages - Variable in class org.apache.commons.scaffold.util.MessagesImpl
The accumulated set of Message objects (represented as an ArrayList) for each property, keyed by property name.
MessagesImpl - Class in org.apache.commons.scaffold.util
 
MessagesImpl() - Constructor for class org.apache.commons.scaffold.util.MessagesImpl
Create an empty Messages object.
MessagesImpl(Messages) - Constructor for class org.apache.commons.scaffold.util.MessagesImpl
Create an AMessages object initialized with the given messages.
MessagesImpl.MessageItem - Class in org.apache.commons.scaffold.util
 
MessagesImpl.MessageItem(List, int) - Constructor for class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
 
MockAdaptor - Class in org.apache.commons.scaffold.sql
 
MockAdaptor() - Constructor for class org.apache.commons.scaffold.sql.MockAdaptor
 

N

NAME - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
newScroller(int) - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
newScroller(int) - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Return new scroller using the current starting point (getScrollFrom), the default limit (set.SCROLL_ROWS), and current count from Access (countCurrent).
NEXT - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
next - Variable in class org.apache.commons.scaffold.util.Scroller
The starting point to use with a "forward" query.
NOT_FOUND - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
NOT_IMPLEMENTED_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
NULL_TIME - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Value needed to create Timestamp representing "January 1, 1970 00:00:00".
NULL_TIMESTAMP - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Timestamp representing "January 1, 1970 00:00:00".
NULL_TIMESTAMP_DISPLAY - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Escape string to create Timestamp representing "January 1, 1970 00:00:00".
NULL_TIMESTAMP_TEXT - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use NULL_TIMESTAMP_DISPLAY.

O

OK - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
org.apache.commons.scaffold.http - package org.apache.commons.scaffold.http
 
org.apache.commons.scaffold.lang - package org.apache.commons.scaffold.lang
 
org.apache.commons.scaffold.lucene - package org.apache.commons.scaffold.lucene
 
org.apache.commons.scaffold.sql - package org.apache.commons.scaffold.sql
 
org.apache.commons.scaffold.text - package org.apache.commons.scaffold.text
 
org.apache.commons.scaffold.util - package org.apache.commons.scaffold.util
 

P

PARAM_ANY - Static variable in class org.apache.commons.scaffold.lang.Tokens
The wild card character to represent a blank select.
PARAM_EQUALS - Static variable in class org.apache.commons.scaffold.lang.Tokens
The equality indicator to represent name = value.
PARAM_SEP - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
Default separator character for list of parameters [","] (comma).
ParameterException - Exception in org.apache.commons.scaffold.lang
Exception for error accessing a resource needed for a model (index file, data file).
ParameterException(String) - Constructor for exception org.apache.commons.scaffold.lang.ParameterException
 
ParameterException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ParameterException
 
ParameterException(Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ParameterException
 
ParameterException() - Constructor for exception org.apache.commons.scaffold.lang.ParameterException
 
parameters - Variable in class org.apache.commons.scaffold.util.Scroller
Field for the parameters property [java.util.HashMap].
PARAMS - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
PATH - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
PATH_MSG - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
pool - Static variable in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Field to store singleton reference to adaptor pool.
PoolmanAdaptor - Class in org.apache.commons.scaffold.sql
 
PoolmanAdaptor() - Constructor for class org.apache.commons.scaffold.sql.PoolmanAdaptor
 
populate(Object, Document) - Static method in class org.apache.commons.scaffold.lucene.SearchUtils
Populate the properties of the specified JavaBean from the specified Lucene document, based on matching each parameter name against the corresponding JavaBeans "property setter" methods in the bean's class.
populate(Map) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
populate(Object, int) - Method in interface org.apache.commons.scaffold.util.ResultList
Populate matching properties on given object, using bean at given index.
populate(Object, int) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
populate(Map) - Method in interface org.apache.commons.scaffold.util.Storable
Populate this object from a Map.
populate(Map) - Method in interface org.apache.commons.scaffold.util.StorageBean
Populate this bean from the entries on the provided map.
PopulateException - Exception in org.apache.commons.scaffold.lang
Exception for error populating object.
PopulateException(String) - Constructor for exception org.apache.commons.scaffold.lang.PopulateException
 
PopulateException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.PopulateException
 
PopulateException(Throwable) - Constructor for exception org.apache.commons.scaffold.lang.PopulateException
 
PopulateException() - Constructor for exception org.apache.commons.scaffold.lang.PopulateException
 
prev - Variable in class org.apache.commons.scaffold.util.Scroller
The starting point to use for a "backward" query.
PREVIOUS - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
printStackTrace() - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
printStackTrace(PrintStream) - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
printStackTrace(PrintWriter) - Method in exception org.apache.commons.scaffold.lang.ChainedException
 
process(BizRequest) - Method in interface org.apache.commons.scaffold.util.BizService
Perform the business logic for this service, by retrieving any runtime properties from the business request [org.apache.commons.util.BizRequest] and providing the result as a business response [org.apache.commons.util.BizResponse].
process(BizRequest) - Method in class org.apache.commons.scaffold.util.BizServiceImpl
Sample business service method.
PROCESS_BEAN_NULL_SCOPE - Static variable in class org.apache.commons.scaffold.lang.Tokens
Bean helper
PROCESS_COMPLETE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
PROCESS_MISSING_PARAMETER - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
PROCESS_RESULT_NULL - Static variable in class org.apache.commons.scaffold.lang.Tokens
Process action - Business method should not return null.
ProcessBean - Interface in org.apache.commons.scaffold.util
Simple helper bean that can be used to encapsulate a method representing a business process.
ProcessBeanBase - Class in org.apache.commons.scaffold.util
Base implementation of ProcessBean with default functionality.
ProcessBeanBase() - Constructor for class org.apache.commons.scaffold.util.ProcessBeanBase
 
ProcessResult - Interface in org.apache.commons.scaffold.util
Deprecated. Use BizResponse instead
ProcessResultBase - Class in org.apache.commons.scaffold.util
Concrete implementation of ProcessResult that can be used "as-is" to manage a response from the business tier.
ProcessResultBase() - Constructor for class org.apache.commons.scaffold.util.ProcessResultBase
Default constructor.
ProcessResultBase(Object) - Constructor for class org.apache.commons.scaffold.util.ProcessResultBase
Convenience constructor to set result object.
ProcessResultBase(Object, boolean) - Constructor for class org.apache.commons.scaffold.util.ProcessResultBase
Convenience constructor to set result object and singleForm status.
ProcessResultBase(String) - Constructor for class org.apache.commons.scaffold.util.ProcessResultBase
Convenience constructor to set forwarding advice.
properties - Static variable in class org.apache.commons.scaffold.sql.CommandStore
Our Properties field.
properties() - Method in interface org.apache.commons.scaffold.util.Messages
Return the set of property names for which at least one message has been recorded.
properties() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
PROPERTIES_KEY - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default key for application properties.
PropertiesException - Exception in org.apache.commons.scaffold.lang
Exception for error populating object.
PropertiesException(String) - Constructor for exception org.apache.commons.scaffold.lang.PropertiesException
 
PropertiesException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.PropertiesException
 
PropertiesException(Throwable) - Constructor for exception org.apache.commons.scaffold.lang.PropertiesException
 
PropertiesException() - Constructor for exception org.apache.commons.scaffold.lang.PropertiesException
 
putEntry(Map, ResultSetMetaData, ResultSet, int) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Map JDBC objects to Java equivalents.
putParameter(String, String) - Method in class org.apache.commons.scaffold.util.Scroller
Set a parameter

Q

QS_DELIM - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
The token that delimits two or more attributes of a query string ["&"].
QS_SEP - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
The token that seperates an attribute name and value.
QS_START - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
The token that signifies the begnning of a query string ["?"].

R

RECORD_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Record separator character.
RECYCLE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc] delete
recycle() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
recycle(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
recycle() - Method in interface org.apache.commons.scaffold.util.Storable
Mark entry for deletion.
recycle(Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Mark this object for deletion.
reload() - Method in class org.apache.commons.scaffold.http.ResourceServlet
Reload the configuration of this controller servlet from our underlying configuration files.
REMOTE_SERVER_KEY - Static variable in interface org.apache.commons.scaffold.util.BizRequest
The session attribute key for our remote server object ["REMOTE_SERVER"].
remove(Object) - Method in interface org.apache.commons.scaffold.util.ResultList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
removeAll(Collection) - Method in interface org.apache.commons.scaffold.util.ResultList
Removes all this collection's elements that are also contained in the specified collection.
removeAll(Collection) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
renderHiddenFields(Map) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns parameters as a series of hidden HTML fields.
REQUEST - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ResourceException - Exception in org.apache.commons.scaffold.lang
Exception for error accessing a resource needed for a model (index file, data file).
ResourceException(String) - Constructor for exception org.apache.commons.scaffold.lang.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ResourceException
 
ResourceException(Throwable) - Constructor for exception org.apache.commons.scaffold.lang.ResourceException
 
ResourceException() - Constructor for exception org.apache.commons.scaffold.lang.ResourceException
 
ResourceServlet - Class in org.apache.commons.scaffold.http
Base servlet for loading application resources.
ResourceServlet() - Constructor for class org.apache.commons.scaffold.http.ResourceServlet
 
ResourceUtils - Class in org.apache.commons.scaffold.util
Property and Resource utilities.
ResourceUtils() - Constructor for class org.apache.commons.scaffold.util.ResourceUtils
 
restore(Object, Integer, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Unmark entry for deletion.
RESTORE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
restore() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Unmark entry for deletion.
restore(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Update indicated entry in data storage.
restore() - Method in interface org.apache.commons.scaffold.util.Storable
Unmark entry for deletion.
restore(Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Unmake this object for deletion.
RESULT - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
result(Object, Object) - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
result - Variable in class org.apache.commons.scaffold.util.ResultListBase
The result list [ArrayList].
result(Object, Object) - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the collection representing the result of the Search [null].
ResultList - Interface in org.apache.commons.scaffold.util
A container for a set of results returned from the resource tier.
ResultListBase - Class in org.apache.commons.scaffold.util
Concrete implementation of ResultList.
ResultListBase() - Constructor for class org.apache.commons.scaffold.util.ResultListBase
Default constructor.
ResultListBase(Object) - Constructor for class org.apache.commons.scaffold.util.ResultListBase
Convenience constructor to populate result with an element.
ResultListBase(Collection) - Constructor for class org.apache.commons.scaffold.util.ResultListBase
Convenience constructor to populate result with a Collection.
ResultSetUtils - Class in org.apache.commons.scaffold.sql
General purpose utility methods related to ResultSets
ResultSetUtils() - Constructor for class org.apache.commons.scaffold.sql.ResultSetUtils
 
retainAll(Collection) - Method in interface org.apache.commons.scaffold.util.ResultList
Retains only the elements in this collection that are contained in the specified collection.
retainAll(Collection) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
RETRIEVE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
retrieve() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
retrieve(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
retrieve() - Method in interface org.apache.commons.scaffold.util.Storable
Retrieve record from storage.
retrieve(Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Retrieve this object from storage.

S

SCROLL_ROWS - Static variable in class org.apache.commons.scaffold.util.Scroller
The maximum to return with a scrolling list.
scroller - Variable in class org.apache.commons.scaffold.util.BizResponseImpl
Our scroller object for paging through lists.
scroller - Variable in class org.apache.commons.scaffold.util.ProcessResultBase
Our scroller object for paging through lists.
scroller - Variable in class org.apache.commons.scaffold.util.ResultListBase
Our scroller object for paging through lists.
Scroller - Class in org.apache.commons.scaffold.util
Scroller tracks the coordinates needed to manage flipping through a result list using LIMIT and OFFSET clauses (or the equivalent).
Scroller(int, int, int, int) - Constructor for class org.apache.commons.scaffold.util.Scroller
 
Scroller() - Constructor for class org.apache.commons.scaffold.util.Scroller
 
ScrollerBean - Interface in org.apache.commons.scaffold.util
Base class for scrolling searches.
ScrollerBeanBase - Class in org.apache.commons.scaffold.sql
Base class for scrolling searches.
ScrollerBeanBase() - Constructor for class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
scrollerParams(String) - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
scrollerParams(String) - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Return the array of parameters needed to select the entries for this set.
scrollerSearch() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
scrollerSearch() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Invoke business logic; return result.
scrollFrom - Variable in class org.apache.commons.scaffold.sql.ScrollerBeanBase
The entry (or page) from which to scroll [1].
scrollOffset() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
scrollOffset() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
The number of entries before the first entry in the set (One less than scrollFrom) [0].
scrollRows() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
scrollRows() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
The number of entries to return [Scroller.SCROLL_ROWS].
searchLabel() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
searchLabel() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns a label to the property being searched.
searchProperty() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
searchProperty() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the name of the property being matched with the searchValue.
SearchUtils - Class in org.apache.commons.scaffold.lucene
General purpose utility methods related to Hits
SearchUtils() - Constructor for class org.apache.commons.scaffold.lucene.SearchUtils
 
searchValue() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
searchValue() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the value used in the search [null].
SELECT_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
SEPARATORS - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Array of line separator characters.
ServletAdaptor - Class in org.apache.commons.scaffold.sql
Connection adaptor for a connection pool that is exposed through the servlet context, like the Struts generic connection pool.
ServletAdaptor() - Constructor for class org.apache.commons.scaffold.sql.ServletAdaptor
 
SESSION - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
SESSION_LOCALE_KEY - Static variable in interface org.apache.commons.scaffold.util.BizRequest
The session attribute key for our session locale object ["SESSION_LOCALE"].
SET_TOKEN - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
setAggregate(boolean) - Method in interface org.apache.commons.scaffold.util.BizResponse
Assign a new container state.
setAggregate(boolean) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setAggregate(boolean) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Assign a new container state.
setAggregate(boolean) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Assign a new container state.
setCode(Integer) - Method in interface org.apache.commons.scaffold.util.ResultList
Set the code.
setCode(Integer) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setCount(Integer) - Method in class org.apache.commons.scaffold.util.FunctionBean
Set the count.
setCount(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set count
setCounter(int) - Method in interface org.apache.commons.scaffold.util.ResultList
Set a new counter value.
setCounter(int) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setData(Object) - Method in interface org.apache.commons.scaffold.util.BizResponse
Assign a new data object.
setData(Object) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setData(Object) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Assign a new data object.
setData(Object) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Assign a new data object.
setDispatch(String) - Method in interface org.apache.commons.scaffold.util.BizResponse
Field to store dispatch property.
setDispatch(String) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setDispatch(String) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Field to store dispatch property.
setDispatch(String) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set the dispatch advice.
setDispatchPath(boolean) - Method in interface org.apache.commons.scaffold.util.BizResponse
Indicates whether dispatch advice (if any) is suppose to be a path or a logical name (e.g.
setDispatchPath(boolean) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setDispatchPath(boolean) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Indicates whether dispatch advice (if any) is suppose to be a path or a logical name (e.g.
setDispatchPath(boolean) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set the dispatchPath state.
setDisplayName(Map) - Method in interface org.apache.commons.scaffold.util.ResultList
Assign a new displayName list.
setDisplayName(Map) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setEntries(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set entries
setExposed(boolean) - Method in interface org.apache.commons.scaffold.util.BizResponse
Indicates whether the result should be exposed to the rest of the application through a context.
setExposed(boolean) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setExposed(boolean) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Indicates whether the result should be exposed to the rest of the application through a context.
setExposed(boolean) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Indicates whether the result should be exposed to the rest of the application through a context.
setFrom(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set from.
setKey(String) - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
The attribute under which our datasource is stored.
setLegend(String) - Method in interface org.apache.commons.scaffold.util.ResultList
Set the legend.
setLegend(String, String) - Method in interface org.apache.commons.scaffold.util.ResultList
Set the legend.
setLegend(String) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setLegend(String, String) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setLimit(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set limit.
setList(List) - Method in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
 
setLocale(Locale) - Method in interface org.apache.commons.scaffold.util.Localized
 
setLocale(Locale) - Method in interface org.apache.commons.scaffold.util.ProcessBean
Set the locale for this bean instance.
setLocale(Locale) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
setMap(Map) - Method in interface org.apache.commons.scaffold.util.Mapped
Set this object's public properties via a Map.
setMarked(Short) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Set the marked status.
setMessage(String) - Method in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Set a message for an exception if pool returns null.
setMessages(Messages) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setMessages(List) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set a new list of messages.
setModified(Timestamp) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Set the edited timestamp.
setName(String) - Method in interface org.apache.commons.scaffold.util.BizResponse
Set the attribute name for this result object.
setName(String) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setName(String) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Set the attribute name for this result object.
setName(String) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set the attribute name for this result object.
setNext(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set next.
setOrder(int) - Method in class org.apache.commons.scaffold.util.MessagesImpl.MessageItem
 
setParameter(String) - Method in interface org.apache.commons.scaffold.util.BizRequest
Set the parameter.
setParameter(String) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
setParameter(String) - Method in interface org.apache.commons.scaffold.util.ProcessBean
Set the parameter.
setParameter(String) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
setParameters(Object[]) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setParameters(Map) - Method in class org.apache.commons.scaffold.util.Scroller
Set parameters
setParameters(Object[]) - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
setParamList(List) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setParamList(List) - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
setPrefix(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setPrefix(String) - Method in interface org.apache.commons.scaffold.util.StorageBean
[:TODO: Javadoc]
setPrev(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set prev.
setProperties(Properties) - Method in class org.apache.commons.scaffold.http.ResourceServlet
Set the default properties object.
setProperties(Object, Map) - Static method in class org.apache.commons.scaffold.sql.ResultSetUtils
Deprecated. Use BeanUtils.CopyProperties instead.
setRemoteAddr(String) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
Set the remoteNode using a String in the format usually given by the REMOTE_ADDR CGI variable, or ServletRequest.getRemoteAddr().
setRemoteHost(String) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
setRemoteNode(Integer) - Method in interface org.apache.commons.scaffold.util.BizRequest
Set the network address of the client for this bean instance.
setRemoteNode(Integer) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
setRemoteNode(Integer) - Method in interface org.apache.commons.scaffold.util.ProcessBean
Set the network address of the client for this bean instance.
setRemoteNode(Integer) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
setRemoteServer(Object) - Method in interface org.apache.commons.scaffold.util.BizRequest
Set the remote server
setRemoteServer(Object) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
setRemoteServer(Object) - Method in interface org.apache.commons.scaffold.util.ProcessBean
Set the remote server
setRemoteServer(Object) - Method in class org.apache.commons.scaffold.util.ProcessBeanBase
 
setResult(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setResult(List) - Method in interface org.apache.commons.scaffold.util.ResultList
Set our result
setResult(List) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setResult(Object) - Method in interface org.apache.commons.scaffold.util.Storable
Cache the result object of an operation.
setResultCode(int) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setResultCode(int) - Method in interface org.apache.commons.scaffold.util.Storable
Set a result code for an operation.
setScope(String) - Method in interface org.apache.commons.scaffold.util.BizResponse
Set the scope under which to store this result object.
setScope(String) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setScope(String) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Set the scope under which to store this result object.
setScope(String) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set the scope under which to store this result object.
setScroller(Scroller) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setScroller(Scroller) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
 
setScroller(Scroller) - Method in interface org.apache.commons.scaffold.util.ResultList
Set our scroller.
setScroller(Scroller) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
setScrollFrom(Integer) - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
setScrollFrom(Integer) - Method in interface org.apache.commons.scaffold.util.ScrollerBean
 
setServlet(HttpServlet) - Method in class org.apache.commons.scaffold.sql.ServletAdaptor
Set a reference to a servlet in the application to allow access to the servlet context.
setSessionLocale(Locale) - Method in interface org.apache.commons.scaffold.util.BizRequest
Set the locale for this bean instance.
setSessionLocale(Locale) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
setSingleForm(boolean) - Method in interface org.apache.commons.scaffold.util.BizResponse
Set the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
setSingleForm(boolean) - Method in class org.apache.commons.scaffold.util.BizResponseImpl
 
setSingleForm(boolean) - Method in interface org.apache.commons.scaffold.util.ProcessResult
Deprecated. Set the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
setSingleForm(boolean) - Method in class org.apache.commons.scaffold.util.ProcessResultBase
Set the single-form state: list of 0 or more records=FALSE, exactly one record=TRUE.
setStorageKey(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
setStorageKey(Object) - Method in interface org.apache.commons.scaffold.util.Storable
Set this object's primary key.
setThru(int) - Method in class org.apache.commons.scaffold.util.Scroller
Set thru.
SetUp - Class in org.apache.commons.scaffold.http
Load a connection adaptor and initialize default command store for use with StorageBeans.
SetUp() - Constructor for class org.apache.commons.scaffold.http.SetUp
 
setupDataSource(DataSource) - Method in class org.apache.commons.scaffold.sql.MockAdaptor
Set internal datasource field.
setValue(Object, Object) - Method in interface org.apache.commons.scaffold.util.Mapped
Associates the specified value with the specified key in the property map for this object -- the equivalent of getMap().put(key,value).
SHORT - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Short style for dates and times.
SHORT_ONE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A Short 1.
SHORT_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A Short 0.
size() - Method in interface org.apache.commons.scaffold.util.Messages
Return the number of messages recorded for all properties (including global messages).
size(String) - Method in interface org.apache.commons.scaffold.util.Messages
Return the number of messages associated with the specified property.
size() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
size(String) - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
size() - Method in interface org.apache.commons.scaffold.util.ResultList
Return the number of elements on the List.
size() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
SocketUtil - Class in org.apache.commons.scaffold.http
A shorthand way to create BufferedReaders and PrintWriters associated with a Socket.
SocketUtil() - Constructor for class org.apache.commons.scaffold.http.SocketUtil
 
SPACE - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
SPACE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Space character.
StatementUtils - Class in org.apache.commons.scaffold.sql
General purpose SQL Statements.
StatementUtils() - Constructor for class org.apache.commons.scaffold.sql.StatementUtils
 
Storable - Interface in org.apache.commons.scaffold.util
Simple interface to describe public methods on a data access object.
StorageBean - Interface in org.apache.commons.scaffold.util
Describes an implementation of standard Store, Retrieve, and Delete operations using the command pattern.
StorageBeanBase - Class in org.apache.commons.scaffold.sql
Implements StorageBean interface using StatementUtils and ResultSetUtils in this package.
StorageBeanBase() - Constructor for class org.apache.commons.scaffold.sql.StorageBeanBase
 
store(boolean, String, String, Object[]) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Commit record to storage.
store() - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
store(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
Commit record to storage.
store() - Method in interface org.apache.commons.scaffold.util.Storable
Commit record to storage.
store(Object) - Method in interface org.apache.commons.scaffold.util.StorageBean
Commit this object to storage.
STORE_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
STRING_10 - Static variable in class org.apache.commons.scaffold.lang.TestData
Medium, 10-character strings, 0..2.
STRING_20 - Static variable in class org.apache.commons.scaffold.lang.TestData
Long, 20-character strings, 0..2.
STRING_5 - Static variable in class org.apache.commons.scaffold.lang.TestData
Short, 5-character strings, 0..2.
STRING_EMPTY - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An empty string.
STRING_ONE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A String 1.
STRING_SPACE - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
An single-space string.
STRING_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A String 0.
SUCCESS - Static variable in class org.apache.commons.scaffold.lang.Tokens
 

T

TABLE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
TestData - Class in org.apache.commons.scaffold.lang
Statics for use in test classes.
TestData() - Constructor for class org.apache.commons.scaffold.lang.TestData
 
TEXT_PLAIN - Static variable in class org.apache.commons.scaffold.lang.Tokens
Plain text MIME type.
thru - Variable in class org.apache.commons.scaffold.util.Scroller
The ending point for the current query [1].
TIME_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Time separator [":"].
TIMESTAMP_DATE_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
String to prepend to time [HH:MM:SS.d] to create a Timestamp escape string ["0002-11-30"].
TIMESTAMP_TIME_ZERO - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
String to append to date [YEAR-MM-DD] to create a Timestamp escape string [" 00:00:00.0"].
toArray() - Method in interface org.apache.commons.scaffold.util.ResultList
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in interface org.apache.commons.scaffold.util.ResultList
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.apache.commons.scaffold.util.ResultListBase
 
toArray(Object[]) - Method in class org.apache.commons.scaffold.util.ResultListBase
 
toDate(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return Date value using a String.
toEscape(Date) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return String value representing Date.
TOKEN_PREFIX - Static variable in class org.apache.commons.scaffold.text.Merge
The token markers for replacement variables, i.e.
TOKEN_SUFFIX - Static variable in class org.apache.commons.scaffold.text.Merge
 
tokenEmptyDispatch() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
tokenEmptyDispatch() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the dispatch token for an empty result [Tokens.FAILURE].
tokenEmptyMessage() - Method in class org.apache.commons.scaffold.sql.ScrollerBeanBase
 
tokenEmptyMessage() - Method in interface org.apache.commons.scaffold.util.ScrollerBean
Returns the message token for an empty result [Tokens.DATA_ACCESS_EMPTY].
Tokens - Class in org.apache.commons.scaffold.lang
Language and programming tokens.
Tokens() - Constructor for class org.apache.commons.scaffold.lang.Tokens
 
TOKENS_PARSING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Parsing tokens.
tokensToArray(String, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return array of tokens, using the result of getTokeSep() as the separator.
tokensToList(String, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return list of tokens, using the result of getTokeSep() as the separator.
toString(Date) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return String value representing Date.
toString(Timestamp) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return String value representing Timestamp.
toString() - Method in class org.apache.commons.scaffold.util.LabelValueBean
Return a string representation of this object.
toTimestamp(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return Timestamp value using a String.
toTimestamp(String, String, String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return a Timestamp based on the parameters.
toTrimOrEmpty(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Return a trimmed or empty string (but not null).
toUpperOrNull(String) - Static method in class org.apache.commons.scaffold.text.ConvertUtils
Returns null or a trimmed uppercase string.

U

UNIT_SEPARATOR - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Unit separator character.
UPDATE - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc]
update(Object) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
UPDATE_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
updateResultCode(String) - Method in class org.apache.commons.scaffold.sql.StorageBeanBase
 
USER_PROFILE_KEY - Static variable in interface org.apache.commons.scaffold.util.ProcessBean
The session attribute key for our user profile bean ["userProfile"].

V

validate(String) - Method in interface org.apache.commons.scaffold.util.BizRequest
Validate the properties that have been set for this business request, and return an Messages object that encapsulates any validation errors that have been found.
validate(String) - Method in class org.apache.commons.scaffold.util.BizRequestImpl
 
value - Variable in class org.apache.commons.scaffold.util.LabelValueBean
The value to be returned to the server.
values - Variable in class org.apache.commons.scaffold.util.MessageImpl
The replacement values for this mesasge.
VERTICAL_TABULATION - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Vertical tab character.

W

WELCOME - Static variable in class org.apache.commons.scaffold.lang.Tokens
 

Z

ZERO_TIMESTAMP - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Timestamp representing ""November 30, 0002 00:00:00".
ZERO_TIMESTAMP_DISPLAY - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Escape string representing "November 30, 0002 00:00:00".

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

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.