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
 
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.
ALLOCATE_KEY_EXCEPTION - Static variable in class org.apache.commons.scaffold.lang.Tokens
Default message for throwing exception (en).
APPLICATION - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
AccessBase - class org.apache.commons.scaffold.sql.AccessBase.
Deprecated. Use StorageBean instead.
AccessBase() - Constructor for class org.apache.commons.scaffold.sql.AccessBase
Deprecated.  
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].
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.

B

BASE_LOGIC_EXECUTING - Static variable in class org.apache.commons.scaffold.lang.Tokens
Executing base logic.
BaseException - exception org.apache.commons.scaffold.lang.BaseException.
Base exception for additional subclasses.
BaseException(String) - Constructor for class org.apache.commons.scaffold.lang.BaseException
 
BaseException(String, Throwable) - Constructor for class org.apache.commons.scaffold.lang.BaseException
 
BizRequest - interface org.apache.commons.scaffold.util.BizRequest.
A helper bean used to encapsulate the runtime properties needed by a business service [org.apache.commons.scaffold.util.BizSevice].
BizRequestImpl - class org.apache.commons.scaffold.util.BizRequestImpl.
Concrete implementation of a business request.
BizRequestImpl() - Constructor for class org.apache.commons.scaffold.util.BizRequestImpl
 
BizResponse - interface org.apache.commons.scaffold.util.BizResponse.
Convenient wrapper for the result of a business process.
BizResponseImpl - class org.apache.commons.scaffold.util.BizResponseImpl.
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 org.apache.commons.scaffold.util.BizService.
A business service facade designed to be invoked through a process method.
BizServiceImpl - class org.apache.commons.scaffold.util.BizServiceImpl.
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

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.
CLASS - Static variable in class org.apache.commons.scaffold.lang.Tokens
Partial string for assembling a message.
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"].
CONTINUE - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
CREATE_OBJECT_ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
Error creating object
CURRENCY_PATTERN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Standard currency pattern.
ChainedException - exception org.apache.commons.scaffold.lang.ChainedException.
Mimicks new functionality in 1.4 http://www.javaworld.com/javaworld/jw-08-2001/jw-0803-exceptions.html
ChainedException() - Constructor for class org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(String) - Constructor for class org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(String, Throwable) - Constructor for class org.apache.commons.scaffold.lang.ChainedException
 
ChainedException(Throwable) - Constructor for class org.apache.commons.scaffold.lang.ChainedException
 
CommandStore - class org.apache.commons.scaffold.sql.CommandStore.
 
CommandStore(Properties) - Constructor for class org.apache.commons.scaffold.sql.CommandStore
Constructor to pass a properties file.
ConnectionAdaptor - class org.apache.commons.scaffold.sql.ConnectionAdaptor.
Base class for SQL connection adaptors.
ConnectionAdaptor() - Constructor for class org.apache.commons.scaffold.sql.ConnectionAdaptor
 
ConnectionServlet - class org.apache.commons.scaffold.http.ConnectionServlet.
Initialize a ConnectionAdaptor for this application.
ConnectionServlet() - Constructor for class org.apache.commons.scaffold.http.ConnectionServlet
 
ConvertUtils - class org.apache.commons.scaffold.text.ConvertUtils.
An experimental class with some standard conversion utilities.
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.
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
 
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.
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
 
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.
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.

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
 
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 - Static variable in class org.apache.commons.scaffold.sql.StorageBeanBase
[:TODO: Javadoc] purge
DISPATCH - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
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.
datasource - Static variable in class org.apache.commons.scaffold.sql.ConnectionAdaptor
Field to store singleton reference to default datasource.
delete(Object, Integer, String) - Static method in class org.apache.commons.scaffold.sql.AccessBase
Deprecated. Mark entry for deletion.
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
displayName - Variable in class org.apache.commons.scaffold.util.ResultListBase
The displayName map, if any.

E

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_STRING - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Deprecated. Use STRING_EMPTY
ERROR - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
ERRORS_REQUIRED - 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
 
ESCAPE_DATE_PATTERN - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
A "default" date format.
EXIT - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
Engine - class org.apache.commons.scaffold.lucene.Engine.
Search engine methods for Lucene.
Engine() - Constructor for class org.apache.commons.scaffold.lucene.Engine
 
Executable - interface org.apache.commons.scaffold.util.Executable.
Simple interface to describe public methods on a business logic object.
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
 
empty() - Method in interface org.apache.commons.scaffold.util.Messages
Deprecated. Use isEmpty instead.
empty() - Method in class org.apache.commons.scaffold.util.MessagesImpl
 
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.
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.

F

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.
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].
FULL - Static variable in class org.apache.commons.scaffold.text.ConvertUtils
Full style for dates and times.
FunctionBean - class org.apache.commons.scaffold.util.FunctionBean.
 
FunctionBean() - Constructor for class org.apache.commons.scaffold.util.FunctionBean
 
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.
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.
from - Variable in class org.apache.commons.scaffold.util.Scroller
The starting point for the current query [FROM].

G

GET_TOKEN - Static variable in class org.apache.commons.scaffold.lang.Tokens
 
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.
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
 
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 class org.apache.commons.scaffold.lang.ChainedException
 
getCauseMessage() - Method in class 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 class 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.
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]
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]
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.
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.
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
 
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.ut