Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
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

ALPHANUMERIC_CHARACTERS - Static variable in class com.RuntimeCollective.webapps.TextUtils
A string containing all the alphanumeric characters.
AND - Static variable in class com.RuntimeCollective.webapps.WebUtils
 
AllFilenameFilter - class com.RuntimeCollective.webapps.AllFilenameFilter.
Singleton implementation of FilenameFilter that accepts all files
AllFilenameFilter() - Constructor for class com.RuntimeCollective.webapps.AllFilenameFilter
 
AlwaysUpdateEntityBeanStore - class com.RuntimeCollective.webapps.AlwaysUpdateEntityBeanStore.
An extension of IndexedEntityBeanStore that updates the EntityBean on every "get".
AlwaysUpdateEntityBeanStore() - Constructor for class com.RuntimeCollective.webapps.AlwaysUpdateEntityBeanStore
 
accept(File, String) - Method in class com.RuntimeCollective.webapps.AllFilenameFilter
Accept all files
accept(File, String) - Method in class com.RuntimeCollective.webapps.HtmlFilenameFilter
Accept html files (.html, .htm)
add(SequenceBean) - Method in class com.RuntimeCollective.webapps.BeanSequence
Add a bean to this map, keyed by its current sequence.
add(int, Object) - Method in class com.RuntimeCollective.webapps.LazyEBList
Inserts the specified EntityBean at the specified position in this list (optional operation).
add(Object) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Appends the specified element to the end of this list (optional operation).
add(int, Object) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Inserts the specified element at the specified position in this list (optional operation).
add(int, int) - Method in class com.RuntimeCollective.webapps.TwoWayLookUpTable
Add a mapping between two integers
addAll(Collection) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
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 (optional operation).
addAll(int, Collection) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addCookie(Cookie) - Method in class com.RuntimeCollective.webapps.CharResponseWrapper
 
addCrumb(Crumb) - Method in class com.RuntimeCollective.webapps.CrumbTrail
Add a crumb to the trail.
addDateHeader(String, long) - Method in class com.RuntimeCollective.webapps.CharResponseWrapper
 
addDb(String, RuntimeDataSource) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Add a new DataSource instance pool to the collection, and asign it the supplied alias.
addDb(int, String, String, int, int, String, String, String, String) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Add a possible database to this data source.
addHeader(String, String) - Method in class com.RuntimeCollective.webapps.CharResponseWrapper
 
addIntHeader(String, int) - Method in class com.RuntimeCollective.webapps.CharResponseWrapper
 
addLink(EntityBean, EntityBean, String) - Method in class com.RuntimeCollective.webapps.EntityLinkTable
Add a link from an EntityBean to another, for a given role.
allDataSources - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
append(SequenceBean) - Method in class com.RuntimeCollective.webapps.BeanSequence
Append this bean to the end of the map, setting its sequence accordingly, and saving the bean.
asEntityBean() - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Get this Decorator's object as an EntityBean.
asUser() - Method in class com.RuntimeCollective.webapps.UserDecorator
Get this Decorator's object as an User.
ascendingOrder - Variable in class com.RuntimeCollective.webapps.BeanComparator
 
ascendingOrder - Variable in class com.RuntimeCollective.webapps.CountryCodeByNameComparator
 
authenticate(String, String) - Method in class com.RuntimeCollective.webapps.WebfolderRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(Connection, String, String) - Method in class com.RuntimeCollective.webapps.WebfolderRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.

B

BEAN_FLUSHER_CONFIGURATION_PARAM - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
BLANK - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
BeanComparator - class com.RuntimeCollective.webapps.BeanComparator.
A Comparator that sorts Lists of beans by a given bean property.
BeanComparator(String) - Constructor for class com.RuntimeCollective.webapps.BeanComparator
Make a new BeanComparator, which orders by the bean property property in ascending order.
BeanComparator(String, boolean) - Constructor for class com.RuntimeCollective.webapps.BeanComparator
Make a new BeanComparator, which orders by the bean property property in ascendingOrder (true = ascending).
BeanComparator(String, boolean, boolean) - Constructor for class com.RuntimeCollective.webapps.BeanComparator
Make a new BeanComparator, which orders by the bean property property in ascendingOrder (true = ascending), and toLowerCase-ing the String values of the property.
BeanFlusher - class com.RuntimeCollective.webapps.BeanFlusher.
Delete unused Beans, using the RuntimeParameters "beanFlusherConfiguration", if any.
BeanFlusher() - Constructor for class com.RuntimeCollective.webapps.BeanFlusher
 
BeanListDecorator - class com.RuntimeCollective.webapps.BeanListDecorator.
Adds a property to an EntityBean which displays a checkbox for selecting the beans id.
BeanListDecorator() - Constructor for class com.RuntimeCollective.webapps.BeanListDecorator
 
BeanLoaderLabelValueTableDecorator - class com.RuntimeCollective.webapps.BeanLoaderLabelValueTableDecorator.
This is a table row wrapper for the display tag library.
BeanLoaderLabelValueTableDecorator() - Constructor for class com.RuntimeCollective.webapps.BeanLoaderLabelValueTableDecorator
 
BeanLoaderSearchResultsTableDecorator - class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator.
This is a table row wrapper for the display tag library.
BeanLoaderSearchResultsTableDecorator() - Constructor for class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator
 
BeanSequence - class com.RuntimeCollective.webapps.BeanSequence.
A wrapper for a synchronised SortedMap of SequenceBeans which includes extra methods for maintaining sequence numbers to avoid conflicts.
BeanSequence() - Constructor for class com.RuntimeCollective.webapps.BeanSequence
Default construtor.
BeanSequenceComparator - class com.RuntimeCollective.webapps.BeanSequenceComparator.
A comparator for ordering sequence beans according to the canonical form of their sequence properties.
BeanSequenceComparator() - Constructor for class com.RuntimeCollective.webapps.BeanSequenceComparator
 
BeanUtils - class com.RuntimeCollective.webapps.BeanUtils.
A utilities class for EntityBeans.
BeanUtils() - Constructor for class com.RuntimeCollective.webapps.BeanUtils
 
bean - Variable in class com.RuntimeCollective.webapps.BeanListDecorator
 
beans - Variable in class com.RuntimeCollective.webapps.BeanListDecorator
 
beans - Variable in class com.RuntimeCollective.webapps.BeanSequence
The internal map of beans.
beansFromIds(List) - Static method in class com.RuntimeCollective.webapps.BeanUtils
Take a List of Integers (ids) and turn it into a List of EntityBeans.
binaryToHexString(byte[]) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Converts a byte array representing an SQLServer's binary datatype, into a hexidecimal string of the form "0x0000000000000000", that can be used in SQLServer SQL statements.

C

CLASS_NAME_FIELD - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
CLOSE_TABLE - Static variable in class com.RuntimeCollective.webapps.TextUtils
 
COL - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
COLLECTION_FORM - Static variable in class com.RuntimeCollective.webapps.BeanListDecorator
 
COLLECTION_PROPERTY - Static variable in class com.RuntimeCollective.webapps.BeanListDecorator
 
COLUMN_VALUES - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
COMMA - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
COMMA - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
COMMA - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
COMMA_ESC - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
COMMENT - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
CREATED_BEAN - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
Cache - interface com.RuntimeCollective.webapps.Cache.
Interface to implement if you want to create a new kind of Cache for Objects.
CharResponseWrapper - class com.RuntimeCollective.webapps.CharResponseWrapper.
Little helper class that wraps a ServletResponse preventing other resources from writing to it.
CharResponseWrapper(HttpServletResponse) - Constructor for class com.RuntimeCollective.webapps.CharResponseWrapper
Constructs a new masking char response wrapper.
Countries - class com.RuntimeCollective.webapps.Countries.
A utility class for handling ISO country codes.
Countries() - Constructor for class com.RuntimeCollective.webapps.Countries
 
CountryCodeByNameComparator - class com.RuntimeCollective.webapps.CountryCodeByNameComparator.
A Comparator that sorts Lists of country codes by their associated countries' names.
CountryCodeByNameComparator(boolean) - Constructor for class com.RuntimeCollective.webapps.CountryCodeByNameComparator
Make a new CountryCodeByNameComparator, which orders in ascendingOrder (true = ascending).
CrumbTrail - class com.RuntimeCollective.webapps.CrumbTrail.
This represents the breadcrumb trail in Runtime Struts, and includes methods for going down the trail (ie adding a page), going back up, and resetting the root (ie the home page).
CrumbTrail() - Constructor for class com.RuntimeCollective.webapps.CrumbTrail
Construct a new empty CrumbTrail.
CrumbTrail(Crumb) - Constructor for class com.RuntimeCollective.webapps.CrumbTrail
Construct a new CrumbTrail containing a single crumb.
c_store - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
caches - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
cachesList - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
canonicalSequence(String) - Static method in class com.RuntimeCollective.webapps.BeanSequenceComparator
Return the canonical form of this sequence, where canonical("1")=1, canonical("1a")=1.01, etc.
checkClassExtendsOrImplementsAnother(String, String) - Static method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Check if a class name extends or implements another
checkClassExtendsOrImplementsAnother(String, String) - Static method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Check if a class name extends or implements another
checkHtmlSafe(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Check whether a piece of HTML contains some compromising stuff, and return the error name (if any) which should be displayed to the user.
classId - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
classId - Static variable in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
 
classIndices - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
classNames - Variable in class com.RuntimeCollective.webapps.BeanFlusher
 
classNew - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
classNew - Static variable in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
 
classes - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
classes - Variable in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
 
classesList - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
cleanCut(String, int) - Static method in class com.RuntimeCollective.webapps.TextUtils
Cut a String to a given size, being careful not to cut in the middle of a word, nor after a '<'.
cleanMSCharacters(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Clean a String from MS characters.
clear() - Method in interface com.RuntimeCollective.webapps.Cache
Empty the whole cache
clear() - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Clear the store of all bean instances
clear() - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Clear the store of all bean instances.
clear() - Method in class com.RuntimeCollective.webapps.GarbageCollectedCache
Empty the whole cache
clear() - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Clear the store.
clear() - Method in class com.RuntimeCollective.webapps.LazyEBList
Removes all of the elements from this collection.
clear() - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Removes all of the elements from this list (optional operation).
clear() - Method in class com.RuntimeCollective.webapps.PermanentCache
Empty the whole cache
clear() - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Clear the store.
clearFromGroupNameCache(int) - Method in class com.RuntimeCollective.webapps.UserGroups
To notice the cache of stale data.
close(Connection) - Method in class com.RuntimeCollective.webapps.WebfolderRealm
Close the specified database connection.
closeInstance() - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Static close method.
clustered - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
clusteredInited - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
codes - Static variable in class com.RuntimeCollective.webapps.Countries
 
codes() - Static method in class com.RuntimeCollective.webapps.Countries
Get an iterator of all country codes, ordered by the name of the country.
codes - Static variable in class com.RuntimeCollective.webapps.ExamBoards
 
codes() - Static method in class com.RuntimeCollective.webapps.ExamBoards
 
codesForNames - Static variable in class com.RuntimeCollective.webapps.Countries
 
columnNames - Variable in class com.RuntimeCollective.webapps.BeanFlusher
 
com.RuntimeCollective.webapps - package com.RuntimeCollective.webapps
 
compare(Object, Object) - Method in class com.RuntimeCollective.webapps.BeanComparator
Compare the two objects.
compare(Object, Object) - Method in class com.RuntimeCollective.webapps.BeanSequenceComparator
 
compare(Object, Object) - Method in class com.RuntimeCollective.webapps.CountryCodeByNameComparator
Compare the two objects.
computeEndDate(Date, int, int, int) - Static method in class com.RuntimeCollective.webapps.DateUtils
Compute an End date, as being a BeginningDate + a Duration in days/weeks/months.
computeLink(String, HashMap) - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Compute a URL, giving a global forward name
computeRequestURI(HttpServletRequest) - Static method in class com.RuntimeCollective.webapps.SaveRequestURLFilter
Compute the URI from a request.
computeRequestURL(HttpServletRequest) - Static method in class com.RuntimeCollective.webapps.SaveRequestURLFilter
Compute the URL from a request.
computeReturnPath(HttpServletRequest) - Static method in class com.RuntimeCollective.webapps.WebUtils
 
computeURL(String, String[], String[]) - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Compute a URL, giving a global forward name, that contains the decorated EntityBean's id.
computeURL(String) - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Compute a URL, giving a global forward name, that contains the decorated EntityBean's id.
config - Variable in class com.RuntimeCollective.webapps.SaveRequestURLFilter
Config parameters.
config - Variable in class com.RuntimeCollective.webapps.TimerFilter
 
configure(String) - Method in class com.RuntimeCollective.webapps.BeanFlusher
The configuration parameter must be of the form: (className1, dependencyTable1a, depedencyColumn1a, ..., dependencyTable1n, depedencyColumn1n, className2, ..., classNameM, ...)
connectionName - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
The connection username to use when trying to connect to the database.
connectionPassword - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
The connection URL to use when trying to connect to the database.
connectionURL - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
The connection URL to use when trying to connect to the database.
contains(Object) - Method in class com.RuntimeCollective.webapps.LazyEBList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Returns true if this list contains the specified element.
containsAll(Collection) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Returns true if this list contains all of the elements of the specified collection.
containsHtmlTags(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Does the given String contain an HTML tag?
convertLinks(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Replaces all occurences of http://...
convertLinks(String, String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Replaces all occurences of http://...
create(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Generate a new entity bean of the given class, with a new unique id.
create(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Generate a new entity bean of the given class, with a new unique id.
create(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Generate a new entity bean of the given class, with a new unique id.
create(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Generate a new entity bean of the given type, with a new unique id.
creates - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
creates - Variable in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
 
createsList - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
credentials(Connection, String) - Method in class com.RuntimeCollective.webapps.WebfolderRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.

D

DATABASE_TABLE - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
database table where the link data is saved
DATE_FORMAT - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
DB_ALIAS - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
DEBUG - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
DEBUG_BRACKET - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
DELETE_FORWARD_PAGE_KEY - Static variable in class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator
 
DELETE_FROM - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
DELETE_QUERY - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
DELETING_BEAN - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
DOT - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
DOUBLE_ESC - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
DateUtils - class com.RuntimeCollective.webapps.DateUtils.
A utilities class Dates.
DateUtils() - Constructor for class com.RuntimeCollective.webapps.DateUtils
 
dataSource - Variable in class com.RuntimeCollective.webapps.WrappedDataSource
 
dbConnection - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
The connection to the database.
decBean(SequenceBean) - Method in class com.RuntimeCollective.webapps.BeanSequence
Recursively decrement the sequence of all beans starting at this one.
decrypt(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
Decryption for encrypt(String).
delete(EntityBean) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Delete an entity bean.
delete(String, int) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Delete an entity bean.
delete(EntityBean) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Delete an entity bean.
delete(String, int) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Delete an entity bean.
delete(EntityBean) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Delete an entity bean
delete(String, int) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Delete an entity bean
delete(EntityBean) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Delete an entity bean
delete(String, int) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Delete an entity bean
destroy() - Method in class com.RuntimeCollective.webapps.SaveRequestURLFilter
Destroy that filter.
destroy() - Method in class com.RuntimeCollective.webapps.TimerFilter
 
directory(Connection, String) - Method in class com.RuntimeCollective.webapps.WebfolderRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.RuntimeCollective.webapps.SaveRequestURLFilter
Filter a request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.RuntimeCollective.webapps.TimerFilter
 
doneAdding - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
doneAdding() - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Tell the RuntimeDataSource not to accept any more calls to addDb.
driver - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
Instance of the JDBC Driver class we use as a connection factory.
driverName - Variable in class com.RuntimeCollective.webapps.WebfolderRealm
The JDBC driver to use.

E

EBVector - class com.RuntimeCollective.webapps.EBVector.
An extension of Vector to hold EntityBeans.
EBVector(int) - Constructor for class com.RuntimeCollective.webapps.EBVector
 
END - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
END_BRACKET - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
END_PAR - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
END_QUOTE - Static variable in class com.RuntimeCollective.webapps.UserGroups
 
EQU - Static variable in class com.RuntimeCollective.webapps.WebUtils
 
EQUAL - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
ERROR - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
ERROR_BRACKET - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
ESC - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
ESC_AND_FROM - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
ESC_AND_TO - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
ESC_CHAR - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
ESC_COMMA - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
ESC_COMMA_ESC - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
EXC - Static variable in class com.RuntimeCollective.webapps.WebUtils
 
EXISTS_END - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
EXISTS_FROM - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
EXISTS_START - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
EXISTS_WHERE - Static variable in class com.RuntimeCollective.webapps.BeanFlusher
 
EntityBeanStore - interface com.RuntimeCollective.webapps.EntityBeanStore.
A store for EntityBeans that ensures that multiple instances of the same bean are never recreated from the database.
EntityBeanStoreHandler - class com.RuntimeCollective.webapps.EntityBeanStoreHandler.
A handler that wraps a number of different EntityBeanStores, making them appear like a single one.
EntityBeanStoreHandler() - Constructor for class com.RuntimeCollective.webapps.EntityBeanStoreHandler
 
EntityLinkTable - class com.RuntimeCollective.webapps.EntityLinkTable.
The EntityLinkTable (an overridable singletong) hold references between EntityBeans, each reference having a "role" and a direction (from the first EB to the second).
EntityLinkTable() - Constructor for class com.RuntimeCollective.webapps.EntityLinkTable
Protected constructor, use the getInstance method.
ExamBoards - class com.RuntimeCollective.webapps.ExamBoards.
 
ExamBoards() - Constructor for class com.RuntimeCollective.webapps.ExamBoards
 
ebsToIntegers(Collection) - Method in class com.RuntimeCollective.webapps.LazyEBList
Convert a Collection of EntityBeans into a Collection of Integer ids.
elementAt(int) - Method in class com.RuntimeCollective.webapps.EBVector
Refreshes the appropriate objects before returning them
elements() - Method in class com.RuntimeCollective.webapps.EBVector
Refreshes the appropriate objects before returning them
encrypt(String) - Static method in class com.RuntimeCollective.webapps.TextUtils
A very very basic way to encrypt Strings, should be easy to crack; but it's like a placeholder for something better, really.
equals(Object, Object) - Method in class com.RuntimeCollective.webapps.BeanSequenceComparator
 
equals(Object) - Method in class com.RuntimeCollective.webapps.LazyEBList
Compares the specified object with this list for equality.
equals(Object) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Compares the specified object with this list for equality.
escape(String) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Utility to escape single quotes in a String, for use in an SQL query.
escapeDoubleQuote(String) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Utility to escape quotes into &quot; for use in HTML.
excludeList(List, List) - Static method in class com.RuntimeCollective.webapps.ListUtils
Exclude from a List all objetcs which are in a second List
exists(int, int) - Method in class com.RuntimeCollective.webapps.TwoWayLookUpTable
Does a mapping exist?

F

FALSE - Static variable in class com.RuntimeCollective.webapps.RuntimeDataSource
 
FATAL - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
FATAL_BRACKET - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
FLUSHING_BEAN - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
FORWARD_PAGE_KEY - Static variable in class com.RuntimeCollective.webapps.BeanLoaderLabelValueTableDecorator
 
FOR_CLASS - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
FOUND_ID - Static variable in class com.RuntimeCollective.webapps.UserGroups
 
FREE_MEMORY - Static variable in class com.RuntimeCollective.webapps.RuntimeParameters
 
FROM - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
Key used to refer to the From relationship.
FROM_DB - Static variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
FROM_ID_EQUALS - Static variable in class com.RuntimeCollective.webapps.EntityLinkTable
 
fillGlobalObjectCache() - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
finishRow() - Method in class com.RuntimeCollective.webapps.BeanListDecorator
 
firstElement() - Method in class com.RuntimeCollective.webapps.EBVector
Refreshes the appropriate objects before returning them
flush(EntityBean) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Flush an entity bean from the memory, useful to spare memory, or for testing.
flush(String, int) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Flush an entity bean from the memory -- useful to spare memory, or for testing.
flush(EntityBean) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Flush an entity bean from the memory, useful to spare memory, or for testing.
flush(String, int) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Flush an entity bean from the memory -- useful to spare memory, or for testing.
flush(EntityBean) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Flush an entity bean from the cache, useful to spare memory, or for testing.
flush(String, int) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Flush an entity bean from the cache, useful to spare memory, or for testing.
flush(EntityBean) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Flush an entity bean from the memory, useful to spare memory, or for testing.
flush(String, int) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Flush an entity bean from the memory, useful to spare memory, or for testing.
flushBuffer() - Method in class com.RuntimeCollective.webapps.CharResponseWrapper
 
flushClass(String) - Method in class com.RuntimeCollective.webapps.BeanFlusher
Flushes bean of that class, and not subclasses.
flushDirty(String) - Method in class com.RuntimeCollective.webapps.SynchronizedEntityBeanStore
Flushes "dirty" EntityBeans that have been modified by an EBS on a different clustered node.
formProperty - Variable in class com.RuntimeCollective.webapps.BeanListDecorator
 
formatter - Variable in class com.RuntimeCollective.webapps.UserDecorator
 
foundInDb - Variable in class com.RuntimeCollective.webapps.SynchronizedEntityBeanStore
 
fromTo - Variable in class com.RuntimeCollective.webapps.TwoWayLookUpTable
 

G

GarbageCollectedCache - class com.RuntimeCollective.webapps.GarbageCollectedCache.
The GarbageCollectedCache is a Cache whose objects may be garbage collected.
GarbageCollectedCache() - Constructor for class com.RuntimeCollective.webapps.GarbageCollectedCache
 
GlobalObjectIdNameHash - Variable in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
 
generateLink(String, String) - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Generate a hyperlink with the id parameter of the decorated EntityBean and the supplied global forward.
generateLink(String, String, String[], String[]) - Method in class com.RuntimeCollective.webapps.StrutsTableDecorator
Generate a hyperlink with the id parameter of the decorated EntityBean and the supplied global forward.
get(String, int) - Method in class com.RuntimeCollective.webapps.AlwaysUpdateEntityBeanStore
Get an entity bean (this used to use entity name)
get(int) - Method in class com.RuntimeCollective.webapps.CrumbTrail
Get a crumb
get(int) - Method in class com.RuntimeCollective.webapps.EBVector
Refreshes the appropriate objects before returning them
get(String, int) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get an entity bean.
get(String, int) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get an entity bean.
get(String, int) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get an entity bean (this used to use entity name)
get(int) - Method in class com.RuntimeCollective.webapps.LazyEBList
Returns the EntityBean at the specified position in this list.
get(int) - Method in class com.RuntimeCollective.webapps.LazyListWrapper
Returns the element at the specified position in this list.
get(String) - Static method in class com.RuntimeCollective.webapps.RuntimeParameters
Deprecated. use getParam instead
get(String, int) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get an entity bean.
get(String, int) - Method in class com.RuntimeCollective.webapps.SynchronizedEntityBeanStore
Get an entity bean (this used to use entity name)
get(String, int, boolean) - Method in class com.RuntimeCollective.webapps.SynchronizedEntityBeanStore
Get an entity bean (this used to use entity name)
getAddress() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getAddress() - Method in class com.RuntimeCollective.webapps.UserDisplayDecorator
 
getAddress1() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getAll(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get an iterator of all saved beans of this class name
getAll(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get an iterator of all saved beans of this class name
getAll(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get an iterator of all saved beans of this class name
getAll(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get an iterator of all saved beans of this class name
getAllAsList(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all saved beans of this class name
getAllAsList(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all saved beans of this class name
getAllAsList(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all saved beans of this class name
getAllAsList(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all saved beans of this class name
getAllClasses() - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get an iterator of all class names that the EntityBeanStore handles
getAllClasses() - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get an iterator of all class names that the EntityBeanStore handles
getAllClasses() - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get an iterator of all class names (entity names) that the EntityBeanStore handles
getAllClasses() - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get an iterator of all class names (entity names) that the EntityBeanStore handles
getAllGroups() - Method in class com.RuntimeCollective.webapps.UserGroups
Get a list of all the user groups.
getAllGroups(UserGroupType) - Method in class com.RuntimeCollective.webapps.UserGroups
Get a list of all the user groups of the given type.
getAllIds(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get an iterator of all saved beans' ids of this class name
getAllIds(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get an iterator of all saved beans' ids of this class name
getAllIds(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get an iterator of all saved beans' ids of this class name
getAllIds(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get an iterator of all saved beans ids of this class name
getAllIdsAsList(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all saved beans' ids of this class name
getAllIdsAsList(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all saved beans' ids of this class name
getAllIdsAsList(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all saved beans' ids of this class name
getAllIdsAsList(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all saved beans' ids of this class name
getAllLinksForRole(String) - Method in class com.RuntimeCollective.webapps.EntityLinkTable
Returns a Vector of twoplet arrays (from id, to id) representing all links for a particular role
getAllMappedFrom(int) - Method in class com.RuntimeCollective.webapps.TwoWayLookUpTable
Get a collection of all ints which are mapped from something
getAllMappedTo(int) - Method in class com.RuntimeCollective.webapps.TwoWayLookUpTable
Get a collection of all ints which are mapped to something
getAsLazyList(String, int[]) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, List) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all beans whose ids are selected by the given query, as a lazy-loading list
getAsLazyList(String, int[]) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, List) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all beans whose ids are selected by the given query, as a lazy-loading list
getAsLazyList(String, int[]) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, List) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all beans whose ids are selected by the given query, as a lazy-loading list
getAsLazyList(String, int[]) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, List) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all beans in the id array, as a lazy-loading list
getAsLazyList(String, String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all beans whose ids are selected by the given query, as a lazy-loading list
getBean(String) - Method in class com.RuntimeCollective.webapps.BeanSequence
Get a bean of this map, by sequence.
getBeanCache(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get the Cache for a Class name.
getBeanCache(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get the Cache for a Class name.
getBeanCache(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get the Cache for a Class name.
getBeanCache(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get the Cache for a Class name.
getCheckBox() - Method in class com.RuntimeCollective.webapps.BeanListDecorator
 
getCity() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getClickableId() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getClickableName() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getCodeForName(String) - Static method in class com.RuntimeCollective.webapps.Countries
Get the code of a country for a given name.
getCodes() - Static method in class com.RuntimeCollective.webapps.Countries
Get a list of all country codes.
getConnection() - Method in class com.RuntimeCollective.webapps.WrappedDataSource
 
getCountryName() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getCreateDate() - Method in class com.RuntimeCollective.webapps.UserDisplayDecorator
 
getCurrentDate() - Static method in class com.RuntimeCollective.webapps.DateUtils
A method which spares us from creating new Date objects all the time.
getDataSource() - Method in class com.RuntimeCollective.webapps.WrappedDataSource
get the DataSource.
getDatabaseType(String) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
 
getDatabaseWebXMLId(String) - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
 
getDefaultAlias() - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Utility method for getting the alias of the default database
getDefaultDatabaseType() - Static method in class com.RuntimeCollective.webapps.RuntimeDataSource
Utility method for getting the type of the default database
getDeleteButton() - Method in class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator
 
getDeleteLink() - Method in class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator
 
getDescription() - Method in class com.RuntimeCollective.webapps.BeanLoaderSearchResultsTableDecorator
 
getDirectoryName() - Method in class com.RuntimeCollective.webapps.WebfolderPrincipal
 
getEmail() - Method in class com.RuntimeCollective.webapps.UserDecorator
 
getEmail() - Method in class com.RuntimeCollective.webapps.UserDisplayDecorator
 
getEntityBeanList() - Method in class com.RuntimeCollective.webapps.SearchResults
FR: No you don't need to specify a type.
getExactNameAll(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get an iterator of all saved beans of this class name, but only this class, not sub-classes
getExactNameAll(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get an iterator of all saved beans of this class name, but only this class, not sub-classes
getExactNameAll(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get an iterator of all saved beans of this class name, but only this class, not sub-classes.
getExactNameAll(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get an iterator of all saved beans of this class name, but only this class, not sub-classes.
getExactNameAllAsList(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanStore
Get a list of all saved beans of this class name, but only this class, not sub-classes
getExactNameAllAsList(String) - Method in class com.RuntimeCollective.webapps.EntityBeanStoreHandler
Get a list of all saved beans of this class name, but only this class, not sub-classes
getExactNameAllAsList(String) - Method in class com.RuntimeCollective.webapps.IndexedEntityBeanStore
Get a list of all saved beans of this class name, but only this class, not sub-classes
getExactNameAllAsList(String) - Method in class com.RuntimeCollective.webapps.SimpleEntityBeanStore
Get a list of all saved beans of this class name, but only this class, not sub-classes.
getExactNameAllIds(String) - Method in interface com.RuntimeCollective.webapps.EntityBeanSto