A B C D E F G I J L O P R S T U

A

addProperty(LookupTableProperty) - Method in class org.restafarian.core.beans.LookupTable
 
AuthenticatedUserManager - Class in org.restafarian.core.security
This module finds and returns the currently authenticated user.
AuthenticatedUserManager() - Constructor for class org.restafarian.core.security.AuthenticatedUserManager
 

B

BetwixtTool - Class in org.restafarian.core.utils
A collection of static methods for using Betwixt.
BetwixtTool() - Constructor for class org.restafarian.core.utils.BetwixtTool
 

C

ConfigurationInitializationServlet - Class in org.restafarian.core.servlets
 
ConfigurationInitializationServlet() - Constructor for class org.restafarian.core.servlets.ConfigurationInitializationServlet
 
context - Variable in class org.restafarian.core.filters.FilterBase
 
context - Variable in class org.restafarian.core.servlets.JavascriptServletBase
 
context - Variable in class org.restafarian.core.servlets.RestServletBase
 
convert(Class, Object) - Method in class org.restafarian.core.utils.ISO8601DateConverter
 
convertDateToString(Date) - Method in class org.restafarian.core.utils.ISO8601DateConverter
 
convertStringToDate(String) - Method in class org.restafarian.core.utils.ISO8601DateConverter
 
CookieBasedUserManager - Class in org.restafarian.core.security
This module finds and returns the currently authenticated user by returning the user identified in a cookie.
CookieBasedUserManager() - Constructor for class org.restafarian.core.security.CookieBasedUserManager
 

D

Dao - Interface in org.restafarian.core.dao
Data Access Object (Dao) interface.
DefaultUserManager - Class in org.restafarian.core.security
This interface specifies the required methods for an authenticated user manager.
DefaultUserManager() - Constructor for class org.restafarian.core.security.DefaultUserManager
 
delete(String) - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Deletes the LookupTable with the specified id.
delete(int) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Deletes the LookupTableEntry with the specified id.
delete(String) - Method in interface org.restafarian.core.dao.LookupTableDao
Deletes the LookupTable with the specified id.
delete(int) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Deletes the LookupTableEntry with the specified id.
delete(int) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Deletes the LookupTableEntry with the specified id.
delete(String) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Deletes the LookupTable with the specified id.
delete(int) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Deletes the LookupTableEntry with the specified id.
delete(String) - Method in interface org.restafarian.core.service.LookupTableManager
Deletes the LookupTable with the specified id.
destroy() - Method in class org.restafarian.core.filters.FilterBase
Filter destroy method.
destroy() - Method in class org.restafarian.core.servlets.RestServletBase
Servlet destroy method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.ConfigurationInitializationServlet
The Servlet "doDelete()" method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.RestServletBase
The Servlet "doDelete()" method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.SelectListServletBase
The Servlet "doDelete()" method.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.restafarian.core.filters.FilterBase
Filter "do filter" method.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.restafarian.core.filters.SecurityFilter
Filter "do filter" method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.ConfigurationInitializationServlet
The Servlet "doGet()" method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.JavascriptServletBase
The Servlet "doGet()" method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.RestServletBase
The Servlet "doGet()" method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.SelectListServletBase
The Servlet "doGet()" method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.ConfigurationInitializationServlet
The Servlet "doPost()" method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.RestServletBase
The Servlet "doPost()" method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.SelectListServletBase
The Servlet "doPost()" method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.ConfigurationInitializationServlet
The Servlet "doPut()" method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.RestServletBase
The Servlet "doPut()" method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.SelectListServletBase
The Servlet "doPut()" method.

E

evaluate(String, Object) - Static method in class org.restafarian.core.utils.SimpleVelocityService
Uses Velocity to evaluate the template using the source data for the Velocity context.

F

fetchOptions(HttpServletRequest, String, String, String) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method obtains the requested options from the data source.
filter(String) - Static method in class org.restafarian.core.servlets.JavascriptServletBase
Filter the specified string for characters that are sensitive to HTML interpreters, returning the string with these characters replaced by the corresponding character entities.
filter(String) - Static method in class org.restafarian.core.servlets.RestServletBase
Filter the specified string for characters that are sensitive to HTML interpreters, returning the string with these characters replaced by the corresponding character entities.
FilterBase - Class in org.restafarian.core.filters
This is the base class for all servlet filters.
FilterBase() - Constructor for class org.restafarian.core.filters.FilterBase
 
findAll() - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Returns all LookupTables in the database.
findAll() - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Returns all LookupTableEntries in the database.
findAll() - Method in interface org.restafarian.core.dao.LookupTableDao
Returns all LookupTables in the database.
findAll() - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Returns all LookupTableEntries in the database.
findAll() - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Returns all LookupTableEntries in the database.
findAll() - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Returns all LookupTables in the database.
findAll() - Method in interface org.restafarian.core.service.LookupTableEntryManager
Returns all LookupTableEntries in the database.
findAll() - Method in interface org.restafarian.core.service.LookupTableManager
Returns all LookupTables in the database.
findByExample(LookupTable) - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Returns all LookupTables in the database that match the specified search criteria.
findByExample(LookupTableEntry) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Returns all LookupTableEntries in the database that match the specified search criteria.
findByExample(LookupTable) - Method in interface org.restafarian.core.dao.LookupTableDao
Returns all LookupTables in the database that match the specified search criteria.
findByExample(LookupTableEntry) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Returns all LookupTableEntries in the database that match the specified search criteria.
findByExample(LookupTableEntry) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Returns all LookupTableEntries in the database that match the specified search criteria.
findByExample(LookupTable) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Returns all LookupTables in the database that match the specified search criteria.
findByExample(LookupTableEntry) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Returns all LookupTableEntries in the database that match the specified search criteria.
findByExample(LookupTable) - Method in interface org.restafarian.core.service.LookupTableManager
Returns all LookupTables in the database that match the specified search criteria.
findById(String) - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Returns the LookupTable with the specified id.
findById(int) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Returns the LookupTableEntry with the specified id.
findById(String) - Method in interface org.restafarian.core.dao.LookupTableDao
Returns the LookupTable with the specified id.
findById(int) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Returns the LookupTableEntry with the specified id.
findById(int) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Returns the LookupTableEntry with the specified id.
findById(String) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Returns the LookupTable with the specified id.
findById(int) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Returns the LookupTableEntry with the specified id.
findById(String) - Method in interface org.restafarian.core.service.LookupTableManager
Returns the LookupTable with the specified id.
findByProperty(String, Object) - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Returns all LookupTables in the database that match the specified search criteria.
findByProperty(String, Object) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Returns all LookupTableEntries in the database that match the specified search criteria.
findByProperty(String, Object) - Method in interface org.restafarian.core.dao.LookupTableDao
Returns all LookupTables in the database that match the specified search criteria.
findByProperty(String, Object) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Returns all LookupTableEntries in the database that match the specified search criteria.
findByProperty(String, Object) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Returns all LookupTableEntries in the database that match the specified search criteria.
findByProperty(String, Object) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Returns all LookupTables in the database that match the specified search criteria.
findByProperty(String, Object) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Returns all LookupTableEntries in the database that match the specified search criteria.
findByProperty(String, Object) - Method in interface org.restafarian.core.service.LookupTableManager
Returns all LookupTables in the database that match the specified search criteria.
findByTableIdEntryId(String, String) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Returns the LookupTableEntry with the specified table id and entry id.
findByTableIdEntryId(String, String) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Returns the LookupTableEntry with the specified table id and entry id.
findByTableIdEntryId(String, String) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Returns the LookupTableEntry with the specified table id and entry id.
findByTableIdEntryId(String, String) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Returns the LookupTableEntry with the specified table id and entry id.
formatOptions(HttpServletRequest, List) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method formats the options.

G

GenericSpringServlet - Class in org.restafarian.core.servlets
Generic servlet class that holds the Spring WebApplicationContext in its init method.
GenericSpringServlet() - Constructor for class org.restafarian.core.servlets.GenericSpringServlet
 
getAuthenticatedUser(HttpServletRequest) - Static method in class org.restafarian.core.security.AuthenticatedUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in class org.restafarian.core.security.CookieBasedUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in class org.restafarian.core.security.DefaultUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in class org.restafarian.core.security.ServiceBasedUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in class org.restafarian.core.security.SessionBasedUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in class org.restafarian.core.security.SpringBasedUserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getAuthenticatedUser(HttpServletRequest) - Method in interface org.restafarian.core.security.UserManager
Returns the currently authenticated user, or null, if there is no user currently authenticated.
getCacheKeyQualifier(HttpServletRequest) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method returns any additional qualifiers for the key to the query cache.
getColHeading() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getContextKey() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getCreatedBy() - Method in class org.restafarian.core.beans.PersistentBeanBase
Returns the createdBy.
getCreationDate() - Method in class org.restafarian.core.beans.PersistentBeanBase
Returns the creationDate.
getCurrentDataFields(HttpServletRequest) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method returns the current map of data fields.
getDataFields() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getDataSource() - Method in class org.restafarian.core.servlets.SelectListServletBase
This method is used to look up the DataSource by name.
getDataSourceName() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getDefaultContains() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getDefaultOrderBy() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getDefaultStartsWith() - Method in class org.restafarian.core.servlets.SelectListServletBase
 
getDescription() - Method in class org.restafarian.core.beans.LookupTable
 
getDescription() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getEmail() - Method in class org.restafarian.core.beans.Person
 
getEntryId() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getId() - Method in class org.restafarian.core.beans.LookupTable
 
getId() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getId() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getId() - Method in class org.restafarian.core.beans.Person
 
getIdFromUrl(HttpServletRequest, String) - Method in class org.restafarian.core.servlets.JavascriptServletBase
Returns the id present in the URL, if any.
getIdFromUrl(HttpServletRequest, String) - Method in class org.restafarian.core.servlets.RestServletBase
Returns the id present in the URL, if any.
getLabel() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getLastUpdate() - Method in class org.restafarian.core.beans.PersistentBeanBase
Returns the lastUpdate.
getLastUpdateBy() - Method in class org.restafarian.core.beans.PersistentBeanBase
Returns the lastUpdateBy.
getLookupTableDao() - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
 
getLookupTableEntryDao() - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
 
getName() - Method in class org.restafarian.core.beans.LookupTable
 
getName() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getName() - Method in class org.restafarian.core.beans.Person
 
getNameSpaceUrl(HttpServletRequest) - Method in class org.restafarian.core.servlets.JavascriptServletBase
Returns the name space url.
getNameSpaceUrl(HttpServletRequest) - Method in class org.restafarian.core.servlets.RestServletBase
Returns the name space url.
getNotes() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getNumericIdFromUrl(HttpServletRequest, String) - Method in class org.restafarian.core.servlets.RestServletBase
Returns the id present in the URL, if any, as an int.
getOptions(HttpServletRequest) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method retrieves the requested options from the session.
getProperties() - Method in class org.restafarian.core.beans.LookupTable
 
getProperty(int) - Method in class org.restafarian.core.beans.LookupTable
 
getProperty(int) - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty00() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty01() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty02() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty03() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty04() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty05() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty06() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty07() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty08() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty09() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty10() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty11() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty12() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty13() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty14() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty15() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty16() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty17() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty18() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getProperty19() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getQueryCache(HttpServletRequest, String) - Static method in class org.restafarian.core.servlets.SelectListServletBase
Fetch the query cache from the servlet context, or creates a new one.
getQueryStatement(HttpServletRequest, String, String, String) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method creates the SQL statement.
getQueryStatement(String, String, String) - Method in class org.restafarian.core.servlets.SelectListServletBase
This method creates the SQL statement.
getReviewCompareDate() - Static method in class org.restafarian.core.servlets.SelectListServletBase
Fetch the query cache from the servlet context, or creates a new one.
getSequence() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getService() - Static method in class org.restafarian.core.utils.SimpleVelocityService
Returns the currently active service object.
getSize() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getSource() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getTableId() - Method in class org.restafarian.core.beans.LookupTableEntry
 
getTableId() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getType() - Method in class org.restafarian.core.beans.LookupTableProperty
 
getUri() - Method in class org.restafarian.core.beans.Person
 

I

init(FilterConfig) - Method in class org.restafarian.core.filters.FilterBase
Filter init method.
init(ServletContext, Configuration) - Static method in class org.restafarian.core.security.AuthenticatedUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in class org.restafarian.core.security.CookieBasedUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in class org.restafarian.core.security.DefaultUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in class org.restafarian.core.security.ServiceBasedUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in class org.restafarian.core.security.SessionBasedUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in class org.restafarian.core.security.SpringBasedUserManager
Initializes the module using the configuration.
init(ServletContext, Configuration) - Method in interface org.restafarian.core.security.UserManager
Initializes the module using the configuration.
init(ServletConfig) - Method in class org.restafarian.core.servlets.ConfigurationInitializationServlet
Servlet init method.
init() - Method in class org.restafarian.core.servlets.GenericSpringServlet
Retrieves a servlet bean from the context with the same name that the generic servlet is configured.
init(ServletConfig) - Method in class org.restafarian.core.servlets.RestServletBase
Servlet init method.
isDisplayOnList() - Method in class org.restafarian.core.beans.LookupTableProperty
 
isInputRequired() - Method in class org.restafarian.core.beans.LookupTableProperty
 
ISO8601DateConverter - Class in org.restafarian.core.utils
Converts java Date objects to ISO8601-compliant String values and back.
ISO8601DateConverter() - Constructor for class org.restafarian.core.utils.ISO8601DateConverter
 

J

JavascriptServletBase - Class in org.restafarian.core.servlets
This is the base class for all of the Javascript servlets.
JavascriptServletBase() - Constructor for class org.restafarian.core.servlets.JavascriptServletBase
 

L

log - Variable in class org.restafarian.core.filters.FilterBase
 
log - Variable in class org.restafarian.core.servlets.JavascriptServletBase
 
log - Variable in class org.restafarian.core.servlets.RestServletBase
 
LookupTable - Class in org.restafarian.core.beans
This entity bean defines a single look-up table.
LookupTable() - Constructor for class org.restafarian.core.beans.LookupTable
 
LookupTableDao - Interface in org.restafarian.core.dao
This is the LookupTable data access object interface.
LookupTableDaoHibernate - Class in org.restafarian.core.dao.hibernate
This is the LookupTable data access object.
LookupTableDaoHibernate() - Constructor for class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
 
LookupTableEntry - Class in org.restafarian.core.beans
This entity bean defines a single look-up table entry.
LookupTableEntry() - Constructor for class org.restafarian.core.beans.LookupTableEntry
 
LookupTableEntryDao - Interface in org.restafarian.core.dao
This is the LookupTableEntry data access object interface.
LookupTableEntryDaoHibernate - Class in org.restafarian.core.dao.hibernate
This is the LookupTableEntry data access object.
LookupTableEntryDaoHibernate() - Constructor for class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
 
LookupTableEntryManager - Interface in org.restafarian.core.service
This is the LookupTableEntry manager interface.
LookupTableEntryManagerImpl - Class in org.restafarian.core.service.impl
Concrete implementation of the LookupTableEntry manager interface.
LookupTableEntryManagerImpl() - Constructor for class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
 
LookupTableManager - Interface in org.restafarian.core.service
This is the LookupTable manager interface.
LookupTableManagerImpl - Class in org.restafarian.core.service.impl
Concrete implementation of the LookupTable manager interface.
LookupTableManagerImpl() - Constructor for class org.restafarian.core.service.impl.LookupTableManagerImpl
 
LookupTableProperty - Class in org.restafarian.core.beans
This entity bean defines a single look-up table property.
LookupTableProperty() - Constructor for class org.restafarian.core.beans.LookupTableProperty
 

O

org.restafarian.core.beans - package org.restafarian.core.beans
 
org.restafarian.core.dao - package org.restafarian.core.dao
 
org.restafarian.core.dao.hibernate - package org.restafarian.core.dao.hibernate
 
org.restafarian.core.filters - package org.restafarian.core.filters
 
org.restafarian.core.security - package org.restafarian.core.security
 
org.restafarian.core.service - package org.restafarian.core.service
 
org.restafarian.core.service.impl - package org.restafarian.core.service.impl
 
org.restafarian.core.servlets - package org.restafarian.core.servlets
 
org.restafarian.core.utils - package org.restafarian.core.utils
 

P

PersistentBeanBase - Class in org.restafarian.core.beans
This abstract class defines the base elements common to all entity beans.
PersistentBeanBase() - Constructor for class org.restafarian.core.beans.PersistentBeanBase
 
Person - Class in org.restafarian.core.beans
This entity bean defines a single person.
Person() - Constructor for class org.restafarian.core.beans.Person
 

R

RestServletBase - Class in org.restafarian.core.servlets
This is the base class for all of the REST servlets.
RestServletBase() - Constructor for class org.restafarian.core.servlets.RestServletBase
 
reviewQueryCache(Map) - Static method in class org.restafarian.core.servlets.SelectListServletBase
Review the query cache and remove expired items.

S

save(LookupTable) - Method in class org.restafarian.core.dao.hibernate.LookupTableDaoHibernate
Saves the LookupTable passed.
save(LookupTableEntry) - Method in class org.restafarian.core.dao.hibernate.LookupTableEntryDaoHibernate
Saves the LookupTableEntry passed.
save(LookupTable) - Method in interface org.restafarian.core.dao.LookupTableDao
Saves the LookupTable passed.
save(LookupTableEntry) - Method in interface org.restafarian.core.dao.LookupTableEntryDao
Saves the LookupTableEntry passed.
save(LookupTableEntry) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
Saves the LookupTableEntry passed.
save(LookupTable) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
Saves the LookupTable passed.
save(LookupTableEntry) - Method in interface org.restafarian.core.service.LookupTableEntryManager
Saves the LookupTableEntry passed.
save(LookupTable) - Method in interface org.restafarian.core.service.LookupTableManager
Saves the LookupTable passed.
SecurityFilter - Class in org.restafarian.core.filters
This filter redirects all traffic to a specified page if the authenticated user object is not present.
SecurityFilter() - Constructor for class org.restafarian.core.filters.SecurityFilter
 
SelectListServletBase - Class in org.restafarian.core.servlets
This abstract class is the base code for select list servlets.
SelectListServletBase() - Constructor for class org.restafarian.core.servlets.SelectListServletBase
 
sendError(HttpServletRequest, HttpServletResponse, int, String) - Method in class org.restafarian.core.filters.FilterBase
Sends the HTTP error code and message, and logs the code and message if enabled.
sendError(HttpServletRequest, HttpServletResponse, int, String) - Method in class org.restafarian.core.servlets.JavascriptServletBase
Sends the HTTP error code and message, and logs the code and message if enabled.
sendError(HttpServletRequest, HttpServletResponse, int, String, Throwable) - Method in class org.restafarian.core.servlets.JavascriptServletBase
Sends the HTTP error code and message, and logs the code and message if enabled.
sendError(HttpServletRequest, HttpServletResponse, int, String) - Method in class org.restafarian.core.servlets.RestServletBase
Sends the HTTP error code and message, and logs the code and message if enabled.
sendError(HttpServletRequest, HttpServletResponse, int, String, Throwable) - Method in class org.restafarian.core.servlets.RestServletBase
Sends the HTTP error code and message, and logs the code and message if enabled.
service(ServletRequest, ServletResponse) - Method in class org.restafarian.core.servlets.GenericSpringServlet
just delegate to the "spring" servlet.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.JavascriptServletBase
The Servlet "service" method.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restafarian.core.servlets.RestServletBase
The Servlet "service" method.
ServiceBasedUserManager - Class in org.restafarian.core.security
This module finds and returns the currently authenticated user using a remote WhoAmI service.
ServiceBasedUserManager() - Constructor for class org.restafarian.core.security.ServiceBasedUserManager
 
SessionBasedUserManager - Class in org.restafarian.core.security
This module finds and returns the currently authenticated user by returning the user stored in the session object.
SessionBasedUserManager() - Constructor for class org.restafarian.core.security.SessionBasedUserManager
 
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.AuthenticatedUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.CookieBasedUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.DefaultUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.ServiceBasedUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.SessionBasedUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in class org.restafarian.core.security.SpringBasedUserManager
Sets the currently authenticated user.
setAuthenticatedUser(HttpServletRequest, HttpServletResponse, Person) - Method in interface org.restafarian.core.security.UserManager
Sets the currently authenticated user.
setColHeading(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setContextKey(String) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setCreatedBy(String) - Method in class org.restafarian.core.beans.PersistentBeanBase
Sets the createdBy.
setCreationDate(Date) - Method in class org.restafarian.core.beans.PersistentBeanBase
Sets the creationDate.
setDataFields(Map) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setDataSourceName(String) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setDefaultContains(String) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setDefaultOrderBy(String) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setDefaultStartsWith(String) - Method in class org.restafarian.core.servlets.SelectListServletBase
 
setDescription(String) - Method in class org.restafarian.core.beans.LookupTable
 
setDescription(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setDisplayOnList(boolean) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setEmail(String) - Method in class org.restafarian.core.beans.Person
 
setEntryId(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setId(String) - Method in class org.restafarian.core.beans.LookupTable
 
setId(int) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setId(int) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setId(String) - Method in class org.restafarian.core.beans.Person
 
setInputRequired(boolean) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setLabel(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setLastUpdate(Date) - Method in class org.restafarian.core.beans.PersistentBeanBase
Sets the lastUpdate.
setLastUpdateBy(String) - Method in class org.restafarian.core.beans.PersistentBeanBase
Sets the lastUpdateBy.
setLookupTableDao(LookupTableDao) - Method in class org.restafarian.core.service.impl.LookupTableManagerImpl
 
setLookupTableEntryDao(LookupTableEntryDao) - Method in class org.restafarian.core.service.impl.LookupTableEntryManagerImpl
 
setName(String) - Method in class org.restafarian.core.beans.LookupTable
 
setName(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setName(String) - Method in class org.restafarian.core.beans.Person
 
setNotes(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setProperties(List) - Method in class org.restafarian.core.beans.LookupTable
 
setProperty(int, LookupTableProperty) - Method in class org.restafarian.core.beans.LookupTable
 
setProperty(int, String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty00(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty01(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty02(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty03(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty04(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty05(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty06(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty07(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty08(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty09(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty10(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty11(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty12(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty13(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty14(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty15(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty16(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty17(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty18(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setProperty19(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setSequence(int) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setSize(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setSource(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setTableId(String) - Method in class org.restafarian.core.beans.LookupTableEntry
 
setTableId(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setType(String) - Method in class org.restafarian.core.beans.LookupTableProperty
 
setUri(String) - Method in class org.restafarian.core.beans.Person
 
SimpleVelocityService - Class in org.restafarian.core.utils
This class is a simple wrapper for Velocity.
SpringBasedUserManager - Class in org.restafarian.core.security
This module finds and returns the currently authenticated user by returning the user stored in the session object.
SpringBasedUserManager() - Constructor for class org.restafarian.core.security.SpringBasedUserManager
 

T

toXml(Object) - Static method in class org.restafarian.core.utils.BetwixtTool
Converts a single Java bean to XML.
toXml(Object, String) - Static method in class org.restafarian.core.utils.BetwixtTool
Converts a single Java bean to XML.
toXml(Object, boolean) - Static method in class org.restafarian.core.utils.BetwixtTool
Converts a single Java bean to XML.
toXml(Object, String, boolean) - Static method in class org.restafarian.core.utils.BetwixtTool
Converts a single Java bean to XML.

U

UserManager - Interface in org.restafarian.core.security
This interface specifies the required methods for a user manager.

A B C D E F G I J L O P R S T U

Copyright © 2008. All Rights Reserved.