Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Executor) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
absolute(int) - Method in class org.ofbiz.core.entity.EntityListIterator
performs the same function as the ResultSet.absolute method; if rowNum is positive, goes to that position relative to the beginning of the list; if rowNum is negative, goes to that position relative to the end of the list; a rowNum of 1 is the same as first(); a rowNum of -1 is the same as last()
AbstractDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
AbstractDatabaseType(String, String, String[]) - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
AbstractDatabaseType(String, String, String[], int) - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
AbstractPostgresDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
The super-class for all PostgreSQL Database Types.
AbstractPostgresDatabaseType(String, String) - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
add(GenericValue) - Method in class org.ofbiz.core.entity.EntityListIterator
 
addAlternativeAction(IndexAlternativeAction) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
addBatch() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Adds a set of parameters to underlying PreparedStatement object's batch of commands.
addColumn(ModelEntity, ModelField) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
addDatasourceInfo(DatasourceInfo) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
addDelegatorInfo(EntityConfigUtil.DelegatorInfo) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
addEntityToResourceHandler(String, String, String) - Method in class org.ofbiz.core.entity.model.ModelReader
 
addField(ModelField) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
addFunctionBasedIndex(ModelFunctionBasedIndex) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
addIndex(ModelIndex) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
addIndexField(String) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
addKeyMap(ModelKeyMap) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
addLimitClause(String, List<ModelField>, int, int, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.LimitHelper
 
addLimitClause(String, List<ModelField>, int, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.LimitHelper
 
addMemberModelMemberEntity(ModelViewEntity.ModelMemberEntity) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
addRelation(ModelRelation) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
addToXmlDocument(Collection<GenericValue>, Document) - Static method in class org.ofbiz.core.entity.GenericEntity
 
addValidator(String) - Method in class org.ofbiz.core.entity.model.ModelField
 
addViewLink(ModelViewEntity.ModelViewLink) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
addVirtualColumn(ModelEntity, ModelFunctionBasedIndex) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
afterLast() - Method in class org.ofbiz.core.entity.EntityListIterator
Sets the cursor position to just after the last result so that previous() will return the last result
afterSuccessfulExecution(String, List<String>, Statement, ResultSet, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
afterSuccessfulExecution(String, List<String>, Statement, ResultSet, int) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
afterSuccessfulExecution(String, List<String>, List<List<String>>, Statement, ResultSet, int, int[]) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
This is called after a successful (ie no SQLException generated) JDBC query is run.
aliases - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
List of aliases with information in addition to what is in the standard field list
allCache - Variable in class org.ofbiz.core.entity.GenericDelegator
 
allModelMemberEntities - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
A list of all ModelMemberEntity entries; this is mainly used to preserve the original order of member entities from the XML file
ALTER_TABLE_DROP_INDEX - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
alternativeActions - Variable in class org.ofbiz.core.entity.model.ModelIndex
 
AND - Static variable in class org.ofbiz.core.entity.EntityOperator
 
andCache - Variable in class org.ofbiz.core.entity.GenericDelegator
 
andCacheFieldSets - Variable in class org.ofbiz.core.entity.GenericDelegator
 
areFields(Collection<String>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
argsList - Variable in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
asString(int) - Static method in class org.ofbiz.core.entity.transaction.TransactionIsolations
 
author - Variable in class org.ofbiz.core.entity.model.ModelEntity
The author for documentation purposes
AUTO_COMMIT - Enum constant in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
The SQLProcessor is in "auto commit" mode, and will implicitly commit any UPDATES on execution
AUTO_CONFIGURE_JNDI_PREFIX - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
Value found in configuration file as a prefix in the JNDI-NAME field if we are to guess the prefix of the JNDI-NAME
AUTO_CONFIGURE_TRANS_MGR - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
Value found in configuration file in the jndi-name field if we are to guess the the jndi-name of the (user-)transaction manager
AUTO_CONSTRAINT_NAME_CLIP_LENGTH - Static variable in class org.ofbiz.core.entity.config.DatasourceInfo
 
AUTO_FIELD_TYPE - Static variable in class org.ofbiz.core.entity.config.DatasourceInfo
If the field-type-name property matches this string we will try and guess the field-type-name by using the metadata returned by the database connection.
AUTO_SCHEMA_NAME - Static variable in class org.ofbiz.core.entity.config.DatasourceInfo
 
AutoCommitSQLProcessor - Class in org.ofbiz.core.entity.jdbc
A versionf of SQLProcessor that will implcitly auto commit any updates that occur It will be created with SQLProcessor.CommitMode.AUTO_COMMIT This class is used to "clearly document" the mode the SQLProcessor is in
AutoCommitSQLProcessor(String) - Constructor for class org.ofbiz.core.entity.jdbc.AutoCommitSQLProcessor
 

B

beforeExecution(String, List<String>, Statement) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
beforeExecution(String, List<String>, Statement) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
beforeExecution(String, List<String>, List<List<String>>, Statement) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
This is called before an JDBC query is run.
beforeFirst() - Method in class org.ofbiz.core.entity.EntityListIterator
Sets the cursor position to just before the first result so that next() will return the first result
begin() - Static method in class org.ofbiz.core.entity.TransactionUtil
Begins a transaction in the current thread IF transactions are available; only tries if the current transaction status is ACTIVE, if not active it returns false.
beginLocalTransaction(String, int) - Static method in class org.ofbiz.core.entity.TransactionUtil
Starts a transaction if one does not exist already.
BETWEEN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
BLOB - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field is a BLOB or whatever the nearest equivalent is.
BOOLEAN - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field can hold a boolean value.
build() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
Returns a new ConnectionPoolInfo as specified by the current state of this builder.
buildCountSelectStatement(String, String, String, boolean) - Method in class org.ofbiz.core.entity.CountHelper
returns the select statement as SELECT COUNT([DISTINCT] fieldName) FROM tableName WHERE whereClause
builder() - Static method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
Builder() - Constructor for class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
BYTE_ARRAY - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field holds arbitrary binary data.
bytes - Variable in class org.ofbiz.core.entity.ByteWrapper
 
ByteWrapper - Class in org.ofbiz.core.entity
A very simple class to wrap a byte array for persistence.
ByteWrapper() - Constructor for class org.ofbiz.core.entity.ByteWrapper
 
ByteWrapper(byte[]) - Constructor for class org.ofbiz.core.entity.ByteWrapper
 

C

CHANGE_COLUMN_TYPE_CLAUSE_STRUCTURE_STANDARD_ALTER_COLUMN - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
CHANGE_COLUMN_TYPE_CLAUSE_STRUCTURE_STANDARD_MODIFY - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
characters(char[], int, int) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityCondition
Checks this condition against the given entity.
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityConditionList
 
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityExpr
 
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityExprList
 
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityFieldMap
 
checkCondition(ModelEntity) - Method in class org.ofbiz.core.entity.EntityWhereString
 
checkDataSource(Map<String, ? extends ModelEntity>, Collection<String>, boolean) - Method in interface org.ofbiz.core.entity.GenericHelper
Check the datasource to make sure the entity definitions are correct, optionally adding missing entities or fields on the server
checkDataSource(Map<String, ? extends ModelEntity>, Collection<String>, boolean) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Check the datasource to make sure the entity definitions are correct, optionally adding missing entities or fields on the server
checkDataSource(Map<String, ? extends ModelEntity>, Collection<String>, boolean) - Method in class org.ofbiz.core.entity.MemoryHelper
 
checkDb(Map<String, ? extends ModelEntity>, Collection<String>, boolean) - Method in class org.ofbiz.core.entity.GenericDAO
 
checkDb(Map<String, ? extends ModelEntity>, Collection<String>, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Does a gzillion things to upgrade the database to the entitymodel by adding tables etc.
checkDb(Map<String, ? extends ModelEntity>, Collection<String>, boolean, boolean, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Does a gzillion things to upgrade the database to the entitymodel by adding tables etc.
ClassLoaderUtils - Class in org.ofbiz.core.entity.util
This is a copy of the Jira core com.atlassian.core.util.ClassLoaderUtils! A copy was made into the Ofbiz project so that this class could be used in Ofbiz without creating any circluar dependencies on the Jira project.
ClassLoaderUtils() - Constructor for class org.ofbiz.core.entity.util.ClassLoaderUtils
 
className - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.ResourceLoaderInfo
 
classNameString(List<ModelField>, String, String, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
classNameString(List<ModelField>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
clear() - Method in class org.ofbiz.core.entity.GenericEntity
 
clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearAllCacheLinesByValue(Collection<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearAllCacheLinesByValue(Collection<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearAllCacheLinesByValue(Collection<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearAllCaches() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearAllCaches() - Method in interface org.ofbiz.core.entity.DistributedCacheClear
 
clearAllCaches() - Method in class org.ofbiz.core.entity.GenericDelegator
This method is a shortcut to completely clear all entity engine caches.
clearAllCaches() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearAllCaches(boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearAllCaches(boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearAllCaches(boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCache() - Static method in class org.ofbiz.core.entity.MemoryHelper
 
clearCacheLine(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLine(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a CACHED Generic Entity (List) from the cache, either a PK, ByAnd, or All
clearCacheLine(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLine(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLine(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a CACHED Generic Entity from the cache by its primary key, does NOT check to see if the passed GenericPK is a complete primary key.
clearCacheLine(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLine(GenericPK, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLine(GenericPK, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearCacheLine(GenericPK, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLine(GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLine(GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a CACHED GenericValue from as many caches as it can.
clearCacheLine(GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLine(GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLine(GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearCacheLine(GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLineFlexible(GenericEntity) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLineFlexible(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a CACHED Generic Entity from the cache by its primary key.
clearCacheLineFlexible(GenericEntity) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearCacheLineFlexible(GenericEntity, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
clearCacheLineFlexible(GenericEntity, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
 
clearCacheLineFlexible(GenericEntity, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
clearTransactionThreadLocal() - Static method in class org.ofbiz.core.entity.TransactionUtil
A method that ensures the connection is cleared.
clearWarnings() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
CLOB - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field is a CLOB or whatever the nearest equivalent is.
clone() - Method in class org.ofbiz.core.entity.GenericEntity
Clones this GenericEntity, this is a shallow clone & uses the default shallow HashMap clone
clone() - Method in class org.ofbiz.core.entity.GenericPK
Clones this GenericPK, this is a shallow clone & uses the default shallow HashMap clone
clone() - Method in class org.ofbiz.core.entity.GenericValue
Clones this GenericValue, this is a shallow clone & uses the default shallow HashMap clone
close() - Method in class org.ofbiz.core.entity.EntityListIterator
 
close() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
close() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Commit if required and remove all allocated resources
closeAndClearThreadLocalConnection() - Static method in class org.ofbiz.core.entity.TransactionUtil
If a connection exists in the thread local close it.
closed - Variable in class org.ofbiz.core.entity.EntityListIterator
 
CLOUDSCAPE - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
colName - Variable in class org.ofbiz.core.entity.model.ModelField
The col-name of the Field
colNameString(List<ModelField>, String, String, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
colNameString(List<ModelField>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
ColumnCheckInfo() - Constructor for class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
columnName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
columns - Variable in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
columnSize - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
commit() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
commit() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Commit all modifications
commit() - Static method in class org.ofbiz.core.entity.TransactionUtil
Commits the transaction in the current thread IF transactions are available
commit(boolean) - Static method in class org.ofbiz.core.entity.TransactionUtil
Commits the transaction in the current thread IF transactions are available AND if beganTransaction is true
commitLocalTransaction(boolean) - Static method in class org.ofbiz.core.entity.TransactionUtil
Commits a transaction if beganTransaction is true and there is an active transaction.
compare(Object, Object) - Method in class org.ofbiz.core.entity.EntityOperator
 
compare(GenericValue, GenericValue) - Method in class org.ofbiz.core.entity.comparator.OFBizDateComparator
 
compare(GenericValue, GenericValue) - Method in class org.ofbiz.core.entity.comparator.OFBizFieldComparator
 
compareTo(GenericEntity) - Method in class org.ofbiz.core.entity.GenericEntity
Compares this GenericEntity to the passed object
compareTo(ModelEntity) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
CONCUR_READ_ONLY - Static variable in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
use the original constant instead
CONCUR_UPDATABLE - Static variable in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
use the original constant instead
conDetails - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
conditionList - Variable in class org.ofbiz.core.entity.EntityConditionList
 
CONFIGURATION - Static variable in class org.ofbiz.core.entity.config.DatasourceInfo
 
CONFIGURATION - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
ConnectionFactory - Class in org.ofbiz.core.entity
ConnectionFactory - central source for JDBC connections
ConnectionFactory() - Constructor for class org.ofbiz.core.entity.ConnectionFactory
 
connectionName - Variable in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
ConnectionPoolInfo - Class in org.ofbiz.core.entity.config
Connection pool configuration
ConnectionPoolInfo(Integer, Integer, Long, long, long, long, long, String, Long, Long) - Constructor for class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
ConnectionPoolInfo.Builder - Class in org.ofbiz.core.entity.config
This is a builder class for constructing a ConnectionPoolInfo manually.
ConnectionPoolInfoSynthesizer - Class in org.ofbiz.core.entity.jdbc.interceptors.connection
Synthesizes ConnectionPoolInfos when there are not know at compile time
ConnectionPoolInfoSynthesizer() - Constructor for class org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolInfoSynthesizer
 
ConnectionPoolState - Interface in org.ofbiz.core.entity.jdbc.interceptors.connection
This holds information about the state of the connection pool at the time a connection was borrowed from the connection pool
ConnectionProvider - Interface in org.ofbiz.core.entity
Abstraction for acquiring a reference to a Connection.
ConnectionTracker - Class in org.ofbiz.core.entity.jdbc.interceptors.connection
A class to track information about Connections that come from the connection pool.
ConnectionTracker() - Constructor for class org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionTracker
 
ConnectionTracker(ConnectionPoolInfo) - Constructor for class org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionTracker
This allows you to have static information about the underlying connection pool.
ConnectionWithSQLInterceptor - Interface in org.ofbiz.core.entity.jdbc.interceptors.connection
A Connection implementation that has a SQLInterceptor attached to it
constValue - Variable in class org.ofbiz.core.entity.model.ModelKeyMap
a constant value for joining on
containsField(String) - Method in class org.ofbiz.core.entity.EntityFieldMap
 
containsKey(Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
containsPrimaryKey() - Method in class org.ofbiz.core.entity.GenericEntity
Returns true if the entity contains all of the primary key fields.
containsValue(Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
copyOf(Properties) - Static method in class org.ofbiz.core.entity.util.PropertyUtils
Returns a copy of the given Properties instance.
copyOriginalDbValues() - Method in class org.ofbiz.core.entity.GenericValue
This should only be called by the Entity Engine once a GenericValue has been read from the database so that we have a copy of the original field values from the Db.
copyright - Variable in class org.ofbiz.core.entity.model.ModelEntity
The copyright for documentation purposes
count(ModelEntity, String, EntityCondition, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDAO
 
count(ModelEntity, String, EntityCondition, EntityFindOptions) - Method in interface org.ofbiz.core.entity.GenericHelper
Returns the count of the results that matches the specified condition
count(ModelEntity, String, EntityCondition, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericHelperDAO
 
count(ModelEntity, String, EntityCondition, EntityFindOptions) - Method in class org.ofbiz.core.entity.MemoryHelper
 
countAll(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
countAll(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Returns the row count of the specified entity.
countAll(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
countByAnd(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
countByAnd(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDelegator
Returns the count of the results that match all of the specified expressions (i.e.
countByAnd(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
countByCondition(String, String, EntityCondition, EntityFindOptions) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
countByCondition(String, String, EntityCondition, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDelegator
Returns the count of the results that match any of the specified expressions (ie: combined using OR).
countByCondition(String, String, EntityCondition, EntityFindOptions) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
countByOr(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
countByOr(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDelegator
Returns the count of the results that match any of the specified expressions (i.e.
countByOr(String, String, List<? extends EntityCondition>, EntityFindOptions) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
CountHelper - Class in org.ofbiz.core.entity
Creates a count query
CountHelper() - Constructor for class org.ofbiz.core.entity.CountHelper
 
countWhereStringParametersFromFields(List<ModelField>, Map<String, ?>) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
create() - Method in class org.ofbiz.core.entity.GenericValue
 
create(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
create(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue and write it to the database.
create(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
create(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
create(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue and write it to the datasource.
create(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
create(GenericPK) - Method in class org.ofbiz.core.entity.MemoryHelper
 
create(GenericPK, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
create(GenericPK, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue and write it to the datasource.
create(GenericPK, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
create(GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
create(GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue and write it to the datasource.
create(GenericValue) - Method in interface org.ofbiz.core.entity.GenericHelper
Creates a Entity in the form of a GenericValue and write it to the database
create(GenericValue) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Creates a Entity in the form of a GenericValue and write it to the database
create(GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
create(GenericValue) - Method in class org.ofbiz.core.entity.MemoryHelper
 
create(GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
create(GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue and write it to the datasource.
create(GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
createArrayOf(String, Object[]) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createBlob() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createClob() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createDeclaredIndex(ModelEntity, ModelIndex) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createDeclaredIndices(ModelEntity) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Creates a database index for every declared index on the given entity.
createForeignKey(ModelEntity, ModelRelation, ModelEntity, int, String, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createForeignKeyIndex(ModelEntity, ModelRelation, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createForeignKeyIndices(ModelEntity, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createForeignKeys(ModelEntity, Map<String, ? extends ModelEntity>, int, String, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createFunctionBasedIndex(ModelEntity, ModelFunctionBasedIndex) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
createFunctionBasedIndices(ModelEntity) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Creates a function based index for every declared index on the given entity.
createModelField(Element, Element, Hashtable<String, String>) - Method in class org.ofbiz.core.entity.model.ModelReader
 
createNClob() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createRelation(ModelEntity, Element) - Method in class org.ofbiz.core.entity.model.ModelReader
 
createSQLXML() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createStatement() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createStatement(int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createStatement(int, int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createStruct(String, Object[]) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
createTable(ModelEntity, Map<String, ? extends ModelEntity>, boolean, boolean, int, String, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
currentFieldName - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
currentFieldValue - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
currentGenericValue() - Method in class org.ofbiz.core.entity.EntityListIterator
NOTE: Calling this method does return the current value, but so does calling next() or previous(), so calling one of those AND this method will cause the value to be created twice
currentIndex() - Method in class org.ofbiz.core.entity.EntityListIterator
 
currentValue - Variable in class org.ofbiz.core.entity.EntitySaxReader
 

D

dangerousGetNoCheckButFast(ModelField) - Method in class org.ofbiz.core.entity.GenericEntity
 
dangerousSetNoCheckButFast(ModelField, Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
databaseType - Variable in class org.ofbiz.core.entity.jdbc.sql.escape.SqlEscapeHelper
 
DatabaseType - Interface in org.ofbiz.core.entity.jdbc.dbtype
Interface representing the different types of databases.
DatabaseTypeFactory - Class in org.ofbiz.core.entity.jdbc.dbtype
This class provides methods for finding the correct database type for a given connection object.
DatabaseTypeFactory() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
DatabaseUtil - Class in org.ofbiz.core.entity.jdbc
Utilities for Entity Database Maintenance
DatabaseUtil(String) - Constructor for class org.ofbiz.core.entity.jdbc.DatabaseUtil
Constructs with the name of a helper that is used to load DatasourceInfo from EntityConfigUtil and uses the static ConnectionFactory for connections.
DatabaseUtil.ColumnCheckInfo - Class in org.ofbiz.core.entity.jdbc
 
DatabaseUtil.ReferenceCheckInfo - Class in org.ofbiz.core.entity.jdbc
 
datasourceInfo - Variable in class org.ofbiz.core.entity.GenericDAO
 
datasourceInfo - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
DatasourceInfo - Class in org.ofbiz.core.entity.config
Info about a datasource
DatasourceInfo(String, String, String, JdbcDatasourceInfo) - Constructor for class org.ofbiz.core.entity.config.DatasourceInfo
Constructor for JIRAs use.
DatasourceInfo(String, String, String, JndiDatasourceInfo) - Constructor for class org.ofbiz.core.entity.config.DatasourceInfo
Constructor for JIRAs use.
DatasourceInfo(Element) - Constructor for class org.ofbiz.core.entity.config.DatasourceInfo
 
datasourceInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
DATE - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field type maps to Date.
DB2 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
DB2DatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
DB2DatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.DB2DatabaseType
 
DBCPConnectionFactory - Class in org.ofbiz.core.entity.transaction
DBCP ConnectionFactory - central source for JDBC connections from DBCP This is currently non transactional as DBCP doesn't seem to support transactional datasources yet (DBCP 1.0).
DBCPConnectionFactory() - Constructor for class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
 
dbNameToClassName(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Converts a database name to a Java class name.
dbNameToVarName(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Converts a database name to a Java variable name.
decimalDigits - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
DEFAULT_CONSTRAINT_NAME_CLIP_LENGTH - Static variable in class org.ofbiz.core.entity.config.DatasourceInfo
 
DEFAULT_DEADLOCK_MAX_WAIT - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_DEADLOCK_RETRY_WAIT - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_POOL_LIFE_TIME - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_POOL_MAX_SIZE - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_POOL_MAX_WAIT - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_POOL_MIN_SIZE - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DEFAULT_POOL_SLEEP_TIME - Static variable in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
DelegatingConnection - Class in org.ofbiz.core.entity.jdbc.interceptors.connection
A pure delegating Connection implementation
DelegatingConnection(Connection) - Constructor for class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
delegator - Variable in class org.ofbiz.core.entity.EntityListIterator
 
delegator - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
delegatorInfo - Variable in class org.ofbiz.core.entity.GenericDelegator
 
DelegatorInfo(String, String, String, Map<String, String>) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
DelegatorInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
delegatorInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
DelegatorInterface - Interface in org.ofbiz.core.entity
Delegator Interface
delegatorName - Variable in class org.ofbiz.core.entity.GenericDelegator
 
delegatorName - Variable in class org.ofbiz.core.entity.GenericEntity
Name of the GenericDelegator, used to re-get the GenericDelegator when deserialized
delete(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDAO
 
deleteAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.GenericDAO
Called dummyPKs because they can be invalid PKs, doing a deleteByAnd instead of a normal delete
deleteByAnd(ModelEntity, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDAO
 
deleteByCondition(ModelEntity, EntityCondition) - Method in class org.ofbiz.core.entity.GenericDAO
 
deleteDeclaredIndex(ModelEntity, ModelIndex) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
deleteDeclaredIndices(ModelEntity) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
deleteForeignKey(ModelEntity, ModelRelation, ModelEntity, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
deleteForeignKeyIndex(ModelEntity, ModelRelation, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
deleteForeignKeyIndices(ModelEntity, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
deleteForeignKeys(ModelEntity, Map<String, ? extends ModelEntity>, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
dependentOn - Variable in class org.ofbiz.core.entity.model.ModelEntity
The entity-name of the Entity that this Entity is dependent on, if empty then no dependency
description - Variable in class org.ofbiz.core.entity.model.ModelEntity
The description for documentation purposes
deserialize(byte[]) - Static method in class org.ofbiz.core.entity.jdbc.SerializationUtil
 
deserialize(InputStream) - Static method in class org.ofbiz.core.entity.jdbc.SerializationUtil
 
detailsSet() - Method in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
detectUnicodeExtension(DatabaseUtil.ColumnCheckInfo) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
Unlike NVARCHAR2() the VARCHAR2(x CHAR) is Oracle specific and cannot be clearly seen through JDBC.
detectUnicodeWidening(String, DatabaseUtil.ColumnCheckInfo, String) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
Warning: dirty hacks! Detects oracle specific type extension.
distinct - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
distinct() - Method in class org.ofbiz.core.entity.EntityFindOptions
distributedCacheClear - Variable in class org.ofbiz.core.entity.GenericDelegator
 
DistributedCacheClear - Interface in org.ofbiz.core.entity
Distributed Cache Clear interface definition
distributedCacheClearClassName - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
distributedCacheClearUserLoginId - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
distributedClearCacheLine(GenericPK) - Method in interface org.ofbiz.core.entity.DistributedCacheClear
 
distributedClearCacheLine(GenericValue) - Method in interface org.ofbiz.core.entity.DistributedCacheClear
 
distributedClearCacheLineFlexible(GenericEntity) - Method in interface org.ofbiz.core.entity.DistributedCacheClear
 
doLock - Variable in class org.ofbiz.core.entity.model.ModelEntity
An indicator to specify if this entity requires locking for updates
DOMAIN_NAME - Static variable in class org.ofbiz.core.entity.transaction.TyrexFactory
 
DOUBLE - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field has a floating-point decimal type with sufficient precision to hold double values.
DROP_INDEX_SCHEMA_DOT_INDEX - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
DROP_INDEX_SCHEMA_DOT_TABLE_DOT_INDEX - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
dsCache - Static variable in class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
 
dsCache - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
dsCache - Static variable in class org.ofbiz.core.entity.transaction.JNDIFactory
 
dsCache - Static variable in class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
dsCache - Static variable in class org.ofbiz.core.entity.transaction.TyrexConnectionFactory
 
DumbFactory - Class in org.ofbiz.core.entity.transaction
A dumb, non-working transaction manager.
DumbFactory() - Constructor for class org.ofbiz.core.entity.transaction.DumbFactory
 

E

enableEscaping() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
enableEscaping() - Method in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
encodeBase64(byte[]) - Static method in class org.ofbiz.core.entity.jdbc.SerializationUtil
 
END_ESCAPE_CHARACTER_SQUARE_BRACKET - Static variable in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
endDocument() - Method in class org.ofbiz.core.entity.EntitySaxReader
 
endElement(String, String, String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
endPrefixMapping(String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
enlistConnection(XAConnection) - Static method in class org.ofbiz.core.entity.TransactionUtil
Enlists the given XAConnection and if a transaction is active in the current thread, returns a plain JDBC Connection
enlistResource(XAResource) - Static method in class org.ofbiz.core.entity.TransactionUtil
 
ENTITY_ENGINE_XML_FILENAME - Static variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
entityAlias - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
entityAlias - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
 
entityAlias - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
entityCache - Variable in class org.ofbiz.core.entity.model.ModelReader
 
EntityClause - Class in org.ofbiz.core.entity
Generic Entity Clause - Used to string together entities to make a find clause Created Mon Nov 5, 2001
EntityClause() - Constructor for class org.ofbiz.core.entity.EntityClause
 
EntityClause(String, String, Object, EntityOperator, EntityOperator) - Constructor for class org.ofbiz.core.entity.EntityClause
 
EntityClause(String, String, String, String, EntityOperator, EntityOperator) - Constructor for class org.ofbiz.core.entity.EntityClause
 
EntityCondition - Class in org.ofbiz.core.entity
Represents the conditions to be used to constrain a query
An EntityCondition can represent various type of constraints, including: EntityConditionList: a list of EntityConditions, combined with the operator specified EntityExpr: for simple expressions or expressions that combine EntityConditions EntityExprList: a list of EntityExprs, combined with the operator specified EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified These can be used in various combinations using the EntityExpr object.
EntityCondition() - Constructor for class org.ofbiz.core.entity.EntityCondition
 
EntityConditionHelper - Class in org.ofbiz.core.entity
 
EntityConditionHelper() - Constructor for class org.ofbiz.core.entity.EntityConditionHelper
 
EntityConditionList - Class in org.ofbiz.core.entity
Encapsulates a list of EntityConditions to be used as a single EntityCondition combined as specified
EntityConditionList() - Constructor for class org.ofbiz.core.entity.EntityConditionList
 
EntityConditionList(List<? extends EntityCondition>, EntityOperator) - Constructor for class org.ofbiz.core.entity.EntityConditionList
 
EntityConditionParam - Class in org.ofbiz.core.entity
Represents a single parameter to be used in the preparedStatement
EntityConditionParam() - Constructor for class org.ofbiz.core.entity.EntityConditionParam
 
EntityConditionParam(ModelField, Object) - Constructor for class org.ofbiz.core.entity.EntityConditionParam
 
EntityConfigUtil - Class in org.ofbiz.core.entity.config
Misc.
EntityConfigUtil() - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil
 
EntityConfigUtil(String) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil
 
EntityConfigUtil.DelegatorInfo - Class in org.ofbiz.core.entity.config
 
EntityConfigUtil.EntityEcaReaderInfo - Class in org.ofbiz.core.entity.config
 
EntityConfigUtil.EntityGroupReaderInfo - Class in org.ofbiz.core.entity.config
 
EntityConfigUtil.EntityModelReaderInfo - Class in org.ofbiz.core.entity.config
 
EntityConfigUtil.FieldTypeInfo - Class in org.ofbiz.core.entity.config
 
EntityConfigUtil.ResourceLoaderInfo - Class in org.ofbiz.core.entity.config
 
EntityEcaHandler - Interface in org.ofbiz.core.entity.eca
EntityEcaHandler interface
entityEcaReader - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
EntityEcaReaderInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.EntityEcaReaderInfo
 
entityEcaReaderInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
EntityExpr - Class in org.ofbiz.core.entity
Encapsulates simple expressions used for specifying queries
EntityExpr() - Constructor for class org.ofbiz.core.entity.EntityExpr
 
EntityExpr(String, boolean, EntityOperator, Object, boolean) - Constructor for class org.ofbiz.core.entity.EntityExpr
 
EntityExpr(String, EntityOperator, Object) - Constructor for class org.ofbiz.core.entity.EntityExpr
 
EntityExpr(EntityCondition, EntityOperator, EntityCondition) - Constructor for class org.ofbiz.core.entity.EntityExpr
 
EntityExprList - Class in org.ofbiz.core.entity
Encapsulates simple expressions used for specifying queries
EntityExprList() - Constructor for class org.ofbiz.core.entity.EntityExprList
 
EntityExprList(List<? extends EntityExpr>, EntityOperator) - Constructor for class org.ofbiz.core.entity.EntityExprList
 
EntityFieldMap - Class in org.ofbiz.core.entity
Encapsulates simple expressions used for specifying queries
EntityFieldMap() - Constructor for class org.ofbiz.core.entity.EntityFieldMap
 
EntityFieldMap(Map<String, ?>, EntityOperator) - Constructor for class org.ofbiz.core.entity.EntityFieldMap
 
entityFileName - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
EntityFindOptions - Class in org.ofbiz.core.entity
Advanced options for finding entities.
EntityFindOptions() - Constructor for class org.ofbiz.core.entity.EntityFindOptions
Default constructor.
EntityFindOptions(boolean, int, int, boolean, int) - Constructor for class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
since 1.0.27 - Please use the chained form as shown in the examples.
entityGroupReader - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
EntityGroupReaderInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.EntityGroupReaderInfo
 
entityGroupReaderInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
entityGroupResourceHandler - Variable in class org.ofbiz.core.entity.model.ModelGroupReader
 
EntityListIterator - Class in org.ofbiz.core.entity
Generic Entity Cursor List Iterator for Handling Cursored DB Results
EntityListIterator(SQLProcessor, ModelEntity, List<ModelField>, ModelFieldTypeReader) - Constructor for class org.ofbiz.core.entity.EntityListIterator
 
EntityLockedException - Exception in org.ofbiz.core.entity
EntityLockedException
EntityLockedException() - Constructor for exception org.ofbiz.core.entity.EntityLockedException
 
EntityLockedException(String) - Constructor for exception org.ofbiz.core.entity.EntityLockedException
 
EntityLockedException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.EntityLockedException
 
entityModelReader - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
EntityModelReaderInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.EntityModelReaderInfo
 
entityModelReaderInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
entityName - Variable in class org.ofbiz.core.entity.GenericEntity
Contains the entityName of this entity, necessary for efficiency when creating EJBs
entityName - Variable in class org.ofbiz.core.entity.model.ModelEntity
The entity-name of the Entity
entityName - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
 
EntityOperator - Class in org.ofbiz.core.entity
Encapsulates operations between entities and entity fields.
EntityOperator(int, String) - Constructor for class org.ofbiz.core.entity.EntityOperator
 
entityResourceHandlerMap - Variable in class org.ofbiz.core.entity.model.ModelReader
for each entity contains a map to the ResourceHandler that the entity came from
entityResourceHandlers - Variable in class org.ofbiz.core.entity.model.ModelReader
collection of filenames for entity definitions
EntitySaxReader - Class in org.ofbiz.core.entity
SAX XML Parser Content Handler for Entity Engine XML files
EntitySaxReader() - Constructor for class org.ofbiz.core.entity.EntitySaxReader
 
EntitySaxReader(GenericDelegator) - Constructor for class org.ofbiz.core.entity.EntitySaxReader
 
EntityTypeUtil - Class in org.ofbiz.core.entity
Makes it easier to deal with entities that follow the extensibility pattern and that can be of various types as identified in the database.
EntityTypeUtil() - Constructor for class org.ofbiz.core.entity.EntityTypeUtil
 
EntityUtil - Class in org.ofbiz.core.entity
Helper methods when dealing with Entities, especially ones that follow certain conventions Created Tue Aug 07 01:10:32 MDT 2001
EntityUtil() - Constructor for class org.ofbiz.core.entity.EntityUtil
 
EntityWhereString - Class in org.ofbiz.core.entity
Encapsulates SQL expressions used for where clause snippets.
EntityWhereString() - Constructor for class org.ofbiz.core.entity.EntityWhereString
 
EntityWhereString(String) - Constructor for class org.ofbiz.core.entity.EntityWhereString
 
entrySet() - Method in class org.ofbiz.core.entity.GenericEntity
 
equals(Object) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
equals(Object) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
equals(Object) - Method in class org.ofbiz.core.entity.EntityOperator
 
equals(Object) - Method in class org.ofbiz.core.entity.GenericEntity
Determines the equality of two GenericEntity objects, overrides the default equals
equals(Object) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
EQUALS - Static variable in class org.ofbiz.core.entity.EntityOperator
 
error(SAXParseException) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
ESCAPE_CHARACTER_BACK_TICK - Static variable in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
ESCAPE_CHARACTER_DOUBLE_QUOTE - Static variable in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
escapeColumn(String) - Method in class org.ofbiz.core.entity.jdbc.sql.escape.SqlEscapeHelper
 
escapeColumnName(String) - Method in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
EV_CACHE_CHECK - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
EV_CACHE_CLEAR - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
EV_CACHE_PUT - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
EV_RETURN - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
EV_RUN - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
EV_VALIDATE - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
evalRules(String, Map<?, ?>, String, GenericEntity, boolean) - Method in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
execQuery(String, ExecQueryCallbackFunctionIF) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute a query based on the SQL string given.
ExecQueryCallbackFunctionIF - Interface in org.ofbiz.core.entity.jdbc
 
executeBatch() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute a batch query based on the prepared statement
executeQuery() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute a query based on the prepared statement
executeQuery(String) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute a query based on the SQL string given
executeUpdate() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute updates
executeUpdate(String) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Execute update based on the SQL statement given
ExplcitCommitSQLProcessor - Class in org.ofbiz.core.entity.jdbc
Deprecated.
use ExplicitCommitSQLProcessor instead (fixes typo in name). Since v1.0.41.
ExplcitCommitSQLProcessor(String) - Constructor for class org.ofbiz.core.entity.jdbc.ExplcitCommitSQLProcessor
Deprecated.
 
EXPLICIT_COMMIT - Enum constant in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
The SQLProcessor is in "explcit commit" mode, and will explcitly commit UPDATEs on close
ExplicitCommitSQLProcessor - Class in org.ofbiz.core.entity.jdbc
This version of the SQLProcessor that takes sets autocommit to false on its connection and then calls commit on that connection when it is closed.
ExplicitCommitSQLProcessor(String) - Constructor for class org.ofbiz.core.entity.jdbc.ExplicitCommitSQLProcessor
Constructor.
exprList - Variable in class org.ofbiz.core.entity.EntityExprList
 
EXTERNAL_COMMIT - Enum constant in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
The SQLProcessor is in "external commit" mode, and TransactionUtil code is being used to control the commits

F

fatalError(SAXParseException) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
fetchSize - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
fetchSize(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
field - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
fieldMap - Variable in class org.ofbiz.core.entity.EntityFieldMap
 
fieldName - Variable in class org.ofbiz.core.entity.model.ModelKeyMap
name of the field in this entity
fieldNames - Variable in class org.ofbiz.core.entity.model.ModelIndex
list of the field names included in this index
fieldNameString() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fieldNameString(String, String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fields - Variable in class org.ofbiz.core.entity.GenericEntity
Contains the fields for this entity.
fields - Variable in class org.ofbiz.core.entity.model.ModelEntity
A List of the Field objects for the Entity
fieldsMap - Variable in class org.ofbiz.core.entity.model.ModelEntity
 
fieldsStringList(List<ModelField>, String, String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fieldsStringList(List<ModelField>, String, String, boolean) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fieldsStringList(List<ModelField>, String, String, boolean, boolean) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fieldTypeCache - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
FieldTypeInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.FieldTypeInfo
 
fieldTypeInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
fieldTypeNameString() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
fieldTypeResourceHandler - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
fieldValue - Variable in class org.ofbiz.core.entity.EntityConditionParam
 
filterByAnd(List<? extends T>, Map<String, ?>) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that match the values in fields
filterByAnd(List<T>, List<? extends EntityExpr>) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that match the exprs in list
filterByDate(List<T>) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that are currently active.
filterByDate(List<T>, boolean) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that are currently active.
filterByDate(List<T>, Timestamp) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that are active at the moment.
filterByDate(List<T>, Timestamp, String, String, boolean) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that are active at the moment.
filterByDate(List<T>, Date) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values that are active at the moment.
filterColName(String) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
findAll(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAll(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds all Generic entities of the given type.
findAll(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findAll(String, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAll(String, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds all Generic entities of the given type, optionally sorted.
findAll(String, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findAllByPrimaryKeys(Collection<? extends GenericPK>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAllByPrimaryKeys(Collection<? extends GenericPK>) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a number of Generic Value objects by their Primary Keys, all at once.
findAllByPrimaryKeys(Collection<? extends GenericPK>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findAllByPrimaryKeys(List<? extends GenericPK>) - Method in interface org.ofbiz.core.entity.GenericHelper
Find a number of Generic Value objects by their Primary Keys, all at once
findAllByPrimaryKeys(List<? extends GenericPK>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Find a number of Generic Value objects by their Primary Keys, all at once This is done here for the DAO GenericHelper; for a client-server helper it would be done on the server side to reduce network round trips.
findAllByPrimaryKeys(List<? extends GenericPK>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findAllByPrimaryKeysCache(Collection<? extends GenericPK>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAllByPrimaryKeysCache(Collection<? extends GenericPK>) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a number of Generic Value objects by their Primary Keys, all at once; this first looks in the local cache for each PK and if there then it puts it in the return list rather than putting it in the batch to send to a given helper.
findAllByPrimaryKeysCache(Collection<? extends GenericPK>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findAllCache(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAllCache(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds all Generic entities of the given type, looking first in the cache.
findAllCache(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findAllCache(String, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findAllCache(String, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds all Generic entities, looking first in the cache; uses orderBy for lookup, but only keys results on the entityName and fields.
findAllCache(String, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(String, List<? extends EntityCondition>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAnd(String, List<? extends EntityCondition>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified expressions (ie: combined using AND).
findByAnd(String, List<? extends EntityCondition>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(String, List<? extends EntityCondition>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAnd(String, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified expressions (i.e.
findByAnd(String, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAnd(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified fields (ie: combined using AND).
findByAnd(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(String, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAnd(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified fields (i.e.
findByAnd(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(ModelEntity, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds any entities matching the given criteria.
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.GenericHelper
Finds Generic Entity records by all of the specified fields (ie: combined using AND)
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Finds Generic Entity records by all of the specified fields (ie: combined using AND)
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByAndCache(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAndCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified fields (i.e.
findByAndCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByAndCache(String, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByAndCache(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified fields (i.e.
findByAndCache(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds any GenericValues matching the given conditions.
findByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByCondition(ModelEntity, EntityCondition, Collection<String>, List<String>) - Method in interface org.ofbiz.core.entity.GenericHelper
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
findByCondition(ModelEntity, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
findByCondition(ModelEntity, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByLike(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByLike(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
findByLike(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByLike(String, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByLike(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
findByLike(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByLike(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByMultiRelation(GenericValue, ModelRelation, ModelEntity, ModelRelation, ModelEntity, List<String>) - Method in interface org.ofbiz.core.entity.GenericHelper
 
findByMultiRelation(GenericValue, ModelRelation, ModelEntity, ModelRelation, ModelEntity, List<String>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
 
findByMultiRelation(GenericValue, ModelRelation, ModelEntity, ModelRelation, ModelEntity, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByOr(String, List<? extends EntityCondition>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByOr(String, List<? extends EntityCondition>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified expressions (i.e.
findByOr(String, List<? extends EntityCondition>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByOr(String, List<? extends EntityCondition>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByOr(String, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified expressions (i.e.
findByOr(String, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByOr(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByOr(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by any of the specified fields (i.e.
findByOr(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByOr(String, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByOr(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds Generic Entity records by all of the specified fields (i.e.
findByOr(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByOr(ModelEntity, List<? extends EntityCondition>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByOr(ModelEntity, Map<String, ?>, List<String>) - Method in interface org.ofbiz.core.entity.GenericHelper
Finds Generic Entity records by all of the specified fields (ie: combined using OR)
findByOr(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Finds Generic Entity records by all of the specified fields (ie: combined using OR)
findByOr(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByPrimaryKey(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByPrimaryKey(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a Generic Entity by its Primary Key.
findByPrimaryKey(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByPrimaryKey(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a Generic Entity by its Primary Key.
findByPrimaryKey(GenericPK) - Method in interface org.ofbiz.core.entity.GenericHelper
Find a Generic Entity by its Primary Key
findByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Find a Generic Entity by its Primary Key
findByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.MemoryHelper
 
findByPrimaryKeyCache(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByPrimaryKeyCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a CACHED Generic Entity by its Primary Key.
findByPrimaryKeyCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByPrimaryKeyCache(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByPrimaryKeyCache(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a cached Generic Entity by its Primary Key.
findByPrimaryKeyCache(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names).
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in interface org.ofbiz.core.entity.GenericHelper
Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names)
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names)
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findByPrimaryKeyPartial(GenericPK, Set<String>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
finderQueryString(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
findKeyMap(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
Find a KeyMap with the specified fieldName
findKeyMapByRelated(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
Find a KeyMap with the specified relFieldName
findListIteratorByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findListIteratorByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds GenericValues by the given conditions.
findListIteratorByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findListIteratorByCondition(String, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
findListIteratorByCondition(String, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDelegator
Finds GenericValues by the given conditions.
findListIteratorByCondition(String, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
findListIteratorByCondition(ModelEntity, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in interface org.ofbiz.core.entity.GenericHelper
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
findListIteratorByCondition(ModelEntity, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
findListIteratorByCondition(ModelEntity, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.MemoryHelper
The memory implementation does the *minimum* that it can to allow tests to work.
findModelField(ModelEntity, String) - Method in class org.ofbiz.core.entity.model.ModelReader
 
findOptions() - Static method in class org.ofbiz.core.entity.EntityFindOptions
Creates a new EntityFindOptions.
FIREBIRD - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
first() - Method in class org.ofbiz.core.entity.EntityListIterator
Sets the cursor position to last result; if result set is empty returns false
fkColumnName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
Comma separated list of column names in the primary tables foreign keys
fkName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
 
fkName - Variable in class org.ofbiz.core.entity.model.ModelRelation
the name to use for a database foreign key, if applies
fkTableName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
 
FLOAT - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field has a floating-point decimal type with sufficient precision to hold float values.
forwardOnly() - Method in class org.ofbiz.core.entity.EntityFindOptions
fromString(String) - Static method in class org.ofbiz.core.entity.transaction.TransactionIsolations
Returns an int that corresponds to the JDBC transaction isolation level for the given string.
function - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
functionBasedIndexes - Variable in class org.ofbiz.core.entity.model.ModelEntity
function based indexes in this entity
FunctionDefinitionBuilder - Class in org.ofbiz.core.entity.model
Base class for creating a function definition.
FunctionDefinitionBuilder(String, String, List<String>, String) - Constructor for class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 

G

GenericCreateException - Exception in org.ofbiz.core.entity
GenericCreateException
GenericCreateException() - Constructor for exception org.ofbiz.core.entity.GenericCreateException
 
GenericCreateException(String) - Constructor for exception org.ofbiz.core.entity.GenericCreateException
 
GenericCreateException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericCreateException
 
genericDAO - Variable in class org.ofbiz.core.entity.GenericHelperDAO
 
GenericDAO - Class in org.ofbiz.core.entity
Generic Entity Data Access Object - Handles persistence for any defined entity.
GenericDAO(String) - Constructor for class org.ofbiz.core.entity.GenericDAO
 
genericDAOs - Static variable in class org.ofbiz.core.entity.GenericDAO
 
GenericDataSourceException - Exception in org.ofbiz.core.entity
GenericDataSourceException
GenericDataSourceException() - Constructor for exception org.ofbiz.core.entity.GenericDataSourceException
 
GenericDataSourceException(String) - Constructor for exception org.ofbiz.core.entity.GenericDataSourceException
 
GenericDataSourceException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericDataSourceException
 
GenericDelegator - Class in org.ofbiz.core.entity
Generic Data Source Delegator.
GenericDelegator() - Constructor for class org.ofbiz.core.entity.GenericDelegator
 
GenericDelegator(String) - Constructor for class org.ofbiz.core.entity.GenericDelegator
Contructor is protected to enforce creation through the factory method.
GenericDuplicateKeyException - Exception in org.ofbiz.core.entity
GenericDuplicateKeyException.java
GenericDuplicateKeyException() - Constructor for exception org.ofbiz.core.entity.GenericDuplicateKeyException
 
GenericDuplicateKeyException(String) - Constructor for exception org.ofbiz.core.entity.GenericDuplicateKeyException
 
GenericDuplicateKeyException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericDuplicateKeyException
 
GenericEntity - Class in org.ofbiz.core.entity
Generic Entity Value Object - Handles persistence for any defined entity.
GenericEntity() - Constructor for class org.ofbiz.core.entity.GenericEntity
GenericEntity(GenericDelegator) - Constructor for class org.ofbiz.core.entity.GenericEntity
Creates new GenericEntity
GenericEntity(GenericDelegator, ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericEntity
Creates new GenericEntity.
GenericEntity(GenericDelegator, ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericEntity
Creates new GenericEntity from existing Map.
GenericEntity(GenericEntity) - Constructor for class org.ofbiz.core.entity.GenericEntity
Copy Constructor: Creates new GenericEntity from existing GenericEntity
GenericEntity(ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericEntity
GenericEntity(ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericEntity
GenericEntityConfException - Exception in org.ofbiz.core.entity
GenericConfigException
GenericEntityConfException() - Constructor for exception org.ofbiz.core.entity.GenericEntityConfException
 
GenericEntityConfException(String) - Constructor for exception org.ofbiz.core.entity.GenericEntityConfException
 
GenericEntityConfException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericEntityConfException
 
GenericEntityException - Exception in org.ofbiz.core.entity
GenericEntityException
GenericEntityException() - Constructor for exception org.ofbiz.core.entity.GenericEntityException
 
GenericEntityException(String) - Constructor for exception org.ofbiz.core.entity.GenericEntityException
 
GenericEntityException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericEntityException
 
GenericEntityNotFoundException - Exception in org.ofbiz.core.entity
GenericEntityNotFoundException
GenericEntityNotFoundException() - Constructor for exception org.ofbiz.core.entity.GenericEntityNotFoundException
 
GenericEntityNotFoundException(String) - Constructor for exception org.ofbiz.core.entity.GenericEntityNotFoundException
 
GenericEntityNotFoundException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericEntityNotFoundException
 
GenericFindException - Exception in org.ofbiz.core.entity
GenericFindException
GenericFindException() - Constructor for exception org.ofbiz.core.entity.GenericFindException
 
GenericFindException(String) - Constructor for exception org.ofbiz.core.entity.GenericFindException
 
GenericFindException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericFindException
 
GenericHelper - Interface in org.ofbiz.core.entity
Generic Entity Helper Class
GenericHelperDAO - Class in org.ofbiz.core.entity
Generic Entity Helper Class
GenericHelperDAO(String) - Constructor for class org.ofbiz.core.entity.GenericHelperDAO
Constructor that obtains the delegate GenericDAO statically.
GenericHelperDAO(String, GenericDAO) - Constructor for class org.ofbiz.core.entity.GenericHelperDAO
Constructor that allows the delegate GenericDAO to be injected.
GenericHelperFactory - Class in org.ofbiz.core.entity
Generic Entity Helper Factory Class
GenericHelperFactory() - Constructor for class org.ofbiz.core.entity.GenericHelperFactory
 
GenericModelException - Exception in org.ofbiz.core.entity
GenericModelException
GenericModelException() - Constructor for exception org.ofbiz.core.entity.GenericModelException
 
GenericModelException(String) - Constructor for exception org.ofbiz.core.entity.GenericModelException
 
GenericModelException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericModelException
 
GenericNoSuchEntityException - Exception in org.ofbiz.core.entity
GenericNoSuchEntityException.java
GenericNoSuchEntityException() - Constructor for exception org.ofbiz.core.entity.GenericNoSuchEntityException
 
GenericNoSuchEntityException(String) - Constructor for exception org.ofbiz.core.entity.GenericNoSuchEntityException
 
GenericNoSuchEntityException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericNoSuchEntityException
 
GenericNotImplementedException - Exception in org.ofbiz.core.entity
GenericNotImplementedException
GenericNotImplementedException() - Constructor for exception org.ofbiz.core.entity.GenericNotImplementedException
 
GenericNotImplementedException(String) - Constructor for exception org.ofbiz.core.entity.GenericNotImplementedException
 
GenericNotImplementedException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericNotImplementedException
 
GenericPK - Class in org.ofbiz.core.entity
Generic Entity Primary Key Object
GenericPK(GenericDelegator, ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericPK
Creates new GenericPK
GenericPK(GenericDelegator, ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericPK
Creates new GenericPK from existing Map
GenericPK(GenericPK) - Constructor for class org.ofbiz.core.entity.GenericPK
Creates new GenericPK from existing GenericPK
GenericPK(ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericPK
GenericPK(ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericPK
GenericRemoveException - Exception in org.ofbiz.core.entity
GenericRemoveException
GenericRemoveException() - Constructor for exception org.ofbiz.core.entity.GenericRemoveException
 
GenericRemoveException(String) - Constructor for exception org.ofbiz.core.entity.GenericRemoveException
 
GenericRemoveException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericRemoveException
 
GenericResultSetClosedException - Exception in org.ofbiz.core.entity
GenericResultSetClosedException
GenericResultSetClosedException() - Constructor for exception org.ofbiz.core.entity.GenericResultSetClosedException
 
GenericResultSetClosedException(String) - Constructor for exception org.ofbiz.core.entity.GenericResultSetClosedException
 
GenericResultSetClosedException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericResultSetClosedException
 
GenericStoreException - Exception in org.ofbiz.core.entity
GenericStoreException
GenericStoreException() - Constructor for exception org.ofbiz.core.entity.GenericStoreException
 
GenericStoreException(String) - Constructor for exception org.ofbiz.core.entity.GenericStoreException
 
GenericStoreException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericStoreException
 
GenericTransactionException - Exception in org.ofbiz.core.entity
GenericTransactionException
GenericTransactionException() - Constructor for exception org.ofbiz.core.entity.GenericTransactionException
 
GenericTransactionException(String) - Constructor for exception org.ofbiz.core.entity.GenericTransactionException
 
GenericTransactionException(String, Throwable) - Constructor for exception org.ofbiz.core.entity.GenericTransactionException
 
GenericValue - Class in org.ofbiz.core.entity
Generic Entity Value Object - Handles persisntence for any defined entity.
GenericValue(GenericDelegator, ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericValue
Creates new GenericValue
GenericValue(GenericDelegator, ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericValue
Creates new GenericValue from existing Map
GenericValue(GenericPK) - Constructor for class org.ofbiz.core.entity.GenericValue
Creates new GenericValue from existing GenericValue
GenericValue(GenericValue) - Constructor for class org.ofbiz.core.entity.GenericValue
Creates new GenericValue from existing GenericValue
GenericValue(ModelEntity) - Constructor for class org.ofbiz.core.entity.GenericValue
GenericValue(ModelEntity, Map<String, ?>) - Constructor for class org.ofbiz.core.entity.GenericValue
get(Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
get(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getAlias(int) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
List of aliases with information in addition to what is in the standard field list
getAliasesCopy() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getAliasesIterator() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getAliasesSize() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getAllCache() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getAllCache() - Method in class org.ofbiz.core.entity.GenericDelegator
 
getAllCache() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getAllFieldNames() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getAllFields() - Method in class org.ofbiz.core.entity.GenericEntity
Returns key/value pairs of entity fields
getAllKeys() - Method in class org.ofbiz.core.entity.GenericEntity
Returns keys of entity fields
getAllModelMemberEntities() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getAlternativeIndexAction(DatabaseUtil) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
getAndCache() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getAndCache() - Method in class org.ofbiz.core.entity.GenericDelegator
 
getAndCache() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getAuthor() - Method in class org.ofbiz.core.entity.model.ModelEntity
The author for documentation purposes
getAutoCommit() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getBoolean(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getBorrowedCount() - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState
 
getByte(int) - Method in class org.ofbiz.core.entity.ByteWrapper
 
getBytes() - Method in class org.ofbiz.core.entity.ByteWrapper
 
getBytes(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getCatalog() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getChangeColumnTypeSQL(String, String, String) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
Builds a DB-specific SQL statement to update a column's type.
getChangeColumnTypeSQL(String, String, String) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
Builds a DB-specific SQL statement to update a column's type.
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Hsql233DatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.H2DatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MsSqlDatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
 
getChangeColumnTypeStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Postgres73DatabaseType
 
getClientInfo() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getClientInfo(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getCode() - Method in class org.ofbiz.core.entity.EntityOperator
 
getColName() - Method in class org.ofbiz.core.entity.model.ModelField
The col-name of the Field
getColumnInfo(Set<String>, Collection<String>) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
getCommitMode() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
 
getCompleteList() - Method in class org.ofbiz.core.entity.EntityListIterator
 
getCondition(int) - Method in class org.ofbiz.core.entity.EntityConditionList
 
getConditionIterator() - Method in class org.ofbiz.core.entity.EntityConditionList
 
getConditionListSize() - Method in class org.ofbiz.core.entity.EntityConditionList
 
getConnection() - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Uses the configured ConnectionProvider to get a Connection based on the configured helper name.
getConnection() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Get a connection from the ConnectionFactory
getConnection(String) - Static method in class org.ofbiz.core.entity.ConnectionFactory
 
getConnection(String) - Method in interface org.ofbiz.core.entity.ConnectionProvider
Gets the connecion given a name.
getConnection(String) - Method in class org.ofbiz.core.entity.transaction.DumbFactory
 
getConnection(String) - Method in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
getConnection(String) - Method in class org.ofbiz.core.entity.transaction.JNDIFactory
 
getConnection(String) - Method in class org.ofbiz.core.entity.transaction.JotmFactory
 
getConnection(String) - Method in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterface
 
getConnection(String) - Method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getConnection(String) - Static method in class org.ofbiz.core.entity.TransactionFactory
 
getConnection(String, JdbcDatasourceInfo) - Static method in class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
 
getConnection(String, JdbcDatasourceInfo) - Static method in class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
getConnection(String, JdbcDatasourceInfo) - Static method in class org.ofbiz.core.entity.transaction.TyrexConnectionFactory
 
getConnectionName() - Method in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
getConnectionPoolInfo() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getConnectionPoolInfo() - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState
 
getConnectionProperties() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getConstraintNameClipLength() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getConstraintNameClipLength() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getConstraintNameClipLength() - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
getConstValue() - Method in class org.ofbiz.core.entity.model.ModelKeyMap
 
getCopyright() - Method in class org.ofbiz.core.entity.model.ModelEntity
The copyright for documentation purposes
getDatabaseTypeFromJDBCConnection() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
Provides a database type.
getDatabaseTypeFromJDBCConnection(Connection) - Method in class org.ofbiz.core.entity.config.DatasourceInfo
Provides a database type (extracted to enable mocking)
getDataSource(String) - Static method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getDatasourceInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getDate(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getDeadLockMaxWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getDeadLockMaxWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getDeadLockRetryWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getDeadLockRetryWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getDefaultCatalog() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getDefaultCatalog() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getDelegator() - Method in class org.ofbiz.core.entity.GenericEntity
Get the GenericDelegator instance that created this value object and that is responsible for it.
getDelegatorInfo() - Method in class org.ofbiz.core.entity.GenericDelegator
 
getDelegatorInfo() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getDelegatorInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getDelegatorName() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getDelegatorName() - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the name of the server configuration that corresponds to this delegator.
getDelegatorName() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getDependentOn() - Method in class org.ofbiz.core.entity.model.ModelEntity
The entity-name of the Entity that this Entity is dependent on, if empty then no dependency
getDescendantTypes(GenericValue) - Static method in class org.ofbiz.core.entity.EntityTypeUtil
 
getDescription() - Method in class org.ofbiz.core.entity.model.ModelEntity
The description for documentation purposes
getDistinct() - Method in class org.ofbiz.core.entity.EntityFindOptions
Indicates whether the values returned will be filtered to remove duplicate values.
getDoLock() - Method in class org.ofbiz.core.entity.model.ModelEntity
An indicator to specify if this entity requires locking for updates
getDouble(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getDriverClassName() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getDropIndexSQL(String, String, String) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
Builds a DB-specific SQL statement for dropping index.
getDropIndexSQL(String, String, String) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
Builds a DB-specific SQL statement for dropping index.
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Hsql233DatabaseType
 
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.H2DatabaseType
 
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
 
getDropIndexStructure() - Method in class org.ofbiz.core.entity.jdbc.dbtype.Postgres73DatabaseType
 
getEcaEntityEventMap(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEndEscapeCharacter() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MsSqlDatabaseType
 
getEndEscapeCharacter() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
getEndEscapeCharacter() - Method in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
getEntityAlias() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getEntityAlias() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
 
getEntityAlias() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getEntityCache() - Method in class org.ofbiz.core.entity.model.ModelReader
 
getEntityEcaReaderInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getEntityEventMap(String) - Method in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
getEntityFieldType(ModelEntity, String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityFieldType(ModelEntity, String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets a field type instance by name from the helper that corresponds to the specified entity.
getEntityFieldType(ModelEntity, String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityFieldTypeNames(ModelEntity) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityFieldTypeNames(ModelEntity) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets field type names from the helper that corresponds to the specified entity.
getEntityFieldTypeNames(ModelEntity) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityGroupName(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityGroupName(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper name that corresponds to this delegator and the specified entityName.
getEntityGroupName(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityGroupName(String) - Method in class org.ofbiz.core.entity.model.ModelGroupReader
Gets a group name based on a definition from the specified XML Entity Group descriptor file.
getEntityGroupReaderInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getEntityHelper(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityHelper(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper that corresponds to this delegator and the specified entityName.
getEntityHelper(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityHelper(ModelEntity) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityHelper(ModelEntity) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper that corresponds to this delegator and the specified entity.
getEntityHelper(ModelEntity) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityHelperName(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityHelperName(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper name that corresponds to this delegator and the specified entityName.
getEntityHelperName(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityHelperName(ModelEntity) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getEntityHelperName(ModelEntity) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper name that corresponds to this delegator and the specified entity.
getEntityHelperName(ModelEntity) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getEntityModelReaderInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getEntityName() - Method in class org.ofbiz.core.entity.GenericEntity
 
getEntityName() - Method in class org.ofbiz.core.entity.model.ModelEntity
The entity-name of the Entity
getEntityName() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
 
getEntityNames() - Method in class org.ofbiz.core.entity.model.ModelReader
Creates a Collection with the entityName of each Entity defined in the specified XML Entity Descriptor file.
getEntityNamesByGroup(String) - Method in class org.ofbiz.core.entity.model.ModelGroupReader
Creates a Collection with names of all of the entities for a given group
getEntityNamesIterator() - Method in class org.ofbiz.core.entity.model.ModelReader
Creates a Iterator with the entityName of each Entity defined in the specified XML Entity Descriptor file.
getEntityResourceHandler(String) - Method in class org.ofbiz.core.entity.model.ModelReader
 
getExpr(int) - Method in class org.ofbiz.core.entity.EntityExprList
 
getExprIterator() - Method in class org.ofbiz.core.entity.EntityExprList
 
getExprListSize() - Method in class org.ofbiz.core.entity.EntityExprList
 
getFetchSize() - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the value to use for the fetch size on the prepared statement.
getField() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getField(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getField(String) - Method in class org.ofbiz.core.entity.EntityFieldMap
 
getField(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFieldEntryIterator() - Method in class org.ofbiz.core.entity.EntityFieldMap
 
getFieldKeyIterator() - Method in class org.ofbiz.core.entity.EntityFieldMap
 
getFieldName() - Method in class org.ofbiz.core.entity.model.ModelKeyMap
name of the field in this entity
getFieldNameSetsCopy(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getFieldNameSetsCopy(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets a Set of Sets of fieldNames used in the by and cache for the given entityName.
getFieldNameSetsCopy(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getFieldNamesFromFieldVector(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFields(Collection<String>) - Method in class org.ofbiz.core.entity.GenericEntity
Used by clients to specify exactly the fields they are interested in
getFieldsCopy() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFieldsIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFieldsSize() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFieldType(String) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Does the same thing as SqlJdbcUtil.getType(String), except that it returns an enum type instead of a magic number and doesn't throw a checked exception.
getFieldTypeCache() - Method in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
getFieldTypeInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getFieldTypeName() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getFieldTypeName() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getFieldTypeName() - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
getFieldTypeNames() - Method in class org.ofbiz.core.entity.model.ModelFieldTypeReader
Creates a Collection with all of the ModelFieldType names
getFieldTypes() - Method in class org.ofbiz.core.entity.model.ModelFieldTypeReader
Creates a Collection with all of the ModelFieldTypes
getFieldValue() - Method in class org.ofbiz.core.entity.EntityConditionParam
 
getFirst(List<? extends GenericValue>) - Static method in class org.ofbiz.core.entity.EntityUtil
 
getFirstEntity() - Method in class org.ofbiz.core.entity.EntityClause
 
getFirstField() - Method in class org.ofbiz.core.entity.EntityClause
 
getFirstModelEntity() - Method in class org.ofbiz.core.entity.EntityClause
 
getFkName() - Method in class org.ofbiz.core.entity.model.ModelRelation
 
getFkStyle() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getFloat(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getFromAllCache(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getFromAllCache(String) - Method in class org.ofbiz.core.entity.GenericDelegator
 
getFromAllCache(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getFromAndCache(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getFromAndCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
getFromAndCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getFromAndCache(ModelEntity, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getFromAndCache(ModelEntity, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
getFromAndCache(ModelEntity, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getFromPrimaryKeyCache(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getFromPrimaryKeyCache(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
 
getFromPrimaryKeyCache(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getFunction() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getFunction(DatabaseType) - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
getFunctionBasedIndexesIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getFunctionDefinition(DatabaseType) - Method in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
getGenericDAO(String) - Static method in class org.ofbiz.core.entity.GenericDAO
 
getGenericDelegator(String) - Static method in class org.ofbiz.core.entity.GenericDelegator
Factory method for a GenericDelegator with the given name.
getGroupBy() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getGroupBysCopy() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getGroupCache() - Method in class org.ofbiz.core.entity.model.ModelGroupReader
 
getGroupHelperName(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getGroupHelperName(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the helper name that corresponds to this delegator and the specified entityName.
getGroupHelperName(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getGroupNames() - Method in class org.ofbiz.core.entity.model.ModelGroupReader
Creates a Collection with all of the groupNames defined in the specified XML Entity Group Descriptor file.
getHelper(String) - Static method in class org.ofbiz.core.entity.GenericHelperFactory
 
getHelperClass() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getHelperName() - Method in interface org.ofbiz.core.entity.GenericHelper
Gets the name of the server configuration that corresponds to this helper
getHelperName() - Method in class org.ofbiz.core.entity.GenericHelperDAO
 
getHelperName() - Method in class org.ofbiz.core.entity.MemoryHelper
 
getHoldability() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getId() - Method in class org.ofbiz.core.entity.EntityOperator
 
getIndex(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getIndex(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getIndexesIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getIndexesSize() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getIndexField(int) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
getIndexFieldsIterator() - Method in class org.ofbiz.core.entity.model.ModelIndex
 
getIndexFieldsSize() - Method in class org.ofbiz.core.entity.model.ModelIndex
 
getIndexInfo(Set<String>, Collection<String>) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
getIndexInfo(Set<String>, Collection<String>, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Gets index information from the database for the given table names only, optionally including unique indexes.
getInitialSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getInstance() - Static method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getInteger(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getInterFieldOperation() - Method in class org.ofbiz.core.entity.EntityClause
 
getIntraFieldOperation() - Method in class org.ofbiz.core.entity.EntityClause
 
getIsolationLevel() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getIsPk() - Method in class org.ofbiz.core.entity.model.ModelField
boolean which specifies whether or not the Field is a Primary Key
getIsPk() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getJavaType() - Method in class org.ofbiz.core.entity.model.ModelFieldType
The java-type of the Field
getJdbcDatasource() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getJndiDatasource() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getJndiName() - Method in class org.ofbiz.core.entity.config.JndiDatasourceInfo
 
getJndiServerName() - Method in class org.ofbiz.core.entity.config.JndiDatasourceInfo
 
getJoinStyle() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getKeyMap(int) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
getKeyMap(int) - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getKeyMapsCopy() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getKeyMapsIterator() - Method in class org.ofbiz.core.entity.model.ModelRelation
keyMaps defining how to lookup the relatedTable using columns from this table
getKeyMapsIterator() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getKeyMapsSize() - Method in class org.ofbiz.core.entity.model.ModelRelation
 
getKeyMapsSize() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getLhs() - Method in class org.ofbiz.core.entity.EntityExpr
 
getLifeTime() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getLocalTransactionConnection() - Static method in class org.ofbiz.core.entity.TransactionUtil
 
getLong(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getMainEntity() - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
the main entity of this relation
getMainEntity() - Method in class org.ofbiz.core.entity.model.ModelIndex
the main entity of this relation
getMainEntity() - Method in class org.ofbiz.core.entity.model.ModelRelation
the main entity of this relation
getMaxIdle() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getMaxOpenPreparedStatements() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getMaxOpenPreparedStatements() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getMaxResults() - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the maximum number of results to be returned by the query.
getMaxSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getMaxWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getMemberModelEntity(String) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getMemberModelMemberEntities() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getMemberModelMemberEntity(String) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getMetaData() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getMinEvictableTimeMillis() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getMinEvictableTimeMillis() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getMinSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getModelEntitiesByGroup(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getModelEntitiesByGroup(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets a list of entity models that are in a group corresponding to the specified group name.
getModelEntitiesByGroup(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getModelEntity() - Method in class org.ofbiz.core.entity.GenericEntity
 
getModelEntity(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getModelEntity(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the instance of ModelEntity that corresponds to this delegator and the specified entityName.
getModelEntity(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getModelEntity(String) - Method in class org.ofbiz.core.entity.model.ModelReader
Gets an Entity object based on a definition from the specified XML Entity descriptor file.
getModelEntityMapByGroup(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getModelEntityMapByGroup(String) - Method in class org.ofbiz.core.entity.GenericDelegator
Gets a Map of entity name & entity model pairs that are in the named group.
getModelEntityMapByGroup(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getModelField() - Method in class org.ofbiz.core.entity.EntityConditionParam
 
getModelFieldType(String) - Method in class org.ofbiz.core.entity.model.ModelFieldTypeReader
Gets an FieldType object based on a definition from the specified XML FieldType descriptor file.
getModelFieldTypeReader(String) - Static method in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
getModelGroupReader() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getModelGroupReader() - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the instance of ModelGroupReader that corresponds to this delegator.
getModelGroupReader() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getModelGroupReader(String) - Static method in class org.ofbiz.core.entity.model.ModelGroupReader
 
getModelReader() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getModelReader() - Method in class org.ofbiz.core.entity.GenericDelegator
Gets the instance of ModelReader that corresponds to this delegator.
getModelReader() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getModelReader() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getModelReader(String) - Static method in class org.ofbiz.core.entity.model.ModelReader
 
getMultiRelation(GenericValue, String, String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getMultiRelation(GenericValue, String, String) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store across another Relation.
getMultiRelation(GenericValue, String, String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getMultiRelation(GenericValue, String, String, List<String>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getMultiRelation(GenericValue, String, String, List<String>) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store across another Relation.
getMultiRelation(GenericValue, String, String, List<String>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getName() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getName() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getName() - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
getName() - Method in class org.ofbiz.core.entity.model.ModelField
The name of the Field
getName() - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
the index name, used for the database index name
getName() - Method in class org.ofbiz.core.entity.model.ModelIndex
the index name, used for the database index name
getName() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
getNetworkTimeout() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getNeverCache() - Method in class org.ofbiz.core.entity.model.ModelEntity
An indicator to specify if this entity is never cached.
getNextSeqId(String) - Method in interface org.ofbiz.core.entity.DelegatorInterface
Get the next guaranteed unique seq id from the sequence with the given sequence name; if the named sequence doesn't exist, it will be created.
getNextSeqId(String) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getNextSeqId(String) - Method in class org.ofbiz.core.entity.SequenceUtil
 
getNextSeqId(String, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
Get the next guaranteed unique seq id from the sequence with the given sequence name; if the named sequence doesn't exist, it will be created.
getNextSeqId(String, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
 
getNextSeqId(String, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getNonNullSQLConnectionInterceptor(String) - Static method in class org.ofbiz.core.entity.jdbc.SQLInterceptorSupport
This will return a NON NULL SQLConnectionInterceptor.
getNonNullSQLInterceptor() - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionWithSQLInterceptor
 
getNonNullSQLInterceptor(String) - Static method in class org.ofbiz.core.entity.jdbc.SQLInterceptorSupport
This will return a NON NULL SQLInterceptor.
getNopk(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getNoPkFieldNames() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getNopksCopy() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getNopksIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getNopksSize() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getNumTestsPerEvictionRun() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getNumTestsPerEvictionRun() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getOffset() - Method in class org.ofbiz.core.entity.EntityFindOptions
Returns the number of rows to be skipped.
getOldTypeNumber() - Method in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
Returns the old hardcoded type number that is associated with this field type, such as 5 for INTEGER.
getOnly(List<? extends GenericValue>) - Static method in class org.ofbiz.core.entity.EntityUtil
 
getOperator() - Method in class org.ofbiz.core.entity.EntityConditionList
 
getOperator() - Method in class org.ofbiz.core.entity.EntityExpr
 
getOperator() - Method in class org.ofbiz.core.entity.EntityExprList
 
getOperator() - Method in class org.ofbiz.core.entity.EntityFieldMap
 
getOriginalDbValue(String) - Method in class org.ofbiz.core.entity.GenericValue
 
getPackageName() - Method in class org.ofbiz.core.entity.model.ModelEntity
The package-name of the Entity
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityCondition
Returns the number of SQL parameters that would be generated for this condition.
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityConditionList
 
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityExpr
 
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityExprList
 
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityFieldMap
 
getParameterCount(ModelEntity, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityWhereString
 
getPartialList(int, int) - Method in class org.ofbiz.core.entity.EntityListIterator
Gets a partial list of results starting at start and containing at most number elements.
getPassword() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getPk(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getPkFieldNames() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getPksCopy() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getPksIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getPksSize() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getPlainTableName() - Method in class org.ofbiz.core.entity.model.ModelEntity
The plain table-name of the Entity without a schema name prefix
getPoolInitialSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolLifeTime() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolMaxIdle() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolMaxSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolMaxWait() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolMinSize() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolPreparedStatements() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPoolPreparedStatements() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getPoolSleepTime() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getPostgresVersion(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
getPreparedStatement() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Getter: get the prepared statement
getPrimaryKey() - Method in class org.ofbiz.core.entity.GenericEntity
 
getPrimaryKeyCache() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getPrimaryKeyCache() - Method in class org.ofbiz.core.entity.GenericDelegator
 
getPrimaryKeyCache() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getReferenceInfo(Set<String>, Collection<String>) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
getRelated(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store
getRelated(String, List<? extends GenericValue>) - Static method in class org.ofbiz.core.entity.EntityUtil
 
getRelated(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store
getRelated(String, Map<String, ?>, List<String>, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelated(String, Map<String, ?>, List<String>, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store.
getRelated(String, Map<String, ?>, List<String>, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelated(String, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelated(String, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store
getRelated(String, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedByAnd(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and filter it
getRelatedByAnd(String, Map<String, ?>, List<? extends GenericValue>) - Static method in class org.ofbiz.core.entity.EntityUtil
 
getRelatedByAnd(String, Map<String, ?>, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedByAnd(String, Map<String, ?>, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store.
getRelatedByAnd(String, Map<String, ?>, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedByAndCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and filter it, looking first in the global generic cache (for the moment this isn't true, is same as EmbeddedCache variant)
getRelatedByAndEmbeddedCache(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and filter it, looking first in a cache associated with this entity which is destroyed with this ValueObject when no longer used.
getRelatedCache(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in the global generic cache (for the moment this isn't true, is same as EmbeddedCache variant)
getRelatedCache(String, List<? extends GenericValue>) - Static method in class org.ofbiz.core.entity.EntityUtil
 
getRelatedCache(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in the global generic cache (for the moment this isn't true, is same as EmbeddedCache variant)
getRelatedCache(String, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedCache(String, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store, checking first in the cache to see if the desired value is there.
getRelatedCache(String, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedDummyPK(String) - Method in class org.ofbiz.core.entity.GenericValue
Get a dummy primary key for the named Related Entity for the GenericValue
getRelatedDummyPK(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericValue
Get a dummy primary key for the named Related Entity for the GenericValue
getRelatedDummyPK(String, Map<String, ?>, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedDummyPK(String, Map<String, ?>, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get a dummy primary key for the named Related Entity for the GenericValue.
getRelatedDummyPK(String, Map<String, ?>, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedEmbeddedCache(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in a cache associated with this entity which is destroyed with this ValueObject when no longer used.
getRelatedEmbeddedCache(String, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in a cache associated with this entity which is destroyed with this ValueObject when no longer used.
getRelatedMulti(String, String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store across another Relation.
getRelatedMulti(String, String, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store across another Relation.
getRelatedOne(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store
getRelatedOne(String, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedOne(String, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get related entity where relation is of type one, uses findByPrimaryKey.
getRelatedOne(String, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedOneCache(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in the global generic cache (for the moment this isn't true, is same as EmbeddedCache variant)
getRelatedOneCache(String, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedOneCache(String, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get related entity where relation is of type one, uses findByPrimaryKey, checking first in the cache to see if the desired value is there.
getRelatedOneCache(String, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedOneEmbeddedCache(String) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store, looking first in a cache associated with this entity which is destroyed with this ValueObject when no longer used.
getRelatedOrderBy(String, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and order it
getRelatedOrderBy(String, List<String>, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getRelatedOrderBy(String, List<String>, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Get the named Related Entity for the GenericValue from the persistent store.
getRelatedOrderBy(String, List<String>, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
getRelatedOrderByCache(String, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and order it, looking first in the global generic cache (for the moment this isn't true, is same as EmbeddedCache variant)
getRelatedOrderByEmbeddedCache(String, List<String>) - Method in class org.ofbiz.core.entity.GenericValue
Get the named Related Entity for the GenericValue from the persistent store and order it, looking first in a cache associated with this entity which is destroyed with this ValueObject when no longer used.
getRelation(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getRelation(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getRelationsIterator() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getRelationsSize() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
getRelEntityAlias() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
getRelEntityName() - Method in class org.ofbiz.core.entity.model.ModelRelation
the name of the related entity
getRelFieldName() - Method in class org.ofbiz.core.entity.model.ModelKeyMap
name of the field in related entity
getRemoveAbandonedOnBorrow() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getRemoveAbandonedOnBorrow() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getRemoveAbandonedOnMaintanance() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getRemoveAbandonedOnMaintenance() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getRemoveAbandonedTimeout() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getRemoveAbandonedTimeout() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getReservedKeywords() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getReservedKeywords() - Method in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
getResource(String, Class<?>) - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
Load a given resource.
getResourceAsStream(String, Class<?>) - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResourceHandlerEntities(ResourceHandler) - Method in class org.ofbiz.core.entity.model.ModelReader
 
getResourceHandlerEntitiesKeyIterator() - Method in class org.ofbiz.core.entity.model.ModelReader
 
getResourceLoaderInfo(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getResources() - Static method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getResources(String, Class<?>) - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
returns all found resources as java.net.URLs.
getResultSet() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Getter: get the currently activ ResultSet
getResultSetConcurrency() - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies whether or not the ResultSet can be updated.
getResultSetType() - Method in class org.ofbiz.core.entity.EntityFindOptions
Indicates how the ResultSet will be traversed.
getRhs() - Method in class org.ofbiz.core.entity.EntityExpr
 
getSchema() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getSchemaName() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
getSchemaName(Connection) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
Returns the name of the connected schema.
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.DB2DatabaseType
 
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Postgres73DatabaseType
 
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.PostgresDatabaseType
 
getSchemaName(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.SapDB76DatabaseType
 
getSchemaPattern(DatabaseMetaData, String) - Static method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Lookup schema name according do database metadata see JIRA-28526 this method needs to be coherent with DatabaseUtil.convertToSchemaTableName(String, java.sql.DatabaseMetaData) and ModelEntity.getTableName(org.ofbiz.core.entity.config.DatasourceInfo)
getSecondEntity() - Method in class org.ofbiz.core.entity.EntityClause
 
getSecondField() - Method in class org.ofbiz.core.entity.EntityClause
 
getSecondModelEntity() - Method in class org.ofbiz.core.entity.EntityClause
 
getServerName() - Method in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
Based on the cluster mode parameter, and the capabilities of the database, return the appropriate SELECT statement for usage.
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.H2DatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Hsql233DatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.HsqlDatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.MsSqlDatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
getSimpleSelectSqlSyntax(boolean) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
 
getSleepTime() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getSpecifyTypeAndConcur() - Method in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
getSqlEscapeHelper() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
getSqlEscapeHelper() - Method in class org.ofbiz.core.entity.GenericDelegator
 
getSqlType() - Method in class org.ofbiz.core.entity.model.ModelFieldType
The sql-type of the Field
getSqlTypeAlias() - Method in class org.ofbiz.core.entity.model.ModelFieldType
The sql-type-alias of the Field
getStartEscapeCharacter() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MsSqlDatabaseType
 
getStartEscapeCharacter() - Method in class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 
getStartEscapeCharacter() - Method in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
getStatus() - Static method in class org.ofbiz.core.entity.TransactionUtil
Gets the status of the transaction in the current thread IF transactions are available, otherwise returns STATUS_NO_TRANSACTION
getString(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getTableName(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
The table-name of the Entity including a Schema name if specified in the datasource config
getTableName(DatasourceInfo) - Method in class org.ofbiz.core.entity.model.ModelEntity
The table-name of the Entity including a Schema name if specified in the datasource config
getTableNames(Collection<String>) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
getTestOnBorrow() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getTestOnBorrow() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getTestOnReturn() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getTestOnReturn() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getTestWhileIdle() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getTestWhileIdle() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getTime(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getTimeBetweenEvictionRunsMillis() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getTimeBetweenEvictionRunsMillis() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getTimestamp(String) - Method in class org.ofbiz.core.entity.GenericEntity
 
getTimeToBorrow() - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState
 
getTimeToBorrowNanos() - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState
 
getTitle() - Method in class org.ofbiz.core.entity.model.ModelEntity
The title for documentation purposes
getTitle() - Method in class org.ofbiz.core.entity.model.ModelRelation
the title, gives a name/description to the relation
getTransactionFactory() - Static method in class org.ofbiz.core.entity.TransactionFactory
 
getTransactionIsolation() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getTransactionManager() - Method in class org.ofbiz.core.entity.transaction.DumbFactory
 
getTransactionManager() - Method in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
getTransactionManager() - Method in class org.ofbiz.core.entity.transaction.JNDIFactory
 
getTransactionManager() - Method in class org.ofbiz.core.entity.transaction.JotmFactory
 
getTransactionManager() - Method in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterface
 
getTransactionManager() - Method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getTransactionManager() - Static method in class org.ofbiz.core.entity.TransactionFactory
 
getTransactionTimeout() - Method in class org.ofbiz.core.entity.EntitySaxReader
 
getTxFactoryClass() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getTxFactoryTxMgrJndiName() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getTxFactoryTxMgrJndiServerName() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getTxFactoryUserTxJndiName() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getTxFactoryUserTxJndiServerName() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getTxMgrName() - Method in class org.ofbiz.core.entity.transaction.DumbFactory
 
getTxMgrName() - Method in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
getTxMgrName() - Method in class org.ofbiz.core.entity.transaction.JNDIFactory
 
getTxMgrName() - Method in class org.ofbiz.core.entity.transaction.JotmFactory
 
getTxMgrName() - Method in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterface
 
getTxMgrName() - Method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getTxMgrName() - Static method in class org.ofbiz.core.entity.TransactionFactory
 
getType() - Method in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
getType() - Method in class org.ofbiz.core.entity.model.ModelField
The type of the Field
getType() - Method in class org.ofbiz.core.entity.model.ModelFieldType
The type of the Field
getType() - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
getType() - Method in class org.ofbiz.core.entity.model.ModelRelation
the type: either "one" or "many" or "one-nofk"
getType(String) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
getTypeForConnection(Connection) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
This method finds the DatabaseType for the connection you pass in
getTypeMap() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getTyrexDataSourceElement() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
getUnique() - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
specifies whether or not this index should include the unique constraint
getUnique() - Method in class org.ofbiz.core.entity.model.ModelIndex
specifies whether or not this index should include the unique constraint
getUri() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getUsername() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
getUserTransaction() - Method in class org.ofbiz.core.entity.transaction.DumbFactory
 
getUserTransaction() - Method in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
getUserTransaction() - Method in class org.ofbiz.core.entity.transaction.JNDIFactory
 
getUserTransaction() - Method in class org.ofbiz.core.entity.transaction.JotmFactory
 
getUserTransaction() - Method in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterface
 
getUserTransaction() - Method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
getUserTransaction() - Static method in class org.ofbiz.core.entity.TransactionFactory
 
getValidationQuery() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getValidationQuery() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getValidationQueryTimeout() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
getValidationQueryTimeout() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
getValidator(int) - Method in class org.ofbiz.core.entity.model.ModelField
validators to be called when an update is done
getValidators() - Method in class org.ofbiz.core.entity.model.ModelFieldType
validators to be called when an update is done
getValidatorsSize() - Method in class org.ofbiz.core.entity.model.ModelField
 
getValue() - Method in class org.ofbiz.core.entity.EntityClause
 
getValue(ResultSet, int, ModelField, GenericEntity, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
getValuesPerMessage() - Method in class org.ofbiz.core.entity.EntitySaxReader
 
getValuesPerWrite() - Method in class org.ofbiz.core.entity.EntitySaxReader
 
getVersion() - Method in class org.ofbiz.core.entity.model.ModelEntity
The version for documentation purposes
getViewLink(int) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
List of view links to define how entities are connected (or "joined")
getViewLinksCopy() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getViewLinksIterator() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getViewLinksSize() - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
getVirtualColumn(DatabaseType) - Method in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
getVirtualColumn(DatabaseType) - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
getVirtualColumnModelField(DatabaseType) - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
getWarnings() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
getXmlDocument() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
getXmlRootElement() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
GREATER_THAN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
GREATER_THAN_EQUAL_TO - Static variable in class org.ofbiz.core.entity.EntityOperator
 
groupBy - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
groupBys - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
A List of the Field objects for the View Entity, one for each GROUP BY field
groupMap - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 

H

H2 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
H2DatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
H2DatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.H2DatabaseType
 
hashCode() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
hashCode() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
hashCode() - Method in class org.ofbiz.core.entity.GenericEntity
Creates a hashCode for the entity, using the default String hashCode and Map hashCode, overrides the default hashCode
hashCode() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
hasNext() - Method in class org.ofbiz.core.entity.EntityListIterator
PLEASE NOTE: Because of the nature of the JDBC ResultSet interface this method can be very inefficient; it is much better to just use next() until it returns null
hasPrevious() - Method in class org.ofbiz.core.entity.EntityListIterator
PLEASE NOTE: Because of the nature of the JDBC ResultSet interface this method can be very inefficient; it is much better to just use previous() until it returns null
haveMadeValue - Variable in class org.ofbiz.core.entity.EntityListIterator
 
helperCache - Static variable in class org.ofbiz.core.entity.GenericHelperFactory
 
helperName - Variable in class org.ofbiz.core.entity.GenericDAO
 
helperName - Variable in class org.ofbiz.core.entity.GenericHelperDAO
 
helperName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
HSQL - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
HSQL_2_3_3 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
Hsql233DatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
Hsql233DatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.Hsql233DatabaseType
 
HsqlDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
HsqlDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.HsqlDatabaseType
 
httpArgList(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
httpArgListFromClass(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
httpArgListFromClass(List<ModelField>, String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
httpRelationArgList(List<ModelField>, ModelRelation) - Method in class org.ofbiz.core.entity.model.ModelEntity
 

I

ID_AND - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_BETWEEN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_EQUALS - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_GREATER_THAN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_GREATER_THAN_EQUAL_TO - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_IN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_LESS_THAN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_LESS_THAN_EQUAL_TO - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_LIKE - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_NOT - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_NOT_EQUAL - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ID_OR - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ignorableWhitespace(char[], int, int) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
IN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
IndexAlternativeAction - Interface in org.ofbiz.core.entity.jdbc.alternative
 
indexes - Variable in class org.ofbiz.core.entity.model.ModelEntity
indexes on fields/columns in this entity
induceFieldType(String, int, int, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.model.ModelUtil
 
induceModelFromDb(Collection<String>) - Method in class org.ofbiz.core.entity.GenericDAO
Creates a list of ModelEntity objects based on meta data from the database
induceModelFromDb(Collection<String>) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
Creates a list of ModelEntity objects based on metadata from the database
initialiseAndCheckDatabase() - Method in class org.ofbiz.core.entity.GenericDelegator
If you got an instance of GenericDelegator while the whole thing was locked, you need to make sure you call this once it becomes unlocked before you do anything.
initialize(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
initialize(Connection) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
initialize(Element) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
insert(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDAO
 
INTEGER - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field has an integer type with sufficient precision to hold int values.
INTERCEPTOR_FACTORY_CLASS_NAME_KEY - Static variable in class org.ofbiz.core.entity.jdbc.SQLInterceptorSupport
The name of the ofbiz-database.properties key for SQLInterceptorFactory
internalDelegator - Variable in class org.ofbiz.core.entity.GenericEntity
Reference to an instance of GenericDelegator used to do some basic operations on this entity value.
isAddMissingOnStart() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isBoolean(String) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Indicates whether the given field type represents a Boolean field.
isCaseSensitive(String) - Method in class org.ofbiz.core.entity.EntityListIterator
Detect whether or not the column data is case sensitive.
isCheckFkIndicesOnStart() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isCheckForeignKeysOnStart() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isCheckOnStart() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isClosed() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
isCustomResultSetTypeAndConcurrency() - Method in class org.ofbiz.core.entity.EntityFindOptions
Indicates whether the resultSetType and resultSetConcurrency fields will be used to specify how the results will be used; false means that the JDBC driver's default values will be used.
isEmpty() - Method in class org.ofbiz.core.entity.GenericEntity
 
isField(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
isLocked() - Static method in class org.ofbiz.core.entity.GenericDelegator
 
isLUpper() - Method in class org.ofbiz.core.entity.EntityExpr
 
isModified() - Method in class org.ofbiz.core.entity.GenericEntity
 
isNullable - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
isPk - Variable in class org.ofbiz.core.entity.model.ModelField
boolean which specifies whether or not the Field is a Primary Key
isPk - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
isPrimaryKey() - Method in class org.ofbiz.core.entity.GenericEntity
Returns true if the entity contains all of the primary key fields, but NO others.
isProductNameInPrefixList(String[], String) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
isReadOnly() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
isRelOptional() - Method in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
isRUpper() - Method in class org.ofbiz.core.entity.EntityExpr
 
isTransactionActive() - Static method in class org.ofbiz.core.entity.TransactionUtil
Checks if there is a Connection with a transaction for the current thread.
isType(Collection<GenericValue>, String, GenericValue) - Static method in class org.ofbiz.core.entity.EntityTypeUtil
 
isType(GenericValue, GenericValue) - Static method in class org.ofbiz.core.entity.EntityTypeUtil
Check if thisType is the type of targetType
isUseFkIndices() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isUseFkInitiallyDeferred() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isUseFks() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isUseFunctionBasedIndices() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isUseIndices() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isUsePkConstraintNames() - Method in class org.ofbiz.core.entity.config.DatasourceInfo
 
isValid(int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
isWrapperFor(Class<?>) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 

J

javaNameToDbName(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Converts a Java variable name to a database name.
javaType - Variable in class org.ofbiz.core.entity.model.ModelFieldType
The java-type of the Field
JdbcDatasourceInfo - Class in org.ofbiz.core.entity.config
JDBC datasource descriptor
JdbcDatasourceInfo(String, String, String, String, String, Properties, ConnectionPoolInfo) - Constructor for class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
JNDI_PREFIX_GUESSES - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
A list of guesses that are to be used as prefixes for the JNDI-NAME field if the user asked us to auto-magically configure it for them.
JNDIAutomaticFactory - Class in org.ofbiz.core.entity.transaction
A TransactionFactory that automatically resolves the transaction factory from JNDI by making some informed guesses.
JNDIAutomaticFactory() - Constructor for class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
JNDIConnectionDetails - Class in org.ofbiz.core.entity.transaction
Created by IntelliJ IDEA.
JNDIConnectionDetails() - Constructor for class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
JndiDatasourceInfo - Class in org.ofbiz.core.entity.config
JNDI data source info
JndiDatasourceInfo(String, String) - Constructor for class org.ofbiz.core.entity.config.JndiDatasourceInfo
 
JNDIFactory - Class in org.ofbiz.core.entity.transaction
Central source for Tyrex JTA objects from JNDI
JNDIFactory() - Constructor for class org.ofbiz.core.entity.transaction.JNDIFactory
 
JotmConnectionFactory - Class in org.ofbiz.core.entity.transaction
JotmFactory - Central source for JOTM JDBC Objects
JotmConnectionFactory() - Constructor for class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
JotmFactory - Class in org.ofbiz.core.entity.transaction
JotmFactory - Central source for JOTM JTA objects
JotmFactory() - Constructor for class org.ofbiz.core.entity.transaction.JotmFactory
 

K

keyMapRelatedUpperString(String, String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
keyMaps - Variable in class org.ofbiz.core.entity.model.ModelRelation
keyMaps defining how to lookup the relatedTable using columns from this table
keyMaps - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
keyMapString(String, String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
keyMapUpperString(String, String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
keySet() - Method in class org.ofbiz.core.entity.GenericEntity
 

L

last() - Method in class org.ofbiz.core.entity.EntityListIterator
Sets the cursor position to last result; if result set is empty returns false
LESS_THAN - Static variable in class org.ofbiz.core.entity.EntityOperator
 
LESS_THAN_EQUAL_TO - Static variable in class org.ofbiz.core.entity.EntityOperator
 
LIKE - Static variable in class org.ofbiz.core.entity.EntityOperator
 
LimitHelper - Class in org.ofbiz.core.entity
Amends the passed in SQL string to provide limit clause
LimitHelper(String) - Constructor for class org.ofbiz.core.entity.LimitHelper
 
LIST_DELIMITER - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
loadClass(String, Class<?>) - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
Load a class with a given name.
localTransaction - Static variable in class org.ofbiz.core.entity.TransactionUtil
 
locator - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
lock() - Static method in class org.ofbiz.core.entity.GenericDelegator
 
lock() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
LockedDatabaseGenericDelegator - Class in org.ofbiz.core.entity
Copyright All Rights Reserved.
LockedDatabaseGenericDelegator() - Constructor for class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
LockedDatabaseGenericDelegator(String) - Constructor for class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
lockEnabled() - Method in class org.ofbiz.core.entity.GenericEntity
Used to indicate if locking is enabled for this entity
LONG - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field has an integer type with sufficient precision to hold long values.
lowerFirstChar(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Changes the first letter of the passed String to lower case.

M

mainEntity - Variable in class org.ofbiz.core.entity.model.ModelIndex
reference to the entity this index refers to
mainEntity - Variable in class org.ofbiz.core.entity.model.ModelRelation
the main entity of this relation
makeFkConstraintClause(ModelEntity, ModelRelation, ModelEntity, int, String, boolean) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
makeFkConstraintName(ModelRelation, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
makeFkIndexClause(ModelEntity, ModelRelation, int) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
makeFromClause(ModelEntity, DatasourceInfo, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Makes the FROM clause and when necessary the JOIN clause(s) as well
makeFunctionBasedIndexClause(ModelEntity, ModelFunctionBasedIndex, DatabaseType) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
makeIndexClause(ModelEntity, ModelIndex) - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
makeOrderByClause(ModelEntity, List<String>, boolean, DatasourceInfo) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
makeOrderByClause(ModelEntity, List<String>, DatasourceInfo) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
makePK(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
makePK(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Primary Key in the form of a GenericPK without persisting it.
makePK(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
makePK(Element) - Method in class org.ofbiz.core.entity.GenericDelegator
 
makePK(Element) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
makeValue(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
makeValue(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Creates a Entity in the form of a GenericValue without persisting it.
makeValue(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
makeValue(Element) - Method in class org.ofbiz.core.entity.GenericDelegator
 
makeValue(Element) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
makeValues(Document) - Method in class org.ofbiz.core.entity.GenericDelegator
Parses the given XML document for entities.
makeValues(Document) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
makeViewTable(ModelEntity, DatasourceInfo, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
makeViewWhereClause(ModelEntity, String, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
makeWhereClause(ModelEntity, List<ModelField>, Map<String, ?>, String, String, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityCondition
Creates a string for use in a WHERE clause, based on this condition.
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityConditionList
 
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityExpr
 
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityExprList
 
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityFieldMap
 
makeWhereString(ModelEntity, List<? super EntityConditionParam>, SqlEscapeHelper) - Method in class org.ofbiz.core.entity.EntityWhereString
 
makeWhereStringFromFields(List<ModelField>, Map<String, ?>, String, List<? super EntityConditionParam>, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Makes a WHERE clause String with "col_name=?" if not null or "col_name IS NULL" if null, all separated by the given operator.
makeWhereStringFromFields(List<ModelField>, Map<String, ?>, String, SqlEscapeHelper) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Makes a WHERE clause String with "col_name=?" if not null or "col_name IS NULL" if null, all separated by the given operator.
makeXmlDocument(Collection<GenericValue>) - Static method in class org.ofbiz.core.entity.GenericEntity
 
makeXmlElement(Document) - Method in class org.ofbiz.core.entity.GenericEntity
Makes an XML Element object with an attribute for each field of the entity
makeXmlElement(Document, String) - Method in class org.ofbiz.core.entity.GenericEntity
Makes an XML Element object with an attribute for each field of the entity
matches(String) - Method in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
Returns true if the specified java type corresponds to this field type.
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
Checks whether the connection object passed in matches the database type represented by this instance of the DatabaseType class.
matchesConnection(Connection) - Method in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Hsql233DatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.HsqlDatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.Postgres73DatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.PostgresDatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.SapDB76DatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.SapDBDatabaseType
 
matchesConnection(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.SimpleDatabaseType
This implementation of the method only checks the productName returned by the driver against a list of potential product name prefixes.
matchesFields(Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericEntity
 
maxResults - Variable in class org.ofbiz.core.entity.EntityFindOptions
maximum results to obtain from DB - negative values mean no limit
maxResults(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
maxSizeInBytes - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
memberModelEntities - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
Contains member-entity ModelEntities: key is alias, value is ModelEntity; populated with fields
memberModelMemberEntities - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
Contains member-entity alias name definitions: key is alias, value is ModelMemberEntity
MemoryHelper - Class in org.ofbiz.core.entity
Partial GenericHelper implementation that is entirely memory-based, to be used for simple unit testing (can't do anything beyond searches for primary keys, findByOr and findByAnd).
MemoryHelper(String) - Constructor for class org.ofbiz.core.entity.MemoryHelper
 
ModelAlias() - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
ModelAlias(String, String, String, Boolean, boolean, String) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
ModelAlias(Element) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
modelEntity - Variable in class org.ofbiz.core.entity.EntityListIterator
 
modelEntity - Variable in class org.ofbiz.core.entity.GenericEntity
Contains the ModelEntity instance that represents the definition of this entity, not to be serialized
ModelEntity - Class in org.ofbiz.core.entity.model
Generic Entity - Entity model class
ModelEntity() - Constructor for class org.ofbiz.core.entity.model.ModelEntity
Default Constructor
ModelEntity(String, List<DatabaseUtil.ColumnCheckInfo>, ModelFieldTypeReader) - Constructor for class org.ofbiz.core.entity.model.ModelEntity
DB Names Constructor
ModelEntity(ModelReader, Element, Element, UtilTimer, Hashtable<String, String>) - Constructor for class org.ofbiz.core.entity.model.ModelEntity
XML Constructor
modelField - Variable in class org.ofbiz.core.entity.EntityConditionParam
 
ModelField - Class in org.ofbiz.core.entity.model
Generic Entity - Field model class
ModelField() - Constructor for class org.ofbiz.core.entity.model.ModelField
Default Constructor
ModelField(String, String, String, boolean, List<String>) - Constructor for class org.ofbiz.core.entity.model.ModelField
 
ModelField(DatabaseUtil.ColumnCheckInfo, ModelFieldTypeReader) - Constructor for class org.ofbiz.core.entity.model.ModelField
DB Names Constructor
ModelField(Element) - Constructor for class org.ofbiz.core.entity.model.ModelField
XML Constructor
ModelFieldType - Class in org.ofbiz.core.entity.model
Generic Entity - FieldType model class
ModelFieldType() - Constructor for class org.ofbiz.core.entity.model.ModelFieldType
Default Constructor
ModelFieldType(Element) - Constructor for class org.ofbiz.core.entity.model.ModelFieldType
XML Constructor
modelFieldTypeReader - Variable in class org.ofbiz.core.entity.EntityListIterator
 
modelFieldTypeReader - Variable in class org.ofbiz.core.entity.GenericDAO
 
modelFieldTypeReader - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
ModelFieldTypeReader - Class in org.ofbiz.core.entity.model
Generic Entity - Field Type Definition Reader
ModelFieldTypeReader(String) - Constructor for class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
ModelFunctionBasedIndex - Class in org.ofbiz.core.entity.model
Generic Entity - Relation model function-based-index class
ModelFunctionBasedIndex(ModelEntity, String, boolean, FunctionDefinitionBuilder) - Constructor for class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
ModelFunctionBasedIndex(ModelEntity, Element) - Constructor for class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
XML Constructor
modelGroupReader - Variable in class org.ofbiz.core.entity.GenericDelegator
 
ModelGroupReader - Class in org.ofbiz.core.entity.model
Generic Entity - Entity Group Definition Reader
ModelGroupReader(String) - Constructor for class org.ofbiz.core.entity.model.ModelGroupReader
 
ModelIndex - Class in org.ofbiz.core.entity.model
Generic Entity - Relation model class
ModelIndex() - Constructor for class org.ofbiz.core.entity.model.ModelIndex
Default Constructor
ModelIndex(ModelEntity, Element) - Constructor for class org.ofbiz.core.entity.model.ModelIndex
XML Constructor
ModelKeyMap - Class in org.ofbiz.core.entity.model
Generic Entity - KeyMap model class
ModelKeyMap() - Constructor for class org.ofbiz.core.entity.model.ModelKeyMap
Default Constructor
ModelKeyMap(Element) - Constructor for class org.ofbiz.core.entity.model.ModelKeyMap
XML Constructor
ModelMemberEntity(String, String) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
 
modelName - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
modelName - Variable in class org.ofbiz.core.entity.model.ModelGroupReader
 
modelName - Variable in class org.ofbiz.core.entity.model.ModelReader
 
modelReader - Variable in class org.ofbiz.core.entity.GenericDelegator
 
modelReader - Variable in class org.ofbiz.core.entity.model.ModelEntity
The ModelReader that created this Entity
ModelReader - Class in org.ofbiz.core.entity.model
Generic Entity - Entity Definition Reader
ModelReader(String) - Constructor for class org.ofbiz.core.entity.model.ModelReader
 
ModelRelation - Class in org.ofbiz.core.entity.model
Generic Entity - Relation model class
ModelRelation() - Constructor for class org.ofbiz.core.entity.model.ModelRelation
Default Constructor
ModelRelation(ModelEntity, Element) - Constructor for class org.ofbiz.core.entity.model.ModelRelation
XML Constructor
ModelUtil - Class in org.ofbiz.core.entity.model
Generic Entity - General Utilities
ModelUtil() - Constructor for class org.ofbiz.core.entity.model.ModelUtil
 
ModelViewEntity - Class in org.ofbiz.core.entity.model
This class extends ModelEntity and provides additional information appropriate to view entities
ModelViewEntity(ModelReader, Element, Element, UtilTimer, Hashtable<String, String>) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity
 
ModelViewEntity.ModelAlias - Class in org.ofbiz.core.entity.model
 
ModelViewEntity.ModelMemberEntity - Class in org.ofbiz.core.entity.model
 
ModelViewEntity.ModelViewLink - Class in org.ofbiz.core.entity.model
 
ModelViewLink() - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
ModelViewLink(String, String, List<? extends ModelKeyMap>) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
ModelViewLink(Element) - Constructor for class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
modified - Variable in class org.ofbiz.core.entity.GenericEntity
Denotes whether or not this entity has been modified, or is known to be out of sync with the persistent record
module - Static variable in class org.ofbiz.core.entity.ConnectionFactory
 
module - Static variable in class org.ofbiz.core.entity.EntitySaxReader
 
module - Static variable in class org.ofbiz.core.entity.GenericDAO
 
module - Static variable in class org.ofbiz.core.entity.GenericDelegator
 
module - Static variable in class org.ofbiz.core.entity.GenericHelperDAO
The full name of this class.
module - Static variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
module - Static variable in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
module - Static variable in class org.ofbiz.core.entity.jdbc.SQLProcessor
Module Name Used for debugging
module - Static variable in class org.ofbiz.core.entity.model.ModelEntity
 
module - Static variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
module - Static variable in class org.ofbiz.core.entity.model.ModelReader
 
module - Static variable in class org.ofbiz.core.entity.model.ModelViewEntity
 
module - Static variable in class org.ofbiz.core.entity.SequenceUtil
 
module - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
module - Static variable in class org.ofbiz.core.entity.transaction.JNDIFactory
 
module - Static variable in class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
module - Static variable in class org.ofbiz.core.entity.transaction.JotmFactory
 
module - Static variable in class org.ofbiz.core.entity.TransactionUtil
 
MS_SQL_MAX_PARAMETER_COUNT - Static variable in class org.ofbiz.core.entity.GenericDAO
 
MSSQL - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
MSSQL - Static variable in class org.ofbiz.core.entity.jdbc.SQLProcessor
 
MsSqlDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
MsSqlDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.MsSqlDatabaseType
 
MYSQL - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
MySqlDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
MySqlDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.MySqlDatabaseType
 

N

name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityEcaReaderInfo
 
name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityGroupReaderInfo
 
name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityModelReaderInfo
 
name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.FieldTypeInfo
 
name - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.ResourceLoaderInfo
 
name - Variable in class org.ofbiz.core.entity.model.ModelField
The name of the Field
name - Variable in class org.ofbiz.core.entity.model.ModelIndex
the index name, used for the database index name
name - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelAlias
 
nameString(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
nameString(List<ModelField>, String, String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
nativeSQL(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
neverCache - Variable in class org.ofbiz.core.entity.model.ModelEntity
An indicator to specify if this entity is never cached.
newSQLInterceptor(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.NoopSQLInterceptorFactory
 
newSQLInterceptor(String) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorFactory
This is called to generate a new SQLInterceptor ready to be called back when SQL statements are executed.
next() - Method in class org.ofbiz.core.entity.EntityListIterator
Moves the cursor to the next position and returns the GenericValue object for that position; if there is no next, returns null
next() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Test if there more records available
nextIndex() - Method in class org.ofbiz.core.entity.EntityListIterator
Returns the index of the next result, but does not guarantee that there will be a next result
nonPkNullList() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
NOOP_INTERCEPTOR - Static variable in class org.ofbiz.core.entity.jdbc.interceptors.NoopSQLInterceptorFactory
 
NOOP_INTERCEPTOR_FACTORY - Static variable in class org.ofbiz.core.entity.jdbc.interceptors.NoopSQLInterceptorFactory
 
NoopSQLInterceptorFactory - Class in org.ofbiz.core.entity.jdbc.interceptors
A NO-OP implementation of SQLInterceptorFactory
nopks - Variable in class org.ofbiz.core.entity.model.ModelEntity
A List of the Field objects for the Entity, one for each NON Primary Key
NOT - Static variable in class org.ofbiz.core.entity.EntityOperator
 
NOT_EQUAL - Static variable in class org.ofbiz.core.entity.EntityOperator
 
NOT_INVOLVED - Enum constant in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
The SQLProcessor is in "no commit" mode, and will NOT get involved in commiting at all
numberRead - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
numEntities - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
numEntities - Variable in class org.ofbiz.core.entity.model.ModelReader
 
numFields - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
numFields - Variable in class org.ofbiz.core.entity.model.ModelReader
 
numRelations - Variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
numRelations - Variable in class org.ofbiz.core.entity.model.ModelReader
 
numViewEntities - Variable in class org.ofbiz.core.entity.model.ModelReader
 

O

OBJECT - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field holds serialized Object data.
OFBizDateComparator - Class in org.ofbiz.core.entity.comparator
 
OFBizDateComparator(String) - Constructor for class org.ofbiz.core.entity.comparator.OFBizDateComparator
 
OFBizFieldComparator - Class in org.ofbiz.core.entity.comparator
 
OFBizFieldComparator(String) - Constructor for class org.ofbiz.core.entity.comparator.OFBizFieldComparator
 
offset - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
onConnectionReplaced(Connection, ConnectionPoolState) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
onConnectionReplaced(Connection, ConnectionPoolState) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.SQLConnectionInterceptor
Called when a connection is returned to the underlying pool
onConnectionTaken(Connection, ConnectionPoolState) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
onConnectionTaken(Connection, ConnectionPoolState) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.connection.SQLConnectionInterceptor
Called when a connection is taken from the underlying pool
onException(String, List<String>, Statement, SQLException) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
onException(String, List<String>, Statement, SQLException) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
onException(String, List<String>, List<List<String>>, Statement, SQLException) - Method in interface org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor
This is called if an SQLException is thrown during the JDBC query
OP_CREATE - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
OP_FIND - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
OP_REMOVE - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
OP_STORE - Static variable in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
operator - Variable in class org.ofbiz.core.entity.EntityConditionList
 
operator - Variable in class org.ofbiz.core.entity.EntityExprList
 
operator - Variable in class org.ofbiz.core.entity.EntityFieldMap
 
OR - Static variable in class org.ofbiz.core.entity.EntityOperator
 
ORACLE_10G - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
ORACLE_8I - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
ORACLE_MAX_LIST_SIZE - Static variable in class org.ofbiz.core.entity.GenericDAO
 
Oracle10GDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
Oracle10GDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.Oracle10GDatabaseType
 
orderBy(List<T>, List<String>) - Static method in class org.ofbiz.core.entity.EntityUtil
returns the values in the order specified
org.ofbiz.core.entity - package org.ofbiz.core.entity
 
org.ofbiz.core.entity.comparator - package org.ofbiz.core.entity.comparator
 
org.ofbiz.core.entity.config - package org.ofbiz.core.entity.config
 
org.ofbiz.core.entity.eca - package org.ofbiz.core.entity.eca
 
org.ofbiz.core.entity.jdbc - package org.ofbiz.core.entity.jdbc
 
org.ofbiz.core.entity.jdbc.alternative - package org.ofbiz.core.entity.jdbc.alternative
 
org.ofbiz.core.entity.jdbc.dbtype - package org.ofbiz.core.entity.jdbc.dbtype
 
org.ofbiz.core.entity.jdbc.interceptors - package org.ofbiz.core.entity.jdbc.interceptors
 
org.ofbiz.core.entity.jdbc.interceptors.connection - package org.ofbiz.core.entity.jdbc.interceptors.connection
 
org.ofbiz.core.entity.jdbc.sql.escape - package org.ofbiz.core.entity.jdbc.sql.escape
 
org.ofbiz.core.entity.model - package org.ofbiz.core.entity.model
 
org.ofbiz.core.entity.transaction - package org.ofbiz.core.entity.transaction
 
org.ofbiz.core.entity.util - package org.ofbiz.core.entity.util
 
originalDbValues - Variable in class org.ofbiz.core.entity.GenericValue
This Map will contain the original field values from the database iff this GenericValue came from the database.
originalDbValuesAvailable() - Method in class org.ofbiz.core.entity.GenericValue
 

P

packageName - Variable in class org.ofbiz.core.entity.model.ModelEntity
The package-name of the Entity
packageToPath(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Converts a package name to a path by replacing all '.' characters with the File.separatorChar character.
parse(InputStream, String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
parse(String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
parse(URL) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
parseVersionStr(String) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
partialSelect(GenericEntity, Set<String>) - Method in class org.ofbiz.core.entity.GenericDAO
 
PassThruSQLProcessor - Class in org.ofbiz.core.entity.jdbc
This version of the SQLProcessor that takes a connection on construction and does not participate in committing on close.
PassThruSQLProcessor(String, Connection) - Constructor for class org.ofbiz.core.entity.jdbc.PassThruSQLProcessor
 
pkColumnName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
Comma separated list of column names in the related tables primary key
pkNameString() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
pkNameString(String, String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
pks - Variable in class org.ofbiz.core.entity.model.ModelEntity
A List of the Field objects for the Entity, one for each Primary Key
pkTableName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
 
populateBasicInfo(Element, Element, Hashtable<String, String>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
populateFields(Map<String, ModelEntity>) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
populateFunctionBasedIndexes(Element) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
populateIndexes(Element) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
populateRelated(ModelReader, Element) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
POSTGRES - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
POSTGRES_7_2 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
POSTGRES_7_3 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
Postgres73DatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
Postgres73DatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.Postgres73DatabaseType
 
PostgresDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
PostgresDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.PostgresDatabaseType
 
POSTGRESQL_MAX_PARAMETER_COUNT - Static variable in class org.ofbiz.core.entity.GenericDAO
 
postgresVersionGreaterThanOrEqual(Connection, int, int) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
postgresVersionLessThanOrEqual(Connection, int, int) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractPostgresDatabaseType
 
predicateTrueForEachLeafExpression(EntityCondition, Predicate<EntityExpr>) - Static method in class org.ofbiz.core.entity.EntityConditionHelper
Traverses input EntityCondition and checks of predicate is true for each leaf EntityExpr (that does not contain sub-conditions)
prefix - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.ResourceLoaderInfo
 
prepareCall(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareCall(String, int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareCall(String, int, int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Prepare a statement.
prepareStatement(String, boolean, int, int) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Prepare a statement.
prepareStatement(String, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String, int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String, int, int, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prepareStatement(String, String[]) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
prependEnv - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.ResourceLoaderInfo
 
previous() - Method in class org.ofbiz.core.entity.EntityListIterator
Moves the cursor to the previous position and returns the GenericValue object for that position; if there is no previous, returns null
previousIndex() - Method in class org.ofbiz.core.entity.EntityListIterator
Returns the index of the previous result, but does not guarantee that there will be a previous result
primaryKeyCache - Variable in class org.ofbiz.core.entity.GenericDelegator
 
primKeyClassNameString() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
printClassLoader() - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class org.ofbiz.core.entity.util.ClassLoaderUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
processingInstruction(String, String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
processNextRow(ResultSet) - Method in interface org.ofbiz.core.entity.jdbc.ExecQueryCallbackFunctionIF
 
productNameMatches(Connection) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
productNamesMatch(String, String) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
PropertyUtils - Class in org.ofbiz.core.entity.util
Utility class for methods that operate on Property instances.
provider - Static variable in class org.ofbiz.core.entity.ConnectionFactory
Convenience reference to an adapter for the ConnectionProvider interface.
put(String, Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
putAll(Map<? extends String, ?>) - Method in class org.ofbiz.core.entity.GenericEntity
 
putAllInPrimaryKeyCache(List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putAllInPrimaryKeyCache(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putAllInPrimaryKeyCache(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
putInAllCache(String, List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putInAllCache(String, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putInAllCache(String, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
putInAllCache(ModelEntity, List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putInAllCache(ModelEntity, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putInAllCache(ModelEntity, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
putInAndCache(String, Map<String, ?>, List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putInAndCache(String, Map<String, ?>, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putInAndCache(String, Map<String, ?>, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
putInAndCache(ModelEntity, Map<String, ?>, List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putInAndCache(ModelEntity, Map<String, ?>, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putInAndCache(ModelEntity, Map<String, ?>, List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
putInPrimaryKeyCache(GenericPK, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
putInPrimaryKeyCache(GenericPK, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
 
putInPrimaryKeyCache(GenericPK, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 

R

range(int, int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the range of results to find.
readers - Static variable in class org.ofbiz.core.entity.model.ModelFieldTypeReader
 
readers - Static variable in class org.ofbiz.core.entity.model.ModelGroupReader
 
readers - Static variable in class org.ofbiz.core.entity.model.ModelReader
 
readOnly() - Method in class org.ofbiz.core.entity.EntityFindOptions
Same as using both setSpecifyTypeAndConcur(true) and EntityFindOptions.setResultSetConcurrency(int) setResultSetConcurrency(CONCUR_READ_ONLY)}.
READONLY - Enum constant in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
The SQLProcessor is in read only mode and only SELECT statements may be issued
ReadOnlySQLProcessor - Class in org.ofbiz.core.entity.jdbc
A version of SQLProcessor will only issue read only SELECT sql and will never touch the connections autocommit status or call commit() on the connection
ReadOnlySQLProcessor(String) - Constructor for class org.ofbiz.core.entity.jdbc.ReadOnlySQLProcessor
 
readXmlDocument(URL) - Method in class org.ofbiz.core.entity.GenericDelegator
Parses the given XML file for entities.
readXmlDocument(URL) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
rebuildResourceHandlerEntities() - Method in class org.ofbiz.core.entity.model.ModelReader
rebuilds the resourceHandlerEntities Map of Collections based on the current entityResourceHandlerMap Map, must be done whenever a manual change is made to the entityResourceHandlerMap Map after the initial load to make them consistent again.
ReferenceCheckInfo() - Constructor for class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
 
refresh() - Method in class org.ofbiz.core.entity.GenericValue
 
refresh(GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
refresh(GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Refresh the Entity for the GenericValue from the persistent store.
refresh(GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
refresh(GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
refresh(GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Refresh the Entity for the GenericValue from the persistent store.
refresh(GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
refreshSequencer() - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
refreshSequencer() - Method in class org.ofbiz.core.entity.GenericDelegator
Refreshes the ID sequencer clearing all cached bank values.
refreshSequencer() - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
registerDatabaseType(DatabaseType) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
Database Types that wish to be registered for matching should call this method, and pass themselves.
registerWithFactory() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
Register this database type with DatabaseTypeFactory
reinitialize() - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
relatedCache - Variable in class org.ofbiz.core.entity.GenericValue
HashMap to cache various related entity collections
relatedOneCache - Variable in class org.ofbiz.core.entity.GenericValue
HashMap to cache various related cardinality on entity collections
relations - Variable in class org.ofbiz.core.entity.model.ModelEntity
relations defining relationships between this entity and other entities
releaseSavepoint(Savepoint) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
relEntityAlias - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
relEntityName - Variable in class org.ofbiz.core.entity.model.ModelRelation
the name of the related entity
relFieldName - Variable in class org.ofbiz.core.entity.model.ModelKeyMap
name of the field in related entity
relOptional - Variable in class org.ofbiz.core.entity.model.ModelViewEntity.ModelViewLink
 
remove() - Method in class org.ofbiz.core.entity.EntityListIterator
 
remove() - Method in class org.ofbiz.core.entity.GenericValue
 
remove(Object) - Method in class org.ofbiz.core.entity.GenericEntity
 
removeAll(List<? extends GenericEntity>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove the Entities from the List from the persistent store.
removeAll(List<? extends GenericEntity>) - Method in interface org.ofbiz.core.entity.GenericHelper
Remove the Entities from the List from the persistent store.
removeAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Remove the Entities from the List from the persistent store.
removeAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
removeAll(List<? extends GenericEntity>, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeAll(List<? extends GenericEntity>, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove the Entities from the List from the persistent store.
removeAll(List<? extends GenericEntity>, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByAnd(String, Map<String, ?>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByAnd(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericDelegator
Removes/deletes Generic Entity records found by all of the specified fields (ie: combined using AND).
removeByAnd(String, Map<String, ?>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByAnd(String, Map<String, ?>, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByAnd(String, Map<String, ?>, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Removes/deletes Generic Entity records found by all of the specified fields (ie: combined using AND).
removeByAnd(String, Map<String, ?>, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByAnd(ModelEntity, Map<String, ?>) - Method in interface org.ofbiz.core.entity.GenericHelper
Removes/deletes Generic Entity records found by all of the specified fields (ie: combined using AND)
removeByAnd(ModelEntity, Map<String, ?>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Removes/deletes Generic Entity records found by all of the specified fields (ie: combined using AND)
removeByAnd(ModelEntity, Map<String, ?>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
removeByCondition(String, EntityCondition) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByCondition(String, EntityCondition) - Method in class org.ofbiz.core.entity.GenericDelegator
Removes/deletes Generic Entity records found by matching the EntityCondition.
removeByCondition(String, EntityCondition) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByCondition(String, EntityCondition, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByCondition(String, EntityCondition, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Removes/deletes Generic Entity records found by matching the EntityCondition.
removeByCondition(String, EntityCondition, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByCondition(ModelEntity, EntityCondition) - Method in interface org.ofbiz.core.entity.GenericHelper
Removes/deletes Generic Entity records found by all of the specified fields (ie: combined using AND)
removeByCondition(ModelEntity, EntityCondition) - Method in class org.ofbiz.core.entity.GenericHelperDAO
 
removeByCondition(ModelEntity, EntityCondition) - Method in class org.ofbiz.core.entity.MemoryHelper
 
removeByPrimaryKey(GenericPK) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a Generic Entity corresponding to the primaryKey.
removeByPrimaryKey(GenericPK) - Method in interface org.ofbiz.core.entity.GenericHelper
Remove a Generic Entity corresponding to the primaryKey
removeByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Remove a Generic Entity corresponding to the primaryKey
removeByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeByPrimaryKey(GenericPK) - Method in class org.ofbiz.core.entity.MemoryHelper
 
removeByPrimaryKey(GenericPK, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeByPrimaryKey(GenericPK, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a Generic Entity corresponding to the primaryKey.
removeByPrimaryKey(GenericPK, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeDatasource(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
removeDatasource(String) - Static method in class org.ofbiz.core.entity.ConnectionFactory
Remove the datasource by the given name if one was configured
removeDatasource(String) - Static method in class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
Shuts down and removes a datasource, if it exists
removeDatasource(String) - Method in class org.ofbiz.core.entity.transaction.DumbFactory
 
removeDatasource(String) - Method in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
removeDatasource(String) - Method in class org.ofbiz.core.entity.transaction.JNDIFactory
 
removeDatasource(String) - Static method in class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
removeDatasource(String) - Method in class org.ofbiz.core.entity.transaction.JotmFactory
 
removeDatasource(String) - Method in interface org.ofbiz.core.entity.transaction.TransactionFactoryInterface
Removes a datasource, and if necessary, shuts it down
removeDatasource(String) - Method in class org.ofbiz.core.entity.transaction.TyrexFactory
 
removeDelegator(String) - Method in class org.ofbiz.core.entity.config.EntityConfigUtil
 
removeField(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
removeField(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
removeGenericDAO(String) - Static method in class org.ofbiz.core.entity.GenericDAO
 
removeGenericDelegator(String) - Static method in class org.ofbiz.core.entity.GenericDelegator
Removes any references to the delegator with the given name.
removeHelper(String) - Static method in class org.ofbiz.core.entity.GenericHelperFactory
 
removeIndex(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
removeIndexField(int) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
removeKeyMap(int) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
removeMemberModelMemberEntity(String) - Method in class org.ofbiz.core.entity.model.ModelViewEntity
 
removeRelated(String) - Method in class org.ofbiz.core.entity.GenericValue
Remove the named Related Entity for the GenericValue from the persistent store
removeRelated(String, GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeRelated(String, GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove the named Related Entity for the GenericValue from the persistent store.
removeRelated(String, GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeRelated(String, GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeRelated(String, GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove the named Related Entity for the GenericValue from the persistent store.
removeRelated(String, GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeRelation(int) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
removeValidator(int) - Method in class org.ofbiz.core.entity.model.ModelField
 
removeValue(GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeValue(GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a Generic Value from the database.
removeValue(GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
removeValue(GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
removeValue(GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Remove a Generic Value from the database.
removeValue(GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
replaceString(String, String, String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Replaces all occurances of oldString in mainString with newString
ReservedKeywordsAware - Interface in org.ofbiz.core.entity.jdbc.sql.escape
 
resourceElement - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityGroupReaderInfo
 
resourceElement - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.FieldTypeInfo
 
resourceElements - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityEcaReaderInfo
 
resourceElements - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.EntityModelReaderInfo
 
resourceHandlerEntities - Variable in class org.ofbiz.core.entity.model.ModelReader
contains a collection of entity names for each ResourceHandler, populated as they are loaded
ResourceLoaderInfo(Element) - Constructor for class org.ofbiz.core.entity.config.EntityConfigUtil.ResourceLoaderInfo
 
resourceLoaderInfos - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
resultSet - Variable in class org.ofbiz.core.entity.EntityListIterator
 
resultSetConcurrency - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
resultSetType - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
rollback() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
rollback() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Rollback all modifications
rollback() - Static method in class org.ofbiz.core.entity.TransactionUtil
Rolls back transaction in the current thread IF transactions are available
rollback(boolean) - Static method in class org.ofbiz.core.entity.TransactionUtil
Rolls back transaction in the current thread IF transactions are available AND if beganTransaction is true; if beganTransaction is not true, setRollbackOnly is called to insure that the transaction will be rolled back
rollback(Savepoint) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
rollbackLocalTransaction(boolean) - Static method in class org.ofbiz.core.entity.TransactionUtil
Rolls back a transaction if beganTransaction is true and there is an active transaction.
rollbackRequiredLocalTransaction(boolean) - Static method in class org.ofbiz.core.entity.TransactionUtil
Makes a rollback the only possible outcome of the transaction in the current thread IF transactions are available.
run(ModelEntity, ModelIndex, DatabaseUtil) - Method in interface org.ofbiz.core.entity.jdbc.alternative.IndexAlternativeAction
This method is used to perform alternative actions on index before it is created.

S

SafeDelegatingSqlConnectionInterceptor - Class in org.ofbiz.core.entity.jdbc.interceptors.connection
Wraps a SQLConnectionInterceptor such that the callbacks are guaranteed not to throw runtime exceptions or linkage errors.
SafeDelegatingSqlConnectionInterceptor(SQLConnectionInterceptor) - Constructor for class org.ofbiz.core.entity.jdbc.interceptors.connection.SafeDelegatingSqlConnectionInterceptor
 
SAP_DB - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
SAP_DB_7_6 - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
SapDB76DatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
SapDB76DatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.SapDB76DatabaseType
 
SapDBDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
SapDBDatabaseType() - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.SapDBDatabaseType
 
scrollInsensitive() - Method in class org.ofbiz.core.entity.EntityFindOptions
scrollSensitive() - Method in class org.ofbiz.core.entity.EntityFindOptions
select(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDAO
 
select(GenericEntity, Connection) - Method in class org.ofbiz.core.entity.GenericDAO
 
selectByAnd(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDAO
 
selectByCondition(ModelEntity, EntityCondition, Collection<String>, List<String>) - Method in class org.ofbiz.core.entity.GenericDAO
Finds GenericValues by the conditions specified in the EntityCondition object, see the EntityCondition javadoc for more details.
selectByCondition(ModelEntity, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDAO
Finds GenericValues by the conditions specified in the EntityCondition object, see the EntityCondition javadoc for more details.
selectByMultiRelation(GenericValue, ModelRelation, ModelEntity, ModelRelation, ModelEntity, List<String>) - Method in class org.ofbiz.core.entity.GenericDAO
 
selectByOr(ModelEntity, Map<String, ?>, List<String>) - Method in class org.ofbiz.core.entity.GenericDAO
 
selectFields - Variable in class org.ofbiz.core.entity.EntityListIterator
 
selectListIteratorByCondition(ModelEntity, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in class org.ofbiz.core.entity.GenericDAO
Finds GenericValues by the conditions specified in the EntityCondition object, the the EntityCondition javadoc for more details.
sequencer - Variable in class org.ofbiz.core.entity.GenericDelegator
 
SequenceUtil - Class in org.ofbiz.core.entity
Sequence Utility to get unique sequences from named sequence banks Uses a collision detection approach to safely get unique sequenced ids in banks from the database
SequenceUtil(String, ModelEntity, String, String, boolean) - Constructor for class org.ofbiz.core.entity.SequenceUtil
 
SerializationUtil - Class in org.ofbiz.core.entity.jdbc
Factors out serialization and Base64 encoding logic.
serialize(Object) - Static method in class org.ofbiz.core.entity.jdbc.SerializationUtil
 
serverName - Variable in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
set(String, Object) - Method in class org.ofbiz.core.entity.GenericEntity
Sets the named field to the passed value, even if the value is null
set(String, Object, boolean) - Method in class org.ofbiz.core.entity.GenericEntity
Sets the named field to the passed value.
set(GenericValue) - Method in class org.ofbiz.core.entity.EntityListIterator
 
setAuthor(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setAutoCommit(boolean) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setBinaryStream(Object) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement to write the serialized data of 'field' to a BLOB that is stored as an OID SQL type.
setBlob(byte[]) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setByteArray(byte[]) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setByteArrayData(Object) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement to write the serialized data of 'field' to a BLOB that is stored as a Byte Array SQL type.
setBytes(String, byte[]) - Method in class org.ofbiz.core.entity.GenericEntity
Sets a field with an array of bytes, wrapping them automatically for easy use.
setCatalog(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setClientInfo(String, String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setClientInfo(Properties) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setColName(String) - Method in class org.ofbiz.core.entity.model.ModelField
 
setConnectionName(String) - Method in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
setCopyright(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setDeadLockMaxWait(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setDeadLockRetryWait(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setDefaultCatalog(String) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setDelegator(GenericDelegator) - Method in interface org.ofbiz.core.entity.eca.EntityEcaHandler
 
setDelegator(GenericDelegator) - Method in class org.ofbiz.core.entity.EntityListIterator
 
setDelegator(GenericDelegator) - Method in class org.ofbiz.core.entity.GenericEntity
Set the GenericDelegator instance that created this value object and that is responsible for it.
setDelegator(GenericDelegator, String) - Method in interface org.ofbiz.core.entity.DistributedCacheClear
 
setDependentOn(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setDescription(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setDistinct(boolean) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies whether the values returned should be filtered to remove duplicate values.
setDocumentLocator(Locator) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
setDoLock(boolean) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setEntityName(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setFetchSize(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the value to use for the fetch size on the prepared statement.
setFetchSize(int) - Method in class org.ofbiz.core.entity.EntityListIterator
 
setFieldName(String) - Method in class org.ofbiz.core.entity.model.ModelKeyMap
 
setFields(Map<? extends String, ?>) - Method in class org.ofbiz.core.entity.GenericEntity
Updates the given fields of this entity with the values in the given map, including nulls.
setFirstEntity(String) - Method in class org.ofbiz.core.entity.EntityClause
 
setFirstField(String) - Method in class org.ofbiz.core.entity.EntityClause
 
setFkName(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
setHoldability(int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setInterFieldOperation(EntityOperator) - Method in class org.ofbiz.core.entity.EntityClause
 
setIntraFieldOperation(EntityOperator) - Method in class org.ofbiz.core.entity.EntityClause
 
setIsPk(boolean) - Method in class org.ofbiz.core.entity.model.ModelField
 
setLUpper(boolean) - Method in class org.ofbiz.core.entity.EntityExpr
 
setMainEntity(ModelEntity) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
setMainEntity(ModelEntity) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
setMaxOpenPreparedStatements(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setMaxResults(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the maximum number of results to be returned by the query.
setMinEvictableTimeMillis(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setModelEntities(ModelReader) - Method in class org.ofbiz.core.entity.EntityClause
 
setName(String) - Method in class org.ofbiz.core.entity.model.ModelField
 
setName(String) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
setNetworkTimeout(Executor, int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setNeverCache(boolean) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setNonPKFields(Map<String, Object>) - Method in class org.ofbiz.core.entity.GenericEntity
go through the non-pks and for each one see if there is an entry in fields to set
setNonPKFields(Map<String, Object>, boolean) - Method in class org.ofbiz.core.entity.GenericEntity
go through the non-pks and for each one see if there is an entry in fields to set
setNumTestsPerEvictionRun(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setOffset(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies the number of rows to be skipped, which is ignored if maxResults is not also set.
setPackageName(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setPKFields(Map<String, Object>) - Method in class org.ofbiz.core.entity.GenericEntity
go through the pks and for each one see if there is an entry in fields to set
setPKFields(Map<String, Object>, boolean) - Method in class org.ofbiz.core.entity.GenericEntity
go through the pks and for each one see if there is an entry in fields to set
setPkValues(SQLProcessor, ModelEntity, GenericEntity, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
Get all primary keys from the model entity and bind their values to the an SQL statement (SQL-Processor)
setPoolInitialSize(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolLifeTime(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolMaxIdle(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolMaxSize(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolMaxWait(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolMinSize(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolPreparedStatements(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setPoolSleepTime(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setReadOnly(boolean) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setRelEntityName(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
setRelFieldName(String) - Method in class org.ofbiz.core.entity.model.ModelKeyMap
 
setRemoveAbandonedOnBorrow(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setRemoveAbandonedOnMaintenance(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setRemoveAbandonedTimeout(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setResultSetConcurrency(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies whether or not the ResultSet can be updated.
setResultSetType(int) - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies how the ResultSet will be traversed.
setRollbackOnly() - Static method in class org.ofbiz.core.entity.TransactionUtil
Makes a roll back the only possible outcome of the transaction in the current thread IF transactions are available
setRUpper(boolean) - Method in class org.ofbiz.core.entity.EntityExpr
 
setSavepoint() - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setSavepoint(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setSchema(String) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setSecondEntity(String) - Method in class org.ofbiz.core.entity.EntityClause
 
setSecondField(String) - Method in class org.ofbiz.core.entity.EntityClause
 
setSequencer(SequenceUtil) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
setSequencer(SequenceUtil) - Method in class org.ofbiz.core.entity.GenericDelegator
Allows you to pass a SequenceUtil class (possibly one that overrides the getNextSeqId method); if null is passed will effectively refresh the sequencer.
setSequencer(SequenceUtil) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
setServerName(String) - Method in class org.ofbiz.core.entity.transaction.JNDIConnectionDetails
 
setSpecifyTypeAndConcur(boolean) - Method in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
there's no valid use case for this method; call EntityFindOptions.useDriverDefaultsForTypeAndConcurrency() to revert to the driver's default settings for concurrency and type of result set
setString(String, String) - Method in class org.ofbiz.core.entity.GenericEntity
Sets the named field to the passed value, converting the value from a String to the correct type using Type.valueOf() or similar.
setTableName(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setTestOnBorrow(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setTestOnReturn(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setTestWhileIdle(Boolean) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setTimeBetweenEvictionRunsMillis(Long) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setTitle(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
setTitle(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
setTransactionIsolation(int) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setTransactionTimeout(int) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
setTransactionTimeout(int) - Static method in class org.ofbiz.core.entity.TransactionUtil
Sets the timeout of the transaction in the current thread IF transactions are available
setType(String) - Method in class org.ofbiz.core.entity.model.ModelField
 
setType(String) - Method in class org.ofbiz.core.entity.model.ModelRelation
 
setTypeMap(Map<String, Class<?>>) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
setUnique(boolean) - Method in class org.ofbiz.core.entity.model.ModelIndex
 
setValidationQuery(String) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setValidationQueryTimeout(Integer) - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo.Builder
 
setValue(Boolean) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Double) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Float) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Integer) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Long) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Object) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(String) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Blob) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement
setValue(Clob) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement
setValue(Date) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Time) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(Timestamp) - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
Set the next binding variable of the currently active prepared statement.
setValue(SQLProcessor, ModelField, String, Object, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
setValue(SQLProcessor, ModelField, GenericEntity, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
setValues(SQLProcessor, List<ModelField>, GenericEntity, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
The elements (ModelFields) of the list are bound to an SQL statement (SQL-Processor)
setValuesPerMessage(int) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
setValuesPerWrite(int) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
setValuesWhereClause(SQLProcessor, List<ModelField>, GenericValue, ModelFieldTypeReader) - Static method in class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
The elements (ModelFields) of the list are bound to an SQL statement (SQL-Processor), but values must not be null.
setVersion(String) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
shouldRun(ModelEntity, ModelIndex, DatabaseUtil) - Method in interface org.ofbiz.core.entity.jdbc.alternative.IndexAlternativeAction
This method flags if alternative action should be invoked.
SimpleDatabaseType - Class in org.ofbiz.core.entity.jdbc.dbtype
 
SimpleDatabaseType(String, String, String[]) - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.SimpleDatabaseType
 
SimpleDatabaseType(String, String, String[], int) - Constructor for class org.ofbiz.core.entity.jdbc.dbtype.SimpleDatabaseType
 
size() - Method in class org.ofbiz.core.entity.GenericEntity
 
skippedEntity(String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
specifyTypeAndConcurrency - Variable in class org.ofbiz.core.entity.EntityFindOptions
 
SQLConnectionInterceptor - Interface in org.ofbiz.core.entity.jdbc.interceptors.connection
An interceptor that knows about when connections are taken from the underlying connection pool
sqlEscapeHelper - Variable in class org.ofbiz.core.entity.EntityConditionParam
 
sqlEscapeHelper - Variable in class org.ofbiz.core.entity.GenericDelegator
 
sqlEscapeHelper - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil
 
SqlEscapeHelper - Class in org.ofbiz.core.entity.jdbc.sql.escape
 
SqlEscapeHelper(DatasourceInfo) - Constructor for class org.ofbiz.core.entity.jdbc.sql.escape.SqlEscapeHelper
 
SQLInterceptor - Interface in org.ofbiz.core.entity.jdbc.interceptors
The SQLInterceptor is called before and after SQL is to be executed in OFBIZ.
SQLInterceptorFactory - Interface in org.ofbiz.core.entity.jdbc.interceptors
SQLInterceptorFactory is responsible for generating SQLInterceptors when asked.
SQLInterceptorSupport - Class in org.ofbiz.core.entity.jdbc
This will read "ofbiz-database.properties" and look for a "sqlinterceptor.factory.class" key.
SQLInterceptorSupport() - Constructor for class org.ofbiz.core.entity.jdbc.SQLInterceptorSupport
 
SqlJdbcUtil - Class in org.ofbiz.core.entity.jdbc
GenericDAO Utility methods for general tasks
SqlJdbcUtil() - Constructor for class org.ofbiz.core.entity.jdbc.SqlJdbcUtil
 
SqlJdbcUtil.FieldType - Enum Class in org.ofbiz.core.entity.jdbc
An enumeration of the various data types supported by the entity engine.
sqlp - Variable in class org.ofbiz.core.entity.EntityListIterator
 
SQLProcessor - Class in org.ofbiz.core.entity.jdbc
SQLProcessor - provides utility functions to ease database access
SQLProcessor(String) - Constructor for class org.ofbiz.core.entity.jdbc.SQLProcessor
Construct a SQLProcessor based on the helper/datasource.
SQLProcessor(String, Connection) - Constructor for class org.ofbiz.core.entity.jdbc.SQLProcessor
Construct a SQLProcessor with an connection given.
SQLProcessor.CommitMode - Enum Class in org.ofbiz.core.entity.jdbc
 
sqlString - Variable in class org.ofbiz.core.entity.EntityWhereString
 
sqlType - Variable in class org.ofbiz.core.entity.model.ModelFieldType
The sql-type of the Field
sqlTypeAlias - Variable in class org.ofbiz.core.entity.model.ModelFieldType
The sql-type-alias of the Field, this is optional
STAMP_FIELD - Static variable in class org.ofbiz.core.entity.model.ModelEntity
The name of the time stamp field for locking/syncronization
STANDARD_SELECT_FOR_UPDATE_SYNTAX - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
STANDARD_SELECT_SYNTAX - Static variable in interface org.ofbiz.core.entity.jdbc.dbtype.DatabaseType
 
START_ESCAPE_CHARACTER_SQUARE_BRACKET - Static variable in interface org.ofbiz.core.entity.jdbc.sql.escape.ReservedKeywordsAware
 
startDocument() - Method in class org.ofbiz.core.entity.EntitySaxReader
 
startElement(String, String, String, Attributes) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
startPrefixMapping(String, String) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
store() - Method in class org.ofbiz.core.entity.GenericValue
 
store(GenericValue) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
store(GenericValue) - Method in class org.ofbiz.core.entity.GenericDelegator
Store the Entity from the GenericValue to the persistent store.
store(GenericValue) - Method in interface org.ofbiz.core.entity.GenericHelper
Store the Entity from the GenericValue to the persistent store
store(GenericValue) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Store the Entity from the GenericValue to the persistent store
store(GenericValue) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
store(GenericValue) - Method in class org.ofbiz.core.entity.MemoryHelper
 
store(GenericValue, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
store(GenericValue, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Store the Entity from the GenericValue to the persistent store.
store(GenericValue, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
storeAll(List<? extends GenericEntity>) - Method in class org.ofbiz.core.entity.GenericDAO
 
storeAll(List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
storeAll(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericDelegator
Store the Entities from the List GenericValue instances to the persistent store.
storeAll(List<? extends GenericValue>) - Method in interface org.ofbiz.core.entity.GenericHelper
Store the Entities from the List GenericValue instances to the persistent store.
storeAll(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.GenericHelperDAO
Store the Entities from the List GenericValue instances to the persistent store.
storeAll(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
storeAll(List<? extends GenericValue>) - Method in class org.ofbiz.core.entity.MemoryHelper
 
storeAll(List<? extends GenericValue>, boolean) - Method in interface org.ofbiz.core.entity.DelegatorInterface
 
storeAll(List<? extends GenericValue>, boolean) - Method in class org.ofbiz.core.entity.GenericDelegator
Store the Entities from the List GenericValue instances to the persistent store.
storeAll(List<? extends GenericValue>, boolean) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
STRING - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The underlying field type is something like VARCHAR or TEXT that can hold variable-length character data.
stringLength() - Method in class org.ofbiz.core.entity.model.ModelFieldType
A simple function to derive the max length of a String created from the field value, based on the sql-type
supportsFunctionBasedIndices(DatabaseType) - Method in class org.ofbiz.core.entity.model.FunctionDefinitionBuilder
 
supportsFunctionBasedIndices(DatabaseType) - Method in class org.ofbiz.core.entity.model.ModelFunctionBasedIndex
 
SYBASE - Static variable in class org.ofbiz.core.entity.jdbc.dbtype.DatabaseTypeFactory
 
synthesizeConnectionPoolInfo(DataSource) - Static method in class org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolInfoSynthesizer
This methods understands that there can be DBCP data sources and it knows how to generate ConnectionPoolInfo from that under lying data source.

T

tableName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
tableName - Variable in class org.ofbiz.core.entity.model.ModelEntity
The table-name of the Entity
td - Static variable in class org.ofbiz.core.entity.transaction.TyrexFactory
 
TIME - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field type maps to Time.
TIMESTAMP - Enum constant in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
The database field type maps to Timestamp.
title - Variable in class org.ofbiz.core.entity.model.ModelEntity
The title for documentation purposes
title - Variable in class org.ofbiz.core.entity.model.ModelRelation
the title, gives a name/description to the relation
toBuilder() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
toString() - Method in class org.ofbiz.core.entity.config.ConnectionPoolInfo
 
toString() - Method in class org.ofbiz.core.entity.config.JdbcDatasourceInfo
 
toString() - Method in class org.ofbiz.core.entity.EntityClause
 
toString() - Method in class org.ofbiz.core.entity.EntityConditionList
 
toString() - Method in class org.ofbiz.core.entity.EntityConditionParam
 
toString() - Method in class org.ofbiz.core.entity.EntityExpr
 
toString() - Method in class org.ofbiz.core.entity.EntityExprList
 
toString() - Method in class org.ofbiz.core.entity.EntityFieldMap
 
toString() - Method in class org.ofbiz.core.entity.EntityOperator
 
toString() - Method in class org.ofbiz.core.entity.EntityWhereString
 
toString() - Method in class org.ofbiz.core.entity.GenericEntity
Creates a String for the entity, overrides the default toString
toString() - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
 
toString() - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
toString() - Method in class org.ofbiz.core.entity.jdbc.SQLProcessor
 
trackConnection(String, Callable<Connection>) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionTracker
Called to track the connection as it is pulled from the underlying connection pool.
trackerCache - Static variable in class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
 
trackerCache - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
 
trackerCache - Static variable in class org.ofbiz.core.entity.transaction.JNDIFactory
 
trackerCache - Static variable in class org.ofbiz.core.entity.transaction.JotmConnectionFactory
 
trackerCache - Static variable in class org.ofbiz.core.entity.transaction.TyrexConnectionFactory
 
TransactionFactory - Class in org.ofbiz.core.entity
TransactionFactory - central source for JTA objects
TransactionFactory() - Constructor for class org.ofbiz.core.entity.TransactionFactory
 
TransactionFactoryInterface - Interface in org.ofbiz.core.entity.transaction
TyrexTransactionFactory - central source for Tyrex JTA objects Created July 1, 2001, 5:03 PM
TransactionIsolations - Class in org.ofbiz.core.entity.transaction
Converts from a text
transactionTimeout - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
TransactionUtil - Class in org.ofbiz.core.entity
Transaction Utility to help with some common transaction tasks
TransactionUtil() - Constructor for class org.ofbiz.core.entity.TransactionUtil
 
transform(String, EntityCondition, List<String>, String, Transformation) - Method in interface org.ofbiz.core.entity.DelegatorInterface
Applies the given transformation to any entities matching the given condition.
transform(String, EntityCondition, List<String>, String, Transformation) - Method in class org.ofbiz.core.entity.GenericDelegator
 
transform(String, EntityCondition, List<String>, String, Transformation) - Method in class org.ofbiz.core.entity.LockedDatabaseGenericDelegator
 
transform(GenericValue) - Method in interface org.ofbiz.core.entity.Transformation
Transforms the given entity in place.
transform(ModelEntity, EntityCondition, List<String>, String, Transformation) - Method in class org.ofbiz.core.entity.GenericDAO
Applies the given transformation to any entities matching the given condition, by performing a SELECT followed by an UPDATE.
transform(ModelEntity, EntityCondition, List<String>, String, Transformation) - Method in interface org.ofbiz.core.entity.GenericHelper
Applies the given transformation to any entities matching the given condition.
transform(ModelEntity, EntityCondition, List<String>, String, Transformation) - Method in class org.ofbiz.core.entity.GenericHelperDAO
 
transform(ModelEntity, EntityCondition, List<String>, String, Transformation) - Method in class org.ofbiz.core.entity.MemoryHelper
 
Transformation - Interface in org.ofbiz.core.entity
A transformation upon an entity.
transformCondition(EntityCondition, Function<EntityExpr, EntityCondition>) - Static method in class org.ofbiz.core.entity.EntityConditionHelper
Traverses input EntityCondition and each leaf EntityExpr (that does not contain sub-conditions) is transformed with function
TRANSMGR_NAME_GUESS - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
A list of guesses for the jndi-name of the transaction manager.
tryGenericConnectionSources(String, JdbcDatasourceInfo) - Static method in class org.ofbiz.core.entity.ConnectionFactory
 
txFactoryClass - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
txFactoryTxMgrJndiName - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
txFactoryTxMgrJndiServerName - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
txFactoryUserTxJndiName - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
txFactoryUserTxJndiServerName - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil
 
type - Variable in class org.ofbiz.core.entity.model.ModelField
The type of the Field
type - Variable in class org.ofbiz.core.entity.model.ModelFieldType
The type of the Field
type - Variable in class org.ofbiz.core.entity.model.ModelRelation
the type: either "one" or "many" or "one-nofk"
TYPE_FORWARD_ONLY - Static variable in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
use the original constant instead
TYPE_SCROLL_INSENSITIVE - Static variable in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
use the original constant instead
TYPE_SCROLL_SENSITIVE - Static variable in class org.ofbiz.core.entity.EntityFindOptions
Deprecated.
use the original constant instead
typeAsString() - Method in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
typeName - Variable in class org.ofbiz.core.entity.jdbc.DatabaseUtil.ColumnCheckInfo
 
typeNameString(List<ModelField>) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
typeNameStringRelatedAndMain(List<ModelField>, ModelRelation) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
typeNameStringRelatedNoMapped(List<ModelField>, ModelRelation) - Method in class org.ofbiz.core.entity.model.ModelEntity
 
TyrexConnectionFactory - Class in org.ofbiz.core.entity.transaction
Tyrex ConnectionFactory - central source for JDBC connections from Tyrex
TyrexConnectionFactory() - Constructor for class org.ofbiz.core.entity.transaction.TyrexConnectionFactory
 
TyrexFactory - Class in org.ofbiz.core.entity.transaction
TyrexTransactionFactory - central source for Tyrex JTA objects
TyrexFactory() - Constructor for class org.ofbiz.core.entity.transaction.TyrexFactory
 

U

unique - Variable in class org.ofbiz.core.entity.model.ModelIndex
specifies whether or not this index should include the unique constraint
unlock() - Static method in class org.ofbiz.core.entity.GenericDelegator
 
unwrap(Class<T>) - Method in class org.ofbiz.core.entity.jdbc.interceptors.connection.DelegatingConnection
 
updatable() - Method in class org.ofbiz.core.entity.EntityFindOptions
Same as using both setSpecifyTypeAndConcur(true) and EntityFindOptions.setResultSetConcurrency(int) setResultSetConcurrency(CONCUR_UPDATABLE)}.
update(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDAO
Updates the given entity with the given non-PK values.
update(GenericEntity, EntityConditionParam) - Method in class org.ofbiz.core.entity.GenericDAO
Updates the given entity with the given non-PK values.
updateAll(GenericEntity) - Method in class org.ofbiz.core.entity.GenericDAO
 
updatePkLists() - Method in class org.ofbiz.core.entity.model.ModelEntity
 
upperFirstChar(String) - Static method in class org.ofbiz.core.entity.model.ModelUtil
Changes the first letter of the passed String to upper case.
useDistributedCacheClear - Variable in class org.ofbiz.core.entity.config.EntityConfigUtil.DelegatorInfo
 
useDriverDefaultsForTypeAndConcurrency() - Method in class org.ofbiz.core.entity.EntityFindOptions
Specifies that the JDBC driver's default values should be used for concurrency and type of result set, in other words any custom settings for those options should be ignored.
USR_TRANSMGR_NAME_GUESS - Static variable in class org.ofbiz.core.entity.transaction.JNDIAutomaticFactory
A list of guesses for the jndi-name of the user transaction manager.

V

VALIDATION_QUERY - Static variable in class org.ofbiz.core.entity.transaction.DBCPConnectionFactory
 
validators - Variable in class org.ofbiz.core.entity.model.ModelField
validators to be called when an update is done
validators - Variable in class org.ofbiz.core.entity.model.ModelFieldType
validators to be called when an update is done
valueOf(String) - Static method in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
Returns the enum constant of this class with the specified name.
values() - Method in class org.ofbiz.core.entity.GenericEntity
 
values() - Static method in enum class org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.ofbiz.core.entity.jdbc.SQLProcessor.CommitMode
Returns an array containing the constants of this enum class, in the order they are declared.
valuesPerMessage - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
valuesPerWrite - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
valuesToWrite - Variable in class org.ofbiz.core.entity.EntitySaxReader
 
version - Variable in class org.ofbiz.core.entity.model.ModelEntity
The version for documentation purposes
versionGreaterThanOrEqual(int, int, int, int) - Static method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
Compares two version numbers and returns true if the first version number is greater than the second
versionGreaterThanOrEqual(Connection, int, int) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
versionLessThanOrEqual(Connection, int, int) - Method in class org.ofbiz.core.entity.jdbc.dbtype.AbstractDatabaseType
 
viewLinks - Variable in class org.ofbiz.core.entity.model.ModelViewEntity
List of view links to define how entities are connected (or "joined")

W

warning(SAXParseException) - Method in class org.ofbiz.core.entity.EntitySaxReader
 
writeXmlText(PrintWriter, String) - Method in class org.ofbiz.core.entity.GenericEntity
Writes XML text with an attribute or CDATA element for each field of the entity
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form