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

A

AAC - Static variable in class com.scooterframework.web.controller.ACH
AAC is constant for Application Action Context.
AbstractCacheProvider - Class in com.scooterframework.cache
AbstractCacheProvider class provides common methods of a cache provider.
AbstractCacheProvider(Properties) - Constructor for class com.scooterframework.cache.AbstractCacheProvider
 
AbstractGenerator - Class in com.scooterframework.tools.common
The is the super class of all app generator classes that need initiation of the application.
AbstractGenerator(Map<String, String>) - Constructor for class com.scooterframework.tools.common.AbstractGenerator
 
AbstractGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.common.AbstractGenerator
 
AbstractTransactionImpl - Class in com.scooterframework.transaction
AbstractTransactionImpl class has common methods.
AbstractTransactionImpl() - Constructor for class com.scooterframework.transaction.AbstractTransactionImpl
Initialize JdbcTransaction
ac - Static variable in class com.scooterframework.test.FunctionalTestHelper
 
ac - Static variable in class com.scooterframework.test.ScooterTestHelper
 
ac - Static variable in class com.scooterframework.test.UnitTestHelper
 
accept(File) - Method in class com.scooterframework.admin.FileFilterSameName
 
accept(File) - Method in class com.scooterframework.admin.FileFilterSamePrefix
 
accept(File) - Method in class com.scooterframework.admin.FileFilterSameSuffix
 
ACCEPTED - Static variable in class com.scooterframework.common.validation.Validators
 
ACH - Class in com.scooterframework.web.controller
ACH (ActionContextHolder) class holds a current action context object.
ACH() - Constructor for class com.scooterframework.web.controller.ACH
 
acRelation - Variable in class com.scooterframework.orm.activerecord.HasManyThroughRelation
 
actAsInCategory(String, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Acts as a certain type in a category.
actAsInCategory(String, String, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Acts as a certain type in a category.
actAsInCategory(String, String, String, Class<? extends ActiveRecord>, String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Acts as a certain type in a category.
ACTION - Static variable in class com.scooterframework.admin.Constants
 
action() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
action - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
action - Variable in class com.scooterframework.web.controller.ActionProperties
 
action - Variable in class com.scooterframework.web.route.Route
 
actionAlias - Variable in class com.scooterframework.web.route.Resource
 
ActionContext - Class in com.scooterframework.web.controller
ActionContext class holds context data in different scopes.
ActionContext() - Constructor for class com.scooterframework.web.controller.ActionContext
 
ActionControl - Class in com.scooterframework.web.controller
ActionControl class serves as a helper class for all controller classes.
ActionControl() - Constructor for class com.scooterframework.web.controller.ActionControl
 
ActionControlFilter - Class in com.scooterframework.admin
ActionControlFilter class contains a filter for a controller class.
ActionControlFilter(Class<?>, String) - Constructor for class com.scooterframework.admin.ActionControlFilter
Constructs an ActionControlFilter instance.
ActionFilterData - Class in com.scooterframework.admin
ActionFilterData class contains information about filters.
ActionFilterData(Class<?>, String, String) - Constructor for class com.scooterframework.admin.ActionFilterData
Constructor
ActionFilterData(Class<?>, String, String, String, String) - Constructor for class com.scooterframework.admin.ActionFilterData
Constructor
actionPath(String) - Method in class com.scooterframework.builtin.CRUDController
Returns url path to the action.
actionPath(String, ActiveRecord) - Method in class com.scooterframework.builtin.CRUDController
Returns url path to the action for a record.
actionPath(String) - Method in class com.scooterframework.builtin.RestfulCRUDController
Returns a restful action path.
actionPath(String, ActiveRecord) - Method in class com.scooterframework.builtin.RestfulCRUDController
Returns a restful action path for an individual record.
actionPath(String, String) - Method in class com.scooterframework.builtin.RestfulCRUDController
Returns a restful action path for an individual record.
ActionProperties - Class in com.scooterframework.web.controller
ActionProperties contains infomation for action execution.
ActionProperties() - Constructor for class com.scooterframework.web.controller.ActionProperties
 
ActionResult - Class in com.scooterframework.web.controller
ActionResult class contains keys, tags and convenient methods for decorating a result.
ActionResult() - Constructor for class com.scooterframework.web.controller.ActionResult
 
ActionValidators - Class in com.scooterframework.web.controller
ActionValidators contains validation methods to validate inputs to a controller.
ActionValidators() - Constructor for class com.scooterframework.web.controller.ActionValidators
 
ActiveRecord - Class in com.scooterframework.orm.activerecord
ActiveRecord represents a dynamic record in a particular database.
ActiveRecord() - Constructor for class com.scooterframework.orm.activerecord.ActiveRecord
Constructs an instance of ActiveRecord.
ActiveRecord(String) - Constructor for class com.scooterframework.orm.activerecord.ActiveRecord
Constructs an instance of ActiveRecord.
ActiveRecord(String, String) - Constructor for class com.scooterframework.orm.activerecord.ActiveRecord
Constructs an instance of ActiveRecord for a specific database connection.
ActiveRecordClass - Class in com.scooterframework.orm.activerecord
ActiveRecord defines static operations that each subclass of the ActiveRecord class must implement.
ActiveRecordClass() - Constructor for class com.scooterframework.orm.activerecord.ActiveRecordClass
 
ActiveRecordConstants - Class in com.scooterframework.orm.activerecord
ActiveRecordConstants class holds all constants used in ActiveRecord.
ActiveRecordConstants() - Constructor for class com.scooterframework.orm.activerecord.ActiveRecordConstants
 
ActiveRecordUtil - Class in com.scooterframework.orm.activerecord
ActiveRecordUtil class has helper methods.
ActiveRecordUtil() - Constructor for class com.scooterframework.orm.activerecord.ActiveRecordUtil
 
add() - Method in class com.scooterframework.builtin.CRUDController
 
add() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
add() - Method in class com.scooterframework.builtin.FilesController
 
add(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Adds a record to the association.
add(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Adds a list of records to the association.
add(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHM
Adds a list of records to the association.
add(ActiveRecord, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Adds a record to the association.
add(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Adds a list of records to the association.
add(List<? extends ActiveRecord>, List<Map<String, Object>>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Adds a list of records to the association.
add(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Adds target record to the association.
add(ActiveRecord, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Adds target record to the association.
add(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Adds a list of target records to the association.
add(List<? extends ActiveRecord>, List<Map<String, Object>>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Adds a list of target records to the association.
add - Variable in class com.scooterframework.web.route.Resource
 
ADD_FILE - Static variable in class com.scooterframework.admin.FileChangeNotice
 
addChildInputInfoObject(InputInfo) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
adds a child InputInfo object
addChildrenOmniDTOToList(OmniDTO) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
adds a childrenOmniDTO to List
addChildrenOmniDTOToList(OmniDTO) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
adds a childrenOmniDTO to List
addChildrenOmniDTOToMap(String, OmniDTO) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
adds a childrenOmniDTO to Map
addChildrenOmniDTOToMap(String, OmniDTO) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
adds a childrenOmniDTO to Map
addChildRowToMap(String, RowData) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
adds a child RowData object to Map
addChildRowToMap(String, List<RowData>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
adds a list of child RowData objects to Map
addCursor(String, Cursor) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
adds a cursor
addDBAdapter(String, DBAdapter) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
addDefaultRoute(DefaultRoute) - Method in class com.scooterframework.web.route.MatchMaker
 
addDefaultRoutes(List<DefaultRoute>) - Method in class com.scooterframework.web.route.MatchMaker
 
addEntity(String, String) - Method in class com.scooterframework.orm.activerecord.Category
Adds type and its corresponding entity name to a map.
addFunction(String, Function) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
addJdbcStatement(String, JdbcStatement) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
addJdbcStatementProcessor(String, JdbcStatementProcessor) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
addMessage(String, String) - Method in class com.scooterframework.web.controller.FlashMessage
 
addMessage(String, Message) - Method in class com.scooterframework.web.controller.FlashMessage
 
addNamedObject(String, Object) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
adds a (name,value) pair to resultMap
addNamedObject(String, Object) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredProcedure
adds a (name,value) pair to resultMap
addNamedRoute(NamedRoute) - Method in class com.scooterframework.web.route.MatchMaker
 
addNamedRoutes(List<NamedRoute>) - Method in class com.scooterframework.web.route.MatchMaker
 
addNestedResourcePath(String, RESTified, String) - Static method in class com.scooterframework.web.util.R
 
addNestedResourcePath(String, String, String) - Static method in class com.scooterframework.web.util.R
 
addNestedResourcePath(String[], Object[], String) - Static method in class com.scooterframework.web.util.R
 
addParameter(Parameter) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Adds a parameter
addParameter(Parameter) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
adds a parameter
addPlural(String, String) - Static method in class com.scooterframework.common.util.WordUtil
Adds more pairs of single and plural words.
addPrimaryKey(String, String, String, String, PrimaryKey) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Adds an instance of PrimaryKey
addPrimaryKey(String, String, PrimaryKey) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Adds an instance of PrimaryKey
addRegularRoute(RegularRoute) - Method in class com.scooterframework.web.route.MatchMaker
 
addRegularRoutes(List<RegularRoute>) - Method in class com.scooterframework.web.route.MatchMaker
 
addResource(String, Resource) - Method in class com.scooterframework.web.route.MatchMaker
 
addResourcePath(String) - Static method in class com.scooterframework.web.util.R
Returns resource path for adding a record.
addRestRoute(RestRoute) - Method in class com.scooterframework.web.route.MatchMaker
 
addRestRoutes(List<RestRoute>) - Method in class com.scooterframework.web.route.MatchMaker
 
addRow(RowData) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
adds a row
addStoredProcedure(String, StoredProcedure) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
addTableData(String, TableData) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
adds a TableData
addTableData(String, TableData) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
adds a TableData
addTableInfo(String, String, String, String, TableInfo) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Adds an instance of TableInfo
addTableInfo(String, String, TableInfo) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Adds an instance of TableInfo
addTags(String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Adds tags to tags table.
AdminSignonController - Class in com.scooterframework.builtin
AdminSignonController class handles admin signon related requests.
AdminSignonController() - Constructor for class com.scooterframework.builtin.AdminSignonController
 
afterConnection(Connection, DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
If the database connection context specifies afterConnection class name, execute the afterConnectionMethodName.
afterConnectionClassName - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
afterConnectionMethodName - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
afterCreate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something after the record is created in database.
afterDelete() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something after the record is deleted in database.
afterFind() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something after the record is found in database.
afterSave() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something after the record is saved in database.
afterSetData(List<String>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Records those columns that are modified and sets dirty flag.
afterSetData(int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Records the column index that is modified and sets dirty flag
afterSetData(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Records the column that is modified and sets dirty flag
afterUpdate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something after the record is updated in database.
AJAX_REQUEST - Static variable in class com.scooterframework.admin.Constants
 
ALL_BUILTIN_DATABASE_VENDORS - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
allAssociated(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance of a specific class type.
allAssociated(Class<? extends ActiveRecord>, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance of a specific class type.
allAssociated(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance of a specific class type.
allAssociated(Class<? extends ActiveRecord>, String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance of a specific class type.
allAssociated(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance.
allAssociated(String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance.
allAssociated(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance.
allAssociated(String, String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecords instance.
allAssociatedInCategory(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecordsInCategory instance.
allAssociatedInCategory(String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecordsInCategory instance.
allAssociatedInCategory(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecordsInCategory instance.
allAssociatedInCategory(String, String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecordsInCategory instance.
allAssociatedRecords(String, boolean) - Method in class com.scooterframework.orm.activerecord.HasManyRecordRelation
Find the associated record.
allAssociatedRecords(String, boolean) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
Find the associated record.
allAssociatedRecords() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds all the associated records.
allAssociatedRecords(boolean) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds all the associated records.
allAssociatedRecords(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds all the associated records.
allAssociatedRecords(String, boolean) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds all the associated records with some options.
allAssociatedRecordsOf(ActiveRecord, String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets all the associated records of an ActiveRecord instance.
allAssociatedRecordsOf(ActiveRecord, String, boolean) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets all the associated records of an ActiveRecord instance.
allAssociatedRecordsOf(String) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance represented by a key.
allAssociatedRecordsOf(String, boolean) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance represented by a key.
allAssociatedRecordsOf(String, String) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance represented by a key.
allAssociatedRecordsOf(String, String, boolean) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance represented by a key.
allAssociatedRecordsOf(ActiveRecord, String) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance.
allAssociatedRecordsOf(ActiveRecord, String, boolean) - Static method in class com.scooterframework.web.util.O
Gets all the associated records of an ActiveRecord instance.
ALLOW_CLASSWORK - Static variable in class com.scooterframework.admin.Constants
 
allowAutoAuditCreate() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if auto audit is allowed for create operation.
allowAutoAuditUpdate() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if auto audit is allowed for update operation.
allowAutoCRUD() - Method in class com.scooterframework.admin.EnvConfig
Alias of allowDefaultControllerClass method.
allowAutoREST() - Method in class com.scooterframework.web.route.RouteConfig
Checks if automatically generating restful routes with default built-in controller class.
allowCacheAssociatedObjects(String) - Method in class com.scooterframework.admin.EnvConfig
Checks if using second-level cache.
allowCascade(String) - Method in class com.scooterframework.orm.activerecord.Relation
Checks if a cascade type is allowed.
allowCascadeDelete() - Method in class com.scooterframework.orm.activerecord.Relation
Checks if the value of cascade property is delete.
allowCascadeNone() - Method in class com.scooterframework.orm.activerecord.Relation
Checks if the value of cascade property is none.
allowCascadeNullify() - Method in class com.scooterframework.orm.activerecord.Relation
Checks if the value of cascade property is nullify.
allowCascadeSimplyDelete() - Method in class com.scooterframework.orm.activerecord.Relation
Checks if the value of cascade property is simply_delete.
allowDataBrowser() - Method in class com.scooterframework.admin.EnvConfig
Checks if DataBroser is allowed.
allowDefaultActionMethod() - Method in class com.scooterframework.admin.EnvConfig
Checks if a default action name is used when an action method is not obtained from parsing a url.
allowDefaultControllerClass() - Method in class com.scooterframework.admin.EnvConfig
Checks if a built-in default controller class is allowed to use.
allowDisplayingErrorDetails() - Method in class com.scooterframework.admin.EnvConfig
Checks if displaying error details is allowed.
allowed_formats - Variable in class com.scooterframework.web.route.Route
 
allowed_methods - Variable in class com.scooterframework.web.route.Route
 
ALLOWED_TRANSACTION_TYPES - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
All allowed transaction types: "JDBC JTA CMT"
allowedFormats() - Method in class com.scooterframework.web.route.Route
 
allowedMethods() - Method in class com.scooterframework.web.route.Route
 
allowForwardToActionNameViewWhenActionNotExist() - Method in class com.scooterframework.admin.EnvConfig
Checks if action name is used as a view when the action does not exist.
allowForwardToControllerNameViewWhenControllerNotExist() - Method in class com.scooterframework.admin.EnvConfig
Checks if controller name is used as a view when the controller does not exist.
allowRecordBenchmark() - Method in class com.scooterframework.admin.EnvConfig
Checks if bench mark info is allowed to record.
allowRecordBenchmarkInHeader() - Method in class com.scooterframework.admin.EnvConfig
Checks if bench mark info is allowed to record in header.
allSQLDataNameTypesMap - Variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
A map of SQL data type name and its corresponding type (Integer).
allSQLTypeJavaNamesMap - Variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
A map of SQL data type code and its corresponding java class type name.
allTags() - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns all tag names.
allTags(ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns a set of tag names associated with a record instance.
AlreadyAttachedException - Exception in com.scooterframework.orm.activerecord
class AlreadyAttachedException
AlreadyAttachedException() - Constructor for exception com.scooterframework.orm.activerecord.AlreadyAttachedException
 
AmbiguousAppNameException - Exception in com.scooterframework.tools.common
AmbiguousAppNameException class.
AmbiguousAppNameException(String) - Constructor for exception com.scooterframework.tools.common.AmbiguousAppNameException
Constructs a new AmbiguousAppNameException exception with the specified detail message.
api - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
APP_KEY_APPLICATION_CONTEXT_NAME - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_APPLICATION_DATABASE_NAME - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_APPLICATION_ROOT_PATH - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_APPLICATION_START_TIME - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_JAVA_VERSION - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_RUNNING_ENVIRONMENT - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_SCOOTER_PROPERTIES - Static variable in class com.scooterframework.admin.Constants
 
APP_KEY_SCOOTER_VERSION - Static variable in class com.scooterframework.admin.Constants
 
AppActionContext - Class in com.scooterframework.web.controller
AppActionContext class holds context data for current non-web request.
AppActionContext() - Constructor for class com.scooterframework.web.controller.AppActionContext
 
AppCreator - Class in com.scooterframework.tools.creator
AppCreator creates a web application.
AppCreator() - Constructor for class com.scooterframework.tools.creator.AppCreator
 
ApplicationConfig - Class in com.scooterframework.admin
ApplicationConfig class configures an application in one of the three modes.
ApplicationController - Class in com.scooterframework.builtin.databrowser
ApplicationController class contains common methods for DataBrowser.
ApplicationController() - Constructor for class com.scooterframework.builtin.databrowser.ApplicationController
 
applicationPath() - Static method in class com.scooterframework.web.controller.ActionControl
Returns root path to the application.
applicationStarted() - Method in class com.scooterframework.admin.ApplicationConfig
 
applyPasswordScheme(String) - Method in class com.scooterframework.admin.EnvConfig
 
args - Variable in exception com.scooterframework.common.exception.ExecutionException
 
arMethods - Static variable in class com.scooterframework.autoloader.ClassWorkSource
 
assertRedirectSuccess(HTTPResponse) - Static method in class com.scooterframework.test.FunctionalTestHelper
 
assertSuccess(HTTPResponse) - Static method in class com.scooterframework.test.FunctionalTestHelper
 
associated(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance of a specific class type.
associated(Class<? extends ActiveRecord>, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance of a specific class type.
associated(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance of a specific class type.
associated(Class<? extends ActiveRecord>, String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance of a specific class type.
associated(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance.
associated(String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance.
associated(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance.
associated(String, String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an AssociatedRecord instance.
associatedInCategory(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns associated record of this join model based on the type value of the type field.
associatedInCategory(String, boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns associated record of this join model based on the type value of the type field.
AssociatedRecord - Class in com.scooterframework.orm.activerecord
AssociatedRecord class contains an associated ActiveRecord object and its owner.
AssociatedRecord(RecordRelation) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecord
 
AssociatedRecord(RecordRelation, ActiveRecord) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecord
 
associatedRecord - Variable in class com.scooterframework.orm.activerecord.AssociatedRecord
The associated record
associatedRecord(String, boolean) - Method in class com.scooterframework.orm.activerecord.BelongsToRecordRelation
Find the associated record.
associatedRecord(String, boolean) - Method in class com.scooterframework.orm.activerecord.HasOneRecordRelation
Find the associated record.
associatedRecord() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds the associated record
associatedRecord(boolean) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds the associated record
associatedRecord(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds the associated record with some options.
associatedRecord(String, boolean) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Finds the associated record with some options.
associatedRecordOf(ActiveRecord, String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets the associated record of an ActiveRecord instance.
associatedRecordOf(ActiveRecord, String, boolean) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets the associated record of an ActiveRecord instance.
associatedRecordOf(String) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance represented by a key.
associatedRecordOf(String, boolean) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance represented by a key.
associatedRecordOf(String, String) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance represented by a key.
associatedRecordOf(String, String, boolean) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance represented by a key.
associatedRecordOf(ActiveRecord, String) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance.
associatedRecordOf(ActiveRecord, String, boolean) - Static method in class com.scooterframework.web.util.O
Gets the associated record of an ActiveRecord instance.
AssociatedRecords - Class in com.scooterframework.orm.activerecord
AssociatedRecords class contains a list of ActiveRecord objects and its owner.
AssociatedRecords(RecordRelation) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecords
 
AssociatedRecords(RecordRelation, List<? extends ActiveRecord>) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecords
 
associatedRecords - Variable in class com.scooterframework.orm.activerecord.AssociatedRecords
The list of associated records.
AssociatedRecordsHM - Class in com.scooterframework.orm.activerecord
AssociatedRecordsHM class contains a list of ActiveRecord objects and its owner in a has-many association.
AssociatedRecordsHM(RecordRelation) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecordsHM
 
AssociatedRecordsHM(RecordRelation, List<? extends ActiveRecord>) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecordsHM
 
AssociatedRecordsHMT - Class in com.scooterframework.orm.activerecord
AssociatedRecordsHMT class contains a list of ActiveRecord objects and its owner in a has-many-through association.
AssociatedRecordsHMT(RecordRelation) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
 
AssociatedRecordsHMT(RecordRelation, List<? extends ActiveRecord>) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
 
AssociatedRecordsInCategory - Class in com.scooterframework.orm.activerecord
AssociatedRecordsInCategory class contains a list of ActiveRecord objects and its owner for a category.
AssociatedRecordsInCategory(ActiveRecord, String, String, boolean) - Constructor for class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Owner record is the owner of the category association.
associationDataMap - Variable in class com.scooterframework.orm.activerecord.RecordRelation
A cache of associated data.
AssociationHelper - Class in com.scooterframework.orm.activerecord
Helper class has helper methods for ActiveRecord.
AssociationHelper() - Constructor for class com.scooterframework.orm.activerecord.AssociationHelper
 
associationId - Variable in class com.scooterframework.orm.activerecord.Relation
 
attach(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Associates with another record object.
authenticate() - Method in class com.scooterframework.builtin.AdminSignonController
Authenticates login request.
autoCommit - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
AutoLoadedObjectFactory - Class in com.scooterframework.admin
AutoLoadedObjectFactory class has helper methods for object creation in web tier.
AutoLoadedObjectFactory() - Constructor for class com.scooterframework.admin.AutoLoadedObjectFactory
 
AutoLoaderConfig - Class in com.scooterframework.autoloader
AutoLoaderConfig class configs autoloading related properties.
availableForRecompile() - Method in class com.scooterframework.autoloader.SourceFile
 
average(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates average of a field.
average(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates average of a field.
average(String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates average of a field.
average(String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates average of a field.

B

bAllResourcesReleased - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
BaseRequestProcessor - Class in com.scooterframework.web.controller
BaseRequestProcessor contains the processing logic that the MainActionServlet performs as it receives each servlet request from the container.
BaseRequestProcessor() - Constructor for class com.scooterframework.web.controller.BaseRequestProcessor
Constructor
BaseSQLException - Exception in com.scooterframework.orm.sqldataexpress.exception
class BaseSQLException
BaseSQLException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.BaseSQLException
 
BaseSQLException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.BaseSQLException
 
BaseSQLException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.BaseSQLException
 
BaseSQLException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.BaseSQLException
 
basic() - Method in class com.scooterframework.builtin.SiteInfoController
basic action returns site info.
BeanUtil - Class in com.scooterframework.common.util
BeanUtil class has helper methods on beans.
BeanUtil() - Constructor for class com.scooterframework.common.util.BeanUtil
 
beforeConnection(DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
If the database connection context specifies beforeConnection class name, execute the beforeConnectionMethodName.
beforeConnectionClassName - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
beforeConnectionMethodName - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
beforeCreate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something before the record is created in database.
beforeDelete() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something before the record is deleted in database.
beforeFind() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something before the record is found in database.
beforeSave() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something before the record is saved in database.
beforeSetData() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Creates a backup copy of the current record data
beforeUpdate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something before the record is updated in database.
begin() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Start a transaction.
begin() - Method in class com.scooterframework.transaction.CmtTransaction
Start a transaction.
begin() - Method in class com.scooterframework.transaction.JdbcTransaction
Start a transaction.
begin() - Method in class com.scooterframework.transaction.JtaTransaction
Start a transaction.
begin() - Method in interface com.scooterframework.transaction.Transaction
Start a transaction.
beginTransaction() - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Begin a transaction of default transaction type.
beginTransaction(String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Begin a transaction of a specific type.
beginTransaction() - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceTransactionManager
Begin a transaction.
beginTransaction(String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceTransactionManager
Begin a transaction of a specific type.
beginTransaction() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Begin a transaction.
beginTransaction(String) - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Begin a transaction of a specific type.
beginTransaction() - Method in interface com.scooterframework.transaction.TransactionManager
Begin a transaction.
beginTransaction(String) - Method in interface com.scooterframework.transaction.TransactionManager
Begin a transaction of a specific type.
beginTransactionImplicit() - Method in interface com.scooterframework.transaction.ImplicitTransactionManager
Begin a transaction implicitly.
beginTransactionImplicit() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Begin a transaction implicitly.
BELONGS_TO_TYPE - Static variable in class com.scooterframework.orm.activerecord.Relation
 
belongsTo(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets belongs-to relation.
belongsTo(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets belongs-to relation with specified properties.
belongsTo(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets belongs-to relation.
belongsTo(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets belongs-to relation with specified properties.
belongsToCategory(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets up a category with default id field and type field.
belongsToCategory(String, String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets up a category.
BelongsToRecordRelation - Class in com.scooterframework.orm.activerecord
BelongsToRecordRelation class represents a has-one relation instance.
BelongsToRecordRelation(ActiveRecord, BelongsToRelation) - Constructor for class com.scooterframework.orm.activerecord.BelongsToRecordRelation
 
BelongsToRelation - Class in com.scooterframework.orm.activerecord
BelongsToRelation class has information about belongs-to relationship between objects.
BelongsToRelation(Class<? extends ActiveRecord>, String, String) - Constructor for class com.scooterframework.orm.activerecord.BelongsToRelation
 
bIsCursorType - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
booleanWord(boolean, String, String) - Static method in class com.scooterframework.web.util.T
Returns a string based on true or false of choice.
bTransactionHasCommitted - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
bTransactionHasEnded - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
bTransactionHasRollbacked - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
bTransactionHasStarted - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
buildDynamicSQLJoinStringForLike(String, String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Builds a string of SQL like string.
buildDynamicSQLJoinStringForLike(String, List<String>, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Builds a string of SQL like string.
BUILTIN_DATABASE_NAME_H2 - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_HSQLDB - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_MYSQL - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_ORACLE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_POSTGRESQL - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_SQLSERVER - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BUILTIN_DATABASE_NAME_SYBASE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
BuiltinHelper - Class in com.scooterframework.builtin
BuiltinHelper class has helper methods for built-ins.
BuiltinHelper() - Constructor for class com.scooterframework.builtin.BuiltinHelper
 
bUsedByCount - Variable in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
 
buttonKeys - Static variable in class com.scooterframework.web.util.W
 
buttonLink(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on a button.
buttonLink(String, String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on a button.
buttonLink(String, Map<String, String>, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a url link on a button.
buttonTag(String) - Static method in class com.scooterframework.web.util.W
Returns a button tag.
buttonTag(String, String) - Static method in class com.scooterframework.web.util.W
Returns a button tag.
buttonTag(String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a button tag.

C

Cache - Interface in com.scooterframework.cache
Cache interface defines methods of a cache store.
cacheAction(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheController(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheControllerClass(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheControllerPath(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheFieldValues(Map<String, String>) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheFormat(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheHttpMethod(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
CacheKey - Class in com.scooterframework.cache
CacheKey class
CacheKey() - Constructor for class com.scooterframework.cache.CacheKey
 
cacheLoggedInPassword(Object) - Static method in class com.scooterframework.security.LoginHelper
Stores logged-in user's password to the user's http session.
cacheLoggedInUser(ActiveRecord) - Static method in class com.scooterframework.security.LoginHelper
Stores logged-in user record to the user's http session.
cacheLoggedInUserId(Object) - Static method in class com.scooterframework.security.LoginHelper
Stores logged-in user's id to the user's http session.
cacheModel(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
CacheProvider - Interface in com.scooterframework.cache
CacheProvider interface defines common methods of a cache provider.
CacheProviderUtil - Class in com.scooterframework.cache
CacheProviderUtil class
CacheProviderUtil() - Constructor for class com.scooterframework.cache.CacheProviderUtil
 
cacheRequestPath(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheRequestPathKey(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
cacheResource(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
CacheStatisticsConstats - Class in com.scooterframework.cache
CacheStatisticsConstats class defines common statistics properties of a cache.
CacheStatisticsConstats() - Constructor for class com.scooterframework.cache.CacheStatisticsConstats
 
cacheUserID(String) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
calculate(String, String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates by a function on a field.
calculate(String, String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates by a function on a field.
calculate(ActiveRecord, String, String, String) - Static method in class com.scooterframework.orm.activerecord.Calculator
Calculates by a function on a field.
calculate(ActiveRecord, String, String, Map<String, String>) - Static method in class com.scooterframework.orm.activerecord.Calculator
Calculates by a function on a field.
Calculator - Class in com.scooterframework.orm.activerecord
Calculator class contains basic calculation methods for an entity.
camelize(String) - Static method in class com.scooterframework.common.util.WordUtil
Converts string to Camel case.
camelize(String, boolean) - Static method in class com.scooterframework.common.util.WordUtil
Converts string to Camel case.
cancel() - Method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
Terminates this loader, discarding any currently scheduled tasks.
canChangeTableNameCase() - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Checks if table name case can be changed.
Some databases such as Oracle must use uppercase of a table name in order to get meta info of the table.
canChangeTableNameCase() - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
Checks if table name case can be changed.
CANNOT_BE_BLANK - Static variable in class com.scooterframework.common.validation.Validators
 
CANNOT_BE_NULL - Static variable in class com.scooterframework.common.validation.Validators
 
CASCADE_DELETE - Static variable in class com.scooterframework.orm.activerecord.Relation
Cascade key to indicate the delete of child record(s).
CASCADE_NONE - Static variable in class com.scooterframework.orm.activerecord.Relation
Cascade key to indicate no cascade effect.
CASCADE_NULLIFY - Static variable in class com.scooterframework.orm.activerecord.Relation
Cascade key to indicate the nullifying of the foreign key field in its child record(s).
CASCADE_SIMPLY_DELETE - Static variable in class com.scooterframework.orm.activerecord.Relation
Simply delete the children without triggering any actions caused by the removal of the child record such as counter decrement in its parent record.
catalog - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
catalog - Variable in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
 
catalog - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
catalog - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
Category - Class in com.scooterframework.orm.activerecord
Category class holds information about a category of entities.
Category(Class<? extends ActiveRecord>, String, String, String) - Constructor for class com.scooterframework.orm.activerecord.Category
Creates a Category instance.
causedByFileSizeLimitExceeded() - Method in exception com.scooterframework.common.exception.FileUploadException
happens when maximum.total.bytes.per.upload.request limit is violated.
causedByRequestSizeLimitExceeded() - Method in exception com.scooterframework.common.exception.FileUploadException
happens when maximum.bytes.per.uploaded.file limit is violated.
cbRelation - Variable in class com.scooterframework.orm.activerecord.HasManyThroughRelation
 
changeClass(String) - Method in class com.scooterframework.autoloader.ClassWork
 
changeClassBytes(String, byte[]) - Method in class com.scooterframework.autoloader.ClassWork
 
checkAutoCommit(Connection, DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
If the database connection context specifies autocommit to be true, set the connection to be auto commit.
checkCheckbox(String, String) - Static method in class com.scooterframework.web.util.W
Returns a html segment for checked choice.
checkOffset() - Method in class com.scooterframework.orm.misc.PageListSource
Checks if offset is still in the reasonable range.
checkPagination(Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.processor.JdbcStatementProcessor
 
checkReadonly(Connection, DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
If the database connection context specifies readonly, set the connection to be read only.
checkResultTag(Object, String) - Static method in class com.scooterframework.web.controller.ActionResult
Checks if a result has a certain tag.
checkSelect(String, String) - Static method in class com.scooterframework.web.util.W
Returns a html segment for selected choice.
checkSpecialCharacterInTableName(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
checkTransactionIsolationLevel(Connection, DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
If the database connection context specifies transaction_isolation_level, set the transaction isolation level of the connection.
checkVendor(String) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Help method to detect vendor from input string.
classify(String) - Static method in class com.scooterframework.common.util.WordUtil
Returns a model class name corresponding to the input database table name.
ClassManager - Class in com.scooterframework.autoloader
ClassManager class
className - Variable in exception com.scooterframework.common.exception.ExecutionException
 
className - Variable in exception com.scooterframework.common.exception.MethodCreationException
 
className - Variable in exception com.scooterframework.common.exception.ObjectCreationException
The type of class for the object to be created.
ClassWork - Class in com.scooterframework.autoloader
ClassWork class knows how to modify class byte codes.
ClassWork(ClassLoader) - Constructor for class com.scooterframework.autoloader.ClassWork
 
ClassWorkHelper - Class in com.scooterframework.autoloader
ClassWorkHelper class has help methods related to class transformation work.
ClassWorkHelper() - Constructor for class com.scooterframework.autoloader.ClassWorkHelper
 
ClassWorkSource - Class in com.scooterframework.autoloader
ClassWorkSource class contains source code to be inserted to an application class.
ClassWorkSource() - Constructor for class com.scooterframework.autoloader.ClassWorkSource
 
cleanCache() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Cleans up cached data.
cleanCache() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Cleans up cached data.
cleanupValidationResults() - Static method in class com.scooterframework.web.controller.ActionControl
Cleans up cached ValidationResults.
clear() - Method in interface com.scooterframework.cache.Cache
Removes all key/value pairs from cache.
clear() - Static method in class com.scooterframework.cache.DefaultCacheStore
Removes all key/value pairs from cache.
clear() - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Removes all key/value pairs from cache.
clear() - Static method in class com.scooterframework.common.util.CurrentThreadCache
Clears all content of the cache.
clear(String) - Static method in class com.scooterframework.common.util.CurrentThreadCache
Clears content of the cache associated with a key.
clear() - Method in class com.scooterframework.common.util.OrderedProperties
Clears this property so that it contains no keys.
clear() - Method in class com.scooterframework.common.validation.ValidationResults
Clears all errors.
clear() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Removes all associated objects from the associated list by setting their foreign keys to NULL.
clear() - Method in class com.scooterframework.web.route.MatchMaker
 
clearAndSetData(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets column values by parsing input string nameValuePairs.
clearAndSetData(Map<String, ?>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets column values by parsing input string nameValuePairs from a Map.
clearAndSetData(Map<String, ?>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Clears all existing data and resets data from a Map.
clearCachedRequestData() - Method in class com.scooterframework.web.controller.AppActionContext
Cleans up all local cached data to prepare for the next request.
clearCachedRequestData() - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Cleans up all local cached data to prepare for the next request.
clearData() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Clears all existing data except the primary key data.
cloneArray(int[]) - Static method in class com.scooterframework.common.util.Util
Creates a copy of string array.
cloneArray(String[]) - Static method in class com.scooterframework.common.util.Util
Creates a copy of string array.
closeConnection(UserDatabaseConnection) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
closeConnection(Connection) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
closeResultSet(ResultSet) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
closeStatement(Statement) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
CMT_TRANSACTION_TYPE - Static variable in interface com.scooterframework.transaction.Transaction
 
CmtTransaction - Class in com.scooterframework.transaction
CmtTransaction class allows container to control transaction.
CmtTransaction() - Constructor for class com.scooterframework.transaction.CmtTransaction
Initialize CmtTransaction
CodeGenerator - Class in com.scooterframework.tools.generator
CodeGenerator generates code for complete CRUD operations.
CodeGenerator() - Constructor for class com.scooterframework.tools.generator.CodeGenerator
 
collection - Variable in class com.scooterframework.web.route.Resource
 
ColumnInfo - Class in com.scooterframework.orm.sqldataexpress.object
ColumnInfo class.
ColumnInfo() - Constructor for class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
columnName - Variable in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
 
columnNames() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns a list of column names.
columnNames(String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names of the model.
columnNames(ActiveRecord) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names of the record.
columnNames(RowInfo) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names.
columnNames(TableData) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names.
columnNames(RowData) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names.
columnNames(RESTified) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names.
columnNames(Collection<?>) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of column names of the record in the records collection.
columnNames(String) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names of the model.
columnNames(ActiveRecord) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names of the record.
columnNames(RowInfo) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names.
columnNames(TableData) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names.
columnNames(RowData) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names.
columnNames(RESTified) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names.
columnNames(Collection<?>) - Static method in class com.scooterframework.web.util.O
Returns an iterator of column names of the record in the records collection.
columns() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns a list of ColumnInfo instances.
columns - Variable in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
 
columns() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns a list of ColumnInfo instances.
columns(String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances of the model.
columns(ActiveRecord) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances of the record.
columns(RowInfo) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances.
columns(RESTified) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances of the record.
columns(RowData) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances of the record.
columns(Collection<?>) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of ColumnInfo instances of the records collection.
columns(String) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances of the model.
columns(ActiveRecord) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances of the record.
columns(RowInfo) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances.
columns(RESTified) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances of the record.
columns(RowData) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances of the record.
columns(Collection<?>) - Static method in class com.scooterframework.web.util.O
Returns an iterator of ColumnInfo instances of the records collection.
com.scooterframework.admin - package com.scooterframework.admin
 
com.scooterframework.autoloader - package com.scooterframework.autoloader
 
com.scooterframework.builtin - package com.scooterframework.builtin
 
com.scooterframework.builtin.databrowser - package com.scooterframework.builtin.databrowser
 
com.scooterframework.cache - package com.scooterframework.cache
 
com.scooterframework.common.exception - package com.scooterframework.common.exception
 
com.scooterframework.common.http - package com.scooterframework.common.http
 
com.scooterframework.common.logging - package com.scooterframework.common.logging
 
com.scooterframework.common.util - package com.scooterframework.common.util
 
com.scooterframework.common.validation - package com.scooterframework.common.validation
 
com.scooterframework.i18n - package com.scooterframework.i18n
 
com.scooterframework.orm.activerecord - package com.scooterframework.orm.activerecord
 
com.scooterframework.orm.activerecord.tag - package com.scooterframework.orm.activerecord.tag
 
com.scooterframework.orm.misc - package com.scooterframework.orm.misc
 
com.scooterframework.orm.sqldataexpress.config - package com.scooterframework.orm.sqldataexpress.config
 
com.scooterframework.orm.sqldataexpress.connection - package com.scooterframework.orm.sqldataexpress.connection
 
com.scooterframework.orm.sqldataexpress.exception - package com.scooterframework.orm.sqldataexpress.exception
 
com.scooterframework.orm.sqldataexpress.object - package com.scooterframework.orm.sqldataexpress.object
 
com.scooterframework.orm.sqldataexpress.parser - package com.scooterframework.orm.sqldataexpress.parser
 
com.scooterframework.orm.sqldataexpress.processor - package com.scooterframework.orm.sqldataexpress.processor
 
com.scooterframework.orm.sqldataexpress.service - package com.scooterframework.orm.sqldataexpress.service
 
com.scooterframework.orm.sqldataexpress.util - package com.scooterframework.orm.sqldataexpress.util
 
com.scooterframework.orm.sqldataexpress.vendor - package com.scooterframework.orm.sqldataexpress.vendor
 
com.scooterframework.orm.util - package com.scooterframework.orm.util
 
com.scooterframework.security - package com.scooterframework.security
 
com.scooterframework.test - package com.scooterframework.test
 
com.scooterframework.tools.common - package com.scooterframework.tools.common
 
com.scooterframework.tools.connection - package com.scooterframework.tools.connection
 
com.scooterframework.tools.creator - package com.scooterframework.tools.creator
 
com.scooterframework.tools.generator - package com.scooterframework.tools.generator
 
com.scooterframework.tools.signon - package com.scooterframework.tools.signon
 
com.scooterframework.tools.webserver - package com.scooterframework.tools.webserver
 
com.scooterframework.transaction - package com.scooterframework.transaction
 
com.scooterframework.web.controller - package com.scooterframework.web.controller
 
com.scooterframework.web.route - package com.scooterframework.web.route
 
com.scooterframework.web.util - package com.scooterframework.web.util
 
commit(Connection) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
commit() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Commit a transaction.
commit() - Method in class com.scooterframework.transaction.CmtTransaction
Commit a transaction.
commit() - Method in class com.scooterframework.transaction.JdbcTransaction
Commit a transaction.
commit() - Method in class com.scooterframework.transaction.JtaTransaction
Commit a transaction.
commit() - Method in interface com.scooterframework.transaction.Transaction
Commit a transaction.
commitTransaction() - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Commit a transaction.
commitTransaction() - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceTransactionManager
Commit a transaction.
commitTransaction() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Commit a transaction.
commitTransaction() - Method in interface com.scooterframework.transaction.TransactionManager
Commit a transaction.
commitTransactionImplicit() - Method in interface com.scooterframework.transaction.ImplicitTransactionManager
Commit a transaction implicitly.
commitTransactionImplicit() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Commit a transaction implicitly.
compile(String[]) - Static method in class com.scooterframework.autoloader.JavaCompiler
 
compile(File[]) - Static method in class com.scooterframework.autoloader.JavaCompiler
 
compile(List<File>) - Static method in class com.scooterframework.autoloader.JavaCompiler
 
CompileErrors - Class in com.scooterframework.autoloader
class CompileErrors represents compile errors.
CompileErrors(String) - Constructor for class com.scooterframework.autoloader.CompileErrors
 
CompileEvent - Class in com.scooterframework.autoloader
class CompileEvent represents a compile result event.
CompileEvent(boolean, String, String, List<String>) - Constructor for class com.scooterframework.autoloader.CompileEvent
 
CompileException - Exception in com.scooterframework.autoloader
class CompileException
CompileException() - Constructor for exception com.scooterframework.autoloader.CompileException
 
CompileException(String) - Constructor for exception com.scooterframework.autoloader.CompileException
 
compileSuccess() - Method in class com.scooterframework.autoloader.CompileEvent
Checks if this is an compile success event.
configInstanceForApp() - Static method in class com.scooterframework.admin.ApplicationConfig
Returns an instance of ApplicationConfig for non-web application based on Scooter's directory structure.
configInstanceForOrmAlone() - Static method in class com.scooterframework.admin.ApplicationConfig
Returns an instance of ApplicationConfig for non-web application using only Scooter's ORM.
configInstanceForWeb(String, String) - Static method in class com.scooterframework.admin.ApplicationConfig
Returns an instance of ApplicationConfig for web application.
CONFIGURED_MODE_SCOOTER_APP - Static variable in class com.scooterframework.admin.Constants
 
CONFIGURED_MODE_SCOOTER_ORM - Static variable in class com.scooterframework.admin.Constants
 
CONFIGURED_MODE_SCOOTER_WEB - Static variable in class com.scooterframework.admin.Constants
 
CONFIRMATION - Static variable in class com.scooterframework.common.validation.Validators
 
ConnectionCheck - Class in com.scooterframework.tools.connection
This is a utility to test database connections.
ConnectionCheck() - Constructor for class com.scooterframework.tools.connection.ConnectionCheck
 
ConnectionGenerator - Class in com.scooterframework.tools.connection
This class generates controller class code.
ConnectionGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.connection.ConnectionGenerator
 
connectionIsOpen() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Return status
connectionName() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns the connection name of associated with the record type.
connectionName - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
connectionName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
connectionName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
connectionName - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
ConnectionUtil - Class in com.scooterframework.orm.sqldataexpress.connection
ConnectionUtil class
ConnectionUtil() - Constructor for class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
 
connList - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
connName - Variable in class com.scooterframework.orm.misc.SqlPageListSourceImpl
 
Constants - Class in com.scooterframework.admin
Constants class holds some constants.
Constants() - Constructor for class com.scooterframework.admin.Constants
 
CONSTRUCT_CHILD_QUERY_ADD_TO_WHERE_CLAUSE - Static variable in class com.scooterframework.orm.sqldataexpress.service.InputInfo
 
CONSTRUCT_CHILD_QUERY_MAKE_NEW_WHERE_CLAUSE - Static variable in class com.scooterframework.orm.sqldataexpress.service.InputInfo
 
CONSTRUCT_CHILD_QUERY_THRU_UNION - Static variable in class com.scooterframework.orm.sqldataexpress.service.InputInfo
 
constructFindSQL(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
 
containsPath(String) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
containsPrimaryKey(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks if a data map contains primary key.
content - Variable in class com.scooterframework.common.util.Message
The message content.
ContentHandler - Interface in com.scooterframework.web.controller
ContentHandler interface defines methods of a content handler.
ContentHandlerFactory - Class in com.scooterframework.web.controller
ContentHandlerFactory creates a content handler.
ContentHandlerFactory() - Constructor for class com.scooterframework.web.controller.ContentHandlerFactory
 
ContentHandlerHelper - Class in com.scooterframework.web.controller
ContentHandlerHelper provides helper methods for content handlers.
ContentHandlerHelper() - Constructor for class com.scooterframework.web.controller.ContentHandlerHelper
 
context(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in context scope.
contextDestroyed(ServletContextEvent) - Method in class com.scooterframework.admin.WebApplicationStartListener
 
contextInitialized(ServletContextEvent) - Method in class com.scooterframework.admin.WebApplicationStartListener
Initializes context.
contextName - Static variable in class com.scooterframework.test.FunctionalTestHelper
 
contextName - Static variable in class com.scooterframework.test.ScooterTestHelper
 
contextName - Static variable in class com.scooterframework.test.UnitTestHelper
 
contextName - Variable in class com.scooterframework.tools.common.AbstractGenerator
 
CONTROLLER - Static variable in class com.scooterframework.admin.Constants
 
controller() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
controller - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
controller - Variable in class com.scooterframework.web.controller.ActionProperties
 
controller - Variable in class com.scooterframework.web.route.Resource
 
controller - Variable in class com.scooterframework.web.route.Route
 
CONTROLLER_CLASS - Static variable in class com.scooterframework.admin.Constants
 
CONTROLLER_PATH - Static variable in class com.scooterframework.admin.Constants
 
ControllerApplicationGenerator - Class in com.scooterframework.tools.creator
This class generates controller class code.
ControllerApplicationGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
ControllerApplicationGenerator - Class in com.scooterframework.tools.generator
This class generates controller class code.
ControllerApplicationGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.generator.ControllerApplicationGenerator
 
controllerClass() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
controllerClass - Variable in class com.scooterframework.web.route.Resource
 
controllerClass - Variable in class com.scooterframework.web.route.Route
 
controllerClassName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
controllerClassName - Variable in class com.scooterframework.web.controller.ActionProperties
 
controllerCreated - Variable in class com.scooterframework.web.controller.ActionProperties
 
ControllerFactory - Class in com.scooterframework.web.controller
ControllerFactory manages instances of controller classes.
ControllerFactory() - Constructor for class com.scooterframework.web.controller.ControllerFactory
 
ControllerGenerator - Class in com.scooterframework.tools.generator
This class generates controller class code.
ControllerGenerator(String, Map<String, String>, String, String[]) - Constructor for class com.scooterframework.tools.generator.ControllerGenerator
 
controllerInstance - Variable in class com.scooterframework.web.controller.ActionProperties
 
controllerName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
controllerPath() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
controllerPath - Variable in class com.scooterframework.web.controller.ActionProperties
 
ControllerScaffoldGenerator - Class in com.scooterframework.tools.generator
This class generates controller class code.
ControllerScaffoldGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
ControllerScaffoldTestGenerator - Class in com.scooterframework.tools.generator
This class generates controller class code.
ControllerScaffoldTestGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ControllerScaffoldTestGenerator
 
ControllerSignonGenerator - Class in com.scooterframework.tools.signon
This class generates a signon controller class code.
ControllerSignonGenerator(String, Map<String, String>, String) - Constructor for class com.scooterframework.tools.signon.ControllerSignonGenerator
 
ControllerTestGenerator - Class in com.scooterframework.tools.generator
This class generates controller test class code.
ControllerTestGenerator(String, Map<String, String>, String, String[]) - Constructor for class com.scooterframework.tools.generator.ControllerTestGenerator
 
controlOptions - Variable in class com.scooterframework.orm.misc.Paginator
 
convert2BigDecimal(Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
convert2double(Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
convert2float(Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
convert2int(Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
convert2long(Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
convertActiveRecordToString(ActiveRecord, String) - Method in class com.scooterframework.web.controller.DefaultContentHandler
 
convertArrayToList(String[]) - Static method in class com.scooterframework.common.util.Converters
Converts a string array to list.
convertButtonPropertiesToString(Map<String, String>) - Static method in class com.scooterframework.web.util.W
Converts a button properties map to string.
convertCharSet(String, String, String) - Static method in class com.scooterframework.common.util.Converters
convertCharSet converts a string from one character set to another.
Converters - Class in com.scooterframework.common.util
Converters class has all kinds of convert methods.
Converters() - Constructor for class com.scooterframework.common.util.Converters
 
convertImagePropertiesToString(Map<String, String>) - Static method in class com.scooterframework.web.util.W
Converts an image properties map to string.
convertInputPropertiesToString(Map<String, String>) - Static method in class com.scooterframework.web.util.W
Converts a input properties map to string.
convertKeyToUpperCase(Map<String, ?>) - Static method in class com.scooterframework.common.util.StringUtil
Converts all keys in a map to upper case.
convertLinkPropertiesToString(Map<String, String>) - Static method in class com.scooterframework.web.util.W
Converts a link properties map to string.
convertListToArray(List<T>) - Static method in class com.scooterframework.common.util.Converters
Converts a list to an array.
convertListToStringArray(List<T>) - Static method in class com.scooterframework.common.util.Converters
Converts a list to a string array.
convertMapToMapSS(Map<String, ?>) - Static method in class com.scooterframework.common.util.Converters
 
convertMapToString(Map<String, String>, String, String) - Static method in class com.scooterframework.common.util.Converters
Converts a Map object to string.
convertMapToString(Map<String, T>, List<String>, String, String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts a Map object to string.
convertMapToString(Map<K, V>, String) - Method in class com.scooterframework.web.controller.DefaultContentHandler
 
convertMapToUrlString(Map<String, T>) - Static method in class com.scooterframework.common.util.Converters
converts a Map object to URL-like string.
convertObjectArrayToString(Object[], String) - Static method in class com.scooterframework.common.util.Converters
 
convertObjectToString(Object, String) - Method in class com.scooterframework.web.controller.DefaultContentHandler
 
convertSqlOptionStringToMap(String) - Static method in class com.scooterframework.common.util.Converters
Converts SQL option string which contains name and value pairs to a Map object.
convertStringToList(String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string to List object The default delimiter string to separate name-value pairs is ",|&".
convertStringToList(String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts name list string to List object The default delimiter string to separate name-value pairs is ",|&".
convertStringToList(String, String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string separated by a delimiter to List object String name list string has the following format: firstName, lastName, age,...
convertStringToList(String, String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts name list string separated by a delimiter to List object String name list string has the following format: firstName, lastName, age,...
convertStringToMap(String) - Static method in class com.scooterframework.common.util.Converters
Converts a string of name and value pairs, separated by either comma, or vertical slash or space, to a Map object.
convertStringToMap(String, String) - Static method in class com.scooterframework.common.util.Converters
Converts a string of name and value pairs separated by delimiter string to a Map object.
convertStringToMap(String, String, String) - Static method in class com.scooterframework.common.util.Converters
Converts a string of name and value pairs separated by delimiter string to a Map object.
convertStringToProperties(String, String, String) - Static method in class com.scooterframework.common.util.Converters
Converts a string of name and value pairs separated by delimiter string to a Properties object.
convertStringToSet(String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string to Set object The default delimiter string to separate name-value pairs is ",|&".
convertStringToSet(String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts name list string to Set object The default delimiter string to separate name-value pairs is ",|&".
convertStringToSet(String, String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string separated by a delimiter to Set object String name set string has the following format: firstName, lastName, age,...
convertStringToSet(String, String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts name list string separated by a delimiter to Set object String name set string has the following format: firstName, lastName, age,...
convertStringToSQLDate(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
convertStringToSQLTime(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
convertStringToSQLTimestamp(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
convertStringToStringArray(String, String) - Static method in class com.scooterframework.common.util.Converters
Converts a string separated by a delimiter to a string array.
convertStringToStringArray(String, String, boolean) - Static method in class com.scooterframework.common.util.Converters
Converts a string separated by a delimiter to a string array.
convertStringToUniqueList(String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string to List object which only retains unique items.
convertStringToUniqueList(String, String) - Static method in class com.scooterframework.common.util.Converters
Converts name list string separated by a delimiter to List object which only retains unique items.
convertToJavaClassLikeString(String) - Static method in class com.scooterframework.common.util.Converters
Returns a Java class-name-like string.
convertToPrimaryKeyDataMap(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Converts a primary key RESTful id string to primary key map.
convertToUpperCase(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Converts to upper case except for characters inside single quote.
copy() - Method in class com.scooterframework.builtin.FilesController
 
copy(File, File) - Static method in class com.scooterframework.common.util.FileUtil
 
copy(Route) - Method in class com.scooterframework.web.route.Route
 
copyData(RowData, RowData) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
copies data from one row to another
copyDir(File, File) - Static method in class com.scooterframework.common.util.FileUtil
 
copyFile(File, File) - Static method in class com.scooterframework.common.util.FileUtil
 
count() - Method in class com.scooterframework.common.validation.ValidationResults
Returns number of errors.
count() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Counts number of records.
count(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Counts number of records for a field.
count(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Counts number of records for a field.
count() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Count number of associated records in the database.
count() - Method in class com.scooterframework.orm.activerecord.Calculator
Counts number of records.
count(String) - Method in class com.scooterframework.orm.activerecord.Calculator
Counts number of records for a field.
count(String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Counts number of records for a field.
count() - Method in class com.scooterframework.web.controller.FlashMessage
Counts number of messages.
count(Object[]) - Static method in class com.scooterframework.web.util.O
Counts total number of items in an array.
count(Collection<?>) - Static method in class com.scooterframework.web.util.O
Counts total number of items in a collection.
count(Map<K, V>) - Static method in class com.scooterframework.web.util.O
Counts total number of items in a map.
count(String) - Static method in class com.scooterframework.web.util.O
Returns an iterator of a collection represented by a key.
COUNT_UNIT_SEPARATOR - Static variable in class com.scooterframework.web.util.D
 
countPages(int) - Method in class com.scooterframework.orm.misc.Paginator
 
countRecords(String, String) - Static method in class com.scooterframework.builtin.databrowser.Table
 
countRecordsInDB() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Counts number of associated records in the database.
countRecordsInDB() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHM
Counts number of associated records in the database.
countRecordsInDB() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Count number of associated records in the database.
countRecordsInDB() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
 
countRoutes() - Method in class com.scooterframework.web.route.MatchMaker
 
countTotalRecords() - Method in class com.scooterframework.orm.misc.DataPageListSourceImpl
 
countTotalRecords() - Method in class com.scooterframework.orm.misc.JdbcPageListSource
 
countTotalRecords() - Method in class com.scooterframework.orm.misc.PageListSource
Counts total number of records.
countTotalRecords() - Method in class com.scooterframework.orm.misc.SqlPageListSourceImpl
 
countTotalRecords(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns total number of records in a table.
coursors - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
cpage - Variable in class com.scooterframework.orm.misc.Paginator
Current page number
create() - Method in class com.scooterframework.builtin.CRUDController
 
create() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
create() - Method in class com.scooterframework.builtin.FilesController
 
create() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Creates the record in database and returns it.
create(boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Creates the record in database and returns it.
CREATE_NEW_FILE - Static variable in class com.scooterframework.tools.common.GeneratorHelper
 
createConnection(DataSourceConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given DataSourceConnectionContext instance.
createConnection(String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given data source name.
createConnection(String, String, String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given data source name, username and password.
createConnection(JdbcConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given JdbcConnectionContext instance.
createConnection(String, String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given url, username and password.
createConnection(String, String, String, String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a connection to database with given url, username and password.
createConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnection
Create a connection based on specific database connection context.
createConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnection
Create a connection based on specific database connection context.
createConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Create a connection based on specific database connection context.
CreateConnectionFailureException - Exception in com.scooterframework.orm.sqldataexpress.exception
class DatabaseConnectionFailureException
CreateConnectionFailureException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.CreateConnectionFailureException
 
CreateConnectionFailureException(Exception) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.CreateConnectionFailureException
 
CreateConnectionFailureException(String, Exception) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.CreateConnectionFailureException
 
createController(String, String) - Static method in class com.scooterframework.web.controller.ControllerFactory
Creates a controller instance of the type specified by controllerClassName.
createdAt - Variable in class com.scooterframework.common.util.Message
Timestamp for this mesasge.
createJdbcStatement(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
createJdbcStatementDirect(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
createParameter(String, int, String, String, int, String) - Method in class com.scooterframework.orm.sqldataexpress.object.ParameterFactory
 
createPooledConnection(JdbcConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a pooled connection to database with given JdbcConnectionContext instance.
createPooledConnection(String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a pooled connection to database with given connection name.
createPooledConnection(String, String, String, Integer) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
Helper method to create a pooled connection to database with given connection name.
createRecord(Map<String, Object>, String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
createRecordRelation(ActiveRecord, String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Creates a RecordRelation between owner (record instance) and its associated model.
createRoutes() - Method in class com.scooterframework.web.route.Resource
 
createTransaction() - Method in class com.scooterframework.transaction.TransactionFactory
 
createTransaction(String) - Method in class com.scooterframework.transaction.TransactionFactory
 
createUserDatabaseConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionFactory
Create a UserDatabaseConnection instance based on the default connection name in the properties file.
createUserDatabaseConnection(String) - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionFactory
Create a UserDatabaseConnection instance based on connection name.
createUserDatabaseConnection(DatabaseConnectionContext) - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionFactory
Create a UserDatabaseConnection instance based on supplied DatabaseConnectionContext instance.
CRUDController - Class in com.scooterframework.builtin
CRUDController class serves as default controller class for a model.
CRUDController() - Constructor for class com.scooterframework.builtin.CRUDController
 
CURRENCY - Static variable in class com.scooterframework.web.util.T
int constant represents currency data type.
CURRENT_LOCALE - Static variable in class com.scooterframework.admin.Constants
 
currentCycle(String) - Method in class com.scooterframework.web.controller.ActionContext
Returns current item in the named cycle.
currentCycle(String) - Static method in class com.scooterframework.web.util.W
Returns current item in the named cycle.
CurrentThreadCache - Class in com.scooterframework.common.util
CurrentThreadCache class is a local store for current request.
CurrentThreadCache() - Constructor for class com.scooterframework.common.util.CurrentThreadCache
 
CurrentThreadCacheClient - Class in com.scooterframework.common.util
CurrentThreadCacheClient class.
CurrentThreadCacheClient() - Constructor for class com.scooterframework.common.util.CurrentThreadCacheClient
 
currentValidationResults() - Static method in class com.scooterframework.web.controller.ActionControl
Returns controller validation results.
Cursor - Class in com.scooterframework.orm.sqldataexpress.object
Cursor meta data class which is basically a row meata data object.
Cursor(String, ResultSet) - Constructor for class com.scooterframework.orm.sqldataexpress.object.Cursor
 
Cursor(String, ResultSetMetaData) - Constructor for class com.scooterframework.orm.sqldataexpress.object.Cursor
 
cycle(String) - Method in class com.scooterframework.web.controller.ActionContext
Returns an item from a list of items.
cycle(String, String) - Method in class com.scooterframework.web.controller.ActionContext
Returns an item from a list of items.
cycle(String) - Static method in class com.scooterframework.web.util.W
Returns an item from a list items.
cycle(String, String) - Static method in class com.scooterframework.web.util.W
Returns an item from a list items.

D

D - Class in com.scooterframework.web.util
D class has helper methods for Date and Time.
D() - Constructor for class com.scooterframework.web.util.D
 
DAOUtil - Class in com.scooterframework.orm.sqldataexpress.util
DAOUtil contains helper methods for database access.
DAOUtil() - Constructor for class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
data() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the record data as map.
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.admin.EnvConfig
 
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.autoloader.AutoLoaderConfig
 
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.common.logging.LogConfig
 
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Property file for database properties.
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.orm.sqldataexpress.config.SqlConfig
 
DATA_PROPERTIES_FILE - Static variable in class com.scooterframework.web.route.RouteConfig
 
DataAccessUtil - Class in com.scooterframework.orm.util
DataAccessUtil class has helper methods for objects including ActiveRecord and SQL data express related instances.
DataAccessUtil() - Constructor for class com.scooterframework.orm.util.DataAccessUtil
 
Database - Class in com.scooterframework.builtin.databrowser
Database model class handles database related access.
Database() - Constructor for class com.scooterframework.builtin.databrowser.Database
 
DatabaseConfig - Class in com.scooterframework.orm.sqldataexpress.config
DatabaseConfig class configs the data access application during startup time.
DatabaseConnectionContext - Interface in com.scooterframework.orm.sqldataexpress.connection
DatabaseConnectionContext interface
DatabaseConnectionContextImpl - Class in com.scooterframework.orm.sqldataexpress.connection
DataSourceConnectionContext class
DatabaseConnectionContextImpl() - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
DatabaseConnectionContextImpl(Properties) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
DatabasesController - Class in com.scooterframework.builtin.databrowser
DatabasesController class handles database related access.
DatabasesController() - Constructor for class com.scooterframework.builtin.databrowser.DatabasesController
 
DataPageListSourceImpl - Class in com.scooterframework.orm.misc
DataPageListSourceImpl class retrieves paged record list from an existing data list.
DataPageListSourceImpl(List<Object>) - Constructor for class com.scooterframework.orm.misc.DataPageListSourceImpl
Constructs a PageListSource object.
DataPageListSourceImpl(List<Object>, Map<String, String>) - Constructor for class com.scooterframework.orm.misc.DataPageListSourceImpl
Constructs a PageListSource object.
DataPageListSourceImpl(List<Object>, Map<String, String>, boolean) - Constructor for class com.scooterframework.orm.misc.DataPageListSourceImpl
Constructs a PageListSource object.
DataProcessor - Interface in com.scooterframework.orm.sqldataexpress.processor
DataProcessor interface.
DataProcessorFactory - Class in com.scooterframework.orm.sqldataexpress.processor
DataProcessorFactory class.
DataProcessorImpl - Class in com.scooterframework.orm.sqldataexpress.processor
DataProcessorImpl class.
DataProcessorImpl() - Constructor for class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
DataProcessorTypes - Class in com.scooterframework.orm.sqldataexpress.processor
DataProcessorTypes class.
DataProcessorTypes() - Constructor for class com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
 
DATASOURCE_CONNECTION - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
 
DataSourceConnection - Class in com.scooterframework.orm.sqldataexpress.connection
DataSourceConnection class has information about database connection created by DataSource which has been registered to the container or server through JNDI APIs.
DataSourceConnection(DataSourceConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnection
 
DataSourceConnection(String, DataSourceConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnection
 
DataSourceConnectionContext - Class in com.scooterframework.orm.sqldataexpress.connection
DataSourceConnectionContext class
DataSourceConnectionContext(Properties) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnectionContext
Initializes database connection context
DataSourceConnectionContext(String, String) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnectionContext
Initialize database connection context
DataSourceConnectionContext(String, String, String, String) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnectionContext
Initialize database connection context
DATE - Static variable in class com.scooterframework.web.util.T
int constant represents date data type.
DateUtil - Class in com.scooterframework.common.util
DateUtil class has helper methods for rendering date and time.
DateUtil() - Constructor for class com.scooterframework.common.util.DateUtil
 
DBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
DBAdapter class.
DBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
DBAdapterFactory - Class in com.scooterframework.orm.sqldataexpress.vendor
DBAdapterFactory class.
dbmd - Variable in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
DBStore - Class in com.scooterframework.orm.sqldataexpress.util
DBStore class serves as an in-memory cache for some frequently used objects.
DEBUG - Static variable in class com.scooterframework.common.logging.LogUtil
 
debug(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a debug message
debug(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a debug message
declareAfterFilter(String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'after' filters that apply to all actions of this class.
declareAfterFilter(Class<?>, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'after' filters that apply to all actions of the controller class.
declareAfterFilter(String, String, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'after' filters that apply to specific actions of this class under special conditions.
declareAfterFilter(Class<?>, String, String, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'after' filters that apply to specific actions of the controller class under special conditions.
declareBeforeFilter(String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'before' filters that apply to all actions of this class.
declareBeforeFilter(Class<?>, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'before' filters that apply to all actions of the controller class.
declareBeforeFilter(String, String, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'before' filters that apply to specific actions of this class under special conditions.
declareBeforeFilter(Class<?>, String, String, String) - Method in class com.scooterframework.admin.FilterManager
Specifies 'before' filters that apply to specific actions of the controller class under special conditions.
declaresExtraFields() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Extra fields are not stored in database.
declareSkipAfterFilter(String) - Method in class com.scooterframework.admin.FilterManager
Skips 'after' filters that apply to all actions of this class.
declareSkipAfterFilter(Class<?>, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'after' filters that apply to all actions of the controller class.
declareSkipAfterFilter(String, String, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'after' filters that apply to specific actions of this class under special conditions.
declareSkipAfterFilter(Class<?>, String, String, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'after' filters that apply to specific actions of the controller class under special conditions.
declareSkipBeforeFilter(String) - Method in class com.scooterframework.admin.FilterManager
Skips 'before' filters that apply to all actions of this class.
declareSkipBeforeFilter(Class<?>, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'before' filters that apply to all actions of the controller class.
declareSkipBeforeFilter(String, String, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'before' filters that apply to specific actions of this class under special conditions.
declareSkipBeforeFilter(Class<?>, String, String, String) - Method in class com.scooterframework.admin.FilterManager
Skips 'before' filters that apply to specific actions of the controller class under special conditions.
declaresProtectedFields() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Data for the protected fields are not affected by massive setData method.
decode(int, String, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(int, Map<String, Object>, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(long, String, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(long, Map<String, Object>, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(Object, String, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(Object, String, Object, boolean) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(Object, Map<String, ?>, Object) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(Object, Map<String, ?>, Object, boolean) - Static method in class com.scooterframework.common.util.Util
decode method has the functionality of an IF-THEN-ELSE statement.
decode(String) - Static method in class com.scooterframework.web.util.W
Returns a url-decoded string.
decrementCounter(BelongsToRecordRelation) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Decrements counter field by 1.
decrementCounter(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Decrements counter field by 1.
decrementCounter(BelongsToRecordRelation, int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Decrements counter field by 1.
decrementCounter(String, int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Decrements counter field by amount.
DEFAULT_CONTROLLER_CLASS - Static variable in class com.scooterframework.web.controller.BaseRequestProcessor
 
DEFAULT_CONTROLLER_CLASS - Static variable in class com.scooterframework.web.controller.RestfulRequestProcessor
 
DEFAULT_PAGE_LIMIT - Static variable in class com.scooterframework.orm.misc.Paginator
 
DEFAULT_PAGINATION_LIMIT - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Default limit number of records for pagination.
DEFAULT_PRIMARY_KEY_COLUMN_NAME - Static variable in class com.scooterframework.orm.sqldataexpress.object.RowInfo
 
DEFAULT_RECORD_CLASS - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordUtil
 
DEFAULT_RESPONSE_FORMAT - Static variable in class com.scooterframework.admin.Constants
Default value when there is no format derived from request uri.
DEFAULT_VALUE_acquire_increment - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_actionExtension - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_additionalMimeTypes - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_additionalSinglePlural - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_additionalSQLDataTypeMapping - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_allowCacheAssociatedObjects - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowDataBrowser - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowDefaultActionMethod - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowDefaultControllerClass - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowDisplayingErrorDetails - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowForwardToActionNameViewWhenActionNotExist - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_allowForwardToControllerNameViewWhenControllerNotExist - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_autoAuditCreate - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_autoAuditUpdate - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_autoRest - Static variable in class com.scooterframework.web.route.RouteConfig
 
DEFAULT_VALUE_benchmark - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_benchmarkInHeader - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_compileErrorPageURI - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_controllerClassPrefix - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_controllerClassSuffix - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_defaultActionMethod - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_defaultCacheName - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_defaultCacheProvider - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_defaultDatabaseConnection - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_defaultTransactionType - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_defaultViewFilesDirectory - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_errorPageURI - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_flushCacheOnChange - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_gloabalLocale - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_gloablTableNamingPrefix - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_gloablTableNamingSuffix - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_initial_pool_size - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_locale_country - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_locale_language - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_locale_variant - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_localFlushCacheExceptions - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_localUseCacheExceptions - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_max_idle_time - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_max_pool_size - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_maximum_bytes_per_uploaded_file - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_maximum_bytes_per_uploaded_file_in_memory - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_maximum_total_bytes_per_upload_request - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_messageResourcesFileBase - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_min_pool_size - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_modelClassPrefix - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_modelClassSuffix - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_passwordScheme - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_rootURL - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_runningEnvironment - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_siteAdminPassword - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_siteAdminUsername - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_upload_file_repository - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_usePluralTableName - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
DEFAULT_VALUE_useRequestCache - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_useSecondLevelCache - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_viewExtension - Static variable in class com.scooterframework.admin.EnvConfig
 
DEFAULT_VALUE_webPageDirectoryName - Static variable in class com.scooterframework.admin.EnvConfig
 
DefaultCacheStore - Class in com.scooterframework.cache
DefaultCacheStore class provides convenient access to default cache.
DefaultCacheStore() - Constructor for class com.scooterframework.cache.DefaultCacheStore
 
DefaultContentHandler - Class in com.scooterframework.web.controller
DefaultContentHandler is responsible for handling content of a request format when the specific handler for the format is not available.
DefaultContentHandler() - Constructor for class com.scooterframework.web.controller.DefaultContentHandler
 
DefaultRoute - Class in com.scooterframework.web.route
DefaultRoute class
DefaultRoute(String, Properties) - Constructor for class com.scooterframework.web.route.DefaultRoute
 
delete() - Method in class com.scooterframework.builtin.CRUDController
 
delete() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
delete() - Method in class com.scooterframework.builtin.FilesController
 
DELETE - Static variable in class com.scooterframework.common.http.HTTPClient
 
delete() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Deletes the record based on the current primary key values.
delete() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Deletes the associated record in database whether the object is dependent on the owner or not.
delete(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Deletes an object from the associated list and delete the record in database whether the object is dependent on the owner or not.
delete(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Deletes a list objects from the associated list and delete the records in database whether the objects are dependent on the owner or not.
delete(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHM
Deletes a list objects from the associated list and delete the records in database whether the objects are dependent on the owner or not.
delete(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Deletes a list objects from the associated list and delete the records in database whether the objects are dependent on the owner or not.
delete(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Deletes target record from the association.
delete(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Deletes a list of target records from the association.
delete(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Delete data from database.
delete(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Delete data from database.
DELETE_FILE - Static variable in class com.scooterframework.admin.FileChangeNotice
 
deleteAll(Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the conditions.
deleteAll(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the conditions.
deleteAll(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the conditions.
deleteAll(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the condition.
deleteAll(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the conditions.
deleteAll(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the conditions.
deleteById(long) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes the record with the given id, assuming ID is the primary key column.
deleteById(Object) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes the record with the given id, assuming ID is the primary key column.
deleteById(long) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes the record with the given id, assuming ID is the primary key column.
deleteById(Object) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes the record with the given id, assuming ID is the primary key column.
deleteByPK(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes the record with the given primary key string.
deleteByPK(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes the record with the given pkString.
deleteByPrimaryKeyMap(Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes the record with the given data map containing primary keys.
deleteByPrimaryKeyMap(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes the record with the given data map containing primary keys.
deleteBySQL(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the SQL statement.
deleteBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the SQL statement.
deleteBySQL(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the SQL statement.
deleteBySQL(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the SQL statement.
deleteBySQLKey(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the SQL specified by the sqlKey.
deleteBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Deletes all the records that satisfy the SQL specified by the sqlKey.
deleteBySQLKey(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the SQL specified by the sqlKey.
deleteBySQLKey(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Deletes all the records that satisfy the SQL specified by the sqlKey.
deleteRecord(Map<String, Object>, String, String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
deRegisterController(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Deregisters a controller class.
deRegisterModel(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Deregisters a model class.
destroy() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Destroys all connection pools if there is any.
destroy() - Method in class com.scooterframework.web.controller.MainActionServlet
Shuts down this servlet
destroy() - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Take this filter out of service.
detach() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Disassociates the associated object in the association by setting its foreign key to NULL.
detach(boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Disassociates the associated object in the association by setting its foreign key to NULL.
detach(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Removes an object from the associated list.
detach(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Removes a list of objects from the associated list by setting their foreign keys to NULL.
detach(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHM
Removes a list of objects from the associated list by setting their foreign keys to NULL.
detach(ActiveRecord, boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Removes target record from the association.
detach(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Removes a list of records from the association.
detach(List<? extends ActiveRecord>, boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Removes a list of records from the association.
detach(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Detaches target record from the association.
detach(ActiveRecord, boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Detaches target record from the association.
detach(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Detaches a list of target records from the association.
detach(List<? extends ActiveRecord>, boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Detaches a list of target records from the association.
details() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Shows details of the record.
detectImplicitAppName(String) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
detectRootPath() - Static method in class com.scooterframework.admin.ApplicationConfig
 
detectRootPath() - Static method in class com.scooterframework.tools.common.ToolsUtil
 
DirChangeMonitor - Class in com.scooterframework.admin
DirChangeMonitor class monitors directory file changes and also notifies the changes to associated observers.
DirChangeMonitor.DirChangeMonitorTimerTask - Class in com.scooterframework.admin
DirChangeMonitorTimerTask is responsible for scanning files in the directory.
DirChangeMonitor.DirChangeMonitorTimerTask() - Constructor for class com.scooterframework.admin.DirChangeMonitor.DirChangeMonitorTimerTask
 
DIRECT_SQL_STATEMENT_PROCESSOR - Static variable in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
 
DIRECTORY_NAME_SRC - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
DIRECTORY_NAME_TEST - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
DirObservable - Class in com.scooterframework.admin
DirObservable class is a subclass of Observable.
DirObservable(String) - Constructor for class com.scooterframework.admin.DirObservable
 
DirObservable(String, FileFilter) - Constructor for class com.scooterframework.admin.DirObservable
 
disableLogger() - Static method in class com.scooterframework.common.logging.LogUtil
Disables the logger.
displayHtmlSelect(String, List<Object>, String) - Static method in class com.scooterframework.web.util.W
Returns html select code of a list of data and options.
displayHtmlSelect(String, String, String) - Static method in class com.scooterframework.web.util.W
 
displayHttpRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Displays all parameter names and theirs values in a HTTP request.
doCopy() - Method in class com.scooterframework.builtin.FilesController
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request with "DELETE" method.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Time the processing that is performed by all subsequent filters in the current filter stack, including the ultimately invoked servlet.
doForward(String, HttpServletRequest, HttpServletResponse) - Static method in class com.scooterframework.web.controller.ActionControl
Do a forward to specified URI using a RequestDispatcher.
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Do a forward to specified URI using a RequestDispatcher.
doForward(String, HttpServletRequest, HttpServletResponse) - Static method in class com.scooterframework.web.util.W
 
doForwardToCompileErrorPage(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
 
doForwardToErrorPage(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request with "GET" method.
doHead(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request with "HEAD" method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request with "POST" method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request with "PUT" method.
doRename() - Method in class com.scooterframework.builtin.FilesController
 
doReplace() - Method in class com.scooterframework.builtin.FilesController
 
dotCount(String) - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Counts how many dots in a string.
doubleSingleQuoteInString(String) - Static method in class com.scooterframework.common.util.StringUtil
Adds another single quote if there is already one in the input string.
doUpload() - Method in class com.scooterframework.builtin.FilesController
 
dynamicAction - Variable in class com.scooterframework.web.route.Route
 
dynamicController - Variable in class com.scooterframework.web.route.Route
 
dynamicFormat - Variable in class com.scooterframework.web.route.Route
 

E

edit() - Method in class com.scooterframework.builtin.CRUDController
 
edit() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
edit() - Method in class com.scooterframework.builtin.FilesController
 
editNestedResourceRecordPath(String, RESTified, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
editNestedResourceRecordPath(String, RESTified, String, String) - Static method in class com.scooterframework.web.util.R
 
editNestedResourceRecordPath(String, String, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
editNestedResourceRecordPath(String, String, String, String) - Static method in class com.scooterframework.web.util.R
 
editNestedResourceRecordPath(String[], Object[], String, RESTified) - Static method in class com.scooterframework.web.util.R
 
editNestedResourceRecordPath(String[], Object[], String, String) - Static method in class com.scooterframework.web.util.R
 
editResourceRecordPath(String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns resource path for editing a record.
editResourceRecordPath(String, String) - Static method in class com.scooterframework.web.util.R
Returns resource path for editing a specific resource.
EMAIL_PATTERN - Static variable in class com.scooterframework.common.validation.Validators
 
enableLogger() - Static method in class com.scooterframework.common.logging.LogUtil
Enables the logger.
enableMonitoring() - Method in class com.scooterframework.common.logging.LogConfig
 
encode(String) - Static method in class com.scooterframework.web.util.W
Returns a url-encoded string.
encodedRestfulIdOf(RESTified) - Static method in class com.scooterframework.web.util.O
Returns url-encoded restful id of a record.
encoding - Variable in class com.scooterframework.web.controller.ScooterRequestFilter
Character encoding to be used.
endApplication() - Method in class com.scooterframework.admin.ApplicationConfig
 
endSession() - Method in class com.scooterframework.web.controller.AppActionContext
Ends session.
enhance() - Static method in class com.scooterframework.autoloader.Enhancer
 
enhance - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
Enhancer - Class in com.scooterframework.autoloader
 
Enhancer() - Constructor for class com.scooterframework.autoloader.Enhancer
 
EnvConfig - Class in com.scooterframework.admin
EnvConfig class configures the application during startup time.
equals(Object) - Method in class com.scooterframework.common.util.OrderedProperties
 
ERROR - Static variable in class com.scooterframework.common.logging.LogUtil
 
error(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log an error message
error(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log an error message
error(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns an error-tagged content string for error output.
error(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns an error-tagged content string for error output.
error(String) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of error type.
error(String, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of error type.
error(String, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of error type.
error(String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of error type.
error(Message) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of error type.
ERROR_EXCEPTION - Static variable in class com.scooterframework.admin.Constants
 
ERROR_MESSAGE - Static variable in class com.scooterframework.admin.Constants
 
ErrorItem - Class in com.scooterframework.autoloader
class ErrorItem represents a compile error.
ErrorItem(String) - Constructor for class com.scooterframework.autoloader.ErrorItem
 
errorMessage(String) - Static method in class com.scooterframework.web.util.W
Returns a div block containing all the error messages for the object located as an instance variable by the name of model.
errorMessage(String, Properties) - Static method in class com.scooterframework.web.util.W
Returns a div block containing all the error messages for the object located as an instance variable by the name of model.
errors - Variable in class com.scooterframework.web.controller.ActionContext
Errors map.
escape(Object) - Static method in class com.scooterframework.tools.common.GeneratorImpl
 
Event - Class in com.scooterframework.admin
Event class represent an event.
Event(String, Object) - Constructor for class com.scooterframework.admin.Event
 
EVENT_COMPILE - Static variable in class com.scooterframework.admin.Constants
 
EventsManager - Class in com.scooterframework.admin
EventsManager class manages events.
EXCEEDING_MAXIMUM - Static variable in class com.scooterframework.common.validation.Validators
 
except - Variable in class com.scooterframework.web.route.Resource
 
excludedKeys - Variable in class com.scooterframework.orm.misc.Paginator
 
excludedPaths - Variable in class com.scooterframework.web.controller.ScooterRequestFilter
Directory paths that we want this filter to skip.
EXCLUSION - Static variable in class com.scooterframework.common.validation.Validators
 
execute() - Method in class com.scooterframework.admin.ActionControlFilter
Executes the filter
execute(Object, String, Object[]) - Static method in class com.scooterframework.common.util.BeanUtil
Executes a method of a bean instance.
execute(String, String, Object[]) - Method in class com.scooterframework.common.util.ObjectFactory
 
execute() - Method in class com.scooterframework.orm.misc.PageListSource
Really does the record count and retrieval.
execute(UserDatabaseConnection, Map<String, Object>) - Method in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
execute
execute(UserDatabaseConnection, Map<String, Object>, Map<String, String>) - Method in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
execute with output filter
execute(UserDatabaseConnection, Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
execute
execute(UserDatabaseConnection, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
execute with output filter
execute(UserDatabaseConnection, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.processor.JdbcStatementProcessor
execute with output filter
execute(UserDatabaseConnection, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.processor.StoredProcedureProcessor
execute with output filter
execute(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute
execute(Collection<InputParameter>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute with output filter
execute(Map<String, Object>, String, String, Map<String, String>) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute
execute(Collection<InputParameter>, String, String, Map<String, String>) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute with output filter
execute(Collection<InputInfo>) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute a collection of InputInfo with output filter
execute(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute without output filter
execute(Map<String, Object>, String, String, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute with output filter
execute(Collection<InputInfo>) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute a collection of InputInfo objects in one transaction
execute(Collection<InputParameter>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute
execute(Collection<InputParameter>, String, String, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute of InputInfo with output filter
executeAfterFiltersOn(String) - Method in class com.scooterframework.admin.FilterManager
Executes filters after an action is run.
executeBeforeFiltersOn(String) - Method in class com.scooterframework.admin.FilterManager
Executes filters before an action is run.
executeControllerAction(Object, Method) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Invokes an action method of a controller.
executeRequest(ActionProperties, HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Process an HttpServletRequest.
executeRequest(ActionProperties, HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.RestfulRequestProcessor
Process an HttpServletRequest.
executeSQL(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Executes a non-select SQL statement and returns count of updated rows.
executeSQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Executes a non-select SQL statement and returns count of updated rows.
executeSQLByKey(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves an object from database based on the SQL query related to the SQL key.
executeSQLByKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Executes a non-select SQL statement corresponding to a name key and returns count of updated rows.
EXECUTION_INTERRUPTED - Static variable in class com.scooterframework.web.controller.BaseRequestProcessor
 
ExecutionException - Exception in com.scooterframework.common.exception
class ExecutionException
ExecutionException(String, String, Object[], Throwable) - Constructor for exception com.scooterframework.common.exception.ExecutionException
 
exist(Object) - Static method in class com.scooterframework.web.util.M
Finds if the data is not null or not.
existsBelongsToRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Checks if there is a belongs-to relation between the two class types.
existsHasManyRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Checks if there is a has-many relation between the two class types.
existsHasManyThroughRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Checks if there is a has-many-through relation between the two class types.
existsHasOneRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Checks if there is a has-one relation between the two class types.
ExpandedMessage - Class in com.scooterframework.common.util
ExpandedMessage represents a parsed message the content of which is a combination of the message associated with the messageKey stored in a resource file and the values related to the message.
ExpandedMessage(String) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message.
ExpandedMessage(String, String) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message.
ExpandedMessage(String, String, Object) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message with a specific replacement value.
ExpandedMessage(String, String, Object, Object) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message with a specific replacement value.
ExpandedMessage(String, String, Object, Object, Object) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message with a specific replacement value.
ExpandedMessage(String, String, Object[]) - Constructor for class com.scooterframework.common.util.ExpandedMessage
Construct a message with specific replacement values.
explode(String, String) - Method in class com.scooterframework.common.util.StringUtil
Converts a string of name and value pairs, separated by a separator to map.
EXTENSION_MIMETYPES_RESOURCE - Static variable in class com.scooterframework.admin.EnvConfig
 

F

F - Class in com.scooterframework.web.util
F (FormHelper) class has helper methods for http form.
F() - Constructor for class com.scooterframework.web.util.F
 
failed() - Method in class com.scooterframework.common.validation.ValidationResults
Checks the end result of a validation process
FailureDetectingParameterPropertyException - Exception in com.scooterframework.orm.sqldataexpress.exception
class FailureDetectingParameterPropertyException
FailureDetectingParameterPropertyException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingParameterPropertyException
Constructs a new FailureDetectingParameterPropertyException exception with null as its detail message.
FailureDetectingParameterPropertyException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingParameterPropertyException
Constructs a new FailureDetectingParameterPropertyException exception with the specified detail message.
FailureDetectingRowMetaDataException - Exception in com.scooterframework.orm.sqldataexpress.exception
class FailureDetectingRowMetaDataException
FailureDetectingRowMetaDataException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingRowMetaDataException
Constructs a new FailureDetectingRowMetaDataException exception with null as its detail message.
FailureDetectingRowMetaDataException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingRowMetaDataException
Constructs a new FailureDetectingRowMetaDataException exception with the specified detail message.
FailureDetectingRowMetaDataException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingRowMetaDataException
Constructs a new FailureDetectingRowMetaDataException exception with the specified cause.
FailureDetectingRowMetaDataException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.FailureDetectingRowMetaDataException
Constructs a new FailureDetectingRowMetaDataException exception with the specified detail message and cause.
FATAL - Static variable in class com.scooterframework.common.logging.LogUtil
 
fatal(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a fatal message
fatal(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a fatal message
FIELD_VALUES - Static variable in class com.scooterframework.web.route.RouteConstants
 
fieldValues() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
FILE_BROWSER_LINK_PREFIX - Static variable in class com.scooterframework.builtin.BuiltinHelper
 
FILE_BROWSER_LINK_PREFIX_DIR - Static variable in class com.scooterframework.builtin.BuiltinHelper
 
FILE_BROWSER_LINK_PREFIX_FILE - Static variable in class com.scooterframework.builtin.BuiltinHelper
 
FILE_BROWSER_LINK_ROOT - Static variable in class com.scooterframework.builtin.BuiltinHelper
 
FILE_EXTENSION_JAVA - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
FILE_EXTENSION_JSP - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
FILE_EXTENSION_PROPERTIES - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
FILE_EXTENSION_YAML - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
FILE_UPLOAD_REQUEST - Static variable in class com.scooterframework.admin.Constants
 
FILE_UPLOAD_REQUEST_FILES - Static variable in class com.scooterframework.admin.Constants
 
FileChangeNotice - Class in com.scooterframework.admin
FileChangeNotice contains information on what type of change on a file.
FileChangeNotice(File, String) - Constructor for class com.scooterframework.admin.FileChangeNotice
 
FileFilterSameName - Class in com.scooterframework.admin
FileFilterSameName filters files which have the same name as the specified.
FileFilterSameName() - Constructor for class com.scooterframework.admin.FileFilterSameName
 
FileFilterSameName(String) - Constructor for class com.scooterframework.admin.FileFilterSameName
 
FileFilterSamePrefix - Class in com.scooterframework.admin
FileFilterSamePrefix filters files which have the same name prefix as the specified.
FileFilterSamePrefix() - Constructor for class com.scooterframework.admin.FileFilterSamePrefix
 
FileFilterSamePrefix(String) - Constructor for class com.scooterframework.admin.FileFilterSamePrefix
 
FileFilterSameSuffix - Class in com.scooterframework.admin
FileFilterSameSuffix filters files which have the same name suffix as the specified.
FileFilterSameSuffix() - Constructor for class com.scooterframework.admin.FileFilterSameSuffix
 
FileFilterSameSuffix(String) - Constructor for class com.scooterframework.admin.FileFilterSameSuffix
 
FileInfo - Class in com.scooterframework.builtin
FileInfo class.
FileInfo(File) - Constructor for class com.scooterframework.builtin.FileInfo
 
FileMonitor - Class in com.scooterframework.autoloader
FileMonitor is responsible for monitoring file changes.
FileMonitor.SourceFileTimerTask - Class in com.scooterframework.autoloader
SourceFileTimerTask is responsible for scanning files.
FileMonitor.SourceFileTimerTask(String) - Constructor for class com.scooterframework.autoloader.FileMonitor.SourceFileTimerTask
 
FileObservable - Class in com.scooterframework.admin
FileObservable class is a subclass of Observable.
FileObservable(File) - Constructor for class com.scooterframework.admin.FileObservable
 
FilesController - Class in com.scooterframework.builtin
FilesController class manages files and folders on the server.
FilesController() - Constructor for class com.scooterframework.builtin.FilesController
 
FileTransformerGenerator - Class in com.scooterframework.tools.common
This class processes a file.
FileTransformerGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.common.FileTransformerGenerator
 
FileTransformerGenerator(String, String, Map<String, String>) - Constructor for class com.scooterframework.tools.common.FileTransformerGenerator
 
FileUploadException - Exception in com.scooterframework.common.exception
class FileUploadException records file upload related exceptions.
FileUploadException(Throwable) - Constructor for exception com.scooterframework.common.exception.FileUploadException
 
FileUtil - Class in com.scooterframework.common.util
FileUtil class has helper methods for files and directories.
FileUtil() - Constructor for class com.scooterframework.common.util.FileUtil
 
FILTER_OPTION_EXCEPT - Static variable in class com.scooterframework.admin.FilterManager
 
FILTER_OPTION_ONLY - Static variable in class com.scooterframework.admin.FilterManager
 
FILTER_TYPE_AFTER - Static variable in class com.scooterframework.admin.FilterManager
 
FILTER_TYPE_BEFORE - Static variable in class com.scooterframework.admin.FilterManager
 
FILTER_TYPE_SKIP_AFTER - Static variable in class com.scooterframework.admin.FilterManager
 
FILTER_TYPE_SKIP_BEFORE - Static variable in class com.scooterframework.admin.FilterManager
 
FilterManager - Class in com.scooterframework.admin
FilterManager manages all filters of a specific controller class.
FilterManagerFactory - Class in com.scooterframework.admin
FilterManagerFactory manages FilterManager of controller classes.
filterManagerFor(Class<?>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns the FilterManager for a class type.
findAll() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records of a table.
findAll() - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records of a table.
findAll(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAll(Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions and options.
findAll(Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions and options.
findAll(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAll(String, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions and options.
findAll(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAll(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions and options.
findAll(String, Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions and options.
findAllBy(String, Object[]) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the conditions.
findAllBy(String, Object[], Map<String, String>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the conditions.
findAllBy(String, Object[], String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the conditions.
findAllBy(String, Object[]) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAllBy(String, Object[], Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAllBy(String, Object[], String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the conditions.
findAllBySQL(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the SQL query.
findAllBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the SQL query.
findAllBySQL(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the SQL query.
findAllBySQL(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the SQL query.
findAllBySQLKey(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the sql corresponding to the sql key.
findAllBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds all the records that satisfy the sql corresponding to the sql key.
findAllBySQLKey(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the SQL corresponding to the SQL key.
findAllBySQLKey(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds all the records that satisfy the SQL corresponding to the SQL key.
findBy(String, Object) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Checks if a field's value of a record in the association is equal to a specific value.
findById(long) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the record with the given id, assuming ID is the primary key column.
findById(Object) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the record with the given id, assuming ID is the primary key column.
findById(long) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the record with the given id, assuming ID is the primary key column.
findById(Object) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the record with the given id, assuming ID is the primary key column.
findByPK(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the record with the given pkString.
findByPK(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the record with the given pkString.
findByRESTfulId(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the record with the given restfulId.
findByRESTfulId(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the record with the given restfulId.
finderSql - Variable in class com.scooterframework.orm.misc.SqlPageListSourceImpl
 
findFirst() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the first record of a table.
findFirst() - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record of a table.
findFirst(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions.
findFirst(Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions and options.
findFirst(Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions and options.
findFirst(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions.
findFirst(String, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions and options.
findFirst(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions.
findFirst(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions and options.
findFirst(String, Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions and options.
findFirstBy(String, Object[]) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the first record that satisfy the conditions.
findFirstBy(String, Object[]) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the first record that satisfy the conditions.
findLast() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the last record of a table.
findLast() - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record of a table.
findLast(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions.
findLast(Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions and options.
findLast(Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions and options.
findLast(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions.
findLast(String, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions and options.
findLast(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions.
findLast(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions and options.
findLast(String, Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions and options.
findLastBy(String, Object[]) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Finds the last record that satisfy the conditions.
findLastBy(String, Object[]) - Method in class com.scooterframework.orm.activerecord.TableGateway
Finds the last record that satisfy the conditions.
findOrCreateTagRecords(String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns all tag records as specified by the tags.
findRecordsTaggedWith(String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns records tagged with tags.
findRecordsTaggedWith(String, String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns records of a certain type that are tagged with tags.
findTagRecords(String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns all tag records as specified by the tags.
fireHttpDeleteRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP DELETE request
fireHttpDeleteRequest(String) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpGetRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP GET request
fireHttpGetRequest(String) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpHeadRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP HEAD request
fireHttpOptionsRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP OPTIONS request
fireHttpPostRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP POST request
fireHttpPostRequest(String, Map<String, String>) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP POST request
fireHttpPostRequest(String) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpPostRequest(String, Map<String, String>) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpPutRequest(String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP PUT request
fireHttpPutRequest(String, Map<String, String>) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP PUT request
fireHttpPutRequest(String) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpPutRequest(String, Map<String, String>) - Method in class com.scooterframework.test.FunctionalTestHelper
 
fireHttpRequest(String, String) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP request.
fireHttpRequest(String, String, Map<String, String>) - Method in class com.scooterframework.common.http.HTTPClient
Sends a HTTP request with parameters.
flash(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of a specific type.
flash(String, String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of a specific type.
flash(String, String, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of a specific type.
flash(String, String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of a specific type.
flash(String, Message) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of a specific type.
Flash - Class in com.scooterframework.web.controller
Flash class contains all flash related methods.
Flash() - Constructor for class com.scooterframework.web.controller.Flash
 
flash(String, String) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of a specific type.
flash(String, String, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of a specific type.
flash(String, String, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of a specific type.
flash(String, String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of a specific type.
flash(String, Message) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of a specific type.
FLASH_TYPE_ERROR - Static variable in class com.scooterframework.admin.Constants
 
FLASH_TYPE_NOTICE - Static variable in class com.scooterframework.admin.Constants
 
flashError(String) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of error type.
flashError(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of error type.
flashError(String, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of error type.
flashError(String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of error type.
flashError(Message) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of error type.
FlashMessage - Class in com.scooterframework.web.controller
FlashMessage contains information for the next request only.
FlashMessage() - Constructor for class com.scooterframework.web.controller.FlashMessage
 
flashNotice(String) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of notice type.
flashNotice(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of notice type.
flashNotice(String, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of notice type.
flashNotice(String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of notice type.
flashNotice(Message) - Static method in class com.scooterframework.web.controller.ActionControl
Records a flash message of notice type.
flattenArray(Object[]) - Static method in class com.scooterframework.common.util.StringUtil
Converts object array to a big string separated by comma.
flattenArray(Object[], String) - Static method in class com.scooterframework.common.util.StringUtil
Converts object array to a big string separated by splitter.
flattenArray(String, Object[], String) - Static method in class com.scooterframework.common.util.StringUtil
Converts object array to a big string separated by splitter.
FORMAT - Static variable in class com.scooterframework.admin.Constants
 
format() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
format() - Static method in class com.scooterframework.web.controller.ActionControl
Returns request extension which is linked to key Constants.FORMAT.
format - Variable in class com.scooterframework.web.controller.ActionProperties
 
format - Variable in class com.scooterframework.web.route.Route
 
formatJavaAPIString() - Method in class com.scooterframework.orm.sqldataexpress.object.Function
 
formatJavaAPIString() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
formatKey(Class<?>, String) - Static method in class com.scooterframework.admin.ActionControlFilter
 
formForAddNestedResource(String, RESTified, String) - Static method in class com.scooterframework.web.util.R
 
formForAddNestedResource(String, String, String) - Static method in class com.scooterframework.web.util.R
 
formForAddNestedResource(String[], Object[], String) - Static method in class com.scooterframework.web.util.R
 
formForAddResource(String) - Static method in class com.scooterframework.web.util.R
Returns form element for adding a resource record.
formForClose(String) - Static method in class com.scooterframework.web.util.F
Returns form-end element for a resource.
formForEditNestedResourceRecord(String, RESTified, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
formForEditNestedResourceRecord(String, RESTified, String, String) - Static method in class com.scooterframework.web.util.R
 
formForEditNestedResourceRecord(String, String, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
formForEditNestedResourceRecord(String, String, String, String) - Static method in class com.scooterframework.web.util.R
 
formForEditNestedResourceRecord(String[], Object[], String, RESTified) - Static method in class com.scooterframework.web.util.R
 
formForEditNestedResourceRecord(String[], Object[], String, String) - Static method in class com.scooterframework.web.util.R
 
formForEditResourceRecord(String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns form element for editing a resource record.
formForEditResourceRecord(String, String) - Static method in class com.scooterframework.web.util.R
Returns form element for editing a specific resource.
formForNestedResourceRecord(String, RESTified, String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForNestedResourceRecord(String, String, String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForNestedResourceRecord(String[], Object[], String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForNestedResourceRecord(String, RESTified, String, String) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForNestedResourceRecord(String, String, String, String) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForNestedResourceRecord(String[], Object[], String, String) - Static method in class com.scooterframework.web.util.R
Returns form element for a nested resource.
formForOpen(String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a resource.
formForOpen(String, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a resource.
formForOpen(String, ActiveRecord) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a resource.
formForOpen(String, ActiveRecord, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a resource.
formForOpen(String, String, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, String, String, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, String, String, ActiveRecord) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, String, String, ActiveRecord, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, RESTified, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, RESTified, String, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, RESTified, String, ActiveRecord) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String, RESTified, String, ActiveRecord, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String[], Object[], String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String[], Object[], String, String, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String[], Object[], String, ActiveRecord) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForOpen(String[], Object[], String, ActiveRecord, String) - Static method in class com.scooterframework.web.util.F
Returns form-open element <form>for a nested resource.
formForResource(String, String) - Static method in class com.scooterframework.web.util.R
Returns form element for a resource.
formForResource(String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns form element for a resource.
FORWARD_ERROR - Static variable in class com.scooterframework.web.controller.ActionResult
forward error key
FORWARD_FAILURE - Static variable in class com.scooterframework.web.controller.ActionResult
forward failure key
FORWARD_HOME - Static variable in class com.scooterframework.web.controller.ActionResult
forward home key
FORWARD_LOGIN - Static variable in class com.scooterframework.web.controller.ActionResult
forward login key
FORWARD_LOGOUT - Static variable in class com.scooterframework.web.controller.ActionResult
forward logout key
FORWARD_SUCCESS - Static variable in class com.scooterframework.web.controller.ActionResult
forward success key
forwardTo(String, ActiveRecord) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a forward-tagged URI string with a query string.
forwardTo(String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a forward-tagged URI string with a query string.
forwardTo(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a forward-tagged URI string with a query string.
forwardTo(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a forward-tagged URI string.
forwardTo(String, ActiveRecord) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a forward-tagged URI string with a query string.
forwardTo(String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a forward-tagged URI string with a query string.
forwardTo(String, String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a forward-tagged URI string with a query string.
forwardTo(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a forward-tagged URI string.
framework_input_key_prefix - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
The following are reserved key words in inputs Map object.
frameworkInitiated - Static variable in class com.scooterframework.tools.common.AbstractGenerator
 
freeze() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Freezes the current record.
fullModelClassName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
Function - Class in com.scooterframework.orm.sqldataexpress.object
Function class.
Function(String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.Function
 
FUNCTION_PROCESSOR - Static variable in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
 
FUNCTION_RETURN - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
FUNCTIONAL_TEST - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
FunctionalTestHelper - Class in com.scooterframework.test
FunctionalTestHelper class is super class of all functional test classes for an application.
FunctionalTestHelper() - Constructor for class com.scooterframework.test.FunctionalTestHelper
 
FunctionProcessor - Class in com.scooterframework.orm.sqldataexpress.processor
FunctionProcessor class.
FunctionProcessor(Function) - Constructor for class com.scooterframework.orm.sqldataexpress.processor.FunctionProcessor
 

G

generate() - Method in interface com.scooterframework.tools.common.Generator
Generates code.
generate(boolean) - Method in interface com.scooterframework.tools.common.Generator
Generates code with an option if to overwrite the existing code.
generate() - Method in class com.scooterframework.tools.common.GeneratorImpl
Generates code.
generate(boolean) - Method in class com.scooterframework.tools.common.GeneratorImpl
Generates code with an option if to overwrite the existing code.
generate(String, Map<String, ?>, String, String, String, boolean) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
generate(String, Map<String, ?>, String, boolean) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
generateActiveRecordHomeInstance(String) - Method in class com.scooterframework.builtin.CRUDController
Generates an ActiveRecord home instance of a model.
generateActiveRecordHomeInstance(String, String, String) - Method in class com.scooterframework.tools.common.AbstractGenerator
Generates an ActiveRecord home instance of a model model
generateActiveRecordInstance(String) - Method in class com.scooterframework.builtin.CRUDController
Generates an ActiveRecord instance of a model.
generateActiveRecordInstance(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Generates an instance of ActiveRecord.
generateActiveRecordInstance(String, String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Generates an instance of ActiveRecord.
generateActiveRecordInstance(String, String, String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Generates an instance of ActiveRecord.
GENERATED_KEY - Static variable in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
GENERATED_MODEL_CLASS_PREFIX - Static variable in class com.scooterframework.autoloader.AutoLoaderConfig
 
GENERATED_MODEL_CLASS_SUFFIX - Static variable in class com.scooterframework.autoloader.AutoLoaderConfig
 
generateRequestKey(String, String) - Static method in class com.scooterframework.web.route.RequestInfo
 
Generator - Interface in com.scooterframework.tools.common
Generator interface defines all methods to be implemented by a generator class.
GeneratorHelper - Class in com.scooterframework.tools.common
This class contains helper methods for generators.
GeneratorHelper() - Constructor for class com.scooterframework.tools.common.GeneratorHelper
 
GeneratorImpl - Class in com.scooterframework.tools.common
The is the super class of all generator classes.
GeneratorImpl(Map<String, String>) - Constructor for class com.scooterframework.tools.common.GeneratorImpl
 
GeneratorImpl(String, Map<String, String>) - Constructor for class com.scooterframework.tools.common.GeneratorImpl
 
GenericException - Exception in com.scooterframework.common.exception
class GenericException
GenericException() - Constructor for exception com.scooterframework.common.exception.GenericException
Constructs a new GenericException exception with null as its detail message.
GenericException(String, Throwable) - Constructor for exception com.scooterframework.common.exception.GenericException
Constructs a new GenericException exception with the specified detail message and cause.
GenericException(String) - Constructor for exception com.scooterframework.common.exception.GenericException
Constructs a new GenericException exception with the specified detail message.
GenericException(Throwable) - Constructor for exception com.scooterframework.common.exception.GenericException
Constructs a new GenericException exception with the specified cause.
get(Object) - Method in interface com.scooterframework.cache.Cache
Returns object from cache based on key.
get(Object) - Static method in class com.scooterframework.cache.DefaultCacheStore
Returns object from cache based on key.
get(Object) - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Returns object from cache based on key.
GET - Static variable in class com.scooterframework.common.http.HTTPClient
 
get(String) - Static method in class com.scooterframework.common.util.CurrentThreadCache
Retrieves the property for a key.
get(String) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey.
get(String, String) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey in the specific language.
get(String, String, String) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey in the specific language of the specific country.
get(String, String, String, String) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey in the specific language of the specific country's particular variant.
get(String, Locale) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey in the specific locale.
get(String, Object[]) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey and the values.
get(String, Locale, Object[]) - Static method in class com.scooterframework.i18n.Messages
Returns a message associated with the messageKey and the values in a specific locale.
get(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the first scope it is found.
get(String, String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the specific scope.
get(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key.
get(String, Object) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key.
getAAC() - Static method in class com.scooterframework.web.controller.ACH
Returns AppActionContext.
getAC(String) - Static method in class com.scooterframework.web.controller.ACH
A short-hand version of getActionContext(String)
getAC() - Static method in class com.scooterframework.web.controller.ACH
A short-hand version of getActionContext()
getACFKey() - Method in class com.scooterframework.admin.ActionControlFilter
 
getACMapping() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Returns mapping between endA and middleC.
getAcquireIncrement() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns number of connections at a time framework will try to acquire when the pool is exhausted
getACRelation() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Return AC relation.
getAction() - Method in class com.scooterframework.admin.FileChangeNotice
 
getAction() - Method in class com.scooterframework.tools.generator.ViewAddGenerator
 
getAction() - Method in class com.scooterframework.tools.generator.ViewEditGenerator
 
getAction() - Method in class com.scooterframework.tools.generator.ViewIndexGenerator
 
getAction() - Method in class com.scooterframework.tools.generator.ViewPagedGenerator
 
getAction() - Method in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
getAction() - Method in class com.scooterframework.tools.generator.ViewShowGenerator
 
getAction() - Static method in class com.scooterframework.web.controller.ActionControl
Returns action name which handles the request.
getAction() - Method in class com.scooterframework.web.route.Route
 
getAction() - Method in class com.scooterframework.web.route.RouteInfo
 
getActionAfterFiltersMap() - Method in class com.scooterframework.admin.FilterManager
Returns a map of an action and its related after filters.
getActionAlias() - Method in class com.scooterframework.web.route.Resource
 
getActionBeforeFiltersMap() - Method in class com.scooterframework.admin.FilterManager
Returns a map of an action and its related before filters.
getActionContext(String) - Static method in class com.scooterframework.web.controller.ACH
 
getActionContext() - Static method in class com.scooterframework.web.controller.ACH
 
getActionExtension() - Method in class com.scooterframework.admin.EnvConfig
Returns action extension
getActionMethod(Class<?>, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns a method instance related to an action of a controller.
getActionURI(String) - Method in class com.scooterframework.builtin.FileInfo
 
getActionUriFor(String) - Static method in class com.scooterframework.admin.EnvConfig
Returns action URI for a specific action method.
getActionUriFor(String, String) - Static method in class com.scooterframework.admin.EnvConfig
Returns action URI for a controller path with a specific action method.
getAdapter(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapterFactory
 
getAdapters() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getAdd() - Method in class com.scooterframework.web.route.Resource
 
getAfterConnectionClassName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns after-connection callback class.
getAfterConnectionClassName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns after-connection callback class.
getAfterConnectionMethodName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns after-connection callback method.
getAfterConnectionMethodName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns after-connection callback method.
getAfterFiltersForAction(String) - Method in class com.scooterframework.admin.FilterManager
Returns a list of after ActionFilter objects for an action.
getAll(String) - Method in class com.scooterframework.web.controller.FlashMessage
Returns all messages for the specific type.
getAllConditionsString(String, String, HasManyThroughRelation) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
Creates a concatenated conditions string.
getAllErrors() - Method in class com.scooterframework.autoloader.CompileErrors
 
getAllFiles() - Method in class com.scooterframework.i18n.MessageResourcesManager
Returns all message properties files as a map with file name as key and file object as value.
getAllFlashMessages(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets all messages represented by the type from the flash.
getAllHeaders() - Method in class com.scooterframework.common.http.HTTPResponse
Returns all headers.
getAllHeadersAsMap() - Method in class com.scooterframework.common.http.HTTPResponse
Returns a map of all headers.
getAllLoadedLocalesSet() - Method in class com.scooterframework.i18n.MessageResourcesManager
 
getAllowedColumns(Map<String, String>, Cursor) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
getAllowedFormats() - Method in class com.scooterframework.web.route.Route
 
getAllowedMethods() - Method in class com.scooterframework.common.http.HTTPResponse
Returns a set of allowed methods.
getAllowedMethods() - Method in class com.scooterframework.web.route.Route
 
getAllRelationNameTypes(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Return a list of name type combination for a model class.
getAllRequestDataAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Gets data in both parameter scope and request scope as a map.
getAllRequestDataAsMap(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data in both parameter scope and request scope as a map.
getAllRoutes() - Method in class com.scooterframework.web.route.MatchMaker
 
getAllRows() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns all rows as a list of RowData objects.
getAllRowsAsMap() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns all rows as a list of Map.
getAllSelectQueryClauses(Map<String, String>) - Static method in class com.scooterframework.orm.activerecord.QueryHelper
Returns a query clause for SELECT statement by constructing a clause which consists of GROUP BY, HAVING and ORDER BY clauses if there is any as specified in the options.
getApi() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns api
getApplicationPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getApplicationStartTime() - Method in class com.scooterframework.admin.ApplicationConfig
 
getAssociatedData() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Retrieves cached associated data.
getAssociatedRecordsByType(String) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns AssociatedRecords of a type.
getAssociation() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the association target.
getAutoAuditListForCreate() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns list of potential column names that are automatically audited for create operation.
getAutoAuditListForUpdate() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns list of potential column names that are automatically audited for update operation.
getAutoCommit() - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Retrieves the current auto-commit mode for this Connection object.
getAutoCommit() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Retrieves the current auto-commit mode for this Connection object.
getAutoResourceName() - Method in class com.scooterframework.web.route.RequestInfo
 
getBeanProperty(Object, String) - Static method in class com.scooterframework.common.util.BeanUtil
Gets property of a bean for a property.
getBeforeConnectionClassName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns before-connection callback class.
getBeforeConnectionClassName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns before-connection callback class.
getBeforeConnectionMethodName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns before-connection callback method.
getBeforeConnectionMethodName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns before-connection callback method.
getBeforeFiltersForAction(String) - Method in class com.scooterframework.admin.FilterManager
Returns a list of before ActionFilter objects for an action.
getBeginLineNumber() - Method in class com.scooterframework.autoloader.ErrorItem
 
getBelongsToRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a belongs-to relation which exists between the two class types.
getBlobData(Blob) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
getBody() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
gets body
getBooleanValue(Map<String, ?>, String, boolean) - Static method in class com.scooterframework.common.util.Util
 
getBooleanValueForKey(Map<String, ?>, String) - Static method in class com.scooterframework.common.util.Util
 
getBuiltInDBAdapterClass(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapterFactory
 
getCache(String) - Method in interface com.scooterframework.cache.CacheProvider
Returns the cache for the name.
getCacheKey(String, String, Object...) - Static method in class com.scooterframework.cache.CacheKey
Returns cache key
getCacheNames() - Method in interface com.scooterframework.cache.CacheProvider
Returns a list of cache names.
getCacheProvider(String) - Static method in class com.scooterframework.cache.CacheProviderUtil
Returns a reusable cache instance.
getCacheProviderProperties(String) - Static method in class com.scooterframework.cache.CacheProviderUtil
Returns properties of a cache provider.
getCalculator() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an instance of Calculations.
getCalculator(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns a Calculator instance for the model class.
getCalculator(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns a Calculator instance for the model class.
getCalculator(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.Calculator
Gets a calculator for a model.
getCalendar(String, String, TimeZone) - Static method in class com.scooterframework.common.util.Util
 
getCalendar(String, String) - Static method in class com.scooterframework.common.util.Util
 
getCatalog() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns catalog
getCatalog() - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Returns catalog
getCatalog() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns catalog
getCatalog() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns catalog
getCatalog() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns catalog
getCatalogAndSchema(String) - Static method in class com.scooterframework.builtin.databrowser.Database
 
getCatalogAndSchema(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns both catalog and schema of a connection.
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns both catalog and schema of a connection.
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.H2DBAdapter
 
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.HsqlDBAdapter
 
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
 
getCatalogAndSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
getCatalogName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getCategory() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns category.
getCategory() - Method in class com.scooterframework.orm.activerecord.Category
Returns category.
getCategory(String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a declared Category instance.
getCategory() - Method in exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
getCategoryEntity(String, String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns model name of a type in a category.
getCategoryInstance() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns category instance.
getCBMapping() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Returns mapping between middleC and endB.
getCBRelation() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Return CB relation.
getCenterClass() - Method in class com.scooterframework.orm.activerecord.Category
Returns center class of the category.
getChildInputInfoObjects() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns a collection of child InputInfo objects
getChildQueryType() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns childQueryType
getChildrenOmniDTOFromList(int) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns childrenOmniDTO from List
getChildrenOmniDTOFromList(int) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns childrenOmniDTO from List
getChildrenOmniDTOFromMap(String) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns childrenOmniDTO from Map
getChildrenOmniDTOFromMap(String) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns childrenOmniDTO from Map
getChildrenOmniDTOList() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns childrenOmniDTOList
getChildrenOmniDTOList() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns childrenOmniDTOList
getChildrenOmniDTOMap() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns childrenOmniDTOMap
getChildrenOmniDTOMap() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns childrenOmniDTOMap
getChildRowListFromMap(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns a list of RowData objects for a child from Map
getClassFile() - Method in class com.scooterframework.autoloader.SourceFile
 
getClassFileLocationPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getClassFilePath() - Method in class com.scooterframework.autoloader.SourceFile
 
getClassFilePath(File, String) - Static method in class com.scooterframework.autoloader.SourceFileHelper
 
getClassName() - Method in exception com.scooterframework.common.exception.MethodCreationException
 
getClassNameFromClassFile(File) - Static method in class com.scooterframework.autoloader.SourceFileHelper
 
getClassNameFromSourceFile(File, String) - Static method in class com.scooterframework.autoloader.SourceFileHelper
 
getClassPath() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getClobData(Clob) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
getCodeAroundError() - Method in class com.scooterframework.autoloader.ErrorItem
 
getCollection() - Method in class com.scooterframework.web.route.Resource
 
getColmnDataTypeName(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns column data type name index - the first column is 0, the second is 1, ...
getColmnSqlDataTypeNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnSqlDataTypeNames
getColumnClassName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getColumnDefault() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getColumnDefaultForEntryScreen() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getColumnDefaultForEntryScreen(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Returns default value for data entry screen.
getColumnDefaults() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Returns default values for data entry screen.
getColumnDisplaySize() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getColumnInfo(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnInfo specified by column index.
getColumnInfo(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnInfo specified by column name.
getColumnJavaClassName(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns column java class name index - the first column is 0, the second is 1, ...
getColumnJavaClassNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnJavaClassNames
getColumnName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getColumnName() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
returns columnName
getColumnName(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnName index - the first column is 0, the second is 1, ...
getColumnNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnNames
getColumnPositionIndex(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns column position index The index for the first column is 0, the second is 1, ...
getColumns() - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Returns primary key columns
getColumnSize() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns columnSize
getColumnSqlDataType(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns column data type index - the first column is 0, the second is 1, ...
getColumnTypeName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getCompileErrorPageURI() - Method in class com.scooterframework.admin.EnvConfig
Returns compile error page URI.
getCompileErrors() - Static method in class com.scooterframework.autoloader.JavaCompiler
 
getCompileFiles() - Method in class com.scooterframework.autoloader.CompileEvent
Returns the files that are compiled.
getConditionsString() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the conditions_sql in the property map.
getConditionsString(String, String) - Method in class com.scooterframework.orm.activerecord.Relation
Returns the conditions_sql in the property map.
getConfigPath() - Method in class com.scooterframework.i18n.MessageResourcesManager
Returns path to the directory where all message files are stored.
getConfiguredMode() - Method in class com.scooterframework.admin.ApplicationConfig
 
getConnection() - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Return the underlying connection.
getConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Return the underneath connection.
getConnection() - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a database connection.
getConnection(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a database connection.
getConnection(DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a database connection.
getConnection() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Return a connection to the database
getConnection(String) - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Return a connection to the database
getConnection(DatabaseConnectionContext) - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Return a connection based on connection context
getConnection() - Method in interface com.scooterframework.transaction.Transaction
Return a connection to the database
getConnection(String) - Method in interface com.scooterframework.transaction.Transaction
Return a connection to the database
getConnection(DatabaseConnectionContext) - Method in interface com.scooterframework.transaction.Transaction
Return a connection based on connection context
getConnectionName() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the database connection name associated with this record.
getConnectionName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns database connection name
getConnectionName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns database connection name
getConnectionName() - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Return the connection name.
getConnectionName() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Return the connection name.
getConnectionName() - Method in exception com.scooterframework.orm.sqldataexpress.exception.CreateConnectionFailureException
 
getConnectionName() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns connectionName
getConnectionNames() - Static method in class com.scooterframework.builtin.databrowser.Database
 
getConnectionNames() - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
getConnectionProperties(String) - Static method in class com.scooterframework.builtin.databrowser.Database
 
getConnectionProperties(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns properties associated with a database connection name.
getConnectionRoles() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns connection role name and password properties
getConnectionRoles() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns connection role name and password properties
getConnectionType() - Method in class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnection
Return the connection type.
getConnectionType() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnection
Return the connection type.
getConnectionType() - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Return the connection type.
getConnectionUser(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns username of a database connection.
getConstructedJoinQuery() - Method in class com.scooterframework.orm.activerecord.IncludeHelper
Returns join part of select query.
getConstructedSqlQuery() - Method in class com.scooterframework.orm.activerecord.IncludeHelper
Constructs a SQL query for the include case.
getContent() - Method in class com.scooterframework.common.util.ExpandedMessage
Gets the content for this message.
getContent() - Method in class com.scooterframework.common.util.Message
 
getContent() - Method in class com.scooterframework.web.controller.UploadFile
Returns the contents of the file item as an array of bytes.
getContentAsBytes() - Method in class com.scooterframework.common.http.HTTPResponse
Returns content as bytes.
getContentAsInputStream() - Method in class com.scooterframework.common.http.HTTPResponse
Returns content as input stream.
getContentAsString() - Method in class com.scooterframework.common.http.HTTPResponse
Returns content as string by using the platform's default charset.
getContentAsString(String) - Method in class com.scooterframework.common.http.HTTPResponse
Returns content as string by using the specified charset.
getContentEncodingLine() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content encoding string, if known.
getContentEncodingName() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content encoding name, if known.
getContentEncodingValue() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content encoding value, if known.
getContentHandler(String) - Static method in class com.scooterframework.web.controller.ContentHandlerFactory
Returns the ContentHandler for a specific request format.
getContentLength() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the length of the content, if known.
getContentType() - Method in class com.scooterframework.web.controller.UploadFile
Returns the content type passed by the browser or null if not defined.
getContentTypeLine() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content type string, if known.
getContentTypeName() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content type name, if known.
getContentTypeTag(String) - Static method in class com.scooterframework.web.controller.ActionResult
Gets content type tag that is at the beginning of the content.
getContentTypeValue() - Method in class com.scooterframework.common.http.HTTPResponse
Returns the content type value, if known.
getContextDataAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Gets data in context scope as a map.
getContextDataAsMap() - Method in class com.scooterframework.web.controller.AppActionContext
Gets data in context scope as a map.
getContextDataAsMap() - Method in class com.scooterframework.web.controller.WebActionContext
Gets data in context scope as a map.
getContextName() - Method in class com.scooterframework.admin.ApplicationConfig
 
getContextName() - Static method in class com.scooterframework.web.util.W
Returns context name of the webapp.
getContextPath() - Static method in class com.scooterframework.web.util.W
Returns context path of a http request.
getControlHome() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns home intance of the control entity.
getController() - Static method in class com.scooterframework.web.controller.ActionControl
Returns controller name which handles the request.
getController() - Method in class com.scooterframework.web.route.Resource
 
getController() - Method in class com.scooterframework.web.route.Route
 
getController() - Method in class com.scooterframework.web.route.RouteInfo
 
getControllerClass() - Method in class com.scooterframework.web.route.Resource
 
getControllerClass() - Method in class com.scooterframework.web.route.Route
 
getControllerClassName(String) - Method in class com.scooterframework.admin.EnvConfig
Returns full controller class name.
getControllerClassName(String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns a controller class name.
getControllerClassName(String) - Method in class com.scooterframework.web.route.Route
 
getControllerClassName() - Method in class com.scooterframework.web.route.RouteInfo
 
getControllerClassPrefix() - Method in class com.scooterframework.admin.EnvConfig
Returns controller class name prefix.
getControllerClassSuffix() - Method in class com.scooterframework.admin.EnvConfig
Returns controller class name suffix.
getControllerInstance(String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns a controller instance.
getControllerName(String) - Method in class com.scooterframework.admin.EnvConfig
Returns controller name in lower case.
getCorrectType() - Method in exception com.scooterframework.orm.activerecord.WrongRecordTypeException
 
getCounterCacheName() - Method in class com.scooterframework.orm.activerecord.BelongsToRelation
Returns counter cache field name
getCountSelectPart(ActiveRecord, Map<String, String>) - Static method in class com.scooterframework.orm.activerecord.Calculator
Returns a SQL fragment for count.
getCurrencyDisplay(Object) - Static method in class com.scooterframework.common.util.Util
 
getCurrencyDisplay(double) - Static method in class com.scooterframework.common.util.Util
 
getCurrentCalendarInGMT() - Static method in class com.scooterframework.common.util.Util
 
getCurrentControllerPath() - Static method in class com.scooterframework.web.util.W
Returns controller path associated with the servlet request.
getCurrentPage() - Method in class com.scooterframework.orm.misc.Paginator
Return current page number.
getCurrentPageSize() - Method in class com.scooterframework.orm.misc.Paginator
Return the number of records on the current page
getCursor(String, ResultSet) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns cursor
getCursor(String, ResultSet) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns cursor
getCycleFromCycleMap(String) - Method in class com.scooterframework.web.controller.ActionContext
Returns a named cycle from cycle map.
getCycleFromCycleMap(String) - Method in class com.scooterframework.web.controller.AppActionContext
Returns a named cycle from cycle map.
getCycleFromCycleMap(String) - Method in class com.scooterframework.web.controller.WebActionContext
Returns a named cycle from cycle map.
getData() - Method in class com.scooterframework.admin.Event
 
getData(String) - Method in class com.scooterframework.common.validation.Validators
Returns value for the specific fieldName.
getData(String) - Method in class com.scooterframework.orm.activerecord.ModelValidators
Returns value for the specific fieldName of the underlying record.
getData(int) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns a row as a object.
getData(String) - Method in class com.scooterframework.web.controller.ActionValidators
Returns a value stored in either parameter scope or request scope.
getDatabase() - Method in class com.scooterframework.builtin.databrowser.ApplicationController
Returns database name.
getDatabaseConnectionContext() - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Return the underlying DatabaseConnectionContext.
getDatabaseConnectionContext() - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Return the underlying DatabaseConnectionContext.
getDatabaseConnectionContext() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns databaseConnectionContext as DatabaseConnectionContext
getDatabaseMetaData() - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
Returns DatabaseMetaData.
getDatabaseTables(String, String, String, String, String[]) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a list of TableInfo instances for a database connection name.
getDatabaseTables(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a list of TableInfo instances for a database connection name.
getDatabaseVendor(DatabaseMetaData) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns database vendor name.
getDataMap() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns the data as a readonly Map.
getDataMap(List<String>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns the data as a readonly Map.
getDataProcessor(UserDatabaseConnection, String, String) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorFactory
 
getDataSourceName() - Method in class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnectionContext
Return the jndi data source name of the database
getDate(String, String, TimeZone) - Static method in class com.scooterframework.common.util.Util
 
getDate(String, String) - Static method in class com.scooterframework.common.util.Util
 
getDateAsMap() - Static method in class com.scooterframework.web.util.T
Returns a map of current date and time.
getDateProperty(String) - Static method in class com.scooterframework.web.util.T
Returns a property from a map of current date and time.
getDateString(Date, String) - Static method in class com.scooterframework.common.util.Util
 
getDateTimePattern(String) - Static method in class com.scooterframework.common.util.DateUtil
Returns a data time pattern string.
getDBAdapter(String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getDefaultActionMethod() - Method in class com.scooterframework.admin.EnvConfig
Returns default method name of a controller class.
getDefaultCacheName() - Method in class com.scooterframework.admin.EnvConfig
Returns default cache name
getDefaultCacheProvider() - Static method in class com.scooterframework.cache.CacheProviderUtil
Returns default cache provider instance.
getDefaultCacheProviderName() - Method in class com.scooterframework.admin.EnvConfig
Returns default cache provider name
getDefaultCacheProviderProperties() - Method in class com.scooterframework.admin.EnvConfig
Returns default cache provider properties
getDefaultConnectionProperties() - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns properties associated with a default database connection name.
getDefaultControllerClassName() - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns class name of default controller.
getDefaultControllerClassName() - Method in class com.scooterframework.web.controller.RestfulRequestProcessor
Returns class name of default controller.
getDefaultDatabaseConnectionName() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns default database connection name
getDefaultDatabaseConnectionProperties() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns default database connection properties
getDefaultMapping(Class<? extends ActiveRecord>, String, String, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
returns default FK mapping.
getDefaultRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getDefaultTransactionType() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns default transaction type
getDefaultViewFilesDirectory() - Method in class com.scooterframework.admin.EnvConfig
Returns directory name which contains default view files.
getDefaultViewFilesDirectoryForREST() - Method in class com.scooterframework.admin.EnvConfig
Returns directory name which contains default view files for builtin RestfulCRUDController or RestfulRequestProcessor.
getDefaultViewFilesDirectoryName() - Method in class com.scooterframework.builtin.CRUDController
Returns default view file directory name.
getDefaultViewFilesDirectoryName() - Method in class com.scooterframework.builtin.RestfulCRUDController
Returns default view file directory name.
getDefaultViewFilesDirectoryName() - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns default view file directory name.
getDefaultViewFilesDirectoryName() - Method in class com.scooterframework.web.controller.RestfulRequestProcessor
Returns default view file directory name.
getDelegateCache() - Method in interface com.scooterframework.cache.Cache
Returns the underlying cache.
getDelegateCache() - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Returns the underlying cache.
getDeleteSQL() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
 
getDeleteSqlInJDBCStyle() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns delete sql of jdbc style
getDimension() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns dimension
getDiskFileItemFactory() - Method in class com.scooterframework.admin.EnvConfig
Returns DiskFileItemFactory instance for file upload.
getDocumentRoot() - Static method in class com.scooterframework.web.util.W
Returns document root of a http request.
getDriverClassName() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns the driver class name of the database
getEndAMappingName() - Method in class com.scooterframework.orm.activerecord.IncludeNode
 
getEndIndex() - Method in class com.scooterframework.orm.misc.Paginator
Return index number of the last record on the current page
getEndLineNumber() - Method in class com.scooterframework.autoloader.ErrorItem
 
getEntityByType(String) - Method in class com.scooterframework.orm.activerecord.Category
Returns entity.
getEntitys() - Method in class com.scooterframework.orm.activerecord.Category
Returns all entity names.
getError(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets an error object represented by a key to error map.
getErrorAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Returns errors as Map.
getErrorCount() - Method in class com.scooterframework.autoloader.CompileErrors
 
getErrorIndicator() - Method in class com.scooterframework.autoloader.ErrorItem
 
getErrorLineNumber() - Method in class com.scooterframework.autoloader.ErrorItem
 
getErrorMessage() - Method in class com.scooterframework.autoloader.ErrorItem
 
getErrorMessages() - Method in class com.scooterframework.common.validation.ValidationResults
Gets error messages of validation
getErrorMessages(ActiveRecord) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns all error messages associated with a record instance.
getErrorMessages(String) - Static method in class com.scooterframework.web.util.O
Returns all error messages associated with a model instance.
getErrorMessages(ActiveRecord) - Static method in class com.scooterframework.web.util.O
Returns all error messages associated with a record instance.
getErrorPageURI() - Method in class com.scooterframework.admin.EnvConfig
Returns error page URI.
getErrorsOn(String) - Method in class com.scooterframework.common.validation.ValidationResults
Returns a list of errors on a specific key (column).
getEventID() - Method in class com.scooterframework.admin.Event
 
getEventName() - Method in class com.scooterframework.admin.Event
 
getEventType() - Method in class com.scooterframework.admin.Event
 
getExcept() - Method in class com.scooterframework.web.route.Resource
 
getExecutableJdbcStatementString() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns executable SQL statement string
getExpandedTableName(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns expanded table name which includes catalog and schema.
getExpandedTableName(String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a full table name which may include catalog and schema.
getExpandedTableName(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a full-qualified table name which may include catalog and schema.
getExpandedTableName(String, String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a full-qualified table name which may include catalog and schema.
getExpandedTableName(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
MySQL does not use schema.
getExpandedTableName(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
Oracle does not use catalog.
getExpandedTableName(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
PostgreSQL does not support catalog.
getExpiresInSecondsProperty() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns the expiresInSeconds property
getExpiresInSecondsProperty() - Method in interface com.scooterframework.cache.CacheProvider
Returns the expiresInSeconds
getExtendedTableName(String, TableInfo) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
getExtendedTableName(String, String, String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns the extended table name.
getFactory() - Static method in class com.scooterframework.common.util.ObjectFactory
 
getField(int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns plain data for a column index.
getField(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns plain data for a field.
getField(int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns column data for a column index index: 0, 1, 2, ...
getField(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns column data for a column name
getFieldData(String) - Method in interface com.scooterframework.orm.activerecord.ReferenceData
Returns data for a field
getFieldData(String) - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
Returns data for a field
getFieldName() - Method in class com.scooterframework.web.controller.UploadFile
Returns the name of the field in the multipart form corresponding to this file item.
getFields() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns plain data of a row in a table.
getFields(List<String>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a map of column name and value pairs.
getFields() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns plain data
getFieldValue() - Method in class com.scooterframework.web.controller.UploadFile
Returns the value of the field in the multipart form corresponding to this file item.
getFile() - Method in class com.scooterframework.admin.FileChangeNotice
 
getFile() - Method in class com.scooterframework.builtin.FileInfo
 
getFileExtension(File) - Static method in class com.scooterframework.web.controller.ActionControl
Returns the file extension.
getFileName(File) - Static method in class com.scooterframework.builtin.BuiltinHelper
Returns file name.
getFileName() - Method in class com.scooterframework.web.controller.UploadFile
Returns the original file name.
getFilePath() - Method in class com.scooterframework.autoloader.ErrorItem
 
getFilteredHeaderInfo(Set<String>, Cursor) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
getFilterManager(Class<?>) - Method in class com.scooterframework.admin.FilterManagerFactory
Returns the filter manager for the owner class type.
getFilters(String) - Method in class com.scooterframework.admin.ActionFilterData
Returns a list filters for the specific action.
getFinderSql(String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
getFinderSql(Map<String, String>) - Method in class com.scooterframework.orm.activerecord.TableGateway
 
getFinderSQL(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns finder SQL query statement.
getFirst(String) - Method in class com.scooterframework.web.controller.FlashMessage
Returns the first message for the specific type
getFirstError() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
getFirstFlashMessage(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets the first message represented by the type from the flash.
getFirstObject() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns first value of first row
getFirstRow() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns first row
getFKDataMapForMiddleC(ActiveRecord, String, String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
 
getFKDataMapForOther() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Creates a data map of which key is the foreign key in child record, while the value is the corresponding data from parent record.
getFKs() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns a list of fk names.
getFKString() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns comma delimited string of fk names.
getFlushCacheOnChange() - Method in class com.scooterframework.admin.EnvConfig
Checks if using second-level cache for all model classes.
getFormat() - Method in class com.scooterframework.web.route.RequestInfo
 
getFormat() - Method in class com.scooterframework.web.route.Route
 
getFormat() - Method in class com.scooterframework.web.route.RouteInfo
 
getFromAllRequestData(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the first scope it is found in parameter scope and request scope.
getFromContextData(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the context scope.
getFromContextData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFromContextData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Gets data represented by the key from the context scope.
getFromContextData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Gets data represented by the key from the context scope.
getFromGlobalData(String) - Static method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the global scope.
getFromGlobalData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFromParameterData(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the parameter scope.
getFromParameterData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFromParameterData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Gets data represented by the key from the parameter scope.
getFromParameterData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Gets data represented by the key from the parameter scope.
getFromParameterDataIgnoreCase(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the parameter scope.
getFromRequestData(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the request scope.
getFromRequestData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFromRequestData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Gets data represented by the key from the request scope.
getFromRequestData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Gets data represented by the key from the request scope.
getFromSessionData(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the session scope.
getFromSessionData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFromSessionData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Gets data represented by the key from the session scope.
getFromSessionData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Gets data represented by the key from the session scope.
getFromThreadData(String) - Static method in class com.scooterframework.web.controller.ActionContext
Gets data represented by the key from the thread scope.
getFromThreadData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
getFullClassName(Class<?>) - Static method in class com.scooterframework.common.util.Util
returns the full class name
getFullClassName(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns the full class name
getFullFileName(String) - Method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
getFullMessages() - Method in class com.scooterframework.common.validation.ValidationResults
Returns a string array of all the contents of error messages.
getFullMessagesOn(String) - Method in class com.scooterframework.common.validation.ValidationResults
Returns a string array of all the contents of error messages on a specific key (column).
getFullTableName(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a full table name.
getFunction(String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getFunctionCallResult() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns result from database function call.
getFunctionCallResult() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredFunction
returns result from database function call.
getFunctions() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getGateway(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
 
getGateway(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
 
getGateway(ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
 
getGeneratedKey() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns generated key value as long.
getGeneratedKey() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOJdbcStatement
returns generated key value as long.
getGlobalCountry() - Method in class com.scooterframework.admin.EnvConfig
Returns the country for the configured locale.
getGlobalDataAsMap() - Static method in class com.scooterframework.web.controller.ActionContext
Gets data in global scope as a map.
getGlobalLanguage() - Method in class com.scooterframework.admin.EnvConfig
Returns the language for the configured locale.
getGlobalLocale() - Method in class com.scooterframework.admin.EnvConfig
Returns configured locale.
getGlobalLocale() - Static method in class com.scooterframework.web.controller.ActionContext
Gets a locale object that can be used by all users.
getGlobalTableNamingPrefix() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns global table naming prefix
getGlobalTableNamingSuffix() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns global table naming suffix
getGlobalVariant() - Method in class com.scooterframework.admin.EnvConfig
Returns the variant for the configured locale.
getGroupBy(Map<String, String>) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Constructs GROUP BY clause in a SQL statement.
getH2Schema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.H2DBAdapter
 
getHasManyRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a has-many relation which exists between the two class types.
getHasManyThroughRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a has-many-through relation which exists between the two class types.
getHasOneRelationBetween(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a has-one relation which exists between the two class types.
getHaving(Map<String, String>) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Constructs HAVING clause in a SQL statement.
getHeader() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
gets header info
getHeader() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns RowInfo as table header
getHeaderValuesForName(String) - Method in class com.scooterframework.common.http.HTTPResponse
Returns a set of values in the header associated with the name.
getHomeInstance(String) - Method in class com.scooterframework.admin.EnvConfig
Returns home instance of a model.
getHomeInstance(String, String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns an ActiveRecord home instance.
getHomeInstance(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns a home instance of a class type.
getHomeInstance(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns a home instance of a class type.
getHomeInstance() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns home instance.
getHomeInstance() - Method in class com.scooterframework.orm.activerecord.TableGateway
Returns the underlining home instance of this gateway.
getHsqldbSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.HsqlDBAdapter
 
getHttpRequest() - Static method in class com.scooterframework.web.util.W
Returns http servlet request instance.
getHttpRequestContentType() - Static method in class com.scooterframework.web.controller.ActionControl
Returns content type of HTTP request.
getHttpServletRequest() - Static method in class com.scooterframework.web.controller.ActionControl
Returns the current HTTP Servlet request instance.
getHttpServletRequest() - Method in class com.scooterframework.web.controller.WebActionContext
Retrieves the underlying Servlet Request.
getHttpServletResponse() - Static method in class com.scooterframework.web.controller.ActionControl
Returns the current HTTP Servlet response instance.
getHttpServletResponse() - Method in class com.scooterframework.web.controller.WebActionContext
Retrieves the underlying Servlet Response.
getId() - Method in class com.scooterframework.common.util.Message
 
getId() - Method in class com.scooterframework.web.route.Route
 
getId() - Method in class com.scooterframework.web.route.RouteInfo
 
getIdField() - Method in class com.scooterframework.orm.activerecord.Category
Returns idField.
getImplicitTransactionManager() - Static method in class com.scooterframework.transaction.TransactionManagerUtil
 
getIncludeName() - Method in class com.scooterframework.orm.activerecord.IncludeNode
 
getIndex() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns index
getIndex() - Method in class com.scooterframework.web.route.RouteInfo
 
getInitialPoolSize() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns number of connections a pool will try to acquire upon startup
getInlineSqlDataTypeFromToken(String) - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
getInput(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns the input object for a key
getInputParameterCount() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns count of input parameters
getInputs() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns inputs as Map
getInputStream(Object) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
getInputStream(Object) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
getInputStream() - Method in class com.scooterframework.web.controller.UploadFile
Returns an InputStream that can be used to retrieve the contents of the file.
getInstance() - Static method in class com.scooterframework.admin.ApplicationConfig
Returns an instance of ApplicationConfig.
getInstance() - Static method in class com.scooterframework.admin.AutoLoadedObjectFactory
 
getInstance() - Static method in class com.scooterframework.admin.DirChangeMonitor
 
getInstance() - Static method in class com.scooterframework.admin.EnvConfig
 
getInstance() - Static method in class com.scooterframework.admin.EventsManager
Returns the singleton instance of the EventsManager.
getInstance() - Static method in class com.scooterframework.admin.FilterManagerFactory
Returns the singleton instance of the FilterManager.
getInstance() - Static method in class com.scooterframework.admin.PluginManager
Returns an instance of PluginManager.
getInstance() - Static method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
getInstance() - Static method in class com.scooterframework.admin.SamiManager
Returns the singleton instance of the EventsManager.
getInstance() - Static method in class com.scooterframework.admin.SoundPlayer
Returns the singleton instance of the EventsManager.
getInstance() - Static method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getInstance() - Static method in class com.scooterframework.autoloader.ClassManager
 
getInstance() - Static method in class com.scooterframework.autoloader.FileMonitor
 
getInstance(String) - Static method in class com.scooterframework.common.logging.LogConfig
 
getInstance() - Static method in class com.scooterframework.i18n.I18nConfig
 
getInstance() - Static method in class com.scooterframework.orm.activerecord.RelationManager
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.config.SqlConfig
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionFactory
Returns self.
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.object.ParameterFactory
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorFactory
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.util.OrmObjectFactory
 
getInstance() - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapterFactory
 
getInstance() - Static method in class com.scooterframework.transaction.TransactionFactory
 
getInstance() - Static method in class com.scooterframework.web.route.MatchMaker
 
getInstance() - Static method in class com.scooterframework.web.route.RouteConfig
 
getIntValue(Map<String, ?>, String, int) - Static method in class com.scooterframework.common.util.Util
 
getIntValueForKey(Map<String, ?>, String) - Static method in class com.scooterframework.common.util.Util
 
getJavaAPIString() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns javaAPIString
getJavaClassName() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns javaClassName
getJavaType(int) - Method in class com.scooterframework.orm.sqldataexpress.object.OracleParameter
Retrieves the the Java class type of the type of SQL type passed in.
getJavaType(int) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
Retrieves the the Java class type of the type of SQL type passed in.
getJavaType(int) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Converts from SQL data type to Java class type.
getJdbcStatement(String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getJdbcStatementProcessor(String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getJdbcStatementProcessors() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getJdbcStatements() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getJoinInputs() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Returns data map for the middleC join table.
getJoinRecord(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
Retrieves the join record between the owner and the target.
getKey() - Method in class com.scooterframework.autoloader.MyClassLoader
 
getKeyData() - Method in interface com.scooterframework.orm.activerecord.ReferenceData
Returns key field data
getKeyData() - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
Returns key field data
getKeyName() - Method in interface com.scooterframework.orm.activerecord.ReferenceData
Returns key field name
getKeyName() - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
Returns key field name
getKeys() - Method in interface com.scooterframework.cache.Cache
Returns keys in the cache
getKeys() - Static method in class com.scooterframework.cache.DefaultCacheStore
Returns keys in the cache
getKeys() - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Returns keys in the cache
getLast(String) - Method in class com.scooterframework.web.controller.FlashMessage
Returns the last message for the specific type
getLastClassModifiedTime() - Method in class com.scooterframework.autoloader.SourceFile
 
getLastModified() - Method in class com.scooterframework.builtin.FileInfo
 
getLastReferenceDataLoadedTime() - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Returns the time when reference data is loaded
getLastScanTime() - Method in class com.scooterframework.autoloader.FileMonitor
 
getLastSourceModifiedTime() - Method in class com.scooterframework.autoloader.SourceFile
 
getLastUsedOptions() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Returns the last used options in retrieving data.
getLatestFlashMessage(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets the latest message represented by the type from the flash.
getLeftSideMappingItems() - Method in class com.scooterframework.orm.activerecord.Relation
Returns an array of all strings on the left-side of the mapping.
getLimit() - Method in class com.scooterframework.orm.misc.Paginator
Return maximum number of records per page
getLimitX() - Method in class com.scooterframework.orm.misc.PageListSource
Returns maximum number of records per page
getLoadedTime() - Method in class com.scooterframework.autoloader.LoadedClass
 
getLoaderKey() - Method in class com.scooterframework.autoloader.LoadedClass
 
getLocale() - Method in class com.scooterframework.web.controller.ActionContext
Returns Locale object from the first scope it is found.
getLocale(String) - Method in class com.scooterframework.web.controller.ActionContext
Returns Locale of a scope.
getLocalFlushCacheExceptions(String) - Method in class com.scooterframework.admin.EnvConfig
Returns a collection methods that are exceptional to the setting of useRequestCache and useSecondLevelCache.
getLocalUseCacheExceptions(String) - Method in class com.scooterframework.admin.EnvConfig
Returns a collection methods that are exceptional to the setting of useRequestCache and useSecondLevelCache.
getLocatorLinks(String) - Static method in class com.scooterframework.builtin.BuiltinHelper
Returns locator links for all segments of the file path.
getLocatorLinks(File) - Static method in class com.scooterframework.builtin.BuiltinHelper
Returns locator links for all segments of the file path.
getLogger(String) - Static method in class com.scooterframework.common.logging.LogUtil
Starts a Logger for a specific instance.
getLoginPassword() - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns login user id.
getLoginTimeout() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns the maximum time in seconds that this data source can wait while attempting to connect to a database
getLoginTimeout() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns the maximum time in seconds that this data source can wait while attempting to connect to a database
getLoginUserId() - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns login user id.
getLongValue(Map<String, ?>, String, long) - Static method in class com.scooterframework.common.util.Util
 
getLongValueForKey(Map<String, ?>, String) - Static method in class com.scooterframework.common.util.Util
 
getMapping() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the mapping string.
getMappingMap() - Method in class com.scooterframework.orm.activerecord.Relation
Returns a Map of mapping string For belongs-to relation, the key is the foreign-key column of Class A, while the corresponding value is the primary-key field of Class B.
getMappingName() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns mapping name of the underlying table.
getMaxIdleTime() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns seconds a connection can remain pooled but unused before being discarded
getMaximumBytesPerUploadedFile() - Method in class com.scooterframework.admin.EnvConfig
Returns the maximum allowed bytes of an upload file.
getMaximumBytesPerUploadedFileInMemory() - Method in class com.scooterframework.admin.EnvConfig
Returns the threshold, in bytes, below which items will be retained in memory and above which they will be stored as a file.
getMaximumTotalBytesPerUploadRequest() - Method in class com.scooterframework.admin.EnvConfig
Returns the maximum allowed bytes of an upload request.
getMaxPoolSize() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns maximum number of connections a pool will maintain at any given time
getMember() - Method in class com.scooterframework.web.route.Resource
 
getMessage() - Method in exception com.scooterframework.common.exception.ExecutionException
 
getMessage() - Method in exception com.scooterframework.common.exception.FileUploadException
 
getMessage() - Method in exception com.scooterframework.common.exception.MethodCreationException
 
getMessage() - Method in exception com.scooterframework.common.exception.ObjectCreationException
Returns the detail message string of this instance.
getMessage(String, Locale) - Method in class com.scooterframework.i18n.MessageResourcesManager
Returns a message associated with the key and the values in a specific locale.
getMessage() - Method in exception com.scooterframework.orm.activerecord.RecordValidationException
 
getMessage() - Method in exception com.scooterframework.web.controller.NoControllerFoundException
Returns the detail message string of this instance.
getMessageKey() - Method in class com.scooterframework.common.util.ExpandedMessage
Gets the messageKey for this message.
getMessageResourcesFileBase() - Method in class com.scooterframework.admin.EnvConfig
Returns the base name of message files.
getMethod(Class<?>, String) - Static method in class com.scooterframework.common.util.BeanUtil
Returns method of an object.
getMethod(Class<?>, String) - Static method in class com.scooterframework.web.controller.ControllerFactory
Returns method of an object.
getMethodName() - Method in exception com.scooterframework.common.exception.MethodCreationException
 
getMethodNamesSupportingFunctionProcessorOnly() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
Returns method names that are only useful when the underlying processor is a FunctionProcessor.
getMethodNamesSupportingJdbcStatementProcessorOnly() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
Returns method names that are only useful when the underlying processor is a JdbcStatementProcessor.
getMethodNamesSupportingStoredProcedureProcessorOnly() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
Returns method names that are only useful when the underlying processor is a StoredProcedureProcessor.
getMiddleC() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Returns the middle C class.
getMimeType(String) - Method in class com.scooterframework.admin.EnvConfig
Returns MIME type corresponding the specific extension.
getMimeTypeMap() - Method in class com.scooterframework.admin.EnvConfig
Returns the extension/mimetype mapping.
getMinPoolSize() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns minimum number of connections a pool will maintain at any given time
getMode() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns mode
getModel() - Static method in class com.scooterframework.web.controller.ActionControl
Returns model name.
getModel() - Method in class com.scooterframework.web.route.Resource
 
getModel() - Method in class com.scooterframework.web.route.RestRoute
 
getModel(String) - Method in class com.scooterframework.web.route.Route
 
getModel() - Method in class com.scooterframework.web.route.RouteInfo
 
getModelClass() - Method in class com.scooterframework.orm.activerecord.TableGateway
Returns the underlining model class type of this gateway.
getModelClassName(String) - Method in class com.scooterframework.admin.EnvConfig
Returns full model class name.
getModelClassName(Class<?>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns model class name related to the underlying controller class name based on naming convention.
getModelClassName(String) - Method in class com.scooterframework.web.route.Route
 
getModelClassName() - Method in class com.scooterframework.web.route.RouteInfo
 
getModelClassNameFromControllerClassName(String) - Method in class com.scooterframework.admin.EnvConfig
Returns model class name based on controller class name.
getModelClassPrefix() - Method in class com.scooterframework.admin.EnvConfig
Returns model class name prefix.
getModelClassSuffix() - Method in class com.scooterframework.admin.EnvConfig
Returns model class name suffix.
getModelName(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns model name of an active record class.
getModelName(ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns model name of an active record instance.
getModelName(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns model name for a table name.
getModifiedFields() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a list of modified field names.
getMyClassLoader() - Method in class com.scooterframework.autoloader.ClassManager
 
getMySQLCatalog(String) - Static method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
getName() - Method in class com.scooterframework.admin.Plugin
Returns the plugin name
getName() - Method in class com.scooterframework.builtin.FileInfo
 
getName() - Method in class com.scooterframework.cache.AbstractCacheProvider
 
getName() - Method in interface com.scooterframework.cache.Cache
Returns the cache name.
getName() - Method in interface com.scooterframework.cache.CacheProvider
Returns the cache provider name.
getName() - Static method in class com.scooterframework.cache.DefaultCacheStore
Returns the cache name.
getName() - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Returns the cache name.
getName() - Method in class com.scooterframework.common.util.NamedProperties
 
getName() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns name
getName() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns name
getName() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns name
getName() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns name
getName() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns table name
getName() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns name
getName() - Method in class com.scooterframework.orm.sqldataexpress.service.InputParameter
returns name
getName() - Method in class com.scooterframework.web.route.Resource
 
getName() - Method in class com.scooterframework.web.route.Route
 
getNamedRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getNameFromToken(int, String) - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
getNamespace() - Method in class com.scooterframework.web.route.Resource
 
getNamespace() - Method in class com.scooterframework.web.route.Route
 
getNamespaceProperty() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns the namespace property
getNamespaceProperty() - Method in interface com.scooterframework.cache.CacheProvider
Returns the namespace
getNesteeIdFormat(Resource) - Static method in class com.scooterframework.web.route.Resource
Returns a format string for resource id.
getNewUpdateDate() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns newUpdateDate
getNewUpdateDate() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredProcedure
returns newUpdateDate
getNullFKDataMapForOther() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Creates a FK map with null value.
getObjectForKey(String) - Static method in class com.scooterframework.web.util.O
Gets data represented by the key from the first scope it is found.
getObjectFromResultSetByType(ResultSet, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
getObjectFromResultSetByType(ResultSet, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
getObjectFromResultSetByType(ResultSet, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
getObjectFromStatementByType(CallableStatement, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
getObjectFromStatementByType(CallableStatement, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
getObjectFromStatementByType(CallableStatement, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
getOffset() - Method in class com.scooterframework.orm.misc.PageListSource
Returns offset
getOffset() - Method in class com.scooterframework.orm.misc.Paginator
Return offset
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL SELECT query which retrieves only one record from a table.
getOneRowSelectSQL(String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL SELECT query which retrieves only one record from a table.
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.H2DBAdapter
 
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.HsqlDBAdapter
 
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
 
getOneRowSelectSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
getOnly() - Method in class com.scooterframework.web.route.Resource
 
getOracleSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
getOrder() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns include order.
getOrderBy(Map<String, ?>) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Constructs ORDER BY clause in a SQL statement.
getOriginalJdbcStatementString() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns the original SQL statement string
getOriginPage() - Method in class com.scooterframework.orm.misc.Paginator
Return origin page number.
getOutputClassLocation() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getOutputFileName() - Method in class com.scooterframework.tools.common.FileTransformerGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getOutputFileName() - Method in class com.scooterframework.tools.connection.ConnectionGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ControllerApplicationGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ControllerGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ControllerScaffoldTestGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ControllerTestGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ModelGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ModelHelperGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ModelTestGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ResourceGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ViewActionGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.ControllerSignonGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.SecureHeaderGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.SecureXMLDecoratorGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.ViewLoginGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.ViewLogoutGenerator
 
getOutputFileName() - Method in class com.scooterframework.tools.signon.ViewMainGenerator
 
getOutputFilters() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns outputFilters as Map
getOutputStream() - Method in class com.scooterframework.web.controller.UploadFile
Returns an OutputStream that can be used for storing the contents of the file.
getOwnedRelations(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a list of relation instances owned by an owner class type.
getOwner() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Returns owner of the association.
getOwner() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns owner of the association.
getOwner() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns owner of the association.
getOwner() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Returns the owner of the relation.
getOwnerClass() - Method in class com.scooterframework.admin.FilterManager
Returns the owner class.
getOwnerClass() - Method in class com.scooterframework.orm.activerecord.Relation
Returns owner class.
getOwnerClassName() - Method in class com.scooterframework.admin.FilterManager
Returns the name of the owner class.
getOwnerModel() - Method in class com.scooterframework.orm.activerecord.Relation
Returns owner model name.
getPageCount() - Method in class com.scooterframework.orm.misc.Paginator
Return total number of pages
getPaginator() - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Returns a Paginator that satisfy the query built by the QueryBuilder.
getParameterCount() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns count of parameters
getParameterDataAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Gets data in parameter scope as a map.
getParameterDataAsMap(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data in parameter scope as a map.
getParameterDataAsMap() - Method in class com.scooterframework.web.controller.AppActionContext
Gets data in parameter scope as a map.
getParameterDataAsMap() - Method in class com.scooterframework.web.controller.WebActionContext
Gets data in parameter scope as a map.
getParameters() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns parameters
getParameters() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns parameters
getParents() - Method in class com.scooterframework.web.route.Resource
 
getPassword() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns database password
getPassword() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns database password
getPasswordScheme() - Method in class com.scooterframework.admin.EnvConfig
Returns password scheme
getPathAlias() - Method in class com.scooterframework.web.route.Resource
 
getPathAndName(String) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
getPathPrefix() - Method in class com.scooterframework.web.route.Resource
 
getPathPrefix() - Method in class com.scooterframework.web.route.Route
 
getPathSegments() - Method in class com.scooterframework.web.route.RequestInfo
 
getPathSegments() - Method in class com.scooterframework.web.route.Route
 
getPeriod() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getPK() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the primary key string the record.
getPlugin(String) - Method in class com.scooterframework.admin.PluginManager
Returns an instance of plugin related to the plugin name.
getPluginClassName() - Method in class com.scooterframework.admin.Plugin
Returns the plugin class name
getPluginNames() - Method in class com.scooterframework.admin.PluginManager
Returns plugin names
getPluginProperties(String) - Method in class com.scooterframework.admin.EnvConfig
Returns plugin properties
getPluginProperties(String) - Method in class com.scooterframework.admin.PluginManager
Returns properties of the plugin.
getPluginsLocation() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getPluginsPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getPooledDataSource(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns pooled data source for a connection name
getPooledDataSource() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns pooled data source for default connection name
getPostgreSQLSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
 
getPrecision() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getPredefinedCacheProviderNames() - Method in class com.scooterframework.admin.EnvConfig
Returns cache provider names
getPredefinedCacheProviderProperties(String) - Method in class com.scooterframework.admin.EnvConfig
Returns cache provider properties
getPredefinedDatabaseConnectionNames() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns database connection names
getPredefinedDatabaseConnectionProperties(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns database connection properties
getPrimaryKey(String, String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Retrieves a stored PrimaryKey instance.
getPrimaryKey(String, String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Retrieves a stored PrimaryKey instance.
getPrimaryKeyColumnNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns primary key columnNames
getPrimaryKeyDataMap() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the data map for primary keys.
getPrimaryKeyDataMap() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns primary key data as a readonly Map.
getPrimaryKeyDataString() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns primary key data as a string which comes from the primary key data map.
getPrimaryKeyNames() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a string array of primary key names.
getPrimaryKeyRules() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets populating rules for primary keys.
getProcessorName() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns processor name
getProcessorName() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns processor name
getProcessorName() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns processorName
getProcessorType() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns processor type
getProcessorType() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns processor type
getProcessorType() - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
returns processorType
getProperties() - Method in class com.scooterframework.admin.EnvConfig
Returns all properties.
getProperties() - Method in class com.scooterframework.admin.Plugin
Returns the properties of the plugin.
getProperties() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
Returns all properties.
getProperties() - Method in interface com.scooterframework.cache.CacheProvider
Returns properties defined for the cache provider.
getProperties() - Method in class com.scooterframework.common.util.NamedProperties
 
getProperties() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the property map.
getProperties() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns all properties.
getProperties() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns all database connection properties
getProperties() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns all database connection properties
getProperties() - Method in class com.scooterframework.web.route.RouteConfig
Returns all properties.
getProperty(String) - Method in class com.scooterframework.admin.EnvConfig
Returns a String property corresponding to a key.
getProperty(String, String) - Method in class com.scooterframework.admin.EnvConfig
Returns a String property corresponding to a key.
getProperty(String) - Method in class com.scooterframework.admin.Plugin
Returns property value.
getProperty(String, String) - Method in class com.scooterframework.admin.Plugin
Returns property value.
getProperty(String, String) - Method in class com.scooterframework.autoloader.AutoLoaderConfig
Returns a String property corresponding to a key.
getProperty(String) - Method in interface com.scooterframework.cache.CacheProvider
Returns value of a property.
getProperty(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a String property corresponding to a key.
getProperty(String, String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a String property corresponding to a key.
getProperty(Object, String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets property value from the object.
getProperty(String) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getProperty(String) - Method in class com.scooterframework.web.route.RouteConfig
Returns a String property corresponding to a key.
getProperty(String, String) - Method in class com.scooterframework.web.route.RouteConfig
Returns a String property corresponding to a key.
getProperty(Object, String) - Static method in class com.scooterframework.web.util.O
Gets property value from the object.
getPropertyFileLocationPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getProtocolVersion() - Method in class com.scooterframework.common.http.HTTPResponse
Returns http response protocol version.
getProviderClassName() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns the providerClassName
getProviderClassName() - Method in interface com.scooterframework.cache.CacheProvider
Returns the implementation cache provider class name.
getPureURLString(String) - Static method in class com.scooterframework.web.util.W
Returns non-query string portion of an url.
getQueryString(String) - Static method in class com.scooterframework.web.util.W
Returns query string portion of an url.
getQueryStringFirst() - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link "first"
getQueryStringLast() - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link "last"
getQueryStringNext() - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link "next"
getQueryStringOrigin() - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link of the origin page
getQueryStringPage(int) - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link of a page pageNumber starts from 1 to total page count.
getQueryStringPrevious() - Method in class com.scooterframework.orm.misc.Paginator
Return query string for link "previous"
getRawError() - Method in class com.scooterframework.autoloader.CompileErrors
 
getReadOnlyColumnNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns readonly columnNames
getReadonlyConnection() - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a real-only database connection.
getReadonlyConnection(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a real-only database connection.
getReadonlyConnection(DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a real-only database connection.
getRealPath() - Static method in class com.scooterframework.admin.EnvConfig
Returns real path of the application.
getRealPath() - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns RealPath
getRealPath() - Static method in class com.scooterframework.web.util.W
Returns real path of the http servlet context.
getReasonPhrase() - Method in class com.scooterframework.common.http.HTTPResponse
Returns http response reason phrase.
getRecord() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Returns the associated record.
getRecord(boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Returns the associated record.
getRecord(int) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns a specific associated record at index from the list.
getRecord(String, int) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns a specific associated record at index from the list for a specific type.
getRecord() - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Returns the record that satisfies the query built by the QueryBuilder.
getRecordErrors() - Method in exception com.scooterframework.orm.activerecord.RecordValidationException
 
getRecordList() - Method in class com.scooterframework.orm.misc.PageListSource
Returns retrieved record list.
getRecordList() - Method in class com.scooterframework.orm.misc.Paginator
 
getRecordRelation(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a RecordRelation related to the target model.
getRecords() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns the associated records.
getRecords(boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns the associated records.
getRecords() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns the associated records for all types.
getRecords(boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns the associated records of all types.
getRecords(String) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns the associated records of a particular type.
getRecords(String, boolean) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns the associated records of a particular type.
getRecords() - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Returns all the records that satisfy the query built by the QueryBuilder.
getReferenceDataByTypeAndKey(String, String) - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Gets ReferenceData by type and key
getReferenceDataByTypeAndKey(String, String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets ReferenceData by type and key
getReferenceDataByTypeAndKey(String, String) - Static method in class com.scooterframework.web.util.O
Gets ReferenceData by type and key
getReferenceDataByTypeAndValue(String, Object) - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Gets ReferenceData by type and value
getReferenceDataByTypeAndValue(String, Object) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets ReferenceData by type and value
getReferenceDataByTypeAndValue(String, Object) - Static method in class com.scooterframework.web.util.O
Gets ReferenceData by type and value
getReferenceDataList(String) - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Gets a list of ReferenceData instances for a certain type
getReferenceDataList(String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Gets a list of ReferenceData instances for a certain type.
getReferenceDataList(String) - Static method in class com.scooterframework.web.util.O
Gets a list of ReferenceData instances for a certain type.
getReferenceDataMap() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a map of all reference data
getReferenceDataNames() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a list of all reference data names
getReferenceDataProperties(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns properties of reference data specified by the name
getReferenceDataTasks() - Static method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
 
getReferencesLibPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getReferencesLocation() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getRegisteredCategory(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Gets a category list that all have the same center class.
getRegularRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getRelation() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Returns relation of the association.
getRelation() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns relation of the association.
getRelation() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns relation from endA entity to (this) entity.
getRelation() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Returns the relation.
getRelation(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns relation between owner and target.
getRelationKey() - Method in class com.scooterframework.orm.activerecord.Relation
Returns a representation of the relation.
getRelations(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns a list of relation instances owned by an owner class type with the specific target class type.
getRelationType() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the relation type.
getRelationType(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Returns relation type from owner class to target class.
getRelativePath(File) - Static method in class com.scooterframework.builtin.FileInfo
 
getRelativePath() - Method in class com.scooterframework.builtin.FileInfo
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.common.FileTransformerGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.connection.ConnectionGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ControllerApplicationGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ControllerGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ControllerScaffoldTestGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ControllerTestGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ModelGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ModelTestGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ResourceGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ViewActionGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.ControllerSignonGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.SecureHeaderGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.SecureXMLDecoratorGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.ViewLoginGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.ViewLogoutGenerator
 
getRelativePathToOutputFile() - Method in class com.scooterframework.tools.signon.ViewMainGenerator
 
getRemarks() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns table remarks
getRequestDataAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Gets data in request scope as a map.
getRequestDataAsMap(String) - Method in class com.scooterframework.web.controller.ActionContext
Gets data in request scope as a map.
getRequestDataAsMap() - Method in class com.scooterframework.web.controller.AppActionContext
Gets data in request scope as a map.
getRequestDataAsMap() - Method in class com.scooterframework.web.controller.WebActionContext
Gets data in request scope as a map.
getRequestHttpMethod() - Method in class com.scooterframework.web.route.RequestInfo
 
getRequestInfo() - Method in class com.scooterframework.web.route.RouteInfo
 
getRequestKey() - Method in exception com.scooterframework.web.route.NoRouteFoundException
 
getRequestKey() - Method in class com.scooterframework.web.route.RequestInfo
 
getRequestMethod(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Returns the method of the request.
getRequestPath(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Returns request path of the HttpServletRequest request.
getRequestPath() - Method in class com.scooterframework.web.route.RequestInfo
 
getRequestTimeoutInSecondsProperty() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns the requestTimeoutInSeconds property
getRequestTimeoutInSecondsProperty() - Method in interface com.scooterframework.cache.CacheProvider
Returns the requestTimeoutInSeconds
getRequiredDataName() - Method in exception com.scooterframework.common.exception.RequiredDataMissingException
 
getRequiredFieldPositions() - Method in class com.scooterframework.web.route.Route
 
getRequiredFieldValues() - Method in class com.scooterframework.web.route.RouteInfo
 
getRequirements() - Method in class com.scooterframework.web.route.Resource
 
getRequirements() - Method in class com.scooterframework.web.route.Route
 
getResource() - Static method in class com.scooterframework.web.controller.ActionControl
Returns resource name which is linked to key Constants.RESOURCE.
getResource(String) - Method in class com.scooterframework.web.route.MatchMaker
Returns resource corresponding to a resource name.
getResourceForModel(String) - Method in class com.scooterframework.web.route.MatchMaker
Returns resource corresponding to a model name.
getResourceMap() - Method in class com.scooterframework.web.route.MatchMaker
 
getResourceName() - Method in class com.scooterframework.web.route.RestRoute
Returns the name of the resource which generates the route.
getResourceName() - Method in class com.scooterframework.web.route.RouteInfo
 
getRestfulId() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the restified id of the resource.
getRestfulId() - Method in interface com.scooterframework.orm.sqldataexpress.object.RESTified
Returns the restified id of the resource.
getRestfulId() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns the restified id of the resource.
getRestfulIdMap() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the data map for the restified id.
getRestfulIdMap() - Method in interface com.scooterframework.orm.sqldataexpress.object.RESTified
Returns the data map for the restified id.
getRestfulIdMap() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns the data map for the restified id.
getRestfulIdNames() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns column names corresponding to the restified id value returned by the getRestfulId method.
getRestfulIdNames() - Method in interface com.scooterframework.orm.sqldataexpress.object.RESTified
Returns column names corresponding to the id.
getRestfulIdNames() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns column names corresponding to the RESTful id.
getRestRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getRestRoute(String, String) - Method in class com.scooterframework.web.route.Resource
Returns a rest route of the underlying resource.
getResultContentByTag(Object, String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns content as denoted by the specified tag.
getResultObjectMap() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
The resultObjectMap is a Map which contains non-cursor result.
getResultObjectMap() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredProcedure
The resultObjectMap is a Map which contains non-cursor result.
getRetrieveAllSQL(String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL query statement which is used to retrieve all records of a table, such as SELECT * total FROM users.
getRetrieveAllSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL query statement which is used to retrieve all records of a table, such as SELECT * total FROM users.
getReturnCode() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns returnCode
getReturnCode() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredProcedure
returns returnCode
getReturnMessage() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns returnMessage
getReturnMessage() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOStoredProcedure
returns returnMessage
getReturnType() - Method in class com.scooterframework.orm.sqldataexpress.object.Function
 
getReturnTypeName() - Method in class com.scooterframework.orm.sqldataexpress.object.Function
 
getReverseMapping() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the reverse mapping.
getReverseMappingMap() - Method in class com.scooterframework.orm.activerecord.Relation
 
getReverseRelation() - Method in class com.scooterframework.orm.activerecord.Relation
Returns reverse relation.
getReverseRelationName() - Method in class com.scooterframework.orm.activerecord.Relation
Returns reverse relation association id.
getReverseRelationType() - Method in class com.scooterframework.orm.activerecord.Relation
Returns the type of the reverse relation.
getRightSideMappingItems() - Method in class com.scooterframework.orm.activerecord.Relation
Returns an array of all strings on the right-side of the mapping.
getRootPath() - Method in class com.scooterframework.tools.common.AbstractGenerator
 
getRootPath() - Method in class com.scooterframework.tools.common.FileTransformerGenerator
 
getRootPath() - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getRootPath() - Method in class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
getRootPath() - Method in class com.scooterframework.tools.generator.ViewActionGenerator
 
getRootPath() - Method in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
getRootPath() - Method in class com.scooterframework.tools.signon.SecureHeaderGenerator
 
getRootPath() - Method in class com.scooterframework.tools.signon.SecureXMLDecoratorGenerator
 
getRootPath() - Method in class com.scooterframework.tools.signon.ViewLoginGenerator
 
getRootPath() - Method in class com.scooterframework.tools.signon.ViewLogoutGenerator
 
getRootPath() - Method in class com.scooterframework.tools.signon.ViewMainGenerator
 
getRootRoute() - Method in class com.scooterframework.web.route.MatchMaker
 
getRootRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getRootURL() - Method in class com.scooterframework.admin.EnvConfig
Returns root url.
getRoute(String) - Method in class com.scooterframework.web.route.MatchMaker
 
getRouteInfo(RequestInfo) - Method in class com.scooterframework.web.route.NamedRoute
 
getRouteInfo(RequestInfo) - Method in class com.scooterframework.web.route.RestRoute
 
getRouteInfo(RequestInfo) - Method in class com.scooterframework.web.route.Route
 
getRouteName() - Method in class com.scooterframework.web.route.RouteInfo
 
getRoutes() - Method in class com.scooterframework.web.route.Resource
 
getRouteType() - Method in class com.scooterframework.web.route.DefaultRoute
 
getRouteType() - Method in class com.scooterframework.web.route.NamedRoute
 
getRouteType() - Method in class com.scooterframework.web.route.RegularRoute
 
getRouteType() - Method in class com.scooterframework.web.route.RestRoute
 
getRouteType() - Method in class com.scooterframework.web.route.RootRoute
 
getRouteType() - Method in class com.scooterframework.web.route.Route
 
getRouteType() - Method in class com.scooterframework.web.route.RouteInfo
 
getRow(String, String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
getRow(int) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns a row as a RowData object.
getRowAsMap(int) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns a row as a Map.
getRowInfo(String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
getRowInfo() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns record meta data.
getRowInfo() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns row meta data
getRowInfo(String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns a RowInfo instance of the model.
getRowInfo(String) - Static method in class com.scooterframework.web.util.O
Returns a RowInfo instance of the model.
getRows(String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
getRows(String, String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
getRunningEnvironment() - Method in class com.scooterframework.admin.ApplicationConfig
Returns running environment
getSafeCharacter(String) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Character from the first char of the input string.
getSafeCharacter(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Character from the first char of the input object.
getSafeDate(Date) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Date
getSafeDate(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Date
getSafeDouble(BigDecimal) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Double object
getSafeDouble(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Double object
getSafeDoubleValue(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a double value
getSafeFloat(BigDecimal) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Float object
getSafeFloat(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Float object
getSafeFloatValue(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a float value
getSafeInteger(BigDecimal) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Integer object
getSafeInteger(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Integer object
getSafeIntValue(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a int value
getSafeLong(BigDecimal) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Long object
getSafeLong(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a Long object
getSafeLongValue(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a long value
getSafeString(Object) - Static method in class com.scooterframework.common.util.Util
helper method used to safely acquire a String
getSafeTableName(String, String) - Static method in class com.scooterframework.builtin.databrowser.Table
 
getSafeTableName(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
getScale() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getSchema() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns the schema of the database connection
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns the schema of the database connection
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns schema
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Returns schema
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns schema
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
returns schema
getSchema() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns schema
getSchemaName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getScreenURL(Map<String, String>) - Method in class com.scooterframework.web.route.Resource
Returns url string.
getScreenURL(Map<String, String>) - Method in class com.scooterframework.web.route.Route
 
getScreenURLPattern() - Method in class com.scooterframework.web.route.Resource
 
getScreenURLPattern() - Method in class com.scooterframework.web.route.Route
Returns screen URL which is a combination of path_prefix and url.
getServerType() - Method in class com.scooterframework.admin.EnvConfig
Returns server type
getServletContext() - Static method in class com.scooterframework.web.controller.ActionControl
Returns the HTTP ServletContext instance.
getServletContext() - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns ServletContext
getServletFileUpload() - Method in class com.scooterframework.admin.EnvConfig
Returns ServletFileUpload instance for file upload.
getSessionCount() - Static method in class com.scooterframework.admin.ApplicationConfig
Returns number of sessions in the container.
getSessionCount() - Static method in class com.scooterframework.admin.WebSessionListener
Returns number of current sessions in the container.
getSessionCountMax() - Static method in class com.scooterframework.admin.WebSessionListener
Returns the maximum number of current sessions.
getSessionCountMaxDate() - Static method in class com.scooterframework.admin.WebSessionListener
Returns the date of the maximum number of current sessions.
getSessionDataAsMap() - Method in class com.scooterframework.web.controller.ActionContext
Gets data in session scope as a map.
getSessionDataAsMap() - Method in class com.scooterframework.web.controller.AppActionContext
Gets data in session scope as a map.
getSessionDataAsMap() - Method in class com.scooterframework.web.controller.WebActionContext
Gets data in session scope as a map.
getSetRoleStatement(Properties) - Static method in class com.scooterframework.orm.sqldataexpress.connection.ConnectionUtil
 
getShortClassName(Class<?>) - Static method in class com.scooterframework.common.util.Util
returns short version of class name.
getShortClassNameInLowerCase(Class<?>) - Static method in class com.scooterframework.common.util.Util
returns short version of class name.
getSimpleTableName() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a simple version of the table name.
getSimpleTableName(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns the simple table name of an active record class.
getSimpleTableName(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns a simple table name.
getSingular() - Method in class com.scooterframework.web.route.Resource
 
getSingular() - Method in class com.scooterframework.web.route.Route
 
getSiteAdminPassword() - Method in class com.scooterframework.admin.EnvConfig
Returns site admin password.
getSiteAdminUsername() - Method in class com.scooterframework.admin.EnvConfig
Returns site admin username.
getSize() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
returns columnSize
getSize() - Method in class com.scooterframework.web.controller.UploadFile
Returns the size of the file item.
getSizeDisplay() - Method in class com.scooterframework.builtin.FileInfo
 
getSource() - Method in class com.scooterframework.autoloader.SourceFile
 
getSourceFile() - Method in class com.scooterframework.admin.FileObservable
 
getSourceFile(String) - Static method in class com.scooterframework.autoloader.FileMonitor
 
getSourceFileFromClassName(String) - Static method in class com.scooterframework.autoloader.SourceFileHelper
 
getSourceFileLocationPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getSourcePath() - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
getSql(String) - Method in class com.scooterframework.orm.sqldataexpress.config.SqlConfig
Returns the SQL statement string associated with the key.
getSQLDataNameTypesMap() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns map of sql data type name / data type code.
getSQLDataType() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getSqlDataType() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns sqlDataType
getSqlDataType() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns columnSqlDataTypes
getSqlDataTypeFromDataTypeName(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
Returns a SQL data type int for a SQL data type name.
getSqlDataTypeName() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns sqlDataTypeName
getSqlSelectPart(String, String[]) - Static method in class com.scooterframework.orm.activerecord.IncludeNode
 
getSQLServerCatalog(String) - Static method in class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
getSQLServerSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
getSqlService() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns gateway to database
getSqlService() - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Returns SqlService
getSqlService() - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConfig
 
getSQLTypeJavaNamesMap() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Returns map of sql data type code / java type name.
getStartIndex() - Method in class com.scooterframework.orm.misc.Paginator
Return index number of the first record on the current page
getStatistics(String) - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns statistics of a cache.
getStatistics() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns statistics of all caches.
getStatistics() - Method in interface com.scooterframework.cache.Cache
Returns the Cache statistics.
getStatistics(String) - Method in interface com.scooterframework.cache.CacheProvider
Returns statistics of a cache.
getStatistics() - Method in interface com.scooterframework.cache.CacheProvider
Returns statistics of all caches.
getStatistics() - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Returns the Cache statistics.
getStatusCode() - Method in class com.scooterframework.common.http.HTTPResponse
Returns http response status code.
getStatusLine() - Method in class com.scooterframework.common.http.HTTPResponse
Returns http response status.
getStoredProcedure(String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getStoredProcedures() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getStringValue(Map<String, ?>, String, String) - Static method in class com.scooterframework.common.util.Util
 
getStringValueForKey(Map<String, ?>, String) - Static method in class com.scooterframework.common.util.Util
 
getSupportedTypes() - Static method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns supported types.
getTable() - Method in class com.scooterframework.builtin.databrowser.ApplicationController
Returns table name.
getTable() - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Returns table
getTable() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
returns table name
getTableData(String) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns tableData corresponding to the key of the tableDataMap.
getTableData(String) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns tableData corresponding to the key of the tableDataMap.
getTableDataMap() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns tableDataMap.
getTableDataMap() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
returns tableDataMap.
getTableHeaderInfo(String, String) - Static method in class com.scooterframework.builtin.databrowser.Table
 
getTableInfo() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns table meta data
getTableInfo(String, String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Retrieves a stored TableInfo instance.
getTableInfo(String, String) - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
Retrieves a stored TableInfo instance.
getTableInfos() - Method in class com.scooterframework.orm.sqldataexpress.util.DBStore
 
getTableKey() - Method in class com.scooterframework.builtin.databrowser.ApplicationController
Returns table key.
getTableKeyMapForRestfulId(RowInfo, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a map of primary key fields with values from restfuId.
getTableLinks(String, String, String) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
 
getTableLinks(String, String, String) - Static method in class com.scooterframework.orm.activerecord.IncludeNode
 
getTableName() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a full table name in the database.
getTableName(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Returns full table name of an active record class.
getTableName() - Method in class com.scooterframework.orm.activerecord.tag.Tag
 
getTableName() - Method in class com.scooterframework.orm.activerecord.tag.Tagging
 
getTableName() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
getTableName() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
returns tableName
getTableName() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
gets table name
getTables(String) - Static method in class com.scooterframework.builtin.databrowser.Table
 
getTables(String, String, String) - Static method in class com.scooterframework.builtin.databrowser.Table
 
getTables(String, String, String, String[]) - Static method in class com.scooterframework.builtin.databrowser.Table
 
getTableSize() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
returns table size
getTableWidth() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns table width
getTargetClass() - Method in class com.scooterframework.orm.activerecord.Relation
Returns target class.
getTargetModel() - Method in class com.scooterframework.orm.activerecord.Relation
Returns target model name.
getTargetView() - Method in exception com.scooterframework.web.controller.NoViewFileException
 
getTemplateContent() - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getTemplateContent() - Method in class com.scooterframework.tools.generator.ResourceGenerator
 
getTemplateFileContent(String) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getTemplateFileContent(File) - Method in class com.scooterframework.web.controller.StringTemplateHandler
 
getTemplateHandler(String) - Static method in class com.scooterframework.web.controller.TemplateHandlerFactory
Returns the TemplateHandler for a specific template extension type.
getTemplateProperties() - Method in class com.scooterframework.tools.common.FileTransformerGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.common.GeneratorImpl
 
getTemplateProperties() - Method in class com.scooterframework.tools.connection.ConnectionGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ControllerApplicationGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ControllerGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ControllerTestGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ModelGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ResourceGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewActionGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewAddGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewEditGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewIndexGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewPagedGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.generator.ViewShowGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.ControllerSignonGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.SecureHeaderGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.SecureXMLDecoratorGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.ViewLoginGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.ViewLogoutGenerator
 
getTemplateProperties() - Method in class com.scooterframework.tools.signon.ViewMainGenerator
 
getTemplateType() - Method in exception com.scooterframework.web.controller.NoTemplateHandlerException
 
getThroughAssociation() - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Returns the through association target.
getTimestamp() - Method in class com.scooterframework.admin.Event
 
getTimestamp() - Method in class com.scooterframework.common.util.Message
 
getTimestamp(String, String) - Static method in class com.scooterframework.common.util.Util
 
getTomorrowCalendar() - Static method in class com.scooterframework.common.util.Util
 
getTotalCount() - Method in class com.scooterframework.orm.misc.PageListSource
Returns count of total records.
getTotalCount() - Method in class com.scooterframework.orm.misc.Paginator
Return total number of records
getTotalCountSQL(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL query statement which is used to count all records of a table, such as SELECT count(*) total FROM users.
getTotalCountSQL(String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL query statement which is used to count all records of a table, such as SELECT count(*) total FROM users.
getTransaction() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Returns a Transaction instance associated with current thread.
getTransaction() - Method in interface com.scooterframework.transaction.TransactionManager
Return a Transaction instance associated with the current thread.
getTransactionIsolationLevel() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns the specified transaction isolation level.
getTransactionIsolationLevel() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns the specified transaction isolation level.
getTransactionManager() - Static method in class com.scooterframework.transaction.TransactionManagerUtil
 
getTransactionStarterType() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Set a type of transaction starter.
getTransactionStarterType() - Static method in class com.scooterframework.transaction.TransactionManagerUtil
 
getTransactionStarterType() - Method in interface com.scooterframework.transaction.TransactionStarterType
Set a type of transaction starter.
getTransactionType() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Return transaction type
getType() - Method in class com.scooterframework.admin.ActionFilterData
Returns type of the filter.
getType() - Method in class com.scooterframework.builtin.FileInfo
 
getType() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns table type
getType() - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns type which is the class name of this adapter.
getType() - Method in class com.scooterframework.web.route.Resource
 
getTypeByEntity(String) - Method in class com.scooterframework.orm.activerecord.Category
Returns type name for the entity.
getTypeField() - Method in class com.scooterframework.orm.activerecord.Category
Returns typeField.
getTypes() - Method in class com.scooterframework.orm.activerecord.Category
Returns all type names.
getUnprifixedURL() - Method in class com.scooterframework.web.route.Resource
 
getUnregisteredCategory() - Method in exception com.scooterframework.orm.activerecord.UnregisteredCategoryException
 
getUnsupportedEntity() - Method in exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
getUnsupportedType() - Method in exception com.scooterframework.orm.activerecord.UnsupportedRelationTypeException
 
getUpdatedRowCount() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
returns updatedRowCount
getUpdatedRowCount() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOJdbcStatement
returns updatedRowCount
getUploadFile(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns an upload file which is an instance of UploadFile.
getUploadFileRepository() - Method in class com.scooterframework.admin.EnvConfig
Returns file directory for storing uploaded files.
getUploadFiles() - Static method in class com.scooterframework.web.controller.ActionControl
Returns a list of upload files.
getUploadFilesAsFiles(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a list of upload files.
getUploadFilesMap() - Static method in class com.scooterframework.web.controller.ActionControl
Returns a map of upload files.
getUrl() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns the url of the database
getURL(String) - Static method in class com.scooterframework.web.util.W
Returns a url.
getURL(String, String) - Static method in class com.scooterframework.web.util.W
Returns a url.
getURL(String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a url.
getURLPattern() - Method in class com.scooterframework.web.route.Route
 
getURLSegment(String, String) - Method in class com.scooterframework.web.route.Route
 
getUrlsProperty() - Method in class com.scooterframework.cache.AbstractCacheProvider
Returns the urls property
getUrlsProperty() - Method in interface com.scooterframework.cache.CacheProvider
Returns the urls if defined
getUserDatabaseConnection() - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a UserDatabaseConnection instance for default database connection name.
getUserDatabaseConnection(DatabaseConnectionContext) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a UserDatabaseConnection instance for a specific database connection context.
getUserDatabaseConnection(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Returns a UserDatabaseConnection instance for a specific database connection name.
getUserID() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
getUsername() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns database username
getUsername() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns database username
getUseSecondLevelCache() - Method in class com.scooterframework.admin.EnvConfig
Checks if using second-level cache for all model classes.
getUseThreadCache() - Method in class com.scooterframework.admin.EnvConfig
Checks if using thread cache for all model classes.
getValidationResults() - Method in class com.scooterframework.common.validation.Validators
Returns validation result.
getValidationResults() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns the ValidationResults instance of this record.
getValidationResults() - Method in class com.scooterframework.orm.activerecord.ModelValidators
Returns validation results.
getValidationResults() - Method in class com.scooterframework.web.controller.ActionValidators
Returns validation results.
getValue() - Method in class com.scooterframework.orm.sqldataexpress.service.InputParameter
returns value
getValueData() - Method in interface com.scooterframework.orm.activerecord.ReferenceData
Returns value field data
getValueData() - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
Returns value field data
getValueName() - Method in interface com.scooterframework.orm.activerecord.ReferenceData
Returns value field name
getValueName() - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
Returns value field name
getValuesAsSQLLikeString(String, List<String>, String) - Static method in class com.scooterframework.common.util.StringUtil
 
getValuesAsSQLNumber(Collection<String>) - Static method in class com.scooterframework.common.util.StringUtil
 
getValuesAsSQLString(Collection<String>) - Static method in class com.scooterframework.common.util.StringUtil
 
getValuesAsSQLString(String) - Static method in class com.scooterframework.common.util.StringUtil
 
getVendor() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Returns the vendor name of the database
getVendor() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Returns the vendor name of the database
getVendor() - Method in class com.scooterframework.orm.sqldataexpress.connection.DataSourceConnectionContext
Return the vendor name of the database
getVendor() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Returns the vendor name of the database
getVendor() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
returns vendor
getVersion() - Method in class com.scooterframework.admin.Plugin
Returns the plugin version
getView() - Method in class com.scooterframework.builtin.databrowser.ApplicationController
Returns view name.
getViewDataMap() - Static method in class com.scooterframework.web.controller.ActionControl
Returns all view data as a map.
getViewExtension() - Method in class com.scooterframework.admin.EnvConfig
Returns view extension
getViewKey() - Method in class com.scooterframework.builtin.databrowser.ApplicationController
Returns view key.
getViewPath(String) - Method in class com.scooterframework.web.route.Route
Path to the view file
getViewPath() - Method in class com.scooterframework.web.route.RouteInfo
 
getViews(String) - Static method in class com.scooterframework.builtin.databrowser.View
 
getViews(String, String, String) - Static method in class com.scooterframework.builtin.databrowser.View
 
getViewURI(String, String) - Static method in class com.scooterframework.admin.EnvConfig
Returns view URI for a controller with a specific action.
getViewURI(String, String, String) - Static method in class com.scooterframework.admin.EnvConfig
Returns a view URI.
getViewURI(String, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Returns a default view URI.
getWAC() - Static method in class com.scooterframework.web.controller.ACH
Returns WebActionContext.
getWebappLibPath() - Method in class com.scooterframework.admin.ApplicationConfig
 
getWebPageDirectoryName() - Method in class com.scooterframework.admin.EnvConfig
Returns directory name which contains all web pages.
getWrongType() - Method in exception com.scooterframework.orm.activerecord.WrongRecordTypeException
 
global(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in global scope.
groupBy(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup group-by clause.
groupBy(String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup group-by clause.
groupBy(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup group-by clause.

H

h(String) - Static method in class com.scooterframework.web.util.W
A short-hand alias of htmlEsacpe method.
H2DBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
H2DBAdapter class applies to H2 database.
H2DBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.H2DBAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object, String) - Method in interface com.scooterframework.web.controller.ContentHandler
Handles result content of a http request.
handle(HttpServletRequest, HttpServletResponse, Object, String) - Method in class com.scooterframework.web.controller.DefaultContentHandler
Handles result content of a HTTP request.
handle(String, Map<String, Object>) - Method in class com.scooterframework.web.controller.StringTemplateHandler
Handles processing the content with props.
handle(File, Map<String, Object>) - Method in class com.scooterframework.web.controller.StringTemplateHandler
Handles processing the viewTemplate with props.
handle(String, Map<String, Object>) - Method in interface com.scooterframework.web.controller.TemplateHandler
Handles processing the content with dataMap.
handle(File, Map<String, Object>) - Method in interface com.scooterframework.web.controller.TemplateHandler
Handles processing the viewTemplate with dataMap.
handleEvent(Event) - Method in interface com.scooterframework.admin.Listener
 
handleEvent(Event) - Method in class com.scooterframework.admin.SoundPlayer
 
HAS_MANY_THROUGH_TYPE - Static variable in class com.scooterframework.orm.activerecord.Relation
 
HAS_MANY_TYPE - Static variable in class com.scooterframework.orm.activerecord.Relation
 
HAS_ONE_TYPE - Static variable in class com.scooterframework.orm.activerecord.Relation
 
hasColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
 
hasCompileErrors() - Static method in class com.scooterframework.autoloader.JavaCompiler
 
hasConfiguredAsController(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Checks if the class has been completely configured as a controller.
hasConfiguredAsModel(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Checks if the class has been completely configured as a model.
hasCounterCache() - Method in class com.scooterframework.orm.activerecord.BelongsToRelation
Checks if counter cache field exists.
hasError() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
hasErrorOn(String) - Method in class com.scooterframework.common.validation.ValidationResults
Checks if there are errors associated with a specific key.
hasFormat() - Method in class com.scooterframework.web.route.RequestInfo
 
hasFormat() - Method in class com.scooterframework.web.route.Route
 
hasFormat() - Method in class com.scooterframework.web.route.RouteInfo
 
hashCode() - Method in class com.scooterframework.common.util.OrderedProperties
 
hasInitialized() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Checks if the record is initialized.
hasLastPage() - Method in class com.scooterframework.orm.misc.Paginator
Check if there is link on last page.
hasLoadedFromDatabase() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Checks if the associated record has been loaded from database.
hasLoadedFromDatabase() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Checks if the associated record has been loaded from database.
hasLoadedParameterMetaData() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
hasLoadedParameterProperties() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
hasMany(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many relation
hasMany(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many relation with specified properties.
hasMany(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many relation.
hasMany(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many relation with specified properties.
hasManyInCategoryThrough(Class<? extends ActiveRecord>[], String, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
This method adds a bunch of methods in many classes.
hasManyInCategoryThrough(Class<? extends ActiveRecord>[], String, Class<? extends ActiveRecord>, Map<String, Object>[], String[], String[], String, String[], Map<String, Object>[], String[], String[]) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
This method adds a bunch of methods in many classes.
hasManyInCategoryThrough(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>[], String, Class<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.AssociationHelper
This method adds a bunch of methods in many classes.
hasManyInCategoryThrough(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>[], String, Class<? extends ActiveRecord>, Map<String, Object>[], String[], String[], String, String[], Map<String, Object>[], String[], String[]) - Static method in class com.scooterframework.orm.activerecord.AssociationHelper
This method adds a bunch of methods in many classes.
HasManyRecordRelation - Class in com.scooterframework.orm.activerecord
HasManyRecordRelation class represents a has-many relation instance.
HasManyRecordRelation(ActiveRecord, HasManyRelation) - Constructor for class com.scooterframework.orm.activerecord.HasManyRecordRelation
 
HasManyRelation - Class in com.scooterframework.orm.activerecord
HasManyRelation class has information about has-many relationship between objects.
HasManyRelation(Class<? extends ActiveRecord>, String, String) - Constructor for class com.scooterframework.orm.activerecord.HasManyRelation
 
hasManyThrough(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation.
hasManyThrough(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation.
hasManyThrough(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>, String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation.
hasManyThrough(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation.
hasManyThrough(String, String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation with specified properties.
hasManyThrough(String, String, String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-many-through relation with specified properties and join through table data.
HasManyThroughRecordRelation - Class in com.scooterframework.orm.activerecord
HasManyThroughRecordRelation class represents a has-many-trough relation instance.
HasManyThroughRecordRelation(ActiveRecord, HasManyThroughRelation) - Constructor for class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
 
HasManyThroughRelation - Class in com.scooterframework.orm.activerecord
HasManyThroughRelation class has information about has-many-through relationship between objects.
HasManyThroughRelation(Class<? extends ActiveRecord>, String, String, Relation, Relation) - Constructor for class com.scooterframework.orm.activerecord.HasManyThroughRelation
 
hasMimeTypeFor(String) - Method in class com.scooterframework.admin.EnvConfig
Checks if the specific extension has a registered MIME type.
hasNext() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Checks if there is a next IncludeNode.
hasOne(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-one relation
hasOne(Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-one relation with specified properties.
hasOne(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-one relation.
hasOne(String, String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets has-one relation with specified properties.
HasOneRecordRelation - Class in com.scooterframework.orm.activerecord
HasOneRecordRelation class represents a has-one relation instance.
HasOneRecordRelation(ActiveRecord, HasOneRelation) - Constructor for class com.scooterframework.orm.activerecord.HasOneRecordRelation
 
HasOneRelation - Class in com.scooterframework.orm.activerecord
HasOneRelation class has information about has-one relationship between objects.
HasOneRelation(Class<? extends ActiveRecord>, String, String) - Constructor for class com.scooterframework.orm.activerecord.HasOneRelation
 
hasPrevious() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Checks if there is a previous IncludeNode.
hasPreviousPage() - Method in class com.scooterframework.orm.misc.Paginator
Check if there is link on previous page.
hasPrimaryKey() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns true if the record has primary key.
hasPrimaryKey() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Indicates if there is primary key defined.
hasPrimaryKey() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Indicates if there is primary key defined.
hasPrimaryKey - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
hasSpecifiedTransactionIsolationLevel() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Checks if transaction isolation level is specified.
hasSpecifiedTransactionIsolationLevel() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Checks if transaction isolation level is specified.
having(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup having clause.
having(String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup having clause.
having(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup having clause.
HEAD - Static variable in class com.scooterframework.common.http.HTTPClient
 
header - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
homeInstance() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns the home instance of the record type.
homeInstance(String) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns home instance of the model.
homeInstance(String) - Static method in class com.scooterframework.web.util.O
Returns home instance of the model.
hp(Object, String) - Static method in class com.scooterframework.web.util.O
Returns html-escaped text of an object's property.
HsqlDBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
HsqlDBAdapter class applies to HSQL database.
HsqlDBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.HsqlDBAdapter
 
html(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a html-tagged content string for html output.
html(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a html-tagged content string for html output.
html5Keys - Static variable in class com.scooterframework.web.util.W
 
htmlEsacpe(String) - Static method in class com.scooterframework.web.util.W
Removes the following html unfriendly characters from the input string:
double quote("), single quote('), lower than(<), greater than(>), and &.
HTTP_METHOD - Static variable in class com.scooterframework.admin.Constants
 
HTTP_METHOD_PATH_GLUE - Static variable in class com.scooterframework.web.route.RouteConstants
 
HTTPClient - Class in com.scooterframework.common.http
HTTPClient class acts as a HTTP client.
HTTPClient() - Constructor for class com.scooterframework.common.http.HTTPClient
 
httpMethod() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
HTTPRequestError - Exception in com.scooterframework.common.http
HTTPRequestError class represents http request error.
HTTPRequestError() - Constructor for exception com.scooterframework.common.http.HTTPRequestError
 
HTTPRequestError(String) - Constructor for exception com.scooterframework.common.http.HTTPRequestError
 
HTTPRequestError(Throwable) - Constructor for exception com.scooterframework.common.http.HTTPRequestError
 
HTTPRequestError(String, Throwable) - Constructor for exception com.scooterframework.common.http.HTTPRequestError
 
HTTPResponse - Class in com.scooterframework.common.http
HTTPClient class represents a http response.
HTTPResponse(HttpResponse) - Constructor for class com.scooterframework.common.http.HTTPResponse
 
humanize(String) - Static method in class com.scooterframework.common.util.WordUtil
Replaces all dashes and underscores by spaces and capitalizes the first word.
hv(String) - Static method in class com.scooterframework.web.util.O
Returns html-escaped text of an object's property.

I

I18nConfig - Class in com.scooterframework.i18n
I18nConfig class has methods to load and process message properties files.
id - Variable in class com.scooterframework.common.util.Message
The message id.
id - Variable in class com.scooterframework.web.route.Route
 
ifEmpty(Object, Object) - Static method in class com.scooterframework.common.util.Util
ifEmpty method lets you substitute a value when an empty value is encountered.
ifEmpty(Object, Object, Object) - Static method in class com.scooterframework.common.util.Util
ifEmpty method lets you substitute a value when an empty value is encountered as well as when a non-null value is encountered.
ifNull(Object, Object) - Static method in class com.scooterframework.common.util.Util
ifNull method lets you substitute a value when a null value is encountered.
ifNull(String, String) - Static method in class com.scooterframework.common.util.Util
ifNull method lets you substitute a value when a null value is encountered.
ifNull(Object, Object, Object) - Static method in class com.scooterframework.common.util.Util
ifNull method lets you substitute a value when a null value is encountered as well as when a non-null value is encountered.
ifNull(String, String, String) - Static method in class com.scooterframework.common.util.Util
ifNull method lets you substitute a value when a null value is encountered as well as when a non-null value is encountered.
ifTrue(boolean, Object, Object) - Static method in class com.scooterframework.common.util.Util
ifTrue method lets you choose a value when a true value is encountered as well as when a false value is encountered.
IGNORE - Static variable in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
imageKeys - Static variable in class com.scooterframework.web.util.W
 
imageLink(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on an image.
imageLink(String, String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on an image.
imageLink(String, Map<String, String>, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a url link on an image.
imageTag(String) - Static method in class com.scooterframework.web.util.W
Returns an image tag.
imageTag(String, String) - Static method in class com.scooterframework.web.util.W
Returns an image tag.
imageTag(String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns an image tag.
ImplicitTransactionManager - Interface in com.scooterframework.transaction
ImplicitTransactionManager interface specified services that are related to managing a transaction which is started implicitly within a service method.
implode(String[], String) - Static method in class com.scooterframework.common.util.StringUtil
Converts a list of strings into a long string separated by glue.
implode(List<String>, String) - Static method in class com.scooterframework.common.util.StringUtil
Converts a list of strings into a long string separated by glue.
implode(Map<String, ?>, String) - Static method in class com.scooterframework.common.util.StringUtil
Converts map into a long string separated by glue.
INCLUDE_LINK - Static variable in class com.scooterframework.orm.activerecord.IncludeHelper
 
IncludeHelper - Class in com.scooterframework.orm.activerecord
IncludeHelper class has helper methods for SQL queries with include option.
IncludeNode - Class in com.scooterframework.orm.activerecord
IncludeData holds details about an include option element.
IncludeNode(String, ActiveRecord, int, IncludeNode, Relation, boolean, String) - Constructor for class com.scooterframework.orm.activerecord.IncludeNode
Constructs an IncludeNode instance.
includes(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup associated models for eager loading.
includes(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup associated models for eager loading.
includes(String, boolean) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup associated models for eager loading.
includes(String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup associated models for eager loading.
includes(String, String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup associated models for eager loading.
includes(String, boolean) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup associated models for eager loading.
includes(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup associated models for eager loading.
includes(String, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup associated models for eager loading.
includes(String, boolean) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup associated models for eager loading.
INCLUSION - Static variable in class com.scooterframework.common.validation.Validators
 
incrementCounter(BelongsToRecordRelation) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Increments counter field by 1.
incrementCounter(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Increments counter field by 1.
incrementCounter(BelongsToRecordRelation, int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Increments counter field by amount.
incrementCounter(String, int) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Increments counter field by amount.
index() - Method in class com.scooterframework.builtin.AdminSignonController
default action
index() - Method in class com.scooterframework.builtin.CRUDController
 
index() - Method in class com.scooterframework.builtin.databrowser.DatabasesController
 
index() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
index() - Method in class com.scooterframework.builtin.databrowser.TablesController
 
index() - Method in class com.scooterframework.builtin.databrowser.ViewsController
 
index() - Method in class com.scooterframework.builtin.databrowser.VrecordsController
 
index - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
INFO - Static variable in class com.scooterframework.common.logging.LogUtil
 
info(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log an info message
info(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log an info message
init() - Method in class com.scooterframework.orm.sqldataexpress.config.SqlConfig
Initializes the application.
init() - Method in class com.scooterframework.web.controller.MainActionServlet
Initializes this servlet
init(FilterConfig) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Place this filter into service.
initApp() - Static method in class com.scooterframework.test.ScooterTestHelper
 
initApp() - Static method in class com.scooterframework.test.UnitTestHelper
 
initialize(PageListSource, Map<String, String>) - Method in class com.scooterframework.orm.misc.Paginator
 
initializeActionContext(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
initOtherParameters() - Method in class com.scooterframework.web.controller.MainActionServlet
Initializes other global characteristics of the controller servlet.
input_key_database_connection_context - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Key to an instance of DatabaseConnectionContext.
input_key_database_connection_name - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Key to the database connection name as specified in the config/database.properties file.
input_key_max_row_index - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
 
input_key_min_row_index - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
 
input_key_records_fixed - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Specifies that the retrieved records number is fixed.
input_key_records_limit - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Specifies the number of desired records to be retrieved.
input_key_records_offset - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Specifies how many records to skip in the result set.
input_key_use_pagination - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
Specified whether to use pagination.
InputInfo - Class in com.scooterframework.orm.sqldataexpress.service
InputInfo class contains information for all inputs.
InputInfo(String) - Constructor for class com.scooterframework.orm.sqldataexpress.service.InputInfo
 
inputKeys - Static variable in class com.scooterframework.web.util.W
 
inputOptions - Variable in class com.scooterframework.orm.misc.PageListSource
 
inputParamCount - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
InputParameter - Class in com.scooterframework.orm.sqldataexpress.service
InputParameter class.
InputParameter() - Constructor for class com.scooterframework.orm.sqldataexpress.service.InputParameter
 
InputParameter(String, Object) - Constructor for class com.scooterframework.orm.sqldataexpress.service.InputParameter
 
insert(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Insert data to database.
insert(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Insert data to database.
internal_create(boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Creates the record in database and returns it.
interpretException(Exception) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
 
InvalidColumnNameException - Exception in com.scooterframework.orm.sqldataexpress.exception
class InvalidColumnNameException
InvalidColumnNameException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.InvalidColumnNameException
Constructs a new InvalidColumnNameException exception with null as its detail message.
InvalidColumnNameException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.InvalidColumnNameException
Constructs a new InvalidColumnNameException exception with the specified detail message.
InvalidColumnNameException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.InvalidColumnNameException
Constructs a new InvalidColumnNameException exception with the specified cause.
InvalidColumnNameException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.InvalidColumnNameException
Constructs a new InvalidColumnNameException exception with the specified detail message and cause.
InvalidOperationException - Exception in com.scooterframework.common.exception
class InvalidOperationException
InvalidOperationException() - Constructor for exception com.scooterframework.common.exception.InvalidOperationException
 
InvalidOperationException(String) - Constructor for exception com.scooterframework.common.exception.InvalidOperationException
 
InvalidOperationException(Object, String, String) - Constructor for exception com.scooterframework.common.exception.InvalidOperationException
 
IS_EMAIL - Static variable in class com.scooterframework.common.validation.Validators
 
IS_EQUALTO - Static variable in class com.scooterframework.common.validation.Validators
 
IS_INSIDE - Static variable in class com.scooterframework.common.validation.Validators
 
IS_LARGERTHAN - Static variable in class com.scooterframework.common.validation.Validators
 
IS_LARGERTHAN_OR_EQUALTO - Static variable in class com.scooterframework.common.validation.Validators
 
IS_LESSTHAN - Static variable in class com.scooterframework.common.validation.Validators
 
IS_LESSTHAN_OR_EQUALTO - Static variable in class com.scooterframework.common.validation.Validators
 
IS_UNIQUE - Static variable in class com.scooterframework.common.validation.Validators
 
IS_WITHIN - Static variable in class com.scooterframework.common.validation.Validators
 
isAddedResource(String) - Method in class com.scooterframework.web.route.MatchMaker
Checks if a resource name is already added as a resource.
isAdminLoggedIn() - Static method in class com.scooterframework.security.LoginHelper
Checks if the admin user is already logged in.
isAjaxRequest() - Static method in class com.scooterframework.web.controller.ActionControl
Checks if this is an AJAX request.
isAjaxRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
isAlive() - Method in class com.scooterframework.admin.Plugin
Returns status of the plugin.
isAllowedClassName(String) - Static method in class com.scooterframework.autoloader.ClassWorkHelper
 
isAllowedFieldValue(RequestInfo) - Method in class com.scooterframework.web.route.Route
 
isAllowedFormat(String) - Method in class com.scooterframework.web.route.RestRoute
 
isAllowedFormat(String) - Method in class com.scooterframework.web.route.Route
 
isAllowedMethod(String) - Method in class com.scooterframework.web.route.Route
 
isAllResourcesReleased() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Check if all resources have been released.
isApp() - Method in class com.scooterframework.admin.ApplicationConfig
Return true if the current app is configured as a regular app.
isArray(Object) - Static method in class com.scooterframework.web.util.M
 
isAuditedForCreate(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Checks if a column is set to be audited for create operation.
isAuditedForCreateOrUpdate(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Checks if a column is set to be audited for create or update operation.
isAuditedForUpdate(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Checks if a column is set to be audited for update operation.
isAutoAuditCreate(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if a column is auto audited for create operation.
isAutoAuditUpdate(String) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if a column is auto audited for update operation.
isAutoCommit() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Checks if the connection is auto-commit.
isAutoCommit() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Checks if the connection is auto-commit.
isAutoIncrement() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isAutoTransaction() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Return true if the transaction is started automatically, false if the transaction is started by client calls beginTransaciton() or beginTransaciton(type) explicitly.
isAutoTransaction() - Method in interface com.scooterframework.transaction.TransactionStarterType
Return true if the transaction is started automatically, false if the transaction is started by client calls beginTransaciton() or beginTransaciton(type) explicitly.
isBuiltinVendor(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Checks if a vendor is a built-in vendor supported.
isBuiltInVendorName(String) - Static method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if a vendor name is allowed.
isCaseSensitive() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isChildOf(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks if an instance belongs to another record.
isClassMonitored(String) - Static method in class com.scooterframework.autoloader.FileMonitor
Only those classes that are under src directory are monitored.
isColumnField(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns true if the field is a database table field.
isCurrency() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isCursorType() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
checks if is cursor type
isDate() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
Checks if this column is of date type.
isDateColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column is a date type column.
isDebugEnabled() - Method in class com.scooterframework.common.logging.LogUtil
Check whether this category is enabled for the DEBUG Level.
isDefinitelyWritable() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isDependentOf(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Check if this record is a dependent of a specific record.
isDirectory() - Method in class com.scooterframework.builtin.FileInfo
 
isDirty() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Indicates if the current record has been modified and unsaved to database.
isEmpty(Object) - Static method in class com.scooterframework.common.util.Util
Checks if a data object is empty.
isEmpty() - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Returns true if there is no associated record.
isEmpty() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Return true if this list contains no elements.
isEmpty() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Return true if this list contains no elements.
isEmpty(String) - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Checks if a string is empty.
isEmpty(String) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
isEmpty(String) - Static method in class com.scooterframework.web.util.M
Finds if the string has any value other than null, or an empty string.
isEmpty(Object) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than null, including an empty string.
isEmpty(String, String) - Static method in class com.scooterframework.web.util.W
Checks whether the object represented by the key has property that is empty.
isEmpty(Object, String) - Static method in class com.scooterframework.web.util.W
Checks whether the object has property that is empty.
isEmpty(Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object is empty.
isEntityInCategory(String) - Method in class com.scooterframework.orm.activerecord.Category
Checks if an entity is in the category.
isEqual(String, String) - Static method in class com.scooterframework.web.util.M
Checks if the two strings are equal.
isEqual(String, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object represented by the key has property value that is equal to the desired value.
isEqual(Object, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object's property has the same value as the desired value.
isEqual(Object, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object has the same value as the desired value.
isExtraField(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns true if the field is an extra field.
isFieldChanged(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks if a field is changed.
isFileUploadRequest() - Static method in class com.scooterframework.web.controller.ActionControl
Checks if this is a file-upload request or multipart request.
isFileUploadRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
isFirstPage() - Method in class com.scooterframework.orm.misc.Paginator
Check if the paginator is on the first page.
isFreezed() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Indicates if the current record is freezed
isGreaterThan(String, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object represented by the key has property value that is greater than the desired value.
isGreaterThan(Object, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object's property value is greater than the desired value.
isGreaterThan(Object, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object value is greater than the desired value.
isGreaterThanOrEqual(String, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object represented by the key has property value that is greater than or equal to the desired value.
isGreaterThanOrEqual(Object, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object's property value is greater than or equal to the desired value.
isGreaterThanOrEqual(Object, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object value is greater than or equal to the desired value.
isHighlightable(String) - Method in class com.scooterframework.admin.EnvConfig
Checks if the content of the file can be highlighted.
isHomeInstance() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Indicates if the current instance is a home instance.
isInArray(Object, Object[]) - Static method in class com.scooterframework.common.util.Util
Checks if an object exists in an array.
isInArray(Object, Object[], boolean) - Static method in class com.scooterframework.common.util.Util
Checks if an object exists in an array.
isInDevelopmentEnvironment() - Method in class com.scooterframework.admin.ApplicationConfig
Checks if the current running environment is development environment.
isInDevelopmentEnvironment() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if the current running environment is development environment.
isInfoEnabled() - Method in class com.scooterframework.common.logging.LogUtil
Check whether this category is enabled for the INFO Level.
isInProductionEnvironment() - Method in class com.scooterframework.admin.ApplicationConfig
Checks if the current running environment is production environment.
isInsertStatement() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
isInsertStatement
isInTestEnvironment() - Method in class com.scooterframework.admin.ApplicationConfig
Checks if the current running environment is test environment.
isLastPage() - Method in class com.scooterframework.orm.misc.Paginator
Check if the paginator is on the last page.
isLegalField(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks whether a field is a legal field of this model.
isLessThan(String, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object represented by the key has property value that is less than the desired value.
isLessThan(Object, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object's property value is less than the desired value.
isLessThan(Object, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object value is less than the desired value.
isLessThanOrEqual(String, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object represented by the key has property value that is less than or equal to the desired value.
isLessThanOrEqual(Object, String, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the Object's property value is less than or equal to the desired value.
isLessThanOrEqual(Object, Object) - Static method in class com.scooterframework.web.util.W
Checks whether the object value is less than or equal to the desired value.
isLocalRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Checks if a request is local.
isLocalRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
isLocalRequest() - Static method in class com.scooterframework.web.util.W
Checks if the request is a local request.
isLoggedIn() - Static method in class com.scooterframework.security.LoginHelper
Checks if the current user is already logged in.
isLoggedInUser(Object) - Static method in class com.scooterframework.security.LoginHelper
Checks if a user id is the logged-in user id.
isLogLevelGreaterThanInfo() - Method in class com.scooterframework.common.logging.LogUtil
 
isLongTextColumn(String, int) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column's length is longer than a specific length.
isNewRecord() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Indicates if the current record is a new record--not in database yet.
isNiceDBString(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Verifies that if the input string contains some special characters that are not friendly in database table names or column names.
isNotNull() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isNull() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isNullUnknown() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isNumeric(int) - Static method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
Checks if a column is of numeric type.
isNumeric() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
Checks if this column is of numeric type.
isNumeric(Object) - Static method in class com.scooterframework.web.util.T
Checks if a data object is a numberic data.
isNumericColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column is a numeric type column.
isOracle(String) - Static method in class com.scooterframework.builtin.databrowser.Database
 
isOracle(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Checks if the underlying connection is for Oracle database.
isOrmAlone() - Method in class com.scooterframework.admin.ApplicationConfig
Return true if the current app is configured to use orm alone.
isPKDependentOf(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Check if this record is a dependent of a specific record type through primary key.
isPresent(String) - Static method in class com.scooterframework.web.util.W
Checks whether there is data represent by the key string in a scope.
isPresent(String, String) - Static method in class com.scooterframework.web.util.W
Checks whether there is data represent by the key string in a specific scope.
isPrimaryKey() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isPrimaryKeyColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column is primary key column.
isReadonly() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Checks if the connection is readonly.
isReadonly() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Checks if the connection is readonly.
isReadOnly() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isReadOnlyColumn(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks whether a column is a readonly column.
isReadOnlyColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Checks whether a column is a readonly column.
isRequiredColumn(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks whether a column is a required column.
isRequiredColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column is a required column.
isRequiredField(String) - Method in class com.scooterframework.web.controller.ActionContext
Checks if the value of a field is required.
isRootAccess(String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Checks if a request path is a root access.
isRouteFor(RequestInfo) - Method in class com.scooterframework.web.route.NamedRoute
 
isRouteFor(RequestInfo) - Method in class com.scooterframework.web.route.RegularRoute
 
isRouteFor(RequestInfo) - Method in class com.scooterframework.web.route.RootRoute
 
isRouteFor(RequestInfo) - Method in class com.scooterframework.web.route.Route
 
isSameRecord(ActiveRecord, ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Checks if the two records are actually the same record.
isSearchable() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isSelectStatement() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
isSelectStatement
isset(Object) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than null, including an empty string.
isset(int) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than 0.
isset(int, int) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than the default.
isset(float) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than 0F.
isset(float, float) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than the default.
isset(double) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than 0D.
isset(double, double) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than the default.
isset(long) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than 0L.
isset(long, long) - Static method in class com.scooterframework.web.util.M
Finds if the data has any value other than the default.
isSigned() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
isSingle() - Method in class com.scooterframework.web.route.Resource
 
isStarted() - Static method in class com.scooterframework.autoloader.FileMonitor
 
isStarted() - Static method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
 
isStaticContentRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
isStrictParent() - Method in class com.scooterframework.web.route.Resource
 
isStringInArray(String, String[]) - Static method in class com.scooterframework.common.util.StringUtil
Check if the string array contains the item.
isStringInArray(String, String[], boolean) - Static method in class com.scooterframework.common.util.StringUtil
Check if the string array contains the item.
isTextFile(File) - Method in class com.scooterframework.admin.EnvConfig
Checks whether a file is a text file.
isTextFile(String) - Method in class com.scooterframework.admin.EnvConfig
Checks whether a file extension indicates that it is a text file.
isTextFile(File) - Static method in class com.scooterframework.tools.common.ToolsUtil
Checks whether the file is a test file.
isTextFile(File) - Static method in class com.scooterframework.web.controller.ActionControl
Checks whether a file is a text file.
isTimestamp() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
Checks if this column is of timestamp type.
isTimestampColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column is a timestamp type column.
isTraceEnabled() - Method in class com.scooterframework.common.logging.LogUtil
Check whether this category is enabled for the TRACE Level.
isTransactionEnded() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Check if transaction has ended.
isTransactionEnded() - Method in interface com.scooterframework.transaction.Transaction
Check if transaction has ended.
isTransactionStarted() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Check if transaction has started.
isTransactionStarted() - Method in interface com.scooterframework.transaction.Transaction
Check if transaction has started.
isTypeInCategory(String) - Method in class com.scooterframework.orm.activerecord.Category
Checks if an entity type is in the category.
isUpdated(File) - Method in class com.scooterframework.autoloader.SourceFile
 
isUpdateStatement() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
isUpdateStatement
isUsedByCount() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
checks if the parameter is used by count() function
isUserTransactionActive(UserTransaction) - Static method in class com.scooterframework.transaction.TransactionUtil
 
isUsingRestfulProcessor() - Static method in class com.scooterframework.web.controller.MainActionServlet
Checks if com.scooterframework.web.controller.RestfulRequestProcessor is used.
isValid() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns true if the record has no error.
isValidColumnName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
checks whether a column name exists
isWebApp() - Method in class com.scooterframework.admin.ApplicationConfig
Return true if the current app is configured as a web app.
isWritable() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
iteratorOf(Collection<T>) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of a collection.
iteratorOf(Map<K, V>) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns an iterator of a map.
iteratorOf(String) - Static method in class com.scooterframework.web.util.O
Returns an iterator of a collection represented by a key.
iteratorOf(Collection<?>) - Static method in class com.scooterframework.web.util.O
Returns an iterator of a collection.
iteratorOf(Map<K, V>) - Static method in class com.scooterframework.web.util.O
Returns an iterator of a map.

J

javaAPIString - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
javaClassName - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
JavaCompiler - Class in com.scooterframework.autoloader
JavaCompiler class provides helper methods to compile Java source files.
JavaCompiler() - Constructor for class com.scooterframework.autoloader.JavaCompiler
 
javascriptLink(String) - Static method in class com.scooterframework.web.util.W
Returns a link to a javascript file.
JDBC_CONNECTION - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
 
JDBC_TRANSACTION_TYPE - Static variable in interface com.scooterframework.transaction.Transaction
 
JdbcConnection - Class in com.scooterframework.orm.sqldataexpress.connection
JdbcConnection class has information about database connection created by DriverManager.
JdbcConnection(JdbcConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.JdbcConnection
 
JdbcConnection(String, JdbcConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.JdbcConnection
 
JdbcConnectionContext - Class in com.scooterframework.orm.sqldataexpress.connection
JdbcConnectionContext class
JdbcConnectionContext(Properties) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Initializes database connection context
JdbcConnectionContext(String, String, String, String, String) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Initializes database connection context
JdbcConnectionContext(String, String, String) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Initializes database connection context
JdbcPageListSource - Class in com.scooterframework.orm.misc
JdbcPageListSource class retrieves paged record list by using ActiveRecord.
JdbcPageListSource(Class<? extends ActiveRecord>) - Constructor for class com.scooterframework.orm.misc.JdbcPageListSource
Constructs a PageListSource object.
JdbcPageListSource(Class<? extends ActiveRecord>, Map<String, String>) - Constructor for class com.scooterframework.orm.misc.JdbcPageListSource
Constructs a PageListSource object.
JdbcPageListSource(Class<? extends ActiveRecord>, Map<String, String>, boolean) - Constructor for class com.scooterframework.orm.misc.JdbcPageListSource
Constructs a PageListSource object.
jdbcPaginator(Class<? extends ActiveRecord>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, String, Map<String, String>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, Map<String, ?>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, Map<String, String>, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
jdbcPaginator(Class<? extends ActiveRecord>, Map<String, String>, Map<String, String>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a paginator for the underlying model.
JdbcStatement - Class in com.scooterframework.orm.sqldataexpress.object
JdbcStatement class.
JdbcStatement() - Constructor for class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
JdbcStatement(String, String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
JdbcStatementHelper - Class in com.scooterframework.orm.sqldataexpress.parser
JdbcStatementHelper class has helper methods that are used by parser classes.
JdbcStatementHelper() - Constructor for class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
JdbcStatementParameter - Class in com.scooterframework.orm.sqldataexpress.object
JdbcStatementParameter class.
JdbcStatementParameter() - Constructor for class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
 
JdbcStatementParser - Class in com.scooterframework.orm.sqldataexpress.parser
JdbcStatementParser class.
JdbcStatementParser(UserDatabaseConnection, JdbcStatement) - Constructor for class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementParser
 
JdbcStatementProcessor - Class in com.scooterframework.orm.sqldataexpress.processor
JdbcStatementProcessor class.
JdbcStatementProcessor(JdbcStatement) - Constructor for class com.scooterframework.orm.sqldataexpress.processor.JdbcStatementProcessor
 
JdbcTransaction - Class in com.scooterframework.transaction
JdbcTransaction class
JdbcTransaction() - Constructor for class com.scooterframework.transaction.JdbcTransaction
Initialize JdbcTransaction
JOIN_RELATION_AND - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
JOIN_RELATION_OR - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
JOIN_TYPE_INNER - Static variable in class com.scooterframework.orm.activerecord.IncludeHelper
 
JOIN_TYPE_LEFT_OUTER - Static variable in class com.scooterframework.orm.activerecord.IncludeHelper
 
joinInputs - Variable in class com.scooterframework.orm.activerecord.HasManyThroughRelation
 
JTA_TRANSACTION_TYPE - Static variable in interface com.scooterframework.transaction.Transaction
 
JtaTransaction - Class in com.scooterframework.transaction
JtaTransaction class
JtaTransaction() - Constructor for class com.scooterframework.transaction.JtaTransaction
Initialize JtaTransaction
JtaTransaction(UserTransaction) - Constructor for class com.scooterframework.transaction.JtaTransaction
Initialize JtaTransaction by injecting an UserTransaction instance.

K

key - Variable in class com.scooterframework.orm.activerecord.Relation
 
KEY_ACQUIRE_INCREMENT - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_ACTION_SERVLET - Static variable in class com.scooterframework.web.controller.MainActionServlet
The key for this servlet in servlet context.
KEY_AFTER_CONNECTION - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_AUTOCOMMIT - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_BEFORE_CONNECTION - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_CACHE_PROVIDER_CONFIGFILE - Static variable in interface com.scooterframework.cache.CacheProvider
Key to represent cache provider configFile property.
KEY_CACHE_PROVIDER_EXPIRESINSECONDS - Static variable in interface com.scooterframework.cache.CacheProvider
Key to represent cache provider expiresInSeconds property.
KEY_CACHE_PROVIDER_NAMESPACE - Static variable in interface com.scooterframework.cache.CacheProvider
Key to represent cache provider namespace property.
KEY_CACHE_PROVIDER_REQUESTTIMEOUTINSECONDS - Static variable in interface com.scooterframework.cache.CacheProvider
Key to represent cache provider retrieveTimeoutInSeconds property.
KEY_CACHE_PROVIDER_URLS - Static variable in interface com.scooterframework.cache.CacheProvider
Key to represent cache provider urls property.
KEY_CACHE_STATS_AverageGetTime - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics AverageGetTime property.
KEY_CACHE_STATS_AverageSearchTime - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics AverageSearchTime property.
KEY_CACHE_STATS_CacheHits - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics CacheHits property.
KEY_CACHE_STATS_CacheMisses - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics CacheMisses property.
KEY_CACHE_STATS_DiskStoreObjectCount - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics DiskStoreObjectCount property.
KEY_CACHE_STATS_EvictionCount - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics EvictionCount property.
KEY_CACHE_STATS_InMemoryHits - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics InMemoryHits property.
KEY_CACHE_STATS_InMemoryMisses - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics InMemoryMisses( property.
KEY_CACHE_STATS_MemoryStoreObjectCount - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics MemoryStoreObjectCount property.
KEY_CACHE_STATS_ObjectCount - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics ObjectCount property.
KEY_CACHE_STATS_OffHeapHits - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics OffHeapHits property.
KEY_CACHE_STATS_OffHeapMisses - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics OffHeapMisses property.
KEY_CACHE_STATS_OffHeapStoreObjectCount - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics OffHeapStoreObjectCount property.
KEY_CACHE_STATS_OnDiskHits - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics OnDiskHits property.
KEY_CACHE_STATS_OnDiskMisses - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics OnDiskMisses property.
KEY_CACHE_STATS_SearchesPerSecond - Static variable in class com.scooterframework.cache.CacheStatisticsConstats
Key to represent cache statistics SearchesPerSecond property.
key_cascade - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key cascade representing cascade property.
key_columns - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key columns indicates the column names to be used for a query.
key_conditions_sql - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key conditions_sql represents extra conditional SQL string to be appended to a query.
KEY_CONNECTION_NAME - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Database connection properties keys
key_counter_cache - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key counter_cache indicates that the parent model will keep a count of child model records.
key_cpage - Static variable in class com.scooterframework.orm.misc.Paginator
 
key_custom_sql - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
custom_sql represents customerized SQL query.
key_custom_sql_key - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key custom_sql_key represents customized SQL query.
key_database - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key table key represents a database connection name.
KEY_DATASOURCENAME - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_DAYS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_DAYS_AGO - Static variable in class com.scooterframework.web.util.D
 
KEY_DB_CONNECTION_ACQUIRE_INCREMENT - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent acquire_increment property in database connection properties.
KEY_DB_CONNECTION_ADAPTER_CLASS_NAME - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent adapterClassName property in database connection properties.
KEY_DB_CONNECTION_AFTER - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent afterConnection property in database connection properties.
KEY_DB_CONNECTION_AUTOCOMMIT - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent readonly property in database connection properties.
KEY_DB_CONNECTION_BEFORE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent beforeConenction property in database connection properties.
KEY_DB_CONNECTION_DATASOURCE_NAME - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent dataSourceName property in database connection properties.
KEY_DB_CONNECTION_DRIVER - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent driver property in database connection properties.
KEY_DB_CONNECTION_INITIAL_POOL_SIZE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent initial_pool_size property in database connection properties.
KEY_DB_CONNECTION_MAX_IDLE_TIME - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent max_idle_time property in database connection properties.
KEY_DB_CONNECTION_MAX_POOL_SIZE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent max_pool_size property in database connection properties.
KEY_DB_CONNECTION_MIN_POOL_SIZE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent min_pool_size property in database connection properties.
KEY_DB_CONNECTION_NAME - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent connection name property in database connection properties.
KEY_DB_CONNECTION_NAME_PREFIX - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent a property in database connection properties.
KEY_DB_CONNECTION_PASSWORD - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent password property in database connection properties.
KEY_DB_CONNECTION_READONLY - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent readonly property in database connection properties.
KEY_DB_CONNECTION_SCHEMA - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent schema property in database connection properties.
KEY_DB_CONNECTION_TIMEOUT - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent timeout property in database connection properties.
KEY_DB_CONNECTION_TRANSACTION_ISOLATION_LEVEL - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent transactionIsolationLevel property in database connection properties.
KEY_DB_CONNECTION_TRANSACTION_TYPE - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent transactionType property in database connection properties.
KEY_DB_CONNECTION_URL - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent url property in database connection properties.
KEY_DB_CONNECTION_USE_LOGIN_AS_SCHEMA - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent use_login_as_schema property in database connection properties.
KEY_DB_CONNECTION_USE_LOGIN_FOR_CONNECTION - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent use_login_for_connection property in database connection properties.
KEY_DB_CONNECTION_USERNAME - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent username property in database connection properties.
KEY_DB_CONNECTION_VENDOR - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Key to represent vendor property in database connection properties.
KEY_DRIVER - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
key_ex_columns - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key ex_columns indicates the column names not to be used for a query.
key_finder_sql - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key finder_sql represents select query to be used with other conditions and options in find related methods.
KEY_FLASH_MESSAGE - Static variable in class com.scooterframework.web.controller.ActionContext
 
key_group_by - Static variable in class com.scooterframework.orm.misc.Paginator
Key group_by represents GROUP BY clause in SQL.
key_group_by - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key group_by represents GROUP BY clause in sql.
key_having - Static variable in class com.scooterframework.orm.misc.Paginator
Key having represents HAVING clause in SQL.
key_having - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key having represents HAVING clause in sql.
KEY_HOURS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_HOURS_AGO - Static variable in class com.scooterframework.web.util.D
 
key_include - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key include is used to eagerly load associated target entities through left outer joins.
KEY_INITIAL_POOL_SIZE - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
key_join_type - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key join_type indicates the type of joins.
key_limit - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key limit indicates the number of records for a query.
key_limit - Static variable in class com.scooterframework.orm.misc.Paginator
 
key_link - Static variable in class com.scooterframework.orm.misc.Paginator
 
KEY_LOGINTIMEOUT - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
key_mapping - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key mapping key.
KEY_MAX_IDLE_TIME - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_MAX_POOL_SIZE - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_MIN_POOL_SIZE - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_MINUTES_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_MINUTES_AGO - Static variable in class com.scooterframework.web.util.D
 
key_model - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key model key represents a model name.
KEY_MOMENTS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_MOMENTS_AGO - Static variable in class com.scooterframework.web.util.D
 
KEY_MONTHS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_MONTHS_AGO - Static variable in class com.scooterframework.web.util.D
 
KEY_NAME - Static variable in class com.scooterframework.common.util.NamedProperties
 
KEY_NOW - Static variable in class com.scooterframework.web.util.D
 
key_npage - Static variable in class com.scooterframework.orm.misc.Paginator
 
key_offset - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key offset indicates the number of records to skip for a query.
key_offset - Static variable in class com.scooterframework.orm.misc.Paginator
 
key_order - Static variable in class com.scooterframework.orm.misc.Paginator
Key order represents direction of sort.
key_order - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key order represents direction of sort.
key_order_by - Static variable in class com.scooterframework.orm.misc.Paginator
Key order_by represents ORDER BY clause in SQL.
key_order_by - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key order_by represents ORDER BY clause in sql.
key_page - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key page indicates current page number in a pagination.
KEY_PASSWORD - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_PLUGIN_CLASS_NAME - Static variable in class com.scooterframework.admin.Plugin
Key to represent plugin class name property.
KEY_PLUGIN_NAME - Static variable in class com.scooterframework.admin.Plugin
Key to represent plugin name property.
KEY_READONLY - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_REQUEST_PROCESSOR - Static variable in class com.scooterframework.web.controller.MainActionServlet
The key for this request processor in servlet context.
KEY_SCHEMA - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_SECONDS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_SECONDS_AGO - Static variable in class com.scooterframework.web.util.D
 
key_sort - Static variable in class com.scooterframework.orm.misc.Paginator
Key sort indicates column names to sort.
key_sort - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key sort indicates column names to sort.
key_source - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key source key represents the actual association in the join model of a has-many-through relation.
key_strict_include - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key key_strict_include is used to eagerly load associated target entities through inner joins.
key_table - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key table key represents a table name.
KEY_TRANSACTION_ISOLATION_LEVEL - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
key_unique - Static variable in class com.scooterframework.orm.activerecord.ActiveRecordConstants
Key unique indicates if query results should be unique.
KEY_URL - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_USE_LOGIN_AS_SCHEMA - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_USE_LOGIN_FOR_CONNECTION - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_USERNAME - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
KEY_VENDOR - Static variable in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
 
key_view - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlConstants
Key table key represents a view name.
KEY_WEEKS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_WEEKS_AGO - Static variable in class com.scooterframework.web.util.D
 
KEY_YEARS_AFTER - Static variable in class com.scooterframework.web.util.D
 
KEY_YEARS_AGO - Static variable in class com.scooterframework.web.util.D
 
keyIterator() - Method in class com.scooterframework.common.util.OrderedProperties
Returns an iterator of keys.
keyList() - Method in class com.scooterframework.common.util.OrderedProperties
Returns a list of keys.
keys - Variable in class com.scooterframework.common.util.OrderedProperties
Holder of keys.
keys() - Method in class com.scooterframework.common.util.OrderedProperties
Returns an enumeration of keys.

L

label(String) - Static method in class com.scooterframework.web.util.F
Returns label string for a field of the underlying object.
label(String, Map<String, String>) - Static method in class com.scooterframework.web.util.F
Returns label string for a field of the underlying object.
label(String) - Static method in class com.scooterframework.web.util.W
Returns label value stored in a property file based on user's current locale.
labelLink(String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on a label.
labelLink(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on a label.
labelLink(String, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a url link with query strings on a label.
labelLinkForRecord(String, String, ActiveRecord) - Static method in class com.scooterframework.web.util.W
Returns a url link on a label related to a record.
labelLinkForRecord(String, String, ActiveRecord, String) - Static method in class com.scooterframework.web.util.W
Returns a url link on a label related to a record.
lastUsedOptions - Variable in class com.scooterframework.orm.activerecord.RecordRelation
Value of options input in the latest method call of either associatedRecord or allAssociatedRecords method.
latestRecordsLoaded - Variable in class com.scooterframework.orm.activerecord.AssociatedRecord
Indicates if the associated record have been retrieved or not
latestRecordsLoaded - Variable in class com.scooterframework.orm.activerecord.AssociatedRecords
Indicates if associated records have been retrieved or not
latestRecordsLoaded - Variable in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
 
limit(int) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup limit for number of records per retrieval.
limit(int) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup limit for number of records per retrieval.
limit(int) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup limit for number of records per retrieval.
limit - Variable in class com.scooterframework.orm.misc.PageListSource
Maximum number of records per page
limit - Variable in class com.scooterframework.orm.misc.Paginator
Maximum number of records per page
LIMIT - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
 
linebreak - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
link_value_first - Static variable in class com.scooterframework.orm.misc.Paginator
 
link_value_last - Static variable in class com.scooterframework.orm.misc.Paginator
 
link_value_next - Static variable in class com.scooterframework.orm.misc.Paginator
 
link_value_page - Static variable in class com.scooterframework.orm.misc.Paginator
 
link_value_previous - Static variable in class com.scooterframework.orm.misc.Paginator
 
linkKeys - Static variable in class com.scooterframework.web.util.W
 
list() - Method in class com.scooterframework.builtin.CRUDController
 
list() - Method in class com.scooterframework.builtin.FilesController
Returns a list of files or folders.
Listener - Interface in com.scooterframework.admin
Listener class defines methods of an event listener.
load(InputStream) - Method in class com.scooterframework.common.util.OrderedProperties
Reads a property list (key and element pairs) from an input stream with "utf-8" encoding.
load(InputStream, String) - Method in class com.scooterframework.common.util.OrderedProperties
Reads a property list (key and element pairs) from an input stream.
loadClass(String) - Method in class com.scooterframework.admin.AutoLoadedObjectFactory
 
loadClass(String, boolean) - Method in class com.scooterframework.autoloader.MyClassLoader
 
loadClass(String) - Method in class com.scooterframework.common.util.ObjectFactory
 
loadClass(String) - Method in class com.scooterframework.orm.sqldataexpress.util.OrmObjectFactory
 
LoadedClass - Class in com.scooterframework.autoloader
Loaded class contains information about the class loaded.
LoadedClass(Class<?>, long) - Constructor for class com.scooterframework.autoloader.LoadedClass
 
loadLocale(Locale) - Method in class com.scooterframework.i18n.MessageResourcesManager
 
loadMyClass(String) - Method in class com.scooterframework.autoloader.ClassManager
 
loadMyClass(String) - Method in class com.scooterframework.autoloader.MyClassLoader
 
loadOrderedPropertiesFromFile(File) - Static method in class com.scooterframework.admin.PropertyReader
Load all ordered properties from a file
loadOrderedPropertiesFromFile(String) - Static method in class com.scooterframework.admin.PropertyReader
Load all ordered properties from a file
loadOrderedPropertiesFromFile(String) - Static method in class com.scooterframework.common.util.PropertyFileUtil
Load all properties from a file
loadParameterMetaData() - Method in class com.scooterframework.orm.sqldataexpress.parser.ParameterMetaDataLoader
load some parameter properties from ParameterMetaData.
loadPropertiesFromFile(File) - Static method in class com.scooterframework.admin.PropertyReader
Load all properties from a file
loadPropertiesFromFile(String) - Static method in class com.scooterframework.admin.PropertyReader
Load all properties from a file
loadPropertiesFromFile(String) - Static method in class com.scooterframework.common.util.PropertyFileUtil
Load all properties from a file
loadPropertiesFromResource(String) - Static method in class com.scooterframework.common.util.PropertyFileUtil
Load all properties from a file on classpath
loadToStringFromFile(String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
loadToStringFromResource(String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
loadToStringListFromFile(String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
loadToStringListFromResource(String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
LOCAL_HOST_REMOTE_ADDRESS - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_REMOTE_HOST_1 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_REMOTE_HOST_2 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_URL_PREFIX_1 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_URL_PREFIX_2 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_URL_PREFIX_3 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_HOST_URL_PREFIX_4 - Static variable in class com.scooterframework.admin.Constants
 
LOCAL_REQUEST - Static variable in class com.scooterframework.admin.Constants
 
log - Variable in class com.scooterframework.admin.Plugin
 
log - Variable in class com.scooterframework.autoloader.ClassWork
 
log - Variable in class com.scooterframework.autoloader.MyClassLoader
 
log - Variable in class com.scooterframework.builtin.CRUDController
 
log - Variable in class com.scooterframework.i18n.MessageResourcesManager
 
log - Variable in class com.scooterframework.orm.activerecord.AssociatedRecords
 
log - Variable in class com.scooterframework.orm.misc.PageListSource
 
log - Variable in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
log - Variable in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
log - Variable in class com.scooterframework.orm.sqldataexpress.processor.JdbcStatementProcessor
 
log - Variable in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapterFactory
 
log - Variable in class com.scooterframework.test.ScooterTestHelper
 
log(String) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
log - Variable in class com.scooterframework.web.controller.BaseRequestProcessor
 
log - Variable in class com.scooterframework.web.controller.ScooterRequestFilter
 
LogConfig - Class in com.scooterframework.common.logging
LogConfig class manages log4j.properties file.
login() - Method in class com.scooterframework.builtin.AdminSignonController
login method
LoginHelper - Class in com.scooterframework.security
LoginHelper class has helper methods for login related requests.
LoginHelper() - Constructor for class com.scooterframework.security.LoginHelper
 
loginPassword() - Static method in class com.scooterframework.security.LoginHelper
Returns the password of the current logged-in user which has been saved to session.
loginRequired() - Method in class com.scooterframework.builtin.AdminSignonController
loginRequired method (usually used in beforeFilter)
loginTimeout - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
loginUser() - Static method in class com.scooterframework.security.LoginHelper
Returns the current logged-in user record which has been saved to session.
loginUserId() - Static method in class com.scooterframework.security.LoginHelper
Returns user id of the current logged-in user record which has been saved to session.
logout() - Method in class com.scooterframework.builtin.AdminSignonController
logout method
LogUtil - Class in com.scooterframework.common.logging
LogUtil class.
lookupAndRegisterFunction(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
lookupAndRegisterStoredProcedure(String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
LookupFailureException - Exception in com.scooterframework.orm.sqldataexpress.exception
class LookupFailureException
LookupFailureException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.LookupFailureException
Constructs a new LookupFailureException exception with null as its detail message.
LookupFailureException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.LookupFailureException
Constructs a new LookupFailureException exception with the specified detail message.
LookupFailureException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.LookupFailureException
Constructs a new LookupFailureException exception with the specified cause.
LookupFailureException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.LookupFailureException
Constructs a new LookupFailureException exception with the specified detail message and cause.
lookupFunction(UserDatabaseConnection, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
lookupPrimaryKey(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Looks up PrimaryKey.
lookupStoredProcedure(UserDatabaseConnection, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
lookupTableInfo(String, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Looks up TableInfo.
lookupTableInfo(UserDatabaseConnection, String) - Static method in class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
Looks up TableInfo.
lookupUserTransaction() - Static method in class com.scooterframework.transaction.TransactionUtil
Looks up or creates a UserTransaction instance.

M

M - Class in com.scooterframework.web.util
M (MiscHelper) class has helper methods for all other situations.
M() - Constructor for class com.scooterframework.web.util.M
 
m_consoleDebug - Static variable in class com.scooterframework.common.logging.LogUtil
 
m_debugLevel - Static variable in class com.scooterframework.common.logging.LogUtil
 
main(String[]) - Static method in class com.scooterframework.autoloader.Enhancer
 
main() - Method in class com.scooterframework.builtin.AdminSignonController
main method
main(String[]) - Static method in class com.scooterframework.tools.connection.ConnectionCheck
 
main(String[]) - Static method in class com.scooterframework.tools.creator.AppCreator
 
main(String[]) - Static method in class com.scooterframework.tools.generator.CodeGenerator
 
main(String[]) - Static method in class com.scooterframework.tools.signon.SignonGenerator
 
main(String[]) - Static method in class com.scooterframework.tools.webserver.StartServer
 
MainActionServlet - Class in com.scooterframework.web.controller
MainActionServlet class
MainActionServlet() - Constructor for class com.scooterframework.web.controller.MainActionServlet
 
manualStopOff() - Static method in class com.scooterframework.common.logging.LogUtil
Removes a stop on the logger.
manualStopOn() - Static method in class com.scooterframework.common.logging.LogUtil
Puts a stop on the logger.
mapping - Variable in class com.scooterframework.orm.activerecord.Relation
 
markdown(String) - Static method in class com.scooterframework.web.util.W
Returns html text converted by Markdown.
match(RequestInfo) - Method in class com.scooterframework.web.route.MatchMaker
 
MatchMaker - Class in com.scooterframework.web.route
MatchMaker class
maximum(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates maximum of a field.
maximum(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates maximum of a field.
maximum(String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates maximum of a field.
maximum(String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates maximum of a field.
md5(String) - Static method in class com.scooterframework.common.util.Util
Returns a MD5 digest string of the input string.
member - Variable in class com.scooterframework.web.route.Resource
 
Message - Class in com.scooterframework.common.util
Message represents a general purpose message.
Message(String) - Constructor for class com.scooterframework.common.util.Message
Construct a message.
Message(String, String) - Constructor for class com.scooterframework.common.util.Message
Construct a message.
message(Date) - Static method in class com.scooterframework.web.util.D
Returns a human-friendly date/time message.
message(Date, Locale) - Static method in class com.scooterframework.web.util.D
Returns a human-friendly date/time message in a specific locale.
message(String) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey.
message(String, String) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey in the specific language.
message(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey in the specific language of the specific country.
message(String, String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey in the specific language of the specific country's particular variant.
message(String, Locale) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey in the specific locale.
message(String, Object[]) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey and the values.
message(String, Locale, Object[]) - Static method in class com.scooterframework.web.util.W
Returns a message associated with the messageKey and the values in a specific locale.
MESSAGE_KEY - Static variable in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
messageKey - Variable in class com.scooterframework.common.util.ExpandedMessage
The key to content in resource file.
MessageResourcesManager - Class in com.scooterframework.i18n
MessageResourcesManager is responsible for managing loading a locale's messages.
MessageResourcesManager(String, String) - Constructor for class com.scooterframework.i18n.MessageResourcesManager
 
Messages - Class in com.scooterframework.i18n
Message class provides convenient methods to access i18n messages.
Messages() - Constructor for class com.scooterframework.i18n.Messages
 
methodCreated - Variable in class com.scooterframework.web.controller.ActionProperties
 
MethodCreationException - Exception in com.scooterframework.common.exception
class MethodCreationException
MethodCreationException(String, String) - Constructor for exception com.scooterframework.common.exception.MethodCreationException
 
MethodCreationException(String, String, Throwable) - Constructor for exception com.scooterframework.common.exception.MethodCreationException
 
methodInstance - Variable in class com.scooterframework.web.controller.ActionProperties
 
methodName - Variable in exception com.scooterframework.common.exception.ExecutionException
 
methodName - Variable in exception com.scooterframework.common.exception.MethodCreationException
 
minium(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates minimum of a field.
minium(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates minimum of a field.
minium(String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates minimum of a field.
minium(String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates minmum of a field.
mode - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODE_IN - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODE_INOUT - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODE_OUT - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODE_RETURN - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODE_UNKONWN - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
MODEL - Static variable in class com.scooterframework.admin.Constants
 
model() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
model - Variable in class com.scooterframework.web.controller.ActionProperties
 
modelClassName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
modelClassName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
ModelGenerator - Class in com.scooterframework.tools.generator
This class generates model class code.
ModelGenerator(String, Map<String, String>, String, String, String, boolean) - Constructor for class com.scooterframework.tools.generator.ModelGenerator
 
ModelHelperGenerator - Class in com.scooterframework.tools.generator
This class generates model class code.
ModelHelperGenerator(String, Map<String, String>, String, String, String, boolean) - Constructor for class com.scooterframework.tools.generator.ModelHelperGenerator
 
modelName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
modelName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
modelName - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
modelNameCamel - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
ModelTestGenerator - Class in com.scooterframework.tools.generator
This class generates model test class code.
ModelTestGenerator(String, Map<String, String>, String, String, String, boolean) - Constructor for class com.scooterframework.tools.generator.ModelTestGenerator
 
ModelValidators - Class in com.scooterframework.orm.activerecord
ModelValidators contains validation methods to validate a model record.
ModelValidators(ActiveRecord) - Constructor for class com.scooterframework.orm.activerecord.ModelValidators
Construct a validator.
MODIFY_FILE - Static variable in class com.scooterframework.admin.FileChangeNotice
 
mp - Static variable in class com.scooterframework.web.util.W
 
MyClassLoader - Class in com.scooterframework.autoloader
MyClassLoader class
MyClassLoader(ClassManager) - Constructor for class com.scooterframework.autoloader.MyClassLoader
 
MyClassLoader(ClassLoader, ClassManager) - Constructor for class com.scooterframework.autoloader.MyClassLoader
 
MySQLDBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
MySQLDBAdapter class applies to MySQL database.
MySQLDBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 

N

name - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
name - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
name - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
name - Variable in class com.scooterframework.web.route.Resource
 
name - Variable in class com.scooterframework.web.route.Route
 
nameConnMap - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
NAMED_SQL_STATEMENT_PROCESSOR - Static variable in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
 
NamedCurrentThreadCache - Class in com.scooterframework.cache
NamedCurrentThreadCache provides a named cache for current request thread.
NamedCurrentThreadCache(String) - Constructor for class com.scooterframework.cache.NamedCurrentThreadCache
 
NamedProperties - Class in com.scooterframework.common.util
NamedProperties class holds a Properties object and its name.
NamedProperties(String, Properties) - Constructor for class com.scooterframework.common.util.NamedProperties
 
NamedRoute - Class in com.scooterframework.web.route
NamedRoute class
NamedRoute() - Constructor for class com.scooterframework.web.route.NamedRoute
 
NamedRoute(String, Properties) - Constructor for class com.scooterframework.web.route.NamedRoute
 
namespace - Variable in class com.scooterframework.web.route.Resource
 
namespace - Variable in class com.scooterframework.web.route.Route
 
nestedResourcePath(String, RESTified, String) - Static method in class com.scooterframework.web.util.R
 
nestedResourcePath(String, String, String) - Static method in class com.scooterframework.web.util.R
 
nestedResourcePath(String[], Object[], String) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String, RESTified, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String, String, String, RESTified) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String, RESTified, String, String) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String, String, String, String) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String[], Object[], String, RESTified) - Static method in class com.scooterframework.web.util.R
 
nestedResourceRecordPath(String[], Object[], String, String) - Static method in class com.scooterframework.web.util.R
 
newInstance(String) - Method in class com.scooterframework.autoloader.ClassManager
 
newInstance(Class<?>) - Method in class com.scooterframework.common.util.ObjectFactory
 
newInstance(String) - Method in class com.scooterframework.common.util.ObjectFactory
 
newInstance(Class<?>, Class<?>[], Object[]) - Method in class com.scooterframework.common.util.ObjectFactory
 
newInstance(String, Class<?>[], Object[]) - Method in class com.scooterframework.common.util.ObjectFactory
 
newInstance(Class<?>, Class<?>[], Object[]) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Creates a new instance.
newRecord() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Creates a new instance.
NEWUPDATEDATE_KEY - Static variable in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
next() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns next IncludeNode.
nextPage() - Method in class com.scooterframework.orm.misc.Paginator
Returns a Paginator instance for the next page.
nl2br(String) - Static method in class com.scooterframework.web.util.W
Returns a string formatted for html display by adding "
"
after each occurance of newlines "\n" in a string.
NO_ROW_LIMIT - Static variable in interface com.scooterframework.orm.sqldataexpress.processor.DataProcessor
No retrieval limit.
NOCHANGE_EXISTING_FILE - Static variable in class com.scooterframework.tools.common.GeneratorHelper
 
noConsoleDisplay - Static variable in class com.scooterframework.admin.ApplicationConfig
 
NoControllerFoundException - Exception in com.scooterframework.web.controller
class NoControllerFoundException
NoControllerFoundException(String) - Constructor for exception com.scooterframework.web.controller.NoControllerFoundException
Constructs a new NoControllerFoundException exception with the specified class name.
noFilterDeclared() - Method in class com.scooterframework.admin.FilterManager
True if no filter declared.
noLinkOnCurrentUri - Static variable in class com.scooterframework.web.util.W
Key to embed in linkProperties map or string in order not to show a link on a label when the current uri is the same as the action path.
noLinkOnEmptyQueryString - Static variable in class com.scooterframework.web.util.W
Key to embed in linkProperties map or string in order not to show a link on a label.
noPrefix - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
noPrefix - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
NoRouteFoundException - Exception in com.scooterframework.web.route
NoRouteFoundException class
NoRouteFoundException(String) - Constructor for exception com.scooterframework.web.route.NoRouteFoundException
 
NoRouteFoundException(String, String) - Constructor for exception com.scooterframework.web.route.NoRouteFoundException
 
noSuffix - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
noSuffix - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
NOT_A_NUMBER - Static variable in class com.scooterframework.common.validation.Validators
 
notAllowedToChange(String) - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
NoTemplateHandlerException - Exception in com.scooterframework.web.controller
class NoTemplateHandlerException
NoTemplateHandlerException(String, String) - Constructor for exception com.scooterframework.web.controller.NoTemplateHandlerException
 
notice(String) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of notice type.
notice(String, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of notice type.
notice(String, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of notice type.
notice(String, Object, Object, Object) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of notice type.
notice(Message) - Static method in class com.scooterframework.web.controller.Flash
Records a flash message of notice type.
NoViewFileException - Exception in com.scooterframework.web.controller
class ViewFileNotFoundException
NoViewFileException(String, String) - Constructor for exception com.scooterframework.web.controller.NoViewFileException
 
npage - Variable in class com.scooterframework.orm.misc.Paginator
New page number
NUMBER - Static variable in class com.scooterframework.web.util.T
int constant represents numberic data type.
numberFormat(Object, int) - Static method in class com.scooterframework.web.util.T
Returns a text of number with a certain precision.
nvl(Object, Object) - Static method in class com.scooterframework.common.util.Util
nvl method lets you substitute a value when a null value is encountered.
nvl(String, String) - Static method in class com.scooterframework.common.util.Util
nvl method lets you substitute a value when a null value is encountered.
nvl(Object, Object, Object) - Static method in class com.scooterframework.common.util.Util
nvl method lets you substitute a value when a null value is encountered as well as when a non-null value is encountered.
nvl(String, String, String) - Static method in class com.scooterframework.common.util.Util
nvl method lets you substitute a value when a null value is encountered as well as when a non-null value is encountered.

O

O - Class in com.scooterframework.web.util
O(ObjectHelper) class has helper methods for objects including ActiveRecord related instances.
O() - Constructor for class com.scooterframework.web.util.O
 
OAC - Static variable in class com.scooterframework.web.controller.ACH
OAC is constant for ORM Application Context.
ObjectCreationException - Exception in com.scooterframework.common.exception
class ObjectCreationException
ObjectCreationException(String) - Constructor for exception com.scooterframework.common.exception.ObjectCreationException
Constructs a new ObjectCreationException exception with the specified class name.
ObjectCreationException(String, Throwable) - Constructor for exception com.scooterframework.common.exception.ObjectCreationException
Constructs a new ObjectCreationException exception with the specified class name and cause.
ObjectFactory - Class in com.scooterframework.common.util
ObjectFactory class has helper methods for object creation.
ObjectFactory() - Constructor for class com.scooterframework.common.util.ObjectFactory
 
offset(int) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup number of records to skip.
offset(int) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup number of records to skip.
offset(int) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup number of records to skip.
offset - Variable in class com.scooterframework.orm.misc.PageListSource
Offset
offset - Variable in class com.scooterframework.orm.misc.Paginator
Number of records to skip
OFFSET - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
 
OmniDTO - Class in com.scooterframework.orm.sqldataexpress.object
OmniDTO class.
OmniDTO() - Constructor for class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
OmniDTOBasic - Interface in com.scooterframework.orm.sqldataexpress.object
OmniDTOBasic interface defines methods for all situations.
OmniDTOJdbcStatement - Interface in com.scooterframework.orm.sqldataexpress.object
OmniDTOJdbcStatement interface defines methods for results from jdbc statement processing.
OmniDTOStoredFunction - Interface in com.scooterframework.orm.sqldataexpress.object
OmniDTOStoredFunction interface defines methods for results from stored functions.
OmniDTOStoredProcedure - Interface in com.scooterframework.orm.sqldataexpress.object
OmniDTOStoredProcedure interface defines methods for results from stored procedures.
ONE_DAY - Static variable in class com.scooterframework.web.util.D
 
ONE_HOUR - Static variable in class com.scooterframework.web.util.D
 
ONE_MINUTE - Static variable in class com.scooterframework.web.util.D
 
ONE_MONTH - Static variable in class com.scooterframework.web.util.D
 
ONE_SECOND - Static variable in class com.scooterframework.web.util.D
 
ONE_WEEK - Static variable in class com.scooterframework.web.util.D
 
ONE_YEAR - Static variable in class com.scooterframework.web.util.D
 
only - Variable in class com.scooterframework.web.route.Resource
 
onStart() - Method in class com.scooterframework.admin.Plugin
Do something when the plugin is started.
onStop() - Method in class com.scooterframework.admin.Plugin
Do something when the plugin is stopped.
opage - Variable in class com.scooterframework.orm.misc.Paginator
Origin page number
OPTIONS - Static variable in class com.scooterframework.common.http.HTTPClient
 
optionsChangedFromLastRetrieval(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Checks if options changed after last used.
OracleDBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
OracleDBAdapter class applies to Oracle database.
OracleDBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
OracleParameter - Class in com.scooterframework.orm.sqldataexpress.object
OracleParameter class has Oracle specific parameter handling methods.
OracleParameter(int, String, String, int, String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.OracleParameter
 
order - Variable in class com.scooterframework.orm.misc.Paginator
Sort order direction: up or down
ORDER - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
 
orderBy(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup group-by clause.
orderBy(String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup group-by clause.
orderBy(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup group-by clause.
OrderedProperties - Class in com.scooterframework.common.util
The OrderedProperties class extends Properties class.
OrderedProperties() - Constructor for class com.scooterframework.common.util.OrderedProperties
Creates an empty property list with no default values.
OrderedProperties(Properties) - Constructor for class com.scooterframework.common.util.OrderedProperties
Creates an empty property list with the specified defaults.
ordinalize(int) - Static method in class com.scooterframework.common.util.WordUtil
Returns an ordinalized string.
ORG_MORTBAY_JETTY - Static variable in class com.scooterframework.admin.Constants
 
organizeData(TableData) - Method in class com.scooterframework.orm.activerecord.IncludeHelper
Organizes raw data retrieved from database into a list of associated ActiveRecord instances.
OrmObjectFactory - Class in com.scooterframework.orm.sqldataexpress.util
OrmObjectFactory class has helper methods for object creation in db tier.
OrmObjectFactory() - Constructor for class com.scooterframework.orm.sqldataexpress.util.OrmObjectFactory
 
otherInit() - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
OUTOF_RANGE - Static variable in class com.scooterframework.common.validation.Validators
 
OUTPUT_FILTER_EXCEPT - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
Key to indicate columns to be excluded from output.
OUTPUT_FILTER_ONLY - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
Key to indicate columns to be included in output.
outputTo(String, String, String, String, boolean) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
outputTo(String, String, boolean) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
outputTo(List<String>, String, String, String, boolean) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
outputTo(List<String>, String, boolean) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
owner - Variable in class com.scooterframework.orm.activerecord.RecordRelation
 
ownerClass - Variable in class com.scooterframework.orm.activerecord.Relation
 
ownerIsNew() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Checks if the owner record is a new record.
ownerModel - Variable in class com.scooterframework.orm.activerecord.Relation
 

P

p(String) - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method params(String key).
packageLine - Variable in class com.scooterframework.tools.creator.ControllerApplicationGenerator
 
packageLine - Variable in class com.scooterframework.tools.generator.ControllerApplicationGenerator
 
packageLine - Variable in class com.scooterframework.tools.generator.ControllerGenerator
 
packageLine - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
packageLine - Variable in class com.scooterframework.tools.generator.ControllerTestGenerator
 
packageLine - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
packageLine - Variable in class com.scooterframework.tools.signon.ControllerSignonGenerator
 
packageName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
packageName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
page(int) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup current page number.
page(int) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup current page number.
page(int) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup current page number.
pageCount - Variable in class com.scooterframework.orm.misc.Paginator
Total number of pages
PAGED - Static variable in class com.scooterframework.admin.Constants
Http key "paged" indicates whether to use paginator to display a list.
paged_list() - Method in class com.scooterframework.builtin.CRUDController
 
pageLink(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link for a page in pagination.
pageLink(int, String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link for a page in pagination.
pageLink(String, String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a url link for a page in pagination.
PageListSource - Class in com.scooterframework.orm.misc
PageListSource class sets up basic framework for retrieving paged data.
PageListSource(Map<String, String>) - Constructor for class com.scooterframework.orm.misc.PageListSource
Constructs a PageListSource object.
PageListSource(Map<String, String>, boolean) - Constructor for class com.scooterframework.orm.misc.PageListSource
Constructs a PageListSource object.
paginationLinks(Paginator, String) - Static method in class com.scooterframework.web.util.W
Returns a string of pagination page links.
paginationLinks(Paginator, String, String) - Static method in class com.scooterframework.web.util.W
Returns a string of pagination page links.
Paginator - Class in com.scooterframework.orm.misc
Paginator class manages pagination of records of a model object.
Paginator(PageListSource, String) - Constructor for class com.scooterframework.orm.misc.Paginator
Constructs a Paginator object that manages a model entity's pagination.
Paginator(PageListSource, Map<String, ?>) - Constructor for class com.scooterframework.orm.misc.Paginator
Constructs a Paginator object that manages a model entity's pagination.
param(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in parameter scope.
Parameter - Class in com.scooterframework.orm.sqldataexpress.object
Parameter class.
Parameter() - Constructor for class com.scooterframework.orm.sqldataexpress.object.Parameter
 
Parameter(int, String, String, int, String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.Parameter
 
ParameterFactory - Class in com.scooterframework.orm.sqldataexpress.object
ParameterFactory class creates Parameter instances of different vendor types.
ParameterMetaDataLoader - Class in com.scooterframework.orm.sqldataexpress.parser
ParameterMetaDataLoader class.
ParameterMetaDataLoader(ParameterMetaData, JdbcStatement) - Constructor for class com.scooterframework.orm.sqldataexpress.parser.ParameterMetaDataLoader
 
parameters - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
params() - Static method in class com.scooterframework.web.controller.ActionControl
Returns all request parameters as a map.
params(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a value corresponding to a key in request parameters or request attributes.
paramsFile(String) - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method getUploadedFile(String key).
paramsFiles() - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method getUploadFiles().
paramsFilesMap() - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method getUploadFilesMap().
paramsIgnoreCase(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a value corresponding to a key in the request parameters.
paramsWithPrefix(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns all request parameters as a map for those keys that have a prefix.
parents - Variable in class com.scooterframework.web.route.Resource
 
pArray(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a string array corresponding to a key in request parameters or request attributes.
parse() - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementParser
 
parseDate(String) - Static method in class com.scooterframework.common.util.DateUtil
Returns a date instance from a dateStr string.
parseDate(String, String) - Static method in class com.scooterframework.common.util.DateUtil
Returns a date instance from a dateStr string.
parseDate(String, Locale) - Static method in class com.scooterframework.common.util.DateUtil
Returns a date instance from a dateStr string.
parseDate(String, String, Locale) - Static method in class com.scooterframework.common.util.DateUtil
Returns a date instance from a dateStr string.
parseDateByFormat(String, String) - Static method in class com.scooterframework.common.util.Util
 
parseNestedPropertiesFromLine(String, String, String) - Static method in class com.scooterframework.common.util.PropertyFileUtil
Returns properties from a nested property line.
parsePath(String) - Method in class com.scooterframework.web.route.Route
 
parseStringForDoubleQuote(String) - Static method in class com.scooterframework.common.util.StringUtil
 
password - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
pathAlias - Variable in class com.scooterframework.web.route.Resource
 
pathExist(String) - Static method in class com.scooterframework.common.util.FileUtil
 
pathExistAndHasFiles(String) - Static method in class com.scooterframework.common.util.FileUtil
 
pathPrefix - Variable in class com.scooterframework.web.route.Resource
 
pathPrefix - Variable in class com.scooterframework.web.route.Route
 
pBoolean(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns true or false corresponding to a key in request parameters or request attributes.
pDate(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a date instance corresponding to a key in request parameters or request attributes.
pDate(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a date instance corresponding to a key in request parameters or request attributes.
pFile(String) - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method paramsFile(String key).
pFiles() - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method paramsFiles().
pFilesMap() - Static method in class com.scooterframework.web.controller.ActionControl
Alias of method paramsFilesMap().
pls - Variable in class com.scooterframework.orm.misc.Paginator
 
Plugin - Class in com.scooterframework.admin
Plugin class has methods to manage a plug-in.
Plugin(Properties) - Constructor for class com.scooterframework.admin.Plugin
 
PluginManager - Class in com.scooterframework.admin
PluginManager class manages all plugins.
PLURAL - Static variable in class com.scooterframework.web.route.Resource
Constant which indicates that this is a plural resource.
plural2singles - Static variable in class com.scooterframework.common.util.WordUtil
 
pluralize(String) - Static method in class com.scooterframework.common.util.WordUtil
Returns a pluralized word.
pluralize(int, String) - Static method in class com.scooterframework.web.util.T
Returns a pluralized word if the count is more than one.
pluralize(int, String, String) - Static method in class com.scooterframework.web.util.T
Returns a pluralized word if the count is more than one.
pluralize(Object, String) - Static method in class com.scooterframework.web.util.T
Returns a pluralized word if the count is more than one.
pluralize(Object, String, String) - Static method in class com.scooterframework.web.util.T
Returns a pluralized word if the count is more than one.
plurals - Static variable in class com.scooterframework.common.util.WordUtil
 
populateFKInBelongsTo(ActiveRecord, Map<String, String>, ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.AssociationHelper
Populates foreign key value in a belongs-to relation.
populateFKInHasMany(ActiveRecord, Map<String, String>, ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.AssociationHelper
Populates foreign key value in a has-many relation.
populateFKInHasOne(ActiveRecord, Map<String, String>, ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.AssociationHelper
Populates foreign key value in a has-one relation.
populateProperties(Properties) - Method in class com.scooterframework.web.route.Resource
 
populateProperties(Properties) - Method in class com.scooterframework.web.route.Route
 
populateRequiredFields() - Method in class com.scooterframework.web.route.Route
 
POST - Static variable in class com.scooterframework.common.http.HTTPClient
 
PostgreSQLDBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
PostgreSQLDBAdapter class applies to PostgreSQL database.
PostgreSQLDBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
 
preloadClasses(Collection<String>) - Static method in class com.scooterframework.autoloader.ClassWorkHelper
 
preloadClasses(String) - Static method in class com.scooterframework.autoloader.ClassWorkHelper
 
preloadClasses(String, String) - Static method in class com.scooterframework.autoloader.ClassWorkHelper
 
prepareActionProperties(String, String, HttpServletRequest) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Sets up action properties for the action execution.
prepareActionProperties(String, String, HttpServletRequest) - Method in class com.scooterframework.web.controller.RestfulRequestProcessor
Sets up action properties for the action execution.
prepareDynamicWhereClauseForRestfulId(Map<String, Object>, RowInfo, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
prepareInsertSQL(RowInfo, Map<String, Object>) - Static method in class com.scooterframework.builtin.databrowser.Record
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns a SQL query for pagination.
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.H2DBAdapter
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.HsqlDBAdapter
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.PostgreSQLDBAdapter
 
preparePaginationSql(String, Map<String, Object>, Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
prepareSetSQL(RowInfo, Map<String, Object>) - Static method in class com.scooterframework.builtin.databrowser.Record
 
preview(String, int) - Static method in class com.scooterframework.common.util.StringUtil
Returns the first few characters of a string.
preview(String, int, String) - Static method in class com.scooterframework.common.util.StringUtil
Returns the first few characters of a string.
previous() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns previous IncludeNode.
PRIMARY_KEY_SEPARATOR - Static variable in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
A hyphen "-" is used to link composite primary key fields.
PRIMARY_KEY_SEPARATOR - Static variable in class com.scooterframework.web.route.RouteConstants
A hyphen "-" is used to link composite primary key fields.
PrimaryKey - Class in com.scooterframework.orm.sqldataexpress.object
PrimaryKey class holds config information about a specific table.
PrimaryKey(String, String, String, List<String>) - Constructor for class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Constructor.
primaryKeyNames() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns a list of primary key column names.
printAllProperties(ResourceBundle) - Static method in class com.scooterframework.common.util.PropertyFileUtil
print out all properties.
printAllProperties(Properties, String, String) - Static method in class com.scooterframework.common.util.PropertyFileUtil
print out all properties.
process(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Process an HttpServletRequest and create the corresponding HttpServletResponse or dispatch to another resource.
process(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes request.
processAllFiles(File, Map<String, String>) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
processAutoAuditCreate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something for the auto-audit update fields.
processAutoAuditUpdate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Do something for the auto-audit update fields.
processCompileError(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes a compile error message.
processError(HttpServletRequest, HttpServletResponse, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes an error message.
processException(HttpServletRequest, HttpServletResponse, Exception) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes an exception.
processLocale(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
 
processNotNullResult(HttpServletRequest, HttpServletResponse, ActionProperties, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes not-null result of an action method.
processNullResult(HttpServletRequest, HttpServletResponse, ActionProperties) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes null result.
processResultContentForRequestFormatType(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
 
processResultError(HttpServletRequest, HttpServletResponse, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes error result.
processResultForward(HttpServletRequest, HttpServletResponse, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes forward result.
processResultRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes redirect result.
processRootAccess(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Processes root access.
processTemplateContent(String, Map<String, ?>) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
properties - Variable in class com.scooterframework.orm.activerecord.Relation
 
properties - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
property(Object, String) - Static method in class com.scooterframework.web.util.O
Returns text of an object's property.
property(Object, String, String) - Static method in class com.scooterframework.web.util.O
Returns text of an object's property.
property(Object, String, String, Locale) - Static method in class com.scooterframework.web.util.O
Returns text of an object's property.
property(Object, String, int, String, Locale) - Static method in class com.scooterframework.web.util.O
Returns text of an object's property.
PROPERTY_SYMBOL_ARRAY - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_ARRAY_ITEMS_DELIMITER - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_GROUP - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_GROUP_ITEM_ASSIGN - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_GROUP_ITEMS_DELIMITER - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_NAMEVALUESPLITER - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_PARENTS_CONNECTION - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_PROPERTYDELIMITER - Static variable in class com.scooterframework.web.route.RouteConstants
 
PROPERTY_SYMBOL_STRICT_PARENT - Static variable in class com.scooterframework.web.route.RouteConstants
 
PropertyFileChangeMonitor - Class in com.scooterframework.admin
PropertyFileChangeMonitor class monitors property file changes and also notifies the changes to associated observers.
PropertyFileChangeMonitor.PropertyFileChangeMonitorTimerTask - Class in com.scooterframework.admin
FileChangeMonitorTimerTask is responsible for scanning files.
PropertyFileChangeMonitor.PropertyFileChangeMonitorTimerTask() - Constructor for class com.scooterframework.admin.PropertyFileChangeMonitor.PropertyFileChangeMonitorTimerTask
 
PropertyFileLoadingException - Exception in com.scooterframework.common.exception
class PropertyFileLoadingException
PropertyFileLoadingException() - Constructor for exception com.scooterframework.common.exception.PropertyFileLoadingException
 
PropertyFileLoadingException(String) - Constructor for exception com.scooterframework.common.exception.PropertyFileLoadingException
 
PropertyFileUtil - Class in com.scooterframework.common.util
PropertyFileUtil
PropertyFileUtil() - Constructor for class com.scooterframework.common.util.PropertyFileUtil
 
propertyNames() - Method in class com.scooterframework.common.util.OrderedProperties
Returns an enumeration of all the keys in this property list.
PropertyReader - Class in com.scooterframework.admin
PropertyReader class loads property information.
PropertyReader() - Constructor for class com.scooterframework.admin.PropertyReader
 
publish(HttpServletResponse, Object, String) - Static method in class com.scooterframework.web.controller.ContentHandlerHelper
Sends content to the requestor.
publish(HttpServletResponse, String, String) - Static method in class com.scooterframework.web.controller.ContentHandlerHelper
Sends content string to the requestor.
publish(HttpServletResponse, byte[], String) - Static method in class com.scooterframework.web.controller.ContentHandlerHelper
Sends content bytes to the requestor.
publish(HttpServletResponse, InputStream, String) - Static method in class com.scooterframework.web.controller.ContentHandlerHelper
Sends an input stream to the requestor.
publish(HttpServletResponse, File, String, String, boolean) - Static method in class com.scooterframework.web.controller.ContentHandlerHelper
Sends a file to the requestor.
publishEvent(Event) - Method in class com.scooterframework.admin.EventsManager
Publishes an event.
publishFile(File) - Static method in class com.scooterframework.web.controller.ActionControl
Publishes a file for display.
publishFile(File, String) - Static method in class com.scooterframework.web.controller.ActionControl
Publishes a file for display.
publishFile(File, String, boolean) - Static method in class com.scooterframework.web.controller.ActionControl
Publishes a file.
publishFile(File, String, String, boolean) - Static method in class com.scooterframework.web.controller.ActionControl
Publishes a file.
put(Object, Object) - Method in interface com.scooterframework.cache.Cache
Stores object into cache based on key.
put(Object, Object) - Static method in class com.scooterframework.cache.DefaultCacheStore
Stores object into cache based on key.
put(Object, Object) - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Stores object into cache based on key.
PUT - Static variable in class com.scooterframework.common.http.HTTPClient
 
put(Object, Object) - Method in class com.scooterframework.common.util.OrderedProperties
Maps the specified key to the specified value in this ordered properties.

Q

QueryBuilder - Class in com.scooterframework.orm.activerecord
QueryBuilder class provides flexible methods for building a query.
QueryHelper - Class in com.scooterframework.orm.activerecord
QueryHelper class provides helper methods for query construction.
QueryHelper() - Constructor for class com.scooterframework.orm.activerecord.QueryHelper
 
QuestionMarkStopper - Static variable in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 

R

R - Class in com.scooterframework.web.util
R(RestfulHelper) class has helper methods for routes and resources.
R() - Constructor for class com.scooterframework.web.util.R
 
readContent(File) - Static method in class com.scooterframework.common.util.FileUtil
 
readonly - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
readOnlyColumnNames() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns a list of read-only column names.
recHome - Variable in class com.scooterframework.orm.activerecord.Calculator
record home instance.
Record - Class in com.scooterframework.builtin.databrowser
Record model class handles record related access.
Record() - Constructor for class com.scooterframework.builtin.databrowser.Record
 
record - Variable in class com.scooterframework.orm.activerecord.ModelValidators
The current record instance.
recordHome - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
recordList - Variable in class com.scooterframework.orm.misc.PageListSource
paged record list
recordList - Variable in class com.scooterframework.orm.misc.Paginator
paged record list
recordRelation - Variable in class com.scooterframework.orm.activerecord.AssociatedRecord
The RecordRelation instance for this association.
recordRelation - Variable in class com.scooterframework.orm.activerecord.AssociatedRecords
The RecordRelation instance for this association.
RecordRelation - Class in com.scooterframework.orm.activerecord
RecordRelation class represents a relation instance.
RecordRelation(ActiveRecord, Relation) - Constructor for class com.scooterframework.orm.activerecord.RecordRelation
 
RecordsController - Class in com.scooterframework.builtin.databrowser
RecordsController class handles record related access.
RecordsController() - Constructor for class com.scooterframework.builtin.databrowser.RecordsController
 
recordValidationException(String) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message
recordValidationException(String, String) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message for a key or a field
recordValidationException(String, String, Object) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message for a key or a field
recordValidationException(String, String, Object, Object) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message for a key or a field
recordValidationException(String, String, Object, Object, Object) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message for a key or a field
recordValidationException(String, String, Object[]) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message for a key or a field
recordValidationException(Message) - Method in class com.scooterframework.common.validation.ValidationResults
Records a validation error message
RecordValidationException - Exception in com.scooterframework.orm.activerecord
class RecordValidationException
RecordValidationException(ValidationResults) - Constructor for exception com.scooterframework.orm.activerecord.RecordValidationException
 
recount - Variable in class com.scooterframework.orm.misc.PageListSource
Boolean variable to indicate whether to recount total records.
redirect(String) - Static method in class com.scooterframework.web.util.W
Redirects to a new address.
redirectTo(String, ActiveRecord) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a redirect-tagged URI string with a query string.
redirectTo(String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a redirect-tagged URI string with a query string.
redirectTo(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a redirect-tagged URI string with a query string.
redirectTo(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a redirect-tagged URI string.
redirectTo(String, ActiveRecord) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a redirect-tagged URI string with a query string.
redirectTo(String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a redirect-tagged URI string with a query string.
redirectTo(String, String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a redirect-tagged URI string with a query string.
redirectTo(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a redirect-tagged URI string.
ref - Variable in class com.scooterframework.orm.misc.Paginator
Link reference
ReferenceData - Interface in com.scooterframework.orm.activerecord
ReferenceData interface contains common methods to access reference data.
ReferenceDataLoader - Class in com.scooterframework.orm.activerecord
ReferenceDataLoader is responsible for loading reference data.
ReferenceDataLoader() - Constructor for class com.scooterframework.orm.activerecord.ReferenceDataLoader
 
ReferenceDataRecord - Class in com.scooterframework.orm.activerecord
ReferenceDataRecord class
ReferenceDataRecord(String, String, String, ActiveRecord) - Constructor for class com.scooterframework.orm.activerecord.ReferenceDataRecord
 
ReferenceDataRecord(String, String, String, RowData) - Constructor for class com.scooterframework.orm.activerecord.ReferenceDataRecord
 
ReferenceDataStore - Class in com.scooterframework.orm.activerecord
ReferenceDataStore class holds static reference data for all users.
ReferenceDataStore() - Constructor for class com.scooterframework.orm.activerecord.ReferenceDataStore
 
refreshHttpConnection() - Method in class com.scooterframework.test.FunctionalTestHelper
 
registerActionProperties(HttpServletRequest, ActionProperties) - Method in class com.scooterframework.web.controller.BaseRequestProcessor
Puts some action properties in request object.
registerActionProperties(HttpServletRequest, ActionProperties) - Method in class com.scooterframework.web.controller.RestfulRequestProcessor
Puts some action properties in request object.
registerCategory(Class<? extends ActiveRecord>, String, String, String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Registers a Category.
registerController(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Registers a controller class after its complete configuration.
registerFileMonitor(FileMonitor) - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
registerListener(String, Listener) - Method in class com.scooterframework.admin.EventsManager
Register a listener for a specific event type.
registerModel(Class<?>) - Method in class com.scooterframework.admin.SamiManager
Registers a model class after its complete configuration.
registerObserver(Observer, String, FileFilter) - Method in class com.scooterframework.admin.DirChangeMonitor
Register an observer of a directory path with a file filter.
registerObserver(Observer, String) - Method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
registerObserver(Observer, File) - Method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
registerObserverForDir(Observer, String) - Method in class com.scooterframework.admin.DirChangeMonitor
Register an observer of a directory path.
registerObserverForFileName(Observer, String, String) - Method in class com.scooterframework.admin.DirChangeMonitor
Register an observer for a file of a directory path.
registerObserverForFilePrefix(Observer, String, String) - Method in class com.scooterframework.admin.DirChangeMonitor
Register an observer for all files of the same prefix of a directory path.
registerObserverForFileSuffix(Observer, String, String) - Method in class com.scooterframework.admin.DirChangeMonitor
Register an observer for all files of the same suffix of a directory path.
registerPlugin(String, Properties) - Method in class com.scooterframework.admin.PluginManager
Registers a plugin.
registerRelations() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Subclass need to override this method by calling proper relationship setup methods: hasOne, belongsTo, hasMany, hasManyThrough, etc.
registerRelations(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Loads relations for a class type.
registerRelations() - Method in class com.scooterframework.orm.activerecord.tag.Tag
 
registerRelations() - Method in class com.scooterframework.orm.activerecord.tag.Tagging
 
registerTaggables(Class<? extends ActiveRecord>[]) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Registers record types that can be treated as taggable.
RegularRoute - Class in com.scooterframework.web.route
RegularRoute class
RegularRoute() - Constructor for class com.scooterframework.web.route.RegularRoute
 
RegularRoute(String, Properties) - Constructor for class com.scooterframework.web.route.RegularRoute
 
relation - Variable in class com.scooterframework.orm.activerecord.RecordRelation
 
Relation - Class in com.scooterframework.orm.activerecord
Relation class has information about relationship between objects.
Relation(Class<? extends ActiveRecord>, String, String, String) - Constructor for class com.scooterframework.orm.activerecord.Relation
 
RelationException - Exception in com.scooterframework.orm.activerecord
class RelationException
RelationException() - Constructor for exception com.scooterframework.orm.activerecord.RelationException
 
RelationException(String) - Constructor for exception com.scooterframework.orm.activerecord.RelationException
 
RelationException(Throwable) - Constructor for exception com.scooterframework.orm.activerecord.RelationException
 
RelationException(String, Throwable) - Constructor for exception com.scooterframework.orm.activerecord.RelationException
 
RelationManager - Class in com.scooterframework.orm.activerecord
RelationManager class manages relations.
relativePathToView - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
releaseResources() - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Release all resources hold by this transaction.
releaseResources() - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceTransactionManager
Release all resources hold by this transaction.
releaseResources() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Release all resources managed by this transaction.
releaseResources() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Release all resources hold by this transaction.
releaseResources() - Method in interface com.scooterframework.transaction.Transaction
Release all resources managed by this transaction.
releaseResources() - Method in interface com.scooterframework.transaction.TransactionManager
Release all resources hold by this transaction.
releaseResourcesImplicit() - Method in interface com.scooterframework.transaction.ImplicitTransactionManager
Release all resources hold by this transaction implicitly.
releaseResourcesImplicit() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Release all resources hold by this transaction implicitly.
reload() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Reloads the current record based on its primary key values.
remains(List<? extends ActiveRecord>, List<? extends ActiveRecord>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Removes duplicated items from list one.
remarks - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
remove(Object) - Method in interface com.scooterframework.cache.Cache
Removes the mapping for this key from the cache if present.
remove(Object) - Static method in class com.scooterframework.cache.DefaultCacheStore
Removes the mapping for this key from the cache if present.
remove(Object) - Method in class com.scooterframework.cache.NamedCurrentThreadCache
Removes the mapping for this key from the cache if present.
remove(String, String) - Static method in class com.scooterframework.common.util.StringUtil
Removes all occurances of the characters in charsToBeremoved.
remove(String) - Method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from all scopes except the parameter scope.
remove(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
remove(String) - Method in class com.scooterframework.web.controller.AppActionContext
Removes data represented by the key from all scopes.
removeAllSessionData() - Method in class com.scooterframework.web.controller.ActionContext
Removes all data represented by the key from session scope.
removeAllSessionData() - Static method in class com.scooterframework.web.controller.ActionControl
 
removeAllSessionData() - Method in class com.scooterframework.web.controller.AppActionContext
Removes all data represented by the key from session scope.
removeAllSessionData() - Method in class com.scooterframework.web.controller.WebActionContext
Removes all data represented by the key from session scope.
removeFilterManager(Class<?>) - Method in class com.scooterframework.admin.FilterManagerFactory
Removes the filter manager for the owner class type.
removeFromContextData(String) - Method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from context scope.
removeFromContextData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
removeFromContextData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Removes data represented by the key from context scope.
removeFromContextData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Removes data represented by the key from context scope.
removeFromGlobalData(String) - Static method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from global scope.
removeFromGlobalData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
removeFromParameterData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Removes data represented by the key from parameter scope.
removeFromRequestData(String) - Method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from request scope.
removeFromRequestData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
removeFromRequestData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Removes data represented by the key from request scope.
removeFromRequestData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Removes data represented by the key from request scope.
removeFromSessionData(String) - Method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from session scope.
removeFromSessionData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
removeFromSessionData(String) - Method in class com.scooterframework.web.controller.AppActionContext
Removes data represented by the key from session scope.
removeFromSessionData(String) - Method in class com.scooterframework.web.controller.WebActionContext
Removes data represented by the key from session scope.
removeFromThreadData(String) - Static method in class com.scooterframework.web.controller.ActionContext
Removes data represented by the key from thread scope.
removeFromThreadData(String) - Static method in class com.scooterframework.web.controller.ActionControl
 
removeLastToken(StringBuffer, String) - Static method in class com.scooterframework.common.util.StringUtil
 
removeLastToken(StringBuilder, String) - Static method in class com.scooterframework.common.util.StringUtil
 
removeLastToken(String, String) - Static method in class com.scooterframework.common.util.StringUtil
 
removeListener(String, Listener) - Method in class com.scooterframework.admin.EventsManager
Removes a listener for a specific event type.
removeListener(Listener) - Method in class com.scooterframework.admin.EventsManager
Removes a listener for all event types.
removePlugins() - Method in class com.scooterframework.admin.PluginManager
Removes all plugins.
removeRecordFromList(List<? extends ActiveRecord>, ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Removes a record from a list of records.
removeRecordTags(ActiveRecord, String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Removes all tag records as specified by the tags string for a record.
removeRelationsFor(String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Removes all cached relations owned by a model.
removeRow(int) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
removes a row
removeTags(String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Removes all tag records as specified by the tags string.
rename() - Method in class com.scooterframework.builtin.FilesController
 
rename(File, File) - Static method in class com.scooterframework.common.util.FileUtil
 
rename(String, String, String) - Static method in class com.scooterframework.common.util.FileUtil
 
render(Object) - Static method in class com.scooterframework.web.controller.ActionControl
Renders content.
render(Object, String) - Static method in class com.scooterframework.web.controller.ActionControl
Renders content associated with a specific request format.
renderContent(String, Map<String, ?>) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
renderView(String) - Static method in class com.scooterframework.web.controller.ActionControl
Renders a view template file with all properties in the container.
renderView(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Renders a view template file with all properties in the container.
renderView(String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionControl
Renders a view template file with view data in viewDataMap.
renderView(String, String, Map<String, Object>) - Static method in class com.scooterframework.web.controller.ActionControl
Renders a view template file with view data in viewDataMap.
replace() - Method in class com.scooterframework.builtin.FilesController
 
replace(String, String) - Static method in class com.scooterframework.common.util.StringUtil
Replaces old symbols with an empty string.
replace(String, String, String) - Static method in class com.scooterframework.common.util.StringUtil
Replaces old symbols with new symbols in a string.
replace(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
This is equivalent to detach() first and attach(record) later.
replace(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
This is equivelent to clear() and add(records).
replace(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHM
This is equivalent to clear() and add(records).
replace(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsHMT
This feature is not supported for has-many-through relation.
REPLACE_PART_END - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
REPLACE_PART_START - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
replaceLast(String, String, String) - Static method in class com.scooterframework.common.util.StringUtil
Replaces the last occurance of an old symbol with a new symbol.
replaceLast(String, String, String) - Static method in class com.scooterframework.common.util.WordUtil
Replaces the last occurance of an old symbol with a new symbol.
REPLACEMENT_KEY - Static variable in class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
replaceWords(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
request(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in request scope.
REQUEST_HEADER - Static variable in class com.scooterframework.admin.Constants
 
REQUEST_PATH - Static variable in class com.scooterframework.admin.Constants
 
REQUEST_PATH_KEY - Static variable in class com.scooterframework.admin.Constants
 
REQUEST_RENDERED - Static variable in class com.scooterframework.admin.Constants
 
REQUEST_URI - Static variable in class com.scooterframework.admin.Constants
 
requestInfo(boolean, HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
 
RequestInfo - Class in com.scooterframework.web.route
RequestInfo class
RequestInfo(String, String) - Constructor for class com.scooterframework.web.route.RequestInfo
 
requestPath() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
requestPathKey() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
RequiredDataMissingException - Exception in com.scooterframework.common.exception
class RequiredDataMissingException
RequiredDataMissingException() - Constructor for exception com.scooterframework.common.exception.RequiredDataMissingException
 
RequiredDataMissingException(String) - Constructor for exception com.scooterframework.common.exception.RequiredDataMissingException
 
requiredFieldValues - Variable in class com.scooterframework.web.controller.ActionProperties
 
requiredHtmlText - Static variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
requirements - Variable in class com.scooterframework.web.route.Resource
 
requirements - Variable in class com.scooterframework.web.route.Route
 
resetAlias(String) - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
resetCycle(String) - Method in class com.scooterframework.web.controller.ActionContext
Resets the cycle
resetCycle(String) - Static method in class com.scooterframework.web.util.W
Resets the cycle
resetFlashMessage() - Method in class com.scooterframework.web.controller.ActionContext
Removes FlashMessage data from session and stores it in the incoming request.
resetSpace(String) - Method in class com.scooterframework.orm.sqldataexpress.parser.JdbcStatementHelper
 
resolveCatalogAndSchemaAndTable(String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns catalog, schema and table of a connection.
resolveCatalogAndSchemaAndTable(String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns atomic catalog, schema and table based on tableName.
resolveCatalogAndSchemaAndTable(String, String, String, String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns atomic catalog, schema and table based on connName, and tableName.
resolveCatalogAndSchemaAndTableFromTableName(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Returns atomic catalog, schema and table based on tableName.
resolveCatalogAndSchemaAndTableFromTableName(String) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
Override the super method because MySQL does not use schema.
RESOURCE - Static variable in class com.scooterframework.admin.Constants
 
resource() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
resource - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
resource - Variable in class com.scooterframework.web.controller.ActionProperties
 
Resource - Class in com.scooterframework.web.route
Resource class
Resource(String, int) - Constructor for class com.scooterframework.web.route.Resource
Creates a resource instance of either single or plural type.
Resource(String, boolean) - Constructor for class com.scooterframework.web.route.Resource
Creates a resource instance, but uses noRoute parameter to indicate if routes of the resource are allowed to be created.
Resource(String, int, Properties) - Constructor for class com.scooterframework.web.route.Resource
Creates a resource instance of either single or plural type with a specific property p.
resource(String) - Static method in class com.scooterframework.web.util.R
Returns resource.
resourceForModel(String) - Static method in class com.scooterframework.web.util.R
Returns resource corresponding to a model name.
ResourceGenerator - Class in com.scooterframework.tools.generator
This class updates resources.properties file.
ResourceGenerator(Map<String, String>, String) - Constructor for class com.scooterframework.tools.generator.ResourceGenerator
 
resourceName - Variable in class com.scooterframework.tools.generator.ControllerScaffoldGenerator
 
resourcePath() - Method in class com.scooterframework.builtin.databrowser.RecordsController
Returns a restful action path.
resourcePath(String) - Method in class com.scooterframework.builtin.databrowser.RecordsController
Returns a restful action path for an individual record.
resourcePath(String) - Static method in class com.scooterframework.web.util.R
Returns resource path based on resource name.
resourceRecordPath(String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns a resource path.
resourceRecordPath(String, String) - Static method in class com.scooterframework.web.util.R
Returns a resource path for a specific resource.
RestfulCRUDController - Class in com.scooterframework.builtin
RestfulCRUDController class serves as default controller class for restful resources.
RestfulCRUDController() - Constructor for class com.scooterframework.builtin.RestfulCRUDController
 
restfulIdOf(RESTified) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns restful id of the record.
restfulIdOf(RESTified) - Static method in class com.scooterframework.web.util.O
Returns restful id of the record.
RestfulRequestProcessor - Class in com.scooterframework.web.controller
RestfulRequestProcessor contains the processing logic that the MainActionServlet performs as it receives each servlet request from the container.
RestfulRequestProcessor() - Constructor for class com.scooterframework.web.controller.RestfulRequestProcessor
Constructor
RESTified - Interface in com.scooterframework.orm.sqldataexpress.object
RESTfied defines methods for operating as a resource.
restoreDefaultDatabaseConnectionName() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
RestRoute - Class in com.scooterframework.web.route
RestRoute class
RestRoute() - Constructor for class com.scooterframework.web.route.RestRoute
 
RestRoute(String, Properties) - Constructor for class com.scooterframework.web.route.RestRoute
 
retrieveAssociatedData(String) - Method in class com.scooterframework.orm.activerecord.BelongsToRecordRelation
 
retrieveAssociatedData(String) - Method in class com.scooterframework.orm.activerecord.HasOneRecordRelation
 
retrieveAssociatedData() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Retrieves associated ActiveRecord data.
retrieveAssociatedData(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Retrieves associated ActiveRecord data.
retrieveAssociatedDataList(String) - Method in class com.scooterframework.orm.activerecord.HasManyRecordRelation
 
retrieveAssociatedDataList(String) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRecordRelation
 
retrieveAssociatedDataList() - Method in class com.scooterframework.orm.activerecord.RecordRelation
Retrieves a list of associated ActiveRecord data.
retrieveAssociatedDataList(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Retrieves a list of associated ActiveRecord data.
retrieveList() - Method in class com.scooterframework.builtin.databrowser.TableSqlPageListSource
 
retrieveList() - Method in class com.scooterframework.orm.misc.DataPageListSourceImpl
 
retrieveList() - Method in class com.scooterframework.orm.misc.JdbcPageListSource
 
retrieveList() - Method in class com.scooterframework.orm.misc.PageListSource
Retrieves list of records.
retrieveList() - Method in class com.scooterframework.orm.misc.SqlPageListSourceImpl
 
retrieveMasterDetails(InputInfo) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceGeneric
execute an InputInfo object in one transaction
retrieveMasterDetails(InputInfo) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
execute a collection of InputInfo objects in one transaction
retrieveObjectBySQL(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one object from database based on the SQL input.
retrieveObjectBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one object from database based on the SQL input.
retrieveObjectBySQLKey(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves an object from database based on the SQL query related to the SQL key.
retrieveObjectBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves an object from database based on the SQL query related to the sql key.
retrieveOneRowBySQL(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one RowData from database based on the SQL input.
retrieveOneRowBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one RowData from database based on the SQL input.
retrieveOneRowBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one RowData from database based on the SQL query related to the SQL key.
retrieveOneRowsBySQLKey(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves one RowData from database based on the SQL query related to the SQL key.
retrievePrimaryKeyDataMapFromRequest(String, String[]) - Method in class com.scooterframework.web.controller.ActionContext
Retrieves a map of primary key and values.
retrievePrimaryKeyDataMapFromRequest(String[]) - Method in class com.scooterframework.web.controller.ActionContext
Retrieves a map of primary key and values.
retrieveRow(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Retrieve a single row data from database.
retrieveRow(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Retrieve a single row data from database.
retrieveRows(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Retrieve a list of rows from database.
retrieveRows(Map<String, Object>, String, String, int) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Retrieve a list of rows from database with a certain limit range.
retrieveRows(Map<String, Object>, String, String, int, int) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Retrieve a list of rows from database with a certain limit range.
retrieveRows(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Retrieve a list of rows from database.
retrieveRows(Map<String, Object>, String, String, int) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Retrieve a list of rows from database with a certain limit range.
retrieveRows(Map<String, Object>, String, String, int, int) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Retrieve a list of rows from database with a certain limit range.
retrieveRowsBySQL(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves RowData list from database based on the SQL input.
retrieveRowsBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves RowData list from database based on the SQL input.
retrieveRowsBySQLKey(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves RowData list from database based on the SQL query related to the SQL key.
retrieveRowsBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves RowData list from database based on the SQL query related to the SQL key.
retrieveTableDataBySQL(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves TableData from database based on the SQL input.
retrieveTableDataBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves TableData from database based on the SQL input.
retrieveTableDataBySQLKey(String) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves TableData from database based on the SQL query related to the SQL key.
retrieveTableDataBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
Retrieves TableData from database based on the SQL query related to the SQL key.
RETURN_CODE_KEY - Static variable in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
REVERSE_RELATION - Static variable in class com.scooterframework.orm.activerecord.Relation
Specifies reverse relation name.
reverseMap(Map<K, V>) - Static method in class com.scooterframework.common.util.Converters
Reverses key/value pairs of a map.
reverseMapping(String) - Static method in class com.scooterframework.common.util.StringUtil
 
roles - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
rollback(Connection) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
rollback() - Method in class com.scooterframework.transaction.AbstractTransactionImpl
Rollback a transaction.
rollback() - Method in class com.scooterframework.transaction.CmtTransaction
Rollback a transaction.
rollback() - Method in class com.scooterframework.transaction.JdbcTransaction
Rollback a transaction.
rollback() - Method in class com.scooterframework.transaction.JtaTransaction
Rollback a transaction.
rollback() - Method in interface com.scooterframework.transaction.Transaction
Rollback a transaction.
rollbackTransaction() - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Rollback a transaction.
rollbackTransaction() - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceTransactionManager
Rollback a transaction.
rollbackTransaction() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Rollback a transaction.
rollbackTransaction() - Method in interface com.scooterframework.transaction.TransactionManager
Rollback a transaction.
rollbackTransactionImplicit() - Method in interface com.scooterframework.transaction.ImplicitTransactionManager
Rollback a transaction implicitly.
rollbackTransactionImplicit() - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Rollback a transaction implicitly.
RootRoute - Class in com.scooterframework.web.route
RootRoute class
RootRoute(String, Properties) - Constructor for class com.scooterframework.web.route.RootRoute
 
RootRoute(String, NamedRoute) - Constructor for class com.scooterframework.web.route.RootRoute
 
Route - Class in com.scooterframework.web.route
Route class
Route() - Constructor for class com.scooterframework.web.route.Route
 
Route(String, Properties) - Constructor for class com.scooterframework.web.route.Route
 
route(String) - Static method in class com.scooterframework.web.util.R
Returns route.
ROUTE_ACTION_ADD_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_CREATE_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_DELETE_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_EDIT_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_LIST_RESOURCES - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_READ_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_ACTION_UPDATE_RESOURCE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_ACTION - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_ALLOWED_FORMATS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_ALLOWED_METHODS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_CONTROLLER - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_FORMAT - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_DEFAULT_ID - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_ALL_METHODS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_ANY - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_DELETE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_GET - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_HEAD - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_POST - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_HTTP_METHOD_PUT - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ACTION - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ACTION_ALIAS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ADD - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ALLOWED_FORMATS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ALLOWED_METHODS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_COLLECTION - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_CONTROLLER - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_CONTROLLER_CLASS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_EXCEPT - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ID - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_MEMBER - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_NAMESPACE - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_ONLY - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_PARENTS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_PATH_ALIAS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_PATH_PREFIX - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_REQUIREMENTS - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_SINGULAR - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_KEY_URL - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_TYPE_DEFAULT - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_TYPE_NAMED - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_TYPE_REST - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_TYPE_RGULAR - Static variable in class com.scooterframework.web.route.RouteConstants
 
ROUTE_TYPE_ROOT - Static variable in class com.scooterframework.web.route.RouteConstants
 
RouteConfig - Class in com.scooterframework.web.route
RouteConfig class configs the web application during startup time.
RouteConstants - Class in com.scooterframework.web.route
RouteConstants class
RouteConstants() - Constructor for class com.scooterframework.web.route.RouteConstants
 
routeFieldValue(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns value of a field for route.
routeFieldValues() - Static method in class com.scooterframework.web.controller.ActionControl
Returns field values of a route.
RouteInfo - Class in com.scooterframework.web.route
RouteInfo class
RouteInfo(RequestInfo) - Constructor for class com.scooterframework.web.route.RouteInfo
 
routePath(String) - Static method in class com.scooterframework.web.util.R
Returns route path based on a route name.
routeRecordPath(String, RESTified) - Static method in class com.scooterframework.web.util.R
Returns route path based on a record instance.
routes() - Method in class com.scooterframework.builtin.SiteInfoController
routes action returns all routes.
routeType - Variable in class com.scooterframework.web.controller.ActionProperties
 
RowData - Class in com.scooterframework.orm.sqldataexpress.object
RowData class represents a row in TableData object.
RowData(RowInfo, Object[]) - Constructor for class com.scooterframework.orm.sqldataexpress.object.RowData
 
rowInfo() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns the RowInfo of the record.
RowInfo - Class in com.scooterframework.orm.sqldataexpress.object
RowInfo class holds meta data information about a row.
RowInfo() - Constructor for class com.scooterframework.orm.sqldataexpress.object.RowInfo
 
RowInfo(String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.RowInfo
 
RowInfo(String, ResultSet) - Constructor for class com.scooterframework.orm.sqldataexpress.object.RowInfo
 
RowInfo(String, ResultSetMetaData) - Constructor for class com.scooterframework.orm.sqldataexpress.object.RowInfo
 
rowInfoOf(ActiveRecord) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns RowInfo attribute of the record.
rowInfoOf(RowData) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns RowInfo attribute of the record.
rowInfoOf(TableData) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns RowInfo attribute of the TableData instance.
rowInfoOf(TableInfo) - Static method in class com.scooterframework.orm.util.DataAccessUtil
Returns RowInfo attribute of the TableInfo instance.
rowInfoOf(ActiveRecord) - Static method in class com.scooterframework.web.util.O
Returns RowInfo attribute of the record.
rowInfoOf(RowData) - Static method in class com.scooterframework.web.util.O
Returns RowInfo attribute of the record.
rowInfoOf(TableData) - Static method in class com.scooterframework.web.util.O
Returns RowInfo attribute of the TableData instance.
rowInfoOf(TableInfo) - Static method in class com.scooterframework.web.util.O
Returns RowInfo attribute of the TableInfo instance.
run() - Method in class com.scooterframework.admin.DirChangeMonitor.DirChangeMonitorTimerTask
 
run() - Method in class com.scooterframework.admin.PropertyFileChangeMonitor.PropertyFileChangeMonitorTimerTask
 
run() - Method in class com.scooterframework.autoloader.FileMonitor.SourceFileTimerTask
 
RUNNING_ENVIRONMENT_DEVELOPMENT - Static variable in class com.scooterframework.admin.Constants
Default running environment is "DEVELOPMENT".
RUNNING_ENVIRONMENT_PRODUCTION - Static variable in class com.scooterframework.admin.Constants
 
RUNNING_ENVIRONMENT_TEST - Static variable in class com.scooterframework.admin.Constants
 

S

SamiManager - Class in com.scooterframework.admin
SamiManager class.
save() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Saves the current record.
save(boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Saves the current record.
saveAndReload() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Saves the current record and then reloads from database.
schema - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
schema - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
schema - Variable in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
 
schema - Variable in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
schema - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
ScooterRequestFilter - Class in com.scooterframework.web.controller
ScooterRequestFilter can be attached to either an individual servlet or to a URL pattern.
ScooterRequestFilter() - Constructor for class com.scooterframework.web.controller.ScooterRequestFilter
 
ScooterTestHelper - Class in com.scooterframework.test
ScooterTestHelper class is super class of all unit test classes for Scooter framework only.
ScooterTestHelper() - Constructor for class com.scooterframework.test.ScooterTestHelper
 
SCOPE_CONTEXT - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for context scope.
SCOPE_GLOBAL - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for global scope.
SCOPE_PARAMETER - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for parameter scope.
SCOPE_REQUEST - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for request scope.
SCOPE_SESSION - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for session scope.
SCOPE_THREAD - Static variable in class com.scooterframework.web.controller.ActionContext
String constant for thread scope.
SecureHeaderGenerator - Class in com.scooterframework.tools.signon
This class generates built-in header view code.
SecureHeaderGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.signon.SecureHeaderGenerator
 
SecureXMLDecoratorGenerator - Class in com.scooterframework.tools.signon
This class generates decorators.xml code.
SecureXMLDecoratorGenerator(String, Map<String, String>) - Constructor for class com.scooterframework.tools.signon.SecureXMLDecoratorGenerator
 
segmentCount() - Method in class com.scooterframework.web.route.RequestInfo
 
segmentCount() - Method in class com.scooterframework.web.route.Route
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.scooterframework.web.controller.MainActionServlet
Processes an http request.
servletContext - Variable in class com.scooterframework.web.controller.WebActionContext
 
servletRequest - Variable in class com.scooterframework.web.controller.WebActionContext
 
servletResponse - Variable in class com.scooterframework.web.controller.WebActionContext
 
session(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in session scope.
SESSION_KEY_LOGIN_PASSWORD - Static variable in class com.scooterframework.security.LoginHelper
 
SESSION_KEY_LOGIN_USER_ID - Static variable in class com.scooterframework.security.LoginHelper
 
SESSION_KEY_LOGIN_USER_OBJECT - Static variable in class com.scooterframework.security.LoginHelper
 
sessionCreated(HttpSessionEvent) - Method in class com.scooterframework.admin.WebSessionListener
 
sessionData - Variable in class com.scooterframework.web.controller.AppActionContext
Session data map.
sessionDestroyed(HttpSessionEvent) - Method in class com.scooterframework.admin.WebSessionListener
 
set(String, Object) - Static method in class com.scooterframework.common.util.CurrentThreadCache
Stores a property.
setActionContext(ActionContext) - Static method in class com.scooterframework.web.controller.ACH
Stores an action context.
setApi(String) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
sets api
setAssociatedData(AssociatedRecord) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Stores associated data to cache.
setAssociatedData(AssociatedRecords) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Stores associated data to cache.
setAutoCommit(boolean) - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Sets auto-commit connection
setAutoCommit(boolean) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Sets auto-commit connection
setAutoCommit(boolean) - Method in interface com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnection
Sets this connection's auto-commit mode to the given state.
setAutoCommit(boolean) - Method in class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
Sets this connection's auto-commit mode to the given state.
setBigData(PreparedStatement, Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
Stores object as either blob or clob type in database.
setBinaryObject(PreparedStatement, Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
Stores object as binary type in database.
setBooleanObject(PreparedStatement, int, Object, int) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
setCalculatorInstance(String, Calculator) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Sets Calculator instance.
setCatalog(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets catalog
setCatalog(String) - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Sets catalog
setCatalog(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets catalog
setCatalog(String) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets catalog
setCataloge(String) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
sets catalog
setChildInputInfoObjects(Collection<InputInfo>) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets a collection of child InputInfo objects
setChildQueryType(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets childQueryType
setClassFileLocationPath(String) - Method in class com.scooterframework.admin.ApplicationConfig
 
setColumnInfoList(List<ColumnInfo>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets columnInfo list
setColumnName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
sets columnName
setColumns(List<String>) - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Sets primary key columns
setConnectionName(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets connectionName
setConnectionRoles(Properties) - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Sets connection role name and password properties
setConnectionRoles(Properties) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Sets connection role name and password properties
setCorrectType(String) - Method in exception com.scooterframework.orm.activerecord.WrongRecordTypeException
 
setCycleToCycleMap(String, Object) - Method in class com.scooterframework.web.controller.ActionContext
Sets a named cycle in cycle map.
setCycleToCycleMap(String, Object) - Method in class com.scooterframework.web.controller.AppActionContext
Sets a named cycle in cycle map.
setCycleToCycleMap(String, Object) - Method in class com.scooterframework.web.controller.WebActionContext
Sets a named cycle in cycle map.
setData(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets column values by parsing input string nameValuePairs
setData(Map<String, ?>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets column values by parsing input string nameValuePairs from a Map.
setData(int, Object) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets column data for a column index.
setData(String, Object) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets data for a field.
setData(Map<String, ?>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Sets data from a Map.
setDatabaseConnectionContext(DatabaseConnectionContext) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets the databaseConnectionContext
setDatabaseMetaData(DatabaseMetaData) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
Sets DatabaseMetaData.
setDateTimeObject(PreparedStatement, int, Object, int) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
setError(String, Object) - Method in class com.scooterframework.web.controller.ActionContext
Sets an error object represented by a key to error map.
setErrors(Map<String, Object>) - Method in class com.scooterframework.web.controller.ActionContext
Sets a map of error to error map.
setExcludedKeys(String) - Method in class com.scooterframework.orm.misc.Paginator
Sets html keys that do not have to appear in url.
setExtraFields(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets fields to be extra.
setField(int, Object) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Sets column data for a column index index: 0, 1, 2, ...
setField(String, Object) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Sets column data for a column name If there is no such a columnName, an InvalidColumnNameException will be thrown.
setFields(Object[]) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Sets data.
setFlashMessage(String, String) - Method in class com.scooterframework.web.controller.ActionContext
Sets message for a type.
setFlashMessage(String, Message) - Method in class com.scooterframework.web.controller.ActionContext
Sets message for a type.
setGateInstance(String, TableGateway) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Sets gateway instance.
setGeneratedKey(long) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
sets getGeneratedKey
setGeneratedKey(long) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOJdbcStatement
sets getGeneratedKey
setGlobalLocale(Locale) - Static method in class com.scooterframework.web.controller.ActionContext
Sets locale object to be used by all users.
setHeader(RowInfo) - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
sets header info
setHeader(RowInfo) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets RowInfo
setHomeInstance(ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Sets home instance.
setHTTPResponseDateHeader(String, long) - Static method in class com.scooterframework.web.util.W
Sets a response header with the given name and date-value.
setHTTPResponseHeader(String, String) - Static method in class com.scooterframework.web.util.W
Sets a response header with the given name and value.
setHttpServletRequest(HttpServletRequest) - Method in class com.scooterframework.web.controller.WebActionContext
Sets the underlying Servlet Request.
setHttpServletResponse(HttpServletResponse) - Method in class com.scooterframework.web.controller.WebActionContext
Sets the underlying Servlet Response.
setIndex(int) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets index
setIndex(int) - Method in class com.scooterframework.web.route.RouteInfo
 
setInput(String, Object) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets the input object for a key
setInputs(Map<String, String>) - Method in class com.scooterframework.orm.misc.PageListSource
Merges data from an input map with the existing inputOptions map.
setInputs(Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets the inputs Map
setJavaAPIString(String) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
sets javaAPIString
setJavaClassName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets javaClassName
setJoinInputs(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.HasManyThroughRelation
Sets data map for the middleC join table.
setLastUsedOptions(String) - Method in class com.scooterframework.orm.activerecord.RecordRelation
Sets options used last time when retrieving data.
setLimit(int) - Method in class com.scooterframework.orm.misc.PageListSource
Sets maximum number of records per page
setLoadedParameterMetaData(boolean) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
setLoadedParameterProperties(boolean) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
 
setLoadedTime(long) - Method in class com.scooterframework.autoloader.LoadedClass
 
setLocale(Locale, String) - Method in class com.scooterframework.web.controller.ActionContext
Stores locale object in a scope.
setLoginTimeout(Integer) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Sets the loginTimeout name of the database
setMode(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets mode
setModel(String) - Method in class com.scooterframework.web.route.RestRoute
 
setName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets name
setName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
sets name
setName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets table name
setName(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets name
setName(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputParameter
sets name
setNext(IncludeNode) - Method in class com.scooterframework.orm.activerecord.IncludeNode
Sets next IncludeNode.
setNull(PreparedStatement, int, int) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
setNumericObject(PreparedStatement, Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
setObject(PreparedStatement, Object, Parameter) - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
 
setOffset(int) - Method in class com.scooterframework.orm.misc.PageListSource
Sets offset
setOutputFilters(Map<String, String>) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets the outputFilters Map
setParameterData(Map<String, Object>) - Method in class com.scooterframework.web.controller.AppActionContext
Sets data in parameter scope.
setPrimaryKey(Set<String>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets primary key columns for the record
setPrimaryKey(boolean) - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
 
setPrimaryKeyColumns(String[]) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets primary key columns for the row
setPrimaryKeyColumns(List<String>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets primary key columns for the row
setPrimaryKeyColumns(Set<String>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets primary key columns for the row
setProcessorName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
sets processor name
setProcessorName(String) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
sets processor name
setProcessorName(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets processorName
setProcessorType(String) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
sets processor type
setProcessorType(String) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
sets processor type
setProcessorType(String) - Method in class com.scooterframework.orm.sqldataexpress.service.InputInfo
sets processorType
setProperties(Properties) - Method in class com.scooterframework.common.util.NamedProperties
 
setProperties(Map<String, String>) - Method in class com.scooterframework.orm.activerecord.BelongsToRelation
Set the property map.
setProperties(Map<String, String>) - Method in class com.scooterframework.orm.activerecord.Relation
Sets the property map.
setProperties(Properties) - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Sets all database connection properties
setProperties(Properties) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Sets all database connection properties
setProperty(String, String) - Method in class com.scooterframework.autoloader.AutoLoaderConfig
Sets a property.
setProperty(String, String) - Method in class com.scooterframework.common.util.OrderedProperties
Calls the OrderedProperties method put.
setPropertyFileLocationPath(String) - Method in class com.scooterframework.admin.ApplicationConfig
 
setProtectedFields(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets fields to be protected.
setReadonly(boolean) - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Sets readonly connection
setReadonly(boolean) - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Sets readonly connection
setReadOnlyColumn(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets a column to be readonly.
setReadOnlyColumn(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets read-only columns for the row If the input column name is not a valid column name, this operation is ignored.
setReadOnlyColumns(Set<String>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets read-only columns.
setReadOnlyColumns(Set<String>) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets read-only columns for the row Any column names in the input that are not true column names will be discarded.
setRecordRelation(String, RecordRelation) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets a RecordRelation related to the target model.
setRecount(boolean) - Method in class com.scooterframework.orm.misc.PageListSource
Sets recount.
setReferenceData(Map<String, List<ReferenceData>>) - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Sets ReferenceData map
setReferenceData(String, List<ReferenceData>) - Static method in class com.scooterframework.orm.activerecord.ReferenceDataStore
Sets ReferenceData for a certain type
setRelationKey(String) - Method in class com.scooterframework.orm.activerecord.Relation
Sets relation key.
setRemarks(String) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets table remarks
setRequestData(Map<String, Object>) - Method in class com.scooterframework.web.controller.AppActionContext
Sets data in request scope.
setRequestLocale(Locale) - Method in class com.scooterframework.web.controller.ActionContext
Sets locale object to be used by a single user request.
setRequiredDataName(String) - Method in exception com.scooterframework.common.exception.RequiredDataMissingException
 
setResourceName(String) - Method in class com.scooterframework.web.route.RestRoute
 
setRestfulId(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Sets the id value of the resource.
setRestfulId(String) - Method in interface com.scooterframework.orm.sqldataexpress.object.RESTified
Sets the id value of the resource.
setRestfulId(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Sets the id value of the resource.
setResultSetMetaDataForTable(ResultSet) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets meta data for the row
setResultSetMetaDataForView(ResultSet) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets meta data for the row
setRootRoute(RootRoute) - Method in class com.scooterframework.web.route.MatchMaker
 
setRunningEnvironment(String) - Method in class com.scooterframework.admin.ApplicationConfig
 
setSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets schema
setSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Sets schema
setSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets schema
setSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
sets schema
setSchema(String) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets schema
setSessionData(Map<String, Object>) - Method in class com.scooterframework.web.controller.AppActionContext
Sets data in session scope.
setSessionLocale(Locale) - Method in class com.scooterframework.web.controller.ActionContext
Sets locale object to be used by a single user session.
setSourceFileLocationPath(String) - Method in class com.scooterframework.admin.ApplicationConfig
 
setSqlDataType(int) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets sqlDataType
setSqlDataTypeName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets sqlDataTypeName
setSystemProperty(String, String) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
setTable(String) - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Sets table
setTable(String) - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
sets table name
setTableAlias(String) - Method in class com.scooterframework.orm.activerecord.IncludeNode
Sets alias name of the underlying table.
setTableName(String) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
sets tableName
setTargetClass(Class<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.Relation
Sets target class.
setTransaction(Transaction) - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Set a Transaction instance associated with the current thread.
setTransaction(Transaction) - Method in interface com.scooterframework.transaction.TransactionManager
Set a Transaction instance associated with the current thread.
setTransactionStarterType(String) - Method in class com.scooterframework.transaction.ThreadLocalTransactionManager
Set a type of transaction starter.
setTransactionStarterType(String) - Method in interface com.scooterframework.transaction.TransactionStarterType
Set a type of transaction starter.
setType(String) - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Sets table type
setUp() - Method in class com.scooterframework.test.FunctionalTestHelper
 
setUp() - Method in class com.scooterframework.test.ScooterTestHelper
 
setUp() - Method in class com.scooterframework.test.UnitTestHelper
 
setUpBeforeClass() - Static method in class com.scooterframework.test.FunctionalTestHelper
 
setUpBeforeClass() - Static method in class com.scooterframework.test.ScooterTestHelper
 
setUpBeforeClass() - Static method in class com.scooterframework.test.UnitTestHelper
 
setUpdatedRowCount(int) - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
sets updatedRowCount
setUpdatedRowCount(int) - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOJdbcStatement
sets updatedRowCount
setupHasManyThroughRelation(Class<? extends ActiveRecord>, String, String, String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.RelationManager
Sets up has-many-through relation.
setupRelation(Class<? extends ActiveRecord>, String, String, Class<? extends ActiveRecord>, String) - Method in class com.scooterframework.orm.activerecord.RelationManager
Sets up relation with other model(s).
setUsedByCount(boolean) - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
sets if the parameter is used by a count() function
setValue(Object) - Method in class com.scooterframework.orm.sqldataexpress.service.InputParameter
sets value
setVendor(String) - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
sets vendor
setViewData(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
Binds data to view attribute for view rendering.
setWrongType(String) - Method in exception com.scooterframework.orm.activerecord.WrongRecordTypeException
 
show() - Method in class com.scooterframework.builtin.CRUDController
 
show() - Method in class com.scooterframework.builtin.databrowser.DatabasesController
 
show() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
show() - Method in class com.scooterframework.builtin.databrowser.TablesController
 
show() - Method in class com.scooterframework.builtin.databrowser.ViewsController
 
show() - Method in class com.scooterframework.builtin.FilesController
Returns a file.
shutDown() - Method in class com.scooterframework.common.http.HTTPClient
Shuts down the HTTP client.
sign(double) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
sign(float) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
sign(int) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
sign(long) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
sign(short) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
sign(Number) - Static method in class com.scooterframework.common.util.Util
Checks sign of a number.
SignonGenerator - Class in com.scooterframework.tools.signon
This is the main class of signon generator.
SignonGenerator() - Constructor for class com.scooterframework.tools.signon.SignonGenerator
 
simpleForeignKeyRecordShowActionLink(String, String) - Static method in class com.scooterframework.web.util.W
Returns a label link on the columnName for columnValue for show action.
simpleForeignKeyResourceRecordLink(String, String) - Static method in class com.scooterframework.web.util.R
Returns a label link on the columnName for columnValue.
simpleTableName() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns the simple table name of associated with the record type.
SINGLE - Static variable in class com.scooterframework.web.route.Resource
Constant which indicates that this is a single resource.
single2plurals - Static variable in class com.scooterframework.common.util.WordUtil
 
singles - Static variable in class com.scooterframework.common.util.WordUtil
 
singular - Variable in class com.scooterframework.web.route.Resource
 
singular - Variable in class com.scooterframework.web.route.Route
 
singularize(String) - Static method in class com.scooterframework.common.util.WordUtil
Returns a singularized word from a plural word.
SiteInfoController - Class in com.scooterframework.builtin
SiteInfoController class has methods for site into.
SiteInfoController() - Constructor for class com.scooterframework.builtin.SiteInfoController
 
SITEMESH_FILTERAPPLIED - Static variable in class com.scooterframework.admin.Constants
The following are keys related to third party library.
size() - Method in class com.scooterframework.common.validation.ValidationResults
Returns number of errors.
size() - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Returns the number of associated objects.
size() - Method in class com.scooterframework.orm.activerecord.AssociatedRecordsInCategory
Returns the number of associated objects.
SKIP_PATH - Static variable in class com.scooterframework.admin.Constants
 
skippedRequestPath(HttpServletRequest) - Method in class com.scooterframework.web.controller.ScooterRequestFilter
Checks if a request path must be skipped.
sort - Variable in class com.scooterframework.orm.misc.Paginator
Sort column name
SORT - Static variable in class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
 
SoundPlayer - Class in com.scooterframework.admin
SoundPlayer class plays audio clips.
sourceChanged() - Method in class com.scooterframework.autoloader.MyClassLoader
 
SourceFile - Class in com.scooterframework.autoloader
SourceFile contains information on source file and its corresponding class file.
SourceFile(File, String) - Constructor for class com.scooterframework.autoloader.SourceFile
 
SourceFileHelper - Class in com.scooterframework.autoloader
SourceFileHelper contains helper methods on source file and its corresponding class file.
SourceFileHelper() - Constructor for class com.scooterframework.autoloader.SourceFileHelper
 
splitString(String, String) - Static method in class com.scooterframework.common.util.StringUtil
Split a string into a list of substrings separated by splitter.
SqlConfig - Class in com.scooterframework.orm.sqldataexpress.config
SqlConfig class.
SqlConstants - Class in com.scooterframework.orm.sqldataexpress.util
SqlConstants class holds all constants used in SQL Data Express.
SqlConstants() - Constructor for class com.scooterframework.orm.sqldataexpress.util.SqlConstants
 
sqlDataType - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
sqlDataTypeName - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
SqlExpressUtil - Class in com.scooterframework.orm.sqldataexpress.util
SqlExpressUtil class holds utility methods for meta data lookup.
SqlExpressUtil() - Constructor for class com.scooterframework.orm.sqldataexpress.util.SqlExpressUtil
 
SqlPageListSourceImpl - Class in com.scooterframework.orm.misc
SqlPageListSourceImpl class retrieves paged record list by using a predefined finder SQL query.
SqlPageListSourceImpl(String, String) - Constructor for class com.scooterframework.orm.misc.SqlPageListSourceImpl
Constructs a PageListSource object.
SqlPageListSourceImpl(String, String, Map<String, String>) - Constructor for class com.scooterframework.orm.misc.SqlPageListSourceImpl
Constructs a PageListSource object.
SqlPageListSourceImpl(String, String, Map<String, String>, boolean) - Constructor for class com.scooterframework.orm.misc.SqlPageListSourceImpl
Constructs a PageListSource object.
SQLServerDBAdapter - Class in com.scooterframework.orm.sqldataexpress.vendor
SQLServerDBAdapter class applies to Microsoft's SQL Server database.
SQLServerDBAdapter() - Constructor for class com.scooterframework.orm.sqldataexpress.vendor.SQLServerDBAdapter
 
SqlService - Interface in com.scooterframework.orm.sqldataexpress.service
SqlService interface specified services that are called by clients.
SqlServiceClient - Class in com.scooterframework.orm.sqldataexpress.service
SqlServiceClient class has helper methods on using SqlService.
SqlServiceClient() - Constructor for class com.scooterframework.orm.sqldataexpress.service.SqlServiceClient
 
SqlServiceConfig - Class in com.scooterframework.orm.sqldataexpress.service
SqlServiceConfig class creates and initializes an instance of SqlService.
SqlServiceConfig() - Constructor for class com.scooterframework.orm.sqldataexpress.service.SqlServiceConfig
 
SqlServiceConstants - Class in com.scooterframework.orm.sqldataexpress.service
SqlServiceConstants class contains constants for SqlService.
SqlServiceConstants() - Constructor for class com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
 
SqlServiceGeneric - Interface in com.scooterframework.orm.sqldataexpress.service
SqlServiceGeneric interface specified services that are generic.
SqlServiceImpl - Class in com.scooterframework.orm.sqldataexpress.service
SqlServiceImpl class implements SqlService interface.
SqlServiceImpl() - Constructor for class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
 
SqlServiceSpecific - Interface in com.scooterframework.orm.sqldataexpress.service
SqlServiceSpecific interface specified services that are specific.
SqlServiceTransactionManager - Interface in com.scooterframework.orm.sqldataexpress.service
SqlServiceTransactionManager interface specified services that are related to managing a transaction.
SqlUtil - Class in com.scooterframework.orm.sqldataexpress.util
SqlUtil class has methods for general SQL processing and SQL related type conversion.
SqlUtil() - Constructor for class com.scooterframework.orm.sqldataexpress.util.SqlUtil
 
start() - Method in class com.scooterframework.admin.DirChangeMonitor
 
start() - Method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
start() - Method in class com.scooterframework.autoloader.FileMonitor
 
start() - Method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
 
startApplication() - Method in class com.scooterframework.admin.ApplicationConfig
 
startORMApplication() - Method in class com.scooterframework.admin.ApplicationConfig
 
startPlugins() - Method in class com.scooterframework.admin.PluginManager
Starts all plugins.
StartServer - Class in com.scooterframework.tools.webserver
StartServer class starts web server.
StartServer() - Constructor for class com.scooterframework.tools.webserver.StartServer
 
startSession() - Method in class com.scooterframework.web.controller.AppActionContext
Starts session.
startsWithContentTypeTag(String) - Static method in class com.scooterframework.web.controller.ActionResult
Checks if the content starts with a content type tag.
startsWithLowerCaseChar(String) - Static method in class com.scooterframework.common.util.StringUtil
Checks if a string starts with lower case char.
startUp() - Method in class com.scooterframework.common.http.HTTPClient
Creates a HTTP client.
startUp(String[]) - Static method in class com.scooterframework.tools.webserver.StartServer
 
startUp(String, List<String>) - Static method in class com.scooterframework.tools.webserver.StartServer
 
stop() - Method in class com.scooterframework.admin.DirChangeMonitor
 
stop() - Method in class com.scooterframework.admin.PropertyFileChangeMonitor
 
stop() - Method in class com.scooterframework.autoloader.FileMonitor
Terminates this loader, discarding any currently scheduled tasks.
stop() - Method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
Terminates this loader, discarding any currently scheduled tasks.
stopPlugins() - Method in class com.scooterframework.admin.PluginManager
Stops all plugins.
store(OutputStream, String) - Method in class com.scooterframework.common.util.OrderedProperties
Writes a property list (key and element pairs) to an output stream with "utf-8" encoding.
store(OutputStream, String, String) - Method in class com.scooterframework.common.util.OrderedProperties
Writes a property list (key and element pairs) to an output stream.
STORED_PROCEDURE_PROCESSOR - Static variable in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorTypes
 
StoredProcedure - Class in com.scooterframework.orm.sqldataexpress.object
StoredProcedure class.
StoredProcedure(String) - Constructor for class com.scooterframework.orm.sqldataexpress.object.StoredProcedure
 
StoredProcedureProcessor - Class in com.scooterframework.orm.sqldataexpress.processor
StoredProcedureProcessor class.
StoredProcedureProcessor(StoredProcedure) - Constructor for class com.scooterframework.orm.sqldataexpress.processor.StoredProcedureProcessor
 
storeError(Exception) - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
storeLoadedAssociatedRecord(ActiveRecord) - Method in class com.scooterframework.orm.activerecord.AssociatedRecord
Stores loaded database record from database.
storeLoadedAssociatedRecords(List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Stores newly loaded database records from database.
storeToContext(String, Object) - Method in class com.scooterframework.web.controller.ActionContext
Stores the object represented by the key to context scope.
storeToContext(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
 
storeToContext(String, Object) - Method in class com.scooterframework.web.controller.AppActionContext
Stores the object represented by the key to context scope.
storeToContext(String, Object) - Method in class com.scooterframework.web.controller.WebActionContext
Stores the object represented by the key to context scope.
storeToGlobal(String, Object) - Static method in class com.scooterframework.web.controller.ActionContext
Stores the object represented by the key to global scope.
storeToGlobal(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
 
storeToParameter(String, Object) - Method in class com.scooterframework.web.controller.AppActionContext
Stores the object represented by the key to parameter scope.
storeToRequest(String, Object) - Method in class com.scooterframework.web.controller.ActionContext
Stores the object represented by the key to request scope.
storeToRequest(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
 
storeToRequest(String, Object) - Method in class com.scooterframework.web.controller.AppActionContext
Stores the object represented by the key to request scope.
storeToRequest(String, Object) - Method in class com.scooterframework.web.controller.WebActionContext
Stores the object represented by the key to request scope.
storeToSession(String, Object) - Method in class com.scooterframework.web.controller.ActionContext
Stores the object represented by the key to session scope.
storeToSession(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
 
storeToSession(String, Object) - Method in class com.scooterframework.web.controller.AppActionContext
Stores the object represented by the key to session scope.
storeToSession(String, Object) - Method in class com.scooterframework.web.controller.WebActionContext
Stores the object represented by the key to session scope.
storeToThread(String, Object) - Static method in class com.scooterframework.web.controller.ActionContext
Stores the object represented by the key to thread scope.
storeToThread(String, Object) - Static method in class com.scooterframework.web.controller.ActionControl
 
StringTemplateHandler - Class in com.scooterframework.web.controller
StringTemplateHandler handles StringTemplate templates.
StringTemplateHandler() - Constructor for class com.scooterframework.web.controller.StringTemplateHandler
 
StringUtil - Class in com.scooterframework.common.util
StringUtil class has methods on string manipulation.
StringUtil() - Constructor for class com.scooterframework.common.util.StringUtil
 
stripSlashes(String) - Static method in class com.scooterframework.common.util.StringUtil
Removes slash from a string.
strlen(String) - Static method in class com.scooterframework.common.util.StringUtil
Returns length of a string.
styleKeys - Static variable in class com.scooterframework.web.util.W
 
stylesheetLink(String) - Static method in class com.scooterframework.web.util.W
Returns a link to a stylesheet file.
submitButtonLink(String, String) - Static method in class com.scooterframework.web.util.W
Returns a html submit button.
submitButtonLink(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a html submit button.
submitButtonLink(String, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a html submit button.
sum(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates sum of a field.
sum(String, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Calculates sum of a field.
sum(String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates sum of a field.
sum(String, String) - Method in class com.scooterframework.orm.activerecord.Calculator
Calculates sum of a field.
superClassName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
supportParameterMetaData() - Method in class com.scooterframework.orm.sqldataexpress.processor.JdbcStatementProcessor
Oracle doesn't support ParameterMetaData.
supportsGetGeneratedKeys() - Method in class com.scooterframework.orm.sqldataexpress.processor.DataProcessorImpl
Checks to see if the connection supports generated keys.
SYSTEM_KEY_CLASSFILE - Static variable in class com.scooterframework.admin.ApplicationConfig
 
SYSTEM_KEY_PLUGINFILE - Static variable in class com.scooterframework.admin.ApplicationConfig
 
SYSTEM_KEY_PROPERTYFILE - Static variable in class com.scooterframework.admin.ApplicationConfig
 
SYSTEM_KEY_REFERENCEFILE - Static variable in class com.scooterframework.admin.ApplicationConfig
 
SYSTEM_KEY_SOURCEFILE - Static variable in class com.scooterframework.admin.ApplicationConfig
 

T

T - Class in com.scooterframework.web.util
T(TextHelper) class has helper methods for rendering a text or munipulating a string.
T() - Constructor for class com.scooterframework.web.util.T
 
Table - Class in com.scooterframework.builtin.databrowser
Table model class handles table related access.
Table() - Constructor for class com.scooterframework.builtin.databrowser.Table
 
table - Variable in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
 
TableData - Class in com.scooterframework.orm.sqldataexpress.object
TableData class contains table data which consists of both header and body.
TableData() - Constructor for class com.scooterframework.orm.sqldataexpress.object.TableData
Constructor
TableGateway - Class in com.scooterframework.orm.activerecord
TableGateway class implements Table Data Gateway pattern.
TableInfo - Class in com.scooterframework.orm.sqldataexpress.object
TabelInfo class holds configure information about a specific table or view.
TableInfo() - Constructor for class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
tableize(String) - Static method in class com.scooterframework.common.util.WordUtil
Returns a database table name corresponding to the input model class name.
tableName - Variable in class com.scooterframework.builtin.databrowser.TableSqlPageListSource
 
tableName() - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Returns the table name of associated with the record type.
tableName - Variable in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
 
tableName - Variable in class com.scooterframework.tools.generator.ModelGenerator
 
TablesController - Class in com.scooterframework.builtin.databrowser
TablesController class handles table related access.
TablesController() - Constructor for class com.scooterframework.builtin.databrowser.TablesController
 
TableSqlPageListSource - Class in com.scooterframework.builtin.databrowser
TableSqlPageListSource class retrieves paged record list for a specific table.
TableSqlPageListSource(String, String) - Constructor for class com.scooterframework.builtin.databrowser.TableSqlPageListSource
Constructs a TableSqlPageListSource object.
Tag - Class in com.scooterframework.orm.activerecord.tag
Tag class
Tag() - Constructor for class com.scooterframework.orm.activerecord.tag.Tag
 
TAG_ERROR - Static variable in class com.scooterframework.web.controller.ActionResult
error tag
TAG_FORWARD_TO - Static variable in class com.scooterframework.web.controller.ActionResult
forward tag
TAG_HTML - Static variable in class com.scooterframework.web.controller.ActionResult
html tag
TAG_REDIRECT_TO - Static variable in class com.scooterframework.web.controller.ActionResult
redirect tag
TAG_RENDER - Static variable in class com.scooterframework.web.controller.ActionResult
render tag
TAG_SYMBOL - Static variable in class com.scooterframework.web.controller.ActionResult
content type tag symbol
TAG_TEXT - Static variable in class com.scooterframework.web.controller.ActionResult
text tag
TAG_XML - Static variable in class com.scooterframework.web.controller.ActionResult
xml tag
taggedContent(String, String) - Static method in class com.scooterframework.web.util.W
Returns a formatted html string.
taggedContent(String, String, String) - Static method in class com.scooterframework.web.util.W
Returns a formatted html string.
taggedContent(String, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a formatted html string.
taggedContent(Object, String, String, String, Map<String, String>) - Static method in class com.scooterframework.web.util.W
Returns a formatted html string.
Tagging - Class in com.scooterframework.orm.activerecord.tag
Tagging class
Tagging() - Constructor for class com.scooterframework.orm.activerecord.tag.Tagging
 
TagHelper - Class in com.scooterframework.orm.activerecord.tag
TagHelper has helper methods related to tags.
TagHelper() - Constructor for class com.scooterframework.orm.activerecord.tag.TagHelper
 
tagsCount(ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Returns a count of all tag names associated with a record instance.
tagWith(ActiveRecord, String) - Static method in class com.scooterframework.orm.activerecord.tag.TagHelper
Adds tags to a record.
targetClass - Variable in class com.scooterframework.orm.activerecord.Relation
 
targetModel - Variable in class com.scooterframework.orm.activerecord.Relation
 
tearDown() - Method in class com.scooterframework.test.FunctionalTestHelper
 
tearDown() - Method in class com.scooterframework.test.ScooterTestHelper
 
tearDown() - Method in class com.scooterframework.test.UnitTestHelper
 
tearDownAfterClass() - Static method in class com.scooterframework.test.FunctionalTestHelper
 
tearDownAfterClass() - Static method in class com.scooterframework.test.ScooterTestHelper
 
tearDownAfterClass() - Static method in class com.scooterframework.test.UnitTestHelper
 
TEMPLATE_PARSER_Q - Static variable in interface com.scooterframework.tools.common.Generator
 
TEMPLATE_PARSER_ST - Static variable in interface com.scooterframework.tools.common.Generator
 
TEMPLATE_PARSER_TYPE - Static variable in interface com.scooterframework.tools.common.Generator
 
templateFilePath - Variable in class com.scooterframework.tools.common.GeneratorImpl
 
TemplateHandler - Interface in com.scooterframework.web.controller
TemplateHandler interface defines methods of a template handler.
TemplateHandlerFactory - Class in com.scooterframework.web.controller
TemplateHandlerFactory creates a template handler.
TemplateHandlerFactory() - Constructor for class com.scooterframework.web.controller.TemplateHandlerFactory
 
text(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a text-tagged content string for plain-text output.
text(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a text-tagged content string for plain-text output.
text(Object) - Static method in class com.scooterframework.web.util.T
Returns text of an object with default locale.
text(Object, String) - Static method in class com.scooterframework.web.util.T
Returns text of an object in a certain pattern with default locale.
text(Object, String, Locale) - Static method in class com.scooterframework.web.util.T
Returns text of an object in a certain pattern and locale.
text(Object, int) - Static method in class com.scooterframework.web.util.T
Returns text of an object of a type.
text(Object, int, String) - Static method in class com.scooterframework.web.util.T
Returns text of an object of a type in a certain pattern with default locale.
text(Object, int, String, Locale) - Static method in class com.scooterframework.web.util.T
Returns text of an object of a type in a certain pattern and locale.
textOfCurrency(Object) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(Object, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(String, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(float) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(float, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(double) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(double, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(int) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(int, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(long) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfCurrency(long, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of currency.
textOfDate(Object) - Static method in class com.scooterframework.web.util.T
Returns text of a date object.
textOfDate(Object, String) - Static method in class com.scooterframework.web.util.T
Returns text of a date object for a certain pattern.
textOfDate(Object, String, Locale) - Static method in class com.scooterframework.web.util.T
Returns text of a date object for a certain pattern and locale.
textOfNumber(Object, int) - Static method in class com.scooterframework.web.util.T
Returns a text of number with a certain precision.
textOfNumber(Object) - Static method in class com.scooterframework.web.util.T
Returns a text of number.
textOfNumber(Object, String) - Static method in class com.scooterframework.web.util.T
Returns a text of number.
textOfNumber(Object, String, Locale) - Static method in class com.scooterframework.web.util.T
Returns a text of number.
thread(String) - Static method in class com.scooterframework.web.util.W
Returns an object associated with the key in thread scope.
ThreadLocalTransactionManager - Class in com.scooterframework.transaction
ThreadLocalTransactionManager class implements TransactionStarterType, TransactionManager and ImplicitTransactionManager interfaces.
ThreadLocalTransactionManager() - Constructor for class com.scooterframework.transaction.ThreadLocalTransactionManager
 
throughAssociation - Variable in class com.scooterframework.orm.activerecord.HasManyThroughRelation
 
titleize(String) - Static method in class com.scooterframework.common.util.WordUtil
Replaces all dashes and underscores by spaces and capitalizes all the words.
toJSON() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a JSON representation of the object.
toLowerCase(String) - Static method in class com.scooterframework.common.util.StringUtil
Returns a string with all alphabetic characters converted to lower case.
toMap() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a Map representation of the record.
TOO_LONG - Static variable in class com.scooterframework.common.validation.Validators
 
TOO_SHORT - Static variable in class com.scooterframework.common.validation.Validators
 
ToolsUtil - Class in com.scooterframework.tools.common
Util class contains utility methods for tools.
ToolsUtil() - Constructor for class com.scooterframework.tools.common.ToolsUtil
 
toSqlJoinPart() - Method in class com.scooterframework.orm.activerecord.IncludeNode
 
toSqlSelectPart() - Method in class com.scooterframework.orm.activerecord.IncludeNode
Returns a sql select part of an ActiveRecord class in the following format: tableName.columnName AS tableName_columnName, ...
toString() - Method in class com.scooterframework.admin.DirObservable
 
toString() - Method in class com.scooterframework.admin.Event
Returns a string representation of this object.
toString() - Method in class com.scooterframework.admin.FileFilterSameName
 
toString() - Method in class com.scooterframework.admin.FileFilterSamePrefix
 
toString() - Method in class com.scooterframework.admin.FileFilterSameSuffix
 
toString() - Method in class com.scooterframework.admin.FileObservable
 
toString() - Method in class com.scooterframework.admin.Plugin
Returns a string representation of the plugin.
toString() - Method in class com.scooterframework.autoloader.CompileErrors
Returns a string representation of this object.
toString() - Method in class com.scooterframework.autoloader.CompileEvent
Returns a string representation of this object.
toString() - Method in class com.scooterframework.autoloader.ErrorItem
 
toString() - Method in class com.scooterframework.autoloader.LoadedClass
 
toString() - Method in class com.scooterframework.autoloader.SourceFile
 
toString() - Method in class com.scooterframework.common.util.ExpandedMessage
Returns a String in the format: key[value1, value2, etc].
toString() - Method in class com.scooterframework.common.util.Message
Returns as a string.
toString() - Method in class com.scooterframework.common.validation.ValidationResults
Returns a string representation of this object.
toString() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns a string representation of the record.
toString() - Method in class com.scooterframework.orm.activerecord.IncludeNode
 
toString() - Method in exception com.scooterframework.orm.activerecord.RecordValidationException
 
toString() - Method in class com.scooterframework.orm.activerecord.ReferenceDataRecord
 
toString() - Method in class com.scooterframework.orm.activerecord.Relation
 
toString() - Method in exception com.scooterframework.orm.activerecord.UnregisteredCategoryException
 
toString() - Method in exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
toString() - Method in exception com.scooterframework.orm.activerecord.UnsupportedRelationTypeException
 
toString() - Method in class com.scooterframework.orm.misc.Paginator
 
toString() - Method in exception com.scooterframework.orm.sqldataexpress.exception.CreateConnectionFailureException
 
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.ColumnInfo
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatement
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.JdbcStatementParameter
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
Returns a string representation of the object.
toString() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.Parameter
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.PrimaryKey
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.RowData
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.RowInfo
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.TableData
Returns a string representation of the object.
toString() - Method in class com.scooterframework.orm.sqldataexpress.object.TableInfo
Returns a string representation of the object.
toString(Object) - Method in class com.scooterframework.tools.common.GeneratorImpl
 
toString() - Method in class com.scooterframework.web.controller.ActionProperties
Returns a string representation of the object.
toString() - Method in class com.scooterframework.web.route.RequestInfo
Returns a string representation of the object.
toString() - Method in class com.scooterframework.web.route.Resource
Returns a string representation of the object.
toString() - Method in class com.scooterframework.web.route.RestRoute
Returns a string representation of the object.
toString() - Method in class com.scooterframework.web.route.Route
Returns a string representation of the object.
toString() - Method in class com.scooterframework.web.route.RouteInfo
Returns a string representation of the object.
totalCount - Variable in class com.scooterframework.orm.misc.PageListSource
Total number of records
totalCount - Variable in class com.scooterframework.orm.misc.Paginator
Total number of records
toUpperCase(Object) - Static method in class com.scooterframework.common.util.Converters
Converts a string to upper case.
toUpperCase(Collection<String>) - Static method in class com.scooterframework.common.util.Converters
Converts to upper case.
toUpperCase(String) - Static method in class com.scooterframework.common.util.StringUtil
Returns a string with all alphabetic characters converted to upper case.
toXML() - Method in class com.scooterframework.common.validation.ValidationResults
Returns a xml representation of this object.
toXML() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an XML representation of the object.
toXML() - Method in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
Returns a XML string representation of the object.
toXML() - Method in interface com.scooterframework.orm.sqldataexpress.object.OmniDTOBasic
Returns a XML string representation of the object.
TRACE - Static variable in class com.scooterframework.common.logging.LogUtil
 
trace(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a trace message
trace(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a trace message
Transaction - Interface in com.scooterframework.transaction
Transaction interface provides methods for managing transaction boundaries.
TRANSACTION_STARTER_IMPLICIT - Static variable in interface com.scooterframework.transaction.TransactionStarterType
value for automatically started transaction.
TransactionException - Exception in com.scooterframework.orm.sqldataexpress.exception
class TransactionException
TransactionException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.TransactionException
Constructs a new TransactionException exception with null as its detail message.
TransactionException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.TransactionException
Constructs a new TransactionException exception with the specified detail message.
TransactionException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.TransactionException
Constructs a new TransactionException exception with the specified cause.
TransactionException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.TransactionException
Constructs a new TransactionException exception with the specified detail message and cause.
TransactionFactory - Class in com.scooterframework.transaction
TransactionFactory class creates Transaction instances of different types.
transactionIsolationLevel - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
TransactionManager - Interface in com.scooterframework.transaction
TransactionManager interface specified services that are related to managing a transaction.
TransactionManagerUtil - Class in com.scooterframework.transaction
TransactionManagerUtil class creates one TransactionManager instance for the whole application.
TransactionStarterType - Interface in com.scooterframework.transaction
TransactionStarterType interface specified methods about transaction starter.
transactionType - Variable in class com.scooterframework.transaction.AbstractTransactionImpl
 
TransactionUtil - Class in com.scooterframework.transaction
TransactionUtil class provides convenient methods about transaction.
TransactionUtil() - Constructor for class com.scooterframework.transaction.TransactionUtil
 
transform() - Method in class com.scooterframework.tools.common.FileTransformerGenerator
 
translate(String, String, String) - Static method in class com.scooterframework.common.util.StringUtil
translate method replaces a sequence of characters in a string with another set of characters.
tryToUseTestDatabaseConnection() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
 
turnOff - Static variable in class com.scooterframework.autoloader.FileMonitor
 
type - Variable in class com.scooterframework.orm.activerecord.Relation
 
type - Variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
type - Variable in class com.scooterframework.web.route.Resource
 
TYPE_SYNONYM - Static variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
TYPE_TABLE - Static variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 
TYPE_VIEW - Static variable in class com.scooterframework.orm.sqldataexpress.object.TableInfo
 

U

UNDEFINED - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
UndefinedRelationException - Exception in com.scooterframework.orm.activerecord
class UndefinedRelationException
UndefinedRelationException(String) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedRelationException
 
UndefinedRelationException(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedRelationException
 
UndefinedRelationException(String, String) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedRelationException
 
UndefinedReverseRelationException - Exception in com.scooterframework.orm.activerecord
class UndefinedReverseRelationException
UndefinedReverseRelationException(String) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedReverseRelationException
 
UndefinedReverseRelationException(Class<? extends ActiveRecord>, Class<? extends ActiveRecord>) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedReverseRelationException
 
UndefinedReverseRelationException(String, String) - Constructor for exception com.scooterframework.orm.activerecord.UndefinedReverseRelationException
 
underscore(String) - Static method in class com.scooterframework.common.util.WordUtil
underscore is the reverse of camelize method.
UNDETERMINED - Static variable in class com.scooterframework.tools.common.GeneratorHelper
 
UnexpectedDataException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnexpectedDataException
UnexpectedDataException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnexpectedDataException
Constructs a new UnexpectedDataException exception with null as its detail message.
UnexpectedDataException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnexpectedDataException
Constructs a new UnexpectedDataException exception with the specified detail message.
UnexpectedDataException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnexpectedDataException
Constructs a new UnexpectedDataException exception with the specified cause.
UnexpectedDataException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnexpectedDataException
Constructs a new UnexpectedDataException exception with the specified detail message and cause.
UNIT_TEST - Static variable in class com.scooterframework.tools.common.GeneratorImpl
 
UnitTestHelper - Class in com.scooterframework.test
UnitTestHelper class is super class of all unit test classes for an application.
UnitTestHelper() - Constructor for class com.scooterframework.test.UnitTestHelper
 
UNKNOWN - Static variable in class com.scooterframework.web.util.T
int constant represents unknown data type.
UNKNOWN_SQL_DATA_TYPE - Static variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
UnregisteredCategoryException - Exception in com.scooterframework.orm.activerecord
class UnregisteredCategoryException
UnregisteredCategoryException(String) - Constructor for exception com.scooterframework.orm.activerecord.UnregisteredCategoryException
 
UnsupportedDataProcessorNameException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnsupportedDataProcessorNameException
UnsupportedDataProcessorNameException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedDataProcessorNameException
Constructs a new UnsupportedDataProcessorNameException exception with null as its detail message.
UnsupportedDataProcessorNameException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedDataProcessorNameException
Constructs a new UnsupportedDataProcessorNameException exception with the specified detail message.
UnsupportedDataProcessorTypeException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnsupportedDataProcessorTypeException
UnsupportedDataProcessorTypeException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedDataProcessorTypeException
Constructs a new UnsupportedDataProcessorTypeException exception with null as its detail message.
UnsupportedDataProcessorTypeException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedDataProcessorTypeException
Constructs a new UnsupportedDataProcessorTypeException exception with the specified detail message.
UnsupportedEntityInCategoryException - Exception in com.scooterframework.orm.activerecord
class RelationException
UnsupportedEntityInCategoryException() - Constructor for exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
UnsupportedEntityInCategoryException(String) - Constructor for exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
UnsupportedEntityInCategoryException(String, String) - Constructor for exception com.scooterframework.orm.activerecord.UnsupportedEntityInCategoryException
 
UnsupportedRelationTypeException - Exception in com.scooterframework.orm.activerecord
class UnsupportedRelationTypeException
UnsupportedRelationTypeException(String) - Constructor for exception com.scooterframework.orm.activerecord.UnsupportedRelationTypeException
 
UnsupportedStoredProcedureAPINameException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnsupportedStoredProcedureAPINameException
UnsupportedStoredProcedureAPINameException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureAPINameException
Constructs a new UnsupportedStoredProcedureAPINameException exception with null as its detail message.
UnsupportedStoredProcedureAPINameException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureAPINameException
Constructs a new UnsupportedStoredProcedureAPINameException exception with the specified detail message.
UnsupportedStoredProcedureAPINameException(Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureAPINameException
Constructs a new UnsupportedStoredProcedureAPINameException exception with the specified cause.
UnsupportedStoredProcedureAPINameException(String, Throwable) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureAPINameException
Constructs a new UnsupportedStoredProcedureAPINameException exception with the specified detail message and cause.
UnsupportedStoredProcedureModeException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnsupportedStoredProcedureModeException
UnsupportedStoredProcedureModeException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureModeException
Constructs a new UnsupportedStoredProcedureModeException exception with null as its detail message.
UnsupportedStoredProcedureModeException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedStoredProcedureModeException
Constructs a new UnsupportedStoredProcedureModeException exception with the specified detail message.
UnsupportedVendorException - Exception in com.scooterframework.orm.sqldataexpress.exception
class UnsupportedVendorException
UnsupportedVendorException() - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedVendorException
Constructs a new UnsupportedVendorException exception with null as its detail message.
UnsupportedVendorException(String) - Constructor for exception com.scooterframework.orm.sqldataexpress.exception.UnsupportedVendorException
Constructs a new UnsupportedVendorException exception with the specified detail message.
UnsupportFeatureException - Exception in com.scooterframework.common.exception
class UnsupportFeatureException
UnsupportFeatureException() - Constructor for exception com.scooterframework.common.exception.UnsupportFeatureException
 
UnsupportFeatureException(String) - Constructor for exception com.scooterframework.common.exception.UnsupportFeatureException
 
update(Observable, Object) - Method in class com.scooterframework.admin.EnvConfig
 
update(Observable, Object) - Method in class com.scooterframework.autoloader.AutoLoaderConfig
 
update() - Method in class com.scooterframework.autoloader.FileMonitor
Updates the FileMonitor, restarts the timer if the period is changed.
update() - Method in class com.scooterframework.builtin.CRUDController
 
update() - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
update() - Method in class com.scooterframework.builtin.FilesController
 
update(Observable, Object) - Method in class com.scooterframework.common.logging.LogConfig
 
update(Observable, Object) - Method in class com.scooterframework.i18n.I18nConfig
 
update() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Updates the record.
update(boolean) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Updates the record.
update(Observable, Object) - Method in class com.scooterframework.orm.activerecord.ReferenceDataLoader
Updates this loader, restarts the timer task if its period is changed.
update(Observable, Object) - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Required method by Observer interface.
update(Observable, Object) - Method in class com.scooterframework.orm.sqldataexpress.config.SqlConfig
 
update(Map<String, Object>, String, String) - Method in class com.scooterframework.orm.sqldataexpress.service.SqlServiceImpl
Update data in database.
update(Map<String, Object>, String, String) - Method in interface com.scooterframework.orm.sqldataexpress.service.SqlServiceSpecific
Update data in database.
update(Observable, Object) - Method in class com.scooterframework.web.route.RouteConfig
 
UPDATE_EXISTING_FILE - Static variable in class com.scooterframework.tools.common.GeneratorHelper
 
updateAll(Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records of a table.
updateAll(Map<String, Object>, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the conditions.
updateAll(Map<String, Object>, String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the conditions.
updateAll(Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records of a table.
updateAll(Map<String, Object>, String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy a set of conditions supplied.
updateAll(Map<String, Object>, String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy the conditions.
updateBySQL(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the SQL statement.
updateBySQL(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the SQL statement.
updateBySQL(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy the SQL statement.
updateBySQL(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy the SQL statement.
updateBySQLKey(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the SQL specified by sqlKey .
updateBySQLKey(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Updates all the records that satisfy the SQL specified by sqlKey .
updateBySQLKey(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy the SQL specified by sqlKey .
updateBySQLKey(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Updates all the records that satisfy the SQL specified by sqlKey .
updateCounters(Map<String, ? extends Number>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Updates counters Counters map contains the names of the fields to update as keys and the amount to update the field by as values.
UPDATED_ROW_COUNT - Static variable in class com.scooterframework.orm.sqldataexpress.object.OmniDTO
 
updateFailed(int[]) - Static method in class com.scooterframework.orm.sqldataexpress.util.DAOUtil
 
updateField(String, Object) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Updates a single field and saves the record.
updateFields(Map<String, ?>) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Updates all the fields contained in the map for a record (row) in database
updateFile(File, String) - Static method in class com.scooterframework.common.util.FileUtil
 
updateFile(File, List<String>) - Static method in class com.scooterframework.common.util.FileUtil
 
updateRecord(Map<String, Object>, String, String, String) - Static method in class com.scooterframework.builtin.databrowser.Record
 
upload() - Method in class com.scooterframework.builtin.FilesController
 
UploadFile - Class in com.scooterframework.web.controller
UploadFile represents a file uploaded.
UploadFile(FileItem) - Constructor for class com.scooterframework.web.controller.UploadFile
 
urlPattern - Variable in class com.scooterframework.web.route.Route
 
USE_LOGIN_USER_ID_AS_SCHEMA - Static variable in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
useConnectionPool() - Method in class com.scooterframework.orm.sqldataexpress.connection.JdbcConnectionContext
Checks to see if connection pool needs to be used.
useLoginAsSchema() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Checks whether to use login id as schema.
useLoginAsSchema - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
useLoginAsSchema() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Checks if using login id as schema.
useLoginAsSchema(String) - Static method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
Checks if using login user id as schema.
useLoginForConnection() - Method in interface com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContext
Checks whether to use login username and password for making a connection.
useLoginForConnection - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
useLoginForConnection() - Method in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
Checks if using login username and password for making a connection.
usePluralTableName() - Method in class com.scooterframework.orm.sqldataexpress.config.DatabaseConfig
Checks if using plural nones as table name
USER_ID_RETRIEVED - Static variable in class com.scooterframework.admin.Constants
 
USER_ID_VALUE - Static variable in class com.scooterframework.admin.Constants
 
USER_TRANSACTION_JNDI_STRING - Static variable in interface com.scooterframework.transaction.Transaction
 
UserDatabaseConnection - Interface in com.scooterframework.orm.sqldataexpress.connection
UserDatabaseConnection interface allows access to both connection and connection context.
UserDatabaseConnectionFactory - Class in com.scooterframework.orm.sqldataexpress.connection
UserDatabaseConnectionFactory class creates UserDatabaseConnection.
UserDatabaseConnectionImpl - Class in com.scooterframework.orm.sqldataexpress.connection
Abstract UserDatabaseConnectionImpl class
UserDatabaseConnectionImpl(DatabaseConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
 
UserDatabaseConnectionImpl(String, DatabaseConnectionContext) - Constructor for class com.scooterframework.orm.sqldataexpress.connection.UserDatabaseConnectionImpl
 
userIDRetrieved() - Static method in class com.scooterframework.common.util.CurrentThreadCacheClient
 
userLogin(ActiveRecord) - Static method in class com.scooterframework.security.LoginHelper
Stores user instance to session.
userLogout() - Static method in class com.scooterframework.security.LoginHelper
Do something when logging out.
username - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
Util - Class in com.scooterframework.common.util
Util class has helper methods not included in other util classes.
Util() - Constructor for class com.scooterframework.common.util.Util
 

V

validateInput() - Method in class com.scooterframework.builtin.AdminSignonController
 
validateLocalRequest() - Method in class com.scooterframework.builtin.BuiltinHelper
Checks if the request comes from localhost.
validateMethods(String) - Static method in class com.scooterframework.web.route.Route
 
validatePath() - Method in class com.scooterframework.builtin.FilesController
 
validatePathExistence(String) - Static method in class com.scooterframework.tools.common.ToolsUtil
 
validateRecordType(Class<? extends ActiveRecord>, ActiveRecord) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Validates a record is of the expected type.
validateRecordType(Class<? extends ActiveRecord>, List<? extends ActiveRecord>) - Method in class com.scooterframework.orm.activerecord.AssociatedRecords
Validates that the records are of the same type as expected.
validatesAcceptanceOf(String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match the accepted values.
validatesAcceptanceOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match the accepted values.
validatesAcceptanceOf(String, String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match the accepted values.
validatesConfirmationOf(String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match their corresponding confirmation values.
validatesConfirmationOf(String, boolean) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match their corresponding confirmation values.
validatesConfirmationOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match their corresponding confirmation values.
validatesConfirmationOf(String, String, boolean) - Method in class com.scooterframework.common.validation.Validators
Validates the fields match their corresponding confirmation values.
validatesExclusionOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field excludes from the specified values.
validatesExclusionOf(String, boolean, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field excludes from the specified values.
validatesExclusionOf(String, boolean, String, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field excludes from the specified values.
validatesInclusionOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field matches one of the specified values.
validatesInclusionOf(String, boolean, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field matches one of the specified values.
validatesInclusionOf(String, boolean, String, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field matches one of the specified values.
validatesIsEmail(String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data contains email only.
validatesIsEmail(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data contains email only.
validatesIsNumber(String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data contains number only.
validatesIsNumber(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data contains number only.
validatesLengthInRangeOf(String, int, int) - Method in class com.scooterframework.common.validation.Validators
Validates the field length is in a specific range.
validatesLengthInRangeOf(String, int, int, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field length is in a specific range.
validatesLengthMaximum(String, int) - Method in class com.scooterframework.common.validation.Validators
Validates the maximum length of a field.
validatesLengthMaximum(String, int, String) - Method in class com.scooterframework.common.validation.Validators
Validates the maximum length of a field.
validatesLengthMinimum(String, int) - Method in class com.scooterframework.common.validation.Validators
Validates the minimum length of a field.
validatesLengthMinimum(String, int, String) - Method in class com.scooterframework.common.validation.Validators
Validates the minimum length of a field.
validatesLengthOf(String, int) - Method in class com.scooterframework.common.validation.Validators
Validates the field length is as specified.
validatesLengthOf(String, int, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field length is as specified.
validatesNotNull(String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is not null.
validatesNotNull(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is not null.
validatesNumberIsEqualTo(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is equal to a specific number.
validatesNumberIsEqualTo(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is equal to a specific number.
validatesNumberIsInsideRangeOf(String, Number, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is in a specific range of (number1, number2).
validatesNumberIsInsideRangeOf(String, Number, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is in a specific range of (number1, number2).
validatesNumberIsLargerThan(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is larger than a specific number.
validatesNumberIsLargerThan(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is larger than a specific number.
validatesNumberIsLargerThanOrEqualTo(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is larger than or equal to a specific number.
validatesNumberIsLargerThanOrEqualTo(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is larger than or equal to a specific number.
validatesNumberIsLowerThan(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is lower than a specific number.
validatesNumberIsLowerThan(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is lower than a specific number.
validatesNumberIsLowerThanOrEqualTo(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is lower than or equal to a specific number.
validatesNumberIsLowerThanOrEqualTo(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is lower than or equal to a specific number.
validatesNumberIsWithinRangeOf(String, Number, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is within a specific range of [number1, number2].
validatesNumberIsWithinRangeOf(String, Number, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data is within a specific range of [number1, number2].
validatesNumberMaximum(String, Number) - Method in class com.scooterframework.common.validation.Validators
Validates the field data does not exceed maximum.
validatesNumberMaximum(String, Number, String) - Method in class com.scooterframework.common.validation.Validators
Validates the field data does not exceed maximum.
validatesPresenceOf(String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields have non-blank values.
validatesPresenceOf(String, boolean) - Method in class com.scooterframework.common.validation.Validators
Validates the fields have non-blank values if check is true.
validatesPresenceOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates the fields have non-blank values.
validatesPresenceOf(String, String, boolean) - Method in class com.scooterframework.common.validation.Validators
Validates the fields have non-blank values if check is true.
validatesRecord() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Subclass must override this method in order to provide a meaningful validation.
validatesRecord() - Method in class com.scooterframework.orm.activerecord.tag.Tag
 
validatesRecordBeforeCreate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
This delegates to validatesRecord().
validatesRecordBeforeDelete() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
The default implementation actually does nothing.
validatesRecordBeforeSave() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
This delegates to validatesRecord().
validatesRecordBeforeUpdate() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
This delegates to validatesRecord().
validatesUniqenessOf(String) - Method in class com.scooterframework.common.validation.Validators
Validates each field data is unique.
validatesUniqenessOf(String, String) - Method in class com.scooterframework.common.validation.Validators
Validates each field data is unique.
validatesUniqenessOf(String, String) - Method in class com.scooterframework.orm.activerecord.ModelValidators
Validates each field data is unique.
validation() - Method in class com.scooterframework.web.route.NamedRoute
 
validation() - Method in class com.scooterframework.web.route.Route
 
validationFailed() - Static method in class com.scooterframework.web.controller.ActionControl
Checks if validation failed.
ValidationResults - Class in com.scooterframework.common.validation
ValidationResults class contains results of validations.
ValidationResults() - Constructor for class com.scooterframework.common.validation.ValidationResults
 
Validators - Class in com.scooterframework.common.validation
Validators contains basic validation methods to validate data.
Validators() - Constructor for class com.scooterframework.common.validation.Validators
 
validators() - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Returns an instance of Validators.
validators() - Static method in class com.scooterframework.web.controller.ActionControl
Returns an instance of Validators.
value(String) - Static method in class com.scooterframework.web.util.O
Returns text of a key.property value.
value(String, String) - Static method in class com.scooterframework.web.util.O
Returns text of a key.property value.
value(String, String, Locale) - Static method in class com.scooterframework.web.util.O
Returns text of a key.property value.
value(String) - Static method in class com.scooterframework.web.util.W
Returns a string value for a key.
value(String, HttpServletRequest, ActiveRecord) - Static method in class com.scooterframework.web.util.W
Returns a string value for a key.
VALUE_FOR_FILE_UPLOAD_REQUEST - Static variable in class com.scooterframework.admin.Constants
 
VALUE_FOR_LOCAL_REQUEST - Static variable in class com.scooterframework.admin.Constants
 
vendor - Variable in class com.scooterframework.orm.sqldataexpress.connection.DatabaseConnectionContextImpl
 
vendor - Variable in class com.scooterframework.orm.sqldataexpress.object.Parameter
 
vendorSpecificSetObject(PreparedStatement, Object, Parameter, Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.DBAdapter
 
vendorSpecificSetObject(PreparedStatement, Object, Parameter, Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.MySQLDBAdapter
 
vendorSpecificSetObject(PreparedStatement, Object, Parameter, Map<String, Object>) - Method in class com.scooterframework.orm.sqldataexpress.vendor.OracleDBAdapter
 
verifyExistenceOfColumn(Class<? extends ActiveRecord>, String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordUtil
Checks if a field name exists in a database table.
verifyExistenceOfField(String) - Method in class com.scooterframework.orm.activerecord.ActiveRecord
Checks if a field name exists in an ActiveRecord class.
Version - Class in com.scooterframework.admin
Version class loads version information.
Version() - Constructor for class com.scooterframework.admin.Version
 
View - Class in com.scooterframework.builtin.databrowser
View model class handles view related access.
View() - Constructor for class com.scooterframework.builtin.databrowser.View
 
ViewActionGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewActionGenerator(String, Map<String, String>, String, String) - Constructor for class com.scooterframework.tools.generator.ViewActionGenerator
 
ViewAddGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewAddGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewAddGenerator
 
ViewEditGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewEditGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewEditGenerator
 
viewFileName - Variable in class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
ViewIndexGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewIndexGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewIndexGenerator
 
ViewLoginGenerator - Class in com.scooterframework.tools.signon
This class generates login view code.
ViewLoginGenerator(String, Map<String, String>, String, String) - Constructor for class com.scooterframework.tools.signon.ViewLoginGenerator
 
ViewLogoutGenerator - Class in com.scooterframework.tools.signon
This class generates logout view code.
ViewLogoutGenerator(String, Map<String, String>, String, String) - Constructor for class com.scooterframework.tools.signon.ViewLogoutGenerator
 
ViewMainGenerator - Class in com.scooterframework.tools.signon
This class generates main view code.
ViewMainGenerator(String, Map<String, String>, String, String) - Constructor for class com.scooterframework.tools.signon.ViewMainGenerator
 
ViewPagedGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewPagedGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewPagedGenerator
 
viewPath(String) - Method in class com.scooterframework.builtin.CRUDController
Returns url path to the view named "action".
viewPath(String) - Method in class com.scooterframework.builtin.databrowser.RecordsController
 
viewPath(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns URI path to a view template of the current controller's action.
viewPath(String, String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns URI path to a view template of a controller's action.
ViewScaffoldGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewScaffoldGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewScaffoldGenerator
 
ViewsController - Class in com.scooterframework.builtin.databrowser
ViewsController class handles view related access.
ViewsController() - Constructor for class com.scooterframework.builtin.databrowser.ViewsController
 
ViewShowGenerator - Class in com.scooterframework.tools.generator
This class generates a specific action view code.
ViewShowGenerator(String, Map<String, String>, String, String, String, String) - Constructor for class com.scooterframework.tools.generator.ViewShowGenerator
 
Vrecord - Class in com.scooterframework.builtin.databrowser
Vrecord model class handles view record related access.
Vrecord() - Constructor for class com.scooterframework.builtin.databrowser.Vrecord
 
VrecordsController - Class in com.scooterframework.builtin.databrowser
VrecordsController class handles view record related access.
VrecordsController() - Constructor for class com.scooterframework.builtin.databrowser.VrecordsController
 

W

W - Class in com.scooterframework.web.util
W(WebHelper) class has helper methods for web related requests, including AJAX requests.
W() - Constructor for class com.scooterframework.web.util.W
 
WAC - Static variable in class com.scooterframework.web.controller.ACH
WAC is constant for Web Action Context.
WARN - Static variable in class com.scooterframework.common.logging.LogUtil
 
warn(Object) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a warning message
warn(Object, Throwable) - Method in class com.scooterframework.common.logging.LogUtil
Method to log a warning message
wc - Static variable in class com.scooterframework.test.FunctionalTestHelper
 
wc - Static variable in class com.scooterframework.test.ScooterTestHelper
 
wc - Static variable in class com.scooterframework.test.UnitTestHelper
 
wc - Variable in class com.scooterframework.tools.common.AbstractGenerator
 
WebActionContext - Class in com.scooterframework.web.controller
WebActionContext class holds context data for current web request.
WebActionContext(HttpServletRequest, HttpServletResponse) - Constructor for class com.scooterframework.web.controller.WebActionContext
 
WebApplicationStartListener - Class in com.scooterframework.admin
This class kicks off ApplicationConfig class.
WebApplicationStartListener() - Constructor for class com.scooterframework.admin.WebApplicationStartListener
 
WebSessionListener - Class in com.scooterframework.admin
WebSessionListener class monitors when sessions are created and destroyed on the application server.
WebSessionListener() - Constructor for class com.scooterframework.admin.WebSessionListener
 
where(String) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup where clause.
where(String, Object[]) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup where clause.
where(String, Map<String, Object>) - Static method in class com.scooterframework.orm.activerecord.ActiveRecordClass
Setup where clause.
where(String) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup where clause.
where(String, Object[]) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup where clause.
where(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.QueryBuilder
Setup where clause.
where(String) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup where clause.
where(String, Map<String, Object>) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup where clause.
where(String, Object[]) - Method in class com.scooterframework.orm.activerecord.TableGateway
Setup where clause.
windowStylePageLinks(Paginator, String) - Static method in class com.scooterframework.web.util.W
Returns a string of window-style pagination page links.
windowStylePageLinks(Paginator, String, String) - Static method in class com.scooterframework.web.util.W
Returns a string of window-style pagination page links.
windowStylePageLinks(Paginator, String, int, int) - Static method in class com.scooterframework.web.util.W
Returns a string of pagination page links.
windowStylePageLinks(Paginator, String, int, int, String) - Static method in class com.scooterframework.web.util.W
Returns a string of pagination page links.
WordUtil - Class in com.scooterframework.common.util
Conversion between singular and plural form of a noun word.
WordUtil() - Constructor for class com.scooterframework.common.util.WordUtil
 
writeTo(String) - Method in class com.scooterframework.web.controller.UploadFile
Writes an uploaded item to disk.
writeTo(File) - Method in class com.scooterframework.web.controller.UploadFile
Writes an uploaded item to disk.
writeToFile(String, String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
writeToFile(List<String>, String) - Static method in class com.scooterframework.tools.common.GeneratorHelper
 
WRONG_LENGTH - Static variable in class com.scooterframework.common.validation.Validators
 
WrongRecordTypeException - Exception in com.scooterframework.orm.activerecord
class WrongRecordTypeException
WrongRecordTypeException(String) - Constructor for exception com.scooterframework.orm.activerecord.WrongRecordTypeException
 

X

xml(String) - Static method in class com.scooterframework.web.controller.ActionControl
Returns a xml-tagged content string for xml output.
xml(String) - Static method in class com.scooterframework.web.controller.ActionResult
Returns a xml-tagged content string for xml output.

Y

yahooStylePageLinks(Paginator, String) - Static method in class com.scooterframework.web.util.W
Returns a string of Yahoo-style pagination page links.
yahooStylePageLinks(Paginator, String, String) - Static method in class com.scooterframework.web.util.W
Returns a string of Yahoo-style pagination page links.

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