Serialized Form


Package org.ofbiz.base.component

Class org.ofbiz.base.component.AlreadyLoadedException extends ComponentException implements Serializable

Class org.ofbiz.base.component.ComponentException extends GenericConfigException implements Serializable

Class org.ofbiz.base.component.ComponentResourceHandler extends java.lang.Object implements Serializable

Serialized Fields

componentName

java.lang.String componentName

loaderName

java.lang.String loaderName

location

java.lang.String location

Package org.ofbiz.base.config

Class org.ofbiz.base.config.ClasspathLoader extends ResourceLoader implements Serializable

Class org.ofbiz.base.config.FileLoader extends ResourceLoader implements Serializable

Class org.ofbiz.base.config.GenericConfigException extends GeneralException implements Serializable

Class org.ofbiz.base.config.MainResourceHandler extends java.lang.Object implements Serializable

Serialized Fields

xmlFilename

java.lang.String xmlFilename

loaderName

java.lang.String loaderName

location

java.lang.String location

Class org.ofbiz.base.config.UrlLoader extends ResourceLoader implements Serializable


Package org.ofbiz.base.container

Class org.ofbiz.base.container.ContainerException extends GenericConfigException implements Serializable


Package org.ofbiz.base.splash

Class org.ofbiz.base.splash.SplashScreen extends java.awt.Frame implements Serializable

Serialized Fields

fImageId

java.lang.String fImageId

fMediaTracker

java.awt.MediaTracker fMediaTracker

splashWindow

java.awt.Window splashWindow

fImage

java.awt.Image fImage

Package org.ofbiz.base.start

Class org.ofbiz.base.start.StartupException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Package org.ofbiz.base.util

Class org.ofbiz.base.util.DateRange extends java.lang.Object implements Serializable

Serialized Fields

start

java.util.Date start

end

java.util.Date end

Class org.ofbiz.base.util.GeneralException extends java.lang.Exception implements Serializable

Serialized Fields

messages

java.util.List<E> messages

Class org.ofbiz.base.util.GeneralRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.base.util.HttpClientException extends GeneralException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.base.util.MessageString extends java.lang.Object implements Serializable

Serialized Fields

message

java.lang.String message

fieldName

java.lang.String fieldName

toFieldName

java.lang.String toFieldName

sourceError

java.lang.Throwable sourceError

locale

java.util.Locale locale

propertyResource

java.lang.String propertyResource

propertyName

java.lang.String propertyName

isError

boolean isError

Class org.ofbiz.base.util.TimeDuration extends java.lang.Object implements Serializable

Serialized Fields

millis

int millis

seconds

int seconds

minutes

int minutes

hours

int hours

days

int days

months

int months

years

int years

Class org.ofbiz.base.util.TimeDuration.NullDuration extends TimeDuration implements Serializable

Class org.ofbiz.base.util.UtilMisc.SimpleMap extends java.lang.Object implements Serializable

Serialized Fields

realMapIfNeeded

java.util.Map<K,V> realMapIfNeeded

names

java.lang.String[] names

values

java.lang.Object[] values

Class org.ofbiz.base.util.UtilProperties extends java.lang.Object implements Serializable

Class org.ofbiz.base.util.UtilProperties.ExtendedProperties extends java.util.Properties implements Serializable


Package org.ofbiz.base.util.cache

Class org.ofbiz.base.util.cache.CacheLine extends java.lang.Object implements Serializable

Serialized Fields

loadTime

long loadTime

expireTime

long expireTime

Class org.ofbiz.base.util.cache.CacheLineTable extends java.lang.Object implements Serializable

Serialized Fields

memoryTable

java.util.Map<K,V> memoryTable

fileStore

java.lang.String fileStore

cacheName

java.lang.String cacheName

maxInMemory

int maxInMemory

isNullSet

boolean isNullSet

nullValue

CacheLine<V> nullValue

Class org.ofbiz.base.util.cache.CacheSoftReference extends java.lang.ref.SoftReference<V> implements Serializable

Class org.ofbiz.base.util.cache.HardRefCacheLine extends CacheLine<V> implements Serializable

Serialized Fields

value

java.lang.Object value

Class org.ofbiz.base.util.cache.SoftRefCacheLine extends CacheLine<V> implements Serializable

Serialized Fields

ref

CacheSoftReference<V> ref

Class org.ofbiz.base.util.cache.UtilCache extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the UtilCache instance, is also the key for the instance in utilCacheTable.


cacheLineTable

CacheLineTable<K,V> cacheLineTable
A hashtable containing a CacheLine object with a value and a loadTime for each element.


hitCount

long hitCount
A count of the number of cache hits


missCountNotFound

long missCountNotFound
A count of the number of cache misses because it is not found in the cache


missCountExpired

long missCountExpired
A count of the number of cache misses because it expired


missCountSoftRef

long missCountSoftRef
A count of the number of cache misses because it was cleared from the Soft Reference (ie garbage collection, etc)


removeHitCount

long removeHitCount
A count of the number of cache hits on removes


removeMissCount

long removeMissCount
A count of the number of cache misses on removes


maxSize

int maxSize
The maximum number of elements in the cache. If set to 0, there will be no limit on the number of elements in the cache.


maxInMemory

int maxInMemory

expireTime

long expireTime
Specifies the amount of time since initial loading before an element will be reported as expired. If set to 0, elements will never expire.


useSoftReference

boolean useSoftReference
Specifies whether or not to use soft references for this cache, defaults to false


useFileSystemStore

boolean useFileSystemStore
Specifies whether or not to use file base stored for this cache, defautls to false


fileStore

java.lang.String fileStore

listeners

java.util.Set<E> listeners
The set of listeners to receive notifcations when items are modidfied(either delibrately or because they were expired).


Package org.ofbiz.base.util.collections

Class org.ofbiz.base.util.collections.FlexibleMapAccessor extends java.lang.Object implements Serializable

Serialized Fields

original

java.lang.String original

bracketedOriginal

java.lang.String bracketedOriginal

fse

FlexibleStringExpander fse

isAscending

boolean isAscending

Class org.ofbiz.base.util.collections.FlexibleServletAccessor extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

attributeName

java.lang.String attributeName

fma

FlexibleMapAccessor<T> fma

needsExpand

boolean needsExpand

empty

boolean empty

Class org.ofbiz.base.util.collections.FlexibleServletAccessor.AttributeAccessor extends java.lang.Object implements Serializable

Serialized Fields

expandContext

java.util.Map<K,V> expandContext

attributeName

java.lang.String attributeName

fma

FlexibleMapAccessor<T> fma

isListReference

boolean isListReference

isAddAtIndex

boolean isAddAtIndex

isAddAtEnd

boolean isAddAtEnd

listIndex

int listIndex

openBrace

int openBrace

closeBrace

int closeBrace

Class org.ofbiz.base.util.collections.LifoSet extends java.util.AbstractSet<V> implements Serializable

Serialized Fields

backedList

java.util.LinkedList<E> backedList

maxCapacity

int maxCapacity

Class org.ofbiz.base.util.collections.LRUMap extends java.util.LinkedHashMap<K,V> implements Serializable

Serialized Fields

maxSize

int maxSize

Class org.ofbiz.base.util.collections.ResourceBundleMapWrapper extends java.lang.Object implements Serializable

Serialized Fields

rbmwStack

MapStack<K> rbmwStack

initialResourceBundle

java.util.ResourceBundle initialResourceBundle

context

java.util.Map<K,V> context

Class org.ofbiz.base.util.collections.ResourceBundleMapWrapper.InternalRbmWrapper extends java.lang.Object implements Serializable

Serialized Fields

resourceBundle

java.util.ResourceBundle resourceBundle

topLevelMap

java.util.Map<K,V> topLevelMap

Package org.ofbiz.base.util.string

Class org.ofbiz.base.util.string.FlexibleStringExpander extends java.lang.Object implements Serializable

Serialized Fields

orig

java.lang.String orig

strElems

java.util.List<E> strElems

hint

int hint

Class org.ofbiz.base.util.string.FlexibleStringExpander.BshElem extends java.lang.Object implements Serializable

Serialized Fields

str

java.lang.String str

Class org.ofbiz.base.util.string.FlexibleStringExpander.ConstElem extends java.lang.Object implements Serializable

Serialized Fields

str

java.lang.String str

Class org.ofbiz.base.util.string.FlexibleStringExpander.CurrElem extends java.lang.Object implements Serializable

Serialized Fields

valueStr

java.lang.String valueStr

codeExpr

FlexibleStringExpander codeExpr

Class org.ofbiz.base.util.string.FlexibleStringExpander.GroovyElem extends java.lang.Object implements Serializable

Serialized Fields

originalString

java.lang.String originalString

parsedScript

java.lang.Class<T> parsedScript

Class org.ofbiz.base.util.string.FlexibleStringExpander.NestedVarElem extends java.lang.Object implements Serializable

Serialized Fields

strElems

java.util.List<E> strElems

hint

int hint

Class org.ofbiz.base.util.string.FlexibleStringExpander.VarElem extends java.lang.Object implements Serializable

Serialized Fields

original

java.lang.String original

bracketedOriginal

java.lang.String bracketedOriginal

Package org.ofbiz.datafile

Class org.ofbiz.datafile.DataFileException extends GeneralException implements Serializable

Class org.ofbiz.datafile.ModelField extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the Field


position

int position
The position of the field in the record - byte number for fixed-length, or field number for delimited


length

int length
The length of the Field in bytes, if applicable (mostly for fixed-length)


type

java.lang.String type
The type of the Field


format

java.lang.String format
The format of the Field


validExp

java.lang.String validExp
The valid-exp of the Field


description

java.lang.String description
Free form description of the Field


defaultValue

java.lang.Object defaultValue
Default value for the Field


isPk

boolean isPk
boolean which specifies whether or not the Field is a Primary Key


ignored

boolean ignored
boolean which specifies whether or not the Field is ignored


expression

boolean expression
boolean which specifies whether or not the Field is taken from the input file


refField

java.lang.String refField
Referenced field

Class org.ofbiz.datafile.Record extends java.lang.Object implements Serializable

Serialized Fields

fields

java.util.Map<K,V> fields
Contains a map with field data by name


recordName

java.lang.String recordName
Contains the name of the record definition


parentRecord

Record parentRecord

childRecords

java.util.List<E> childRecords

Package org.ofbiz.entity

Class org.ofbiz.entity.EntityCryptoException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.EntityLockedException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericCreateException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericDataSourceException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericDuplicateKeyException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericEntity extends java.util.Observable implements Serializable

Serialized Fields

delegatorName

java.lang.String delegatorName
Name of the GenericDelegator, used to re-get the GenericDelegator when deserialized


fields

java.util.Map<K,V> fields
Contains the fields for this entity. Note that this should always be a HashMap to allow for two things: non-synchronized reads (synchronized writes are done through synchronized setters) and being able to store null values. Null values are important because with them we can distinguish between desiring to set a value to null and desiring to not modify the current value on an update.


entityName

java.lang.String entityName
Contains the entityName of this entity, necessary for efficiency when creating EJBs


modified

boolean modified
Denotes whether or not this entity has been modified, or is known to be out of sync with the persistent record


generateHashCode

boolean generateHashCode

cachedHashCode

int cachedHashCode

mutable

boolean mutable
Used to specify whether or not this representation of the entity can be changed; generally cleared when this object comes from a cache


isFromEntitySync

boolean isFromEntitySync
This is an internal field used to specify that a value has come from a sync process and that the auto-stamps should not be over-written

Class org.ofbiz.entity.GenericEntity.NullGenericEntity extends GenericEntity implements Serializable

Class org.ofbiz.entity.GenericEntityConfException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericEntityException extends GeneralException implements Serializable

Class org.ofbiz.entity.GenericEntityNotFoundException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericFindException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericModelException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericNoSuchEntityException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericNotImplementedException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericPK extends GenericEntity implements Serializable

Class org.ofbiz.entity.GenericRemoveException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericResultSetClosedException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericStoreException extends GenericEntityException implements Serializable

Class org.ofbiz.entity.GenericValue extends GenericEntity implements Serializable

Serialized Fields

originalDbValues

java.util.Map<K,V> originalDbValues
This Map will contain the original field values from the database iff this GenericValue came from the database. If it was made manually it will no have this Map, ie it will be null to not take up memory.

Class org.ofbiz.entity.GenericValue.NullGenericValue extends GenericValue implements Serializable

Class org.ofbiz.entity.GenericValueHtmlWrapper extends GenericValue implements Serializable


Package org.ofbiz.entity.condition

Class org.ofbiz.entity.condition.EntityComparisonOperator extends EntityOperator<java.lang.Boolean> implements Serializable

Class org.ofbiz.entity.condition.EntityCondition extends EntityConditionBase implements Serializable

Class org.ofbiz.entity.condition.EntityConditionBase extends java.lang.Object implements Serializable

Class org.ofbiz.entity.condition.EntityConditionFunction extends EntityCondition implements Serializable

Serialized Fields

idInt

java.lang.Integer idInt

codeString

java.lang.String codeString

condition

EntityCondition condition

Class org.ofbiz.entity.condition.EntityConditionFunction.NOT extends EntityConditionFunction implements Serializable

Class org.ofbiz.entity.condition.EntityConditionList extends EntityConditionListBase<T extends EntityCondition> implements Serializable

Class org.ofbiz.entity.condition.EntityConditionListBase extends EntityCondition implements Serializable

Serialized Fields

conditionList

java.util.List<E> conditionList

operator

EntityJoinOperator operator

Class org.ofbiz.entity.condition.EntityConditionParam extends java.lang.Object implements Serializable

Serialized Fields

modelField

ModelField modelField

fieldValue

java.lang.Object fieldValue

Class org.ofbiz.entity.condition.EntityConditionSubSelect extends EntityConditionValue implements Serializable

Serialized Fields

localModelEntity

ModelEntity localModelEntity

keyFieldName

java.lang.String keyFieldName

whereCond

EntityCondition whereCond

requireAll

java.lang.Boolean requireAll

Class org.ofbiz.entity.condition.EntityConditionValue extends EntityConditionBase implements Serializable

Class org.ofbiz.entity.condition.EntityDateFilterCondition extends EntityCondition implements Serializable

Serialized Fields

fromDateName

java.lang.String fromDateName

thruDateName

java.lang.String thruDateName

Class org.ofbiz.entity.condition.EntityExpr extends EntityCondition implements Serializable

Serialized Fields

lhs

java.lang.Object lhs

operator

EntityOperator<T> operator

rhs

java.lang.Object rhs

Class org.ofbiz.entity.condition.EntityFieldMap extends EntityConditionListBase<EntityExpr> implements Serializable

Serialized Fields

fieldMap

java.util.Map<K,V> fieldMap

Class org.ofbiz.entity.condition.EntityFieldValue extends EntityConditionValue implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName

Class org.ofbiz.entity.condition.EntityFunction extends EntityConditionValue implements Serializable

Serialized Fields

function

EntityFunction.SQLFunction function

nested

EntityConditionValue nested

value

java.lang.Object value

fetcher

EntityFunction.Fetcher<T> fetcher

Class org.ofbiz.entity.condition.EntityFunction.LENGTH extends EntityFunction<java.lang.Integer> implements Serializable

Class org.ofbiz.entity.condition.EntityFunction.LOWER extends EntityFunction<java.lang.String> implements Serializable

Class org.ofbiz.entity.condition.EntityFunction.TRIM extends EntityFunction<java.lang.String> implements Serializable

Class org.ofbiz.entity.condition.EntityFunction.UPPER extends EntityFunction<java.lang.String> implements Serializable

Class org.ofbiz.entity.condition.EntityJoinOperator extends EntityOperator<java.lang.Boolean> implements Serializable

Serialized Fields

shortCircuitValue

boolean shortCircuitValue

Class org.ofbiz.entity.condition.EntityOperator extends EntityConditionBase implements Serializable

Serialized Fields

idInt

int idInt

codeString

java.lang.String codeString

Class org.ofbiz.entity.condition.EntityWhereString extends EntityCondition implements Serializable

Serialized Fields

sqlString

java.lang.String sqlString

Package org.ofbiz.entity.finder

Class org.ofbiz.entity.finder.ByAndFinder extends ListFinder implements Serializable

Serialized Fields

fieldMap

java.util.Map<K,V> fieldMap

Class org.ofbiz.entity.finder.ByConditionFinder extends ListFinder implements Serializable

Serialized Fields

whereCondition

EntityFinderUtil.Condition whereCondition

havingCondition

EntityFinderUtil.Condition havingCondition

Class org.ofbiz.entity.finder.EntityFinderUtil.ConditionExpr extends java.lang.Object implements Serializable

Serialized Fields

fieldNameExdr

FlexibleStringExpander fieldNameExdr

operatorExdr

FlexibleStringExpander operatorExdr

envNameAcsr

FlexibleMapAccessor<T> envNameAcsr

valueExdr

FlexibleStringExpander valueExdr

ignoreExdr

FlexibleStringExpander ignoreExdr

ignoreIfNull

boolean ignoreIfNull

ignoreIfEmpty

boolean ignoreIfEmpty

ignoreCase

boolean ignoreCase

Class org.ofbiz.entity.finder.EntityFinderUtil.ConditionList extends java.lang.Object implements Serializable

Serialized Fields

conditionList

java.util.List<E> conditionList

combineExdr

FlexibleStringExpander combineExdr

Class org.ofbiz.entity.finder.EntityFinderUtil.ConditionObject extends java.lang.Object implements Serializable

Serialized Fields

fieldNameAcsr

FlexibleMapAccessor<T> fieldNameAcsr

Class org.ofbiz.entity.finder.EntityFinderUtil.GetAll extends java.lang.Object implements Serializable

Class org.ofbiz.entity.finder.EntityFinderUtil.LimitRange extends java.lang.Object implements Serializable

Serialized Fields

startExdr

FlexibleStringExpander startExdr

sizeExdr

FlexibleStringExpander sizeExdr

Class org.ofbiz.entity.finder.EntityFinderUtil.LimitView extends java.lang.Object implements Serializable

Serialized Fields

viewIndexExdr

FlexibleStringExpander viewIndexExdr

viewSizeExdr

FlexibleStringExpander viewSizeExdr

Class org.ofbiz.entity.finder.EntityFinderUtil.UseIterator extends java.lang.Object implements Serializable

Class org.ofbiz.entity.finder.Finder extends java.lang.Object implements Serializable

Serialized Fields

entityNameExdr

FlexibleStringExpander entityNameExdr

useCacheStrExdr

FlexibleStringExpander useCacheStrExdr

Class org.ofbiz.entity.finder.ListFinder extends Finder implements Serializable

Serialized Fields

label

java.lang.String label

filterByDateStrExdr

FlexibleStringExpander filterByDateStrExdr

distinctStrExdr

FlexibleStringExpander distinctStrExdr

delegatorNameExdr

FlexibleStringExpander delegatorNameExdr

listAcsr

FlexibleMapAccessor<T> listAcsr

resultSetTypeExdr

FlexibleStringExpander resultSetTypeExdr

selectFieldExpanderList

java.util.List<E> selectFieldExpanderList

orderByExpanderList

java.util.List<E> orderByExpanderList

outputHandler

EntityFinderUtil.OutputHandler outputHandler

Class org.ofbiz.entity.finder.PrimaryKeyFinder extends Finder implements Serializable

Serialized Fields

valueNameAcsr

FlexibleMapAccessor<T> valueNameAcsr

autoFieldMapExdr

FlexibleStringExpander autoFieldMapExdr

fieldMap

java.util.Map<K,V> fieldMap

selectFieldExpanderList

java.util.List<E> selectFieldExpanderList

Package org.ofbiz.entity.jdbc

Class org.ofbiz.entity.jdbc.DatabaseUtil.ColumnCheckInfo extends java.lang.Object implements Serializable

Serialized Fields

tableName

java.lang.String tableName

columnName

java.lang.String columnName

typeName

java.lang.String typeName

columnSize

int columnSize

decimalDigits

int decimalDigits

isNullable

java.lang.String isNullable

isPk

boolean isPk

pkSeq

int pkSeq

pkName

java.lang.String pkName

Class org.ofbiz.entity.jdbc.DatabaseUtil.ReferenceCheckInfo extends java.lang.Object implements Serializable

Serialized Fields

pkTableName

java.lang.String pkTableName

pkColumnName

java.lang.String pkColumnName
Comma separated list of column names in the related tables primary key


fkName

java.lang.String fkName

fkTableName

java.lang.String fkTableName

fkColumnName

java.lang.String fkColumnName
Comma separated list of column names in the primary tables foreign keys


Package org.ofbiz.entity.model

Class org.ofbiz.entity.model.ModelChild extends java.lang.Object implements Serializable

Serialized Fields

parentModelEntity

ModelEntity parentModelEntity

description

java.lang.String description
The description for documentation purposes

Class org.ofbiz.entity.model.ModelEntity extends ModelInfo implements Serializable

Serialized Fields

modelReader

ModelReader modelReader
The ModelReader that created this Entity


entityName

java.lang.String entityName
The entity-name of the Entity


tableName

java.lang.String tableName
The table-name of the Entity


packageName

java.lang.String packageName
The package-name of the Entity


defaultResourceName

java.lang.String defaultResourceName
The default-resource-name of the Entity, used with the getResource call to check for a value in a resource bundle


dependentOn

java.lang.String dependentOn
The entity-name of the Entity that this Entity is dependent on, if empty then no dependency


sequenceBankSize

java.lang.Integer sequenceBankSize
The sequence-bank-size of the Entity


fields

java.util.List<E> fields
A List of the Field objects for the Entity


fieldsMap

java.util.Map<K,V> fieldsMap

pks

java.util.List<E> pks
A List of the Field objects for the Entity, one for each Primary Key


nopks

java.util.List<E> nopks
A List of the Field objects for the Entity, one for each NON Primary Key


relations

java.util.List<E> relations
relations defining relationships between this entity and other entities


indexes

java.util.List<E> indexes
indexes on fields/columns in this entity


viewEntities

java.util.Map<K,V> viewEntities
map of ModelViewEntities that references this model


doLock

boolean doLock
An indicator to specify if this entity requires locking for updates


noAutoStamp

boolean noAutoStamp
Can be used to disable automatically creating update stamp fields and populating them on inserts and updates


neverCache

boolean neverCache
An indicator to specify if this entity is never cached. If true causes the delegator to not clear caches on write and to not get from cache on read showing a warning messages to that effect


autoClearCache

boolean autoClearCache

hasFieldWithAuditLog

java.lang.Boolean hasFieldWithAuditLog

location

java.lang.String location
The location of this entity's definition

Class org.ofbiz.entity.model.ModelField extends ModelChild implements Serializable

Serialized Fields

name

java.lang.String name
The name of the Field


type

java.lang.String type
The type of the Field


colName

java.lang.String colName
The col-name of the Field


isPk

boolean isPk
boolean which specifies whether or not the Field is a Primary Key


encrypt

boolean encrypt

isNotNull

boolean isNotNull

isAutoCreatedInternal

boolean isAutoCreatedInternal

enableAuditLog

boolean enableAuditLog

validators

java.util.List<E> validators
validators to be called when an update is done

Class org.ofbiz.entity.model.ModelFieldType extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type
The type of the Field


javaType

java.lang.String javaType
The java-type of the Field


sqlType

java.lang.String sqlType
The sql-type of the Field


sqlTypeAlias

java.lang.String sqlTypeAlias
The sql-type-alias of the Field, this is optional


validators

java.util.List<E> validators
validators to be called when an update is done

Class org.ofbiz.entity.model.ModelFieldTypeReader extends java.lang.Object implements Serializable

Serialized Fields

fieldTypeCache

java.util.Map<K,V> fieldTypeCache

numEntities

int numEntities

numFields

int numFields

numRelations

int numRelations

modelName

java.lang.String modelName

fieldTypeResourceHandler

ResourceHandler fieldTypeResourceHandler

entityFileName

java.lang.String entityFileName

Class org.ofbiz.entity.model.ModelGroupReader extends java.lang.Object implements Serializable

Serialized Fields

groupCache

java.util.Map<K,V> groupCache

groupNames

java.util.Set<E> groupNames

modelName

java.lang.String modelName

entityGroupResourceHandlers

java.util.List<E> entityGroupResourceHandlers

Class org.ofbiz.entity.model.ModelIndex extends ModelChild implements Serializable

Serialized Fields

name

java.lang.String name
the index name, used for the database index name


unique

boolean unique
specifies whether or not this index should include the unique constraint


fieldNames

java.util.List<E> fieldNames
list of the field names included in this index

Class org.ofbiz.entity.model.ModelKeyMap extends java.lang.Object implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName
name of the field in this entity


relFieldName

java.lang.String relFieldName
name of the field in related entity

Class org.ofbiz.entity.model.ModelReader extends java.lang.Object implements Serializable

Serialized Fields

entityCache

java.util.Map<K,V> entityCache

numEntities

int numEntities

numViewEntities

int numViewEntities

numFields

int numFields

numRelations

int numRelations

numAutoRelations

int numAutoRelations

modelName

java.lang.String modelName

entityResourceHandlers

java.util.Collection<E> entityResourceHandlers
collection of filenames for entity definitions


resourceHandlerEntities

java.util.Map<K,V> resourceHandlerEntities
contains a collection of entity names for each ResourceHandler, populated as they are loaded


entityResourceHandlerMap

java.util.Map<K,V> entityResourceHandlerMap
for each entity contains a map to the ResourceHandler that the entity came from

Class org.ofbiz.entity.model.ModelRelation extends ModelChild implements Serializable

Serialized Fields

title

java.lang.String title
the title, gives a name/description to the relation


type

java.lang.String type
the type: either "one" or "many" or "one-nofk"


relEntityName

java.lang.String relEntityName
the name of the related entity


fkName

java.lang.String fkName
the name to use for a database foreign key, if applies


keyMaps

java.util.List<E> keyMaps
keyMaps defining how to lookup the relatedTable using columns from this table


mainEntity

ModelEntity mainEntity
the main entity of this relation


isAutoRelation

boolean isAutoRelation

Class org.ofbiz.entity.model.ModelViewEntity extends ModelEntity implements Serializable

Serialized Fields

memberModelMemberEntities

java.util.Map<K,V> memberModelMemberEntities
Contains member-entity alias name definitions: key is alias, value is ModelMemberEntity


allModelMemberEntities

java.util.List<E> allModelMemberEntities
A list of all ModelMemberEntity entries; this is mainly used to preserve the original order of member entities from the XML file


memberModelEntities

java.util.Map<K,V> memberModelEntities
Contains member-entity ModelEntities: key is alias, value is ModelEntity; populated with fields


aliasAlls

java.util.List<E> aliasAlls
List of alias-alls which act as a shortcut for easily pulling over member entity fields


aliases

java.util.List<E> aliases
List of aliases with information in addition to what is in the standard field list


viewLinks

java.util.List<E> viewLinks
List of view links to define how entities are connected (or "joined")


groupBys

java.util.List<E> groupBys
A List of the Field objects for the View Entity, one for each GROUP BY field


conversions

java.util.Map<K,V> conversions

aliasedModelEntity

ModelEntity aliasedModelEntity

Class org.ofbiz.entity.model.ModelViewEntity.ComplexAlias extends java.lang.Object implements Serializable

Serialized Fields

complexAliasMembers

java.util.List<E> complexAliasMembers

operator

java.lang.String operator

Class org.ofbiz.entity.model.ModelViewEntity.ComplexAliasField extends java.lang.Object implements Serializable

Serialized Fields

entityAlias

java.lang.String entityAlias

field

java.lang.String field

defaultValue

java.lang.String defaultValue

function

java.lang.String function

Class org.ofbiz.entity.model.ModelViewEntity.ModelAlias extends java.lang.Object implements Serializable

Serialized Fields

entityAlias

java.lang.String entityAlias

name

java.lang.String name

field

java.lang.String field

colAlias

java.lang.String colAlias

isPk

java.lang.Boolean isPk

groupBy

boolean groupBy

function

java.lang.String function

isFromAliasAll

boolean isFromAliasAll

complexAliasMember

ModelViewEntity.ComplexAliasMember complexAliasMember

description

java.lang.String description

Class org.ofbiz.entity.model.ModelViewEntity.ModelAliasAll extends java.lang.Object implements Serializable

Serialized Fields

entityAlias

java.lang.String entityAlias

prefix

java.lang.String prefix

fieldsToExclude

java.util.Set<E> fieldsToExclude

groupBy

boolean groupBy

function

java.lang.String function

Class org.ofbiz.entity.model.ModelViewEntity.ModelConversion extends java.lang.Object implements Serializable

Serialized Fields

aliasName

java.lang.String aliasName

fromModelEntity

ModelEntity fromModelEntity

fieldMap

java.util.Map<K,V> fieldMap

wildcards

java.util.Set<E> wildcards

Class org.ofbiz.entity.model.ModelViewEntity.ModelMemberEntity extends java.lang.Object implements Serializable

Serialized Fields

entityAlias

java.lang.String entityAlias

entityName

java.lang.String entityName

Class org.ofbiz.entity.model.ModelViewEntity.ModelViewLink extends java.lang.Object implements Serializable

Serialized Fields

entityAlias

java.lang.String entityAlias

relEntityAlias

java.lang.String relEntityAlias

relOptional

boolean relOptional

keyMaps

java.util.List<E> keyMaps

Package org.ofbiz.entity.serialize

Class org.ofbiz.entity.serialize.SerializeException extends GeneralException implements Serializable


Package org.ofbiz.entity.transaction

Class org.ofbiz.entity.transaction.GenericTransactionException extends GenericEntityException implements Serializable


Package org.ofbiz.entity.util

Class org.ofbiz.entity.util.ByteWrapper extends java.lang.Object implements Serializable

Serialized Fields

bytes

byte[] bytes
Deprecated. 

Class org.ofbiz.entity.util.EntityFindOptions extends java.lang.Object implements Serializable

Serialized Fields

specifyTypeAndConcur

boolean specifyTypeAndConcur

resultSetType

int resultSetType

resultSetConcurrency

int resultSetConcurrency

fetchSize

int fetchSize

maxRows

int maxRows

distinct

boolean distinct

Package org.ofbiz.entityext.eca

Class org.ofbiz.entityext.eca.EntityEcaAction extends java.lang.Object implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

serviceMode

java.lang.String serviceMode

runAsUser

java.lang.String runAsUser

valueAttr

java.lang.String valueAttr

resultToValue

boolean resultToValue

abortOnError

boolean abortOnError

rollbackOnError

boolean rollbackOnError

persist

boolean persist

Class org.ofbiz.entityext.eca.EntityEcaCondition extends java.lang.Object implements Serializable

Serialized Fields

lhsValueName

java.lang.String lhsValueName

rhsValueName

java.lang.String rhsValueName

operator

java.lang.String operator

compareType

java.lang.String compareType

format

java.lang.String format

constant

boolean constant

Class org.ofbiz.entityext.eca.EntityEcaException extends GenericEntityException implements Serializable

Class org.ofbiz.entityext.eca.EntityEcaRule extends java.lang.Object implements Serializable

Serialized Fields

entityName

java.lang.String entityName

operationName

java.lang.String operationName

eventName

java.lang.String eventName

runOnError

boolean runOnError

conditions

java.util.List<E> conditions

actionsAndSets

java.util.List<E> actionsAndSets

enabled

boolean enabled

Package org.ofbiz.entityext.synchronization

Class org.ofbiz.entityext.synchronization.EntitySyncContext.SyncAbortException extends GeneralServiceException implements Serializable

Class org.ofbiz.entityext.synchronization.EntitySyncContext.SyncDataErrorException extends EntitySyncContext.SyncErrorException implements Serializable

Class org.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException extends GeneralServiceException implements Serializable

Class org.ofbiz.entityext.synchronization.EntitySyncContext.SyncOtherErrorException extends EntitySyncContext.SyncErrorException implements Serializable

Class org.ofbiz.entityext.synchronization.EntitySyncContext.SyncServiceErrorException extends EntitySyncContext.SyncErrorException implements Serializable


Package org.ofbiz.guiapp.xui

Class org.ofbiz.guiapp.xui.XuiSession.UserLoginFailure extends GeneralException implements Serializable


Package org.ofbiz.minilang

Class org.ofbiz.minilang.MiniLangException extends GeneralException implements Serializable


Package org.ofbiz.minilang.method.callops

Class org.ofbiz.minilang.method.callops.FlexibleMessage extends java.lang.Object implements Serializable

Serialized Fields

message

java.lang.String message

propertyResource

java.lang.String propertyResource

isProperty

boolean isProperty

Package org.ofbiz.security

Class org.ofbiz.security.SecurityConfigurationException extends GeneralException implements Serializable


Package org.ofbiz.service

Class org.ofbiz.service.DispatchContext extends java.lang.Object implements Serializable

Serialized Fields

localReaders

java.util.Collection<E> localReaders

attributes

java.util.Map<K,V> attributes

name

java.lang.String name

Class org.ofbiz.service.GeneralServiceException extends GeneralException implements Serializable

Serialized Fields

errorMsgList

java.util.List<E> errorMsgList

errorMsgMap

java.util.Map<K,V> errorMsgMap

nestedServiceResult

java.util.Map<K,V> nestedServiceResult

Class org.ofbiz.service.GenericResultWaiter extends java.lang.Object implements Serializable

Serialized Fields

completed

boolean completed

status

int status

result

java.util.Map<K,V> result

t

java.lang.Throwable t

Class org.ofbiz.service.GenericServiceException extends GeneralException implements Serializable

Class org.ofbiz.service.ModelParam extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Parameter name


type

java.lang.String type
Paramater type


mode

java.lang.String mode
Parameter mode (IN/OUT/INOUT)


formLabel

java.lang.String formLabel
The form label


entityName

java.lang.String entityName
The entity name


fieldName

java.lang.String fieldName
The entity field name


stringMapPrefix

java.lang.String stringMapPrefix
Parameter prefix for creating an attribute Map


stringListSuffix

java.lang.String stringListSuffix
Parameter suffix for creating an attribute List


validators

java.util.List<E> validators
Validation methods


defaultValue

java.lang.String defaultValue
Default value


optional

boolean optional
Is this Parameter required or optional? Default to false, or required


overrideOptional

boolean overrideOptional

formDisplay

boolean formDisplay
Is this parameter to be displayed via the form tool?


overrideFormDisplay

boolean overrideFormDisplay

allowHtml

java.lang.String allowHtml
Default value


internal

boolean internal
Is this Parameter set internally?

Class org.ofbiz.service.ModelPermGroup extends java.lang.Object implements Serializable

Serialized Fields

permissions

java.util.List<E> permissions

joinType

java.lang.String joinType

Class org.ofbiz.service.ModelPermission extends java.lang.Object implements Serializable

Serialized Fields

serviceModel

ModelService serviceModel

permissionType

int permissionType

nameOrRole

java.lang.String nameOrRole

action

java.lang.String action

clazz

java.lang.String clazz

Class org.ofbiz.service.ModelService extends java.util.AbstractMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

name

java.lang.String name
The name of this service


definitionLocation

java.lang.String definitionLocation
The location of the definition this service


description

java.lang.String description
The description of this service


engineName

java.lang.String engineName
The name of the service engine


nameSpace

java.lang.String nameSpace
The namespace of this service


location

java.lang.String location
The package name or location of this service


invoke

java.lang.String invoke
The method or function to invoke for this service


defaultEntityName

java.lang.String defaultEntityName
The default Entity to use for auto-attributes


fromLoader

java.lang.String fromLoader
The loader which loaded this definition


auth

boolean auth
Does this service require authorization


export

boolean export
Can this service be exported via RPC, RMI, SOAP, etc


debug

boolean debug
Enable verbose debugging when calling this service


validate

boolean validate
Validate the context info for this service


useTransaction

boolean useTransaction
Create a transaction for this service (if one is not already in place...)?


requireNewTransaction

boolean requireNewTransaction
Require a new transaction for this service


transactionTimeout

int transactionTimeout
Override the default transaction timeout, only works if we start the transaction


maxRetry

int maxRetry
Sets the max number of times this service will retry when failed (persisted async only)


permissionServiceName

java.lang.String permissionServiceName
Permission service name


permissionMainAction

java.lang.String permissionMainAction
Permission service main-action


permissionResourceDesc

java.lang.String permissionResourceDesc
Permission service resource-description


semaphore

java.lang.String semaphore
Semaphore setting (wait, fail, none)


semaphoreWait

int semaphoreWait
Semaphore wait time (in milliseconds)


semaphoreSleep

int semaphoreSleep
Semaphore sleep time (in milliseconds)


implServices

java.util.Set<E> implServices
Set of services this service implements


overrideParameters

java.util.Set<E> overrideParameters
Set of override parameters


permissionGroups

java.util.List<E> permissionGroups
List of permission groups for service invocation


notifications

java.util.List<E> notifications
List of email-notifications for this service


internalGroup

GroupModel internalGroup
Internal Service Group


contextInfo

java.util.Map<K,V> contextInfo
Context Information, a Map of parameters used by the service, contains ModelParam objects


contextParamList

java.util.List<E> contextParamList
Context Information, a List of parameters used by the service, contains ModelParam objects


inheritedParameters

boolean inheritedParameters
Flag to say if we have pulled in our addition parameters from our implemented service(s)

Class org.ofbiz.service.ModelServiceReader extends java.lang.Object implements Serializable

Serialized Fields

isFromURL

boolean isFromURL
is either from a URL or from a ResourceLoader (through the ResourceHandler)


readerURL

java.net.URL readerURL

handler

ResourceHandler handler

modelServices

java.util.Map<K,V> modelServices

dctx

DispatchContext dctx

Class org.ofbiz.service.ServiceAuthException extends GenericServiceException implements Serializable

Class org.ofbiz.service.ServiceValidationException extends GenericServiceException implements Serializable

Serialized Fields

messages

java.util.List<E> messages

missingFields

java.util.List<E> missingFields

extraFields

java.util.List<E> extraFields

errorMode

java.lang.String errorMode

service

ModelService service

Package org.ofbiz.service.calendar

Class org.ofbiz.service.calendar.RecurrenceInfo.RecurrenceWrapper extends TemporalExpression implements Serializable

Serialized Fields

info

RecurrenceInfo info

Class org.ofbiz.service.calendar.RecurrenceInfoException extends GeneralException implements Serializable

Class org.ofbiz.service.calendar.RecurrenceRuleException extends GeneralException implements Serializable

Class org.ofbiz.service.calendar.TemporalExpression extends java.lang.Object implements Serializable

Serialized Fields

sequence

int sequence
Field used to sort expressions. Expression evaluation depends on correct ordering. Expressions are evaluated from lowest value to highest value.


subSequence

int subSequence
Field used to sort expressions. Expression evaluation depends on correct ordering. Expressions are evaluated from lowest value to highest value.


id

java.lang.String id
A unique ID for this expression. This field is intended to be used by persistence classes.

Class org.ofbiz.service.calendar.TemporalExpressions extends java.lang.Object implements Serializable

Class org.ofbiz.service.calendar.TemporalExpressions.DateRange extends TemporalExpression implements Serializable

Serialized Fields

range

DateRange range

Class org.ofbiz.service.calendar.TemporalExpressions.DayInMonth extends TemporalExpression implements Serializable

Serialized Fields

dayOfWeek

int dayOfWeek

occurrence

int occurrence

Class org.ofbiz.service.calendar.TemporalExpressions.DayOfMonthRange extends TemporalExpression implements Serializable

Serialized Fields

start

int start

end

int end

Class org.ofbiz.service.calendar.TemporalExpressions.DayOfWeekRange extends TemporalExpression implements Serializable

Serialized Fields

start

int start

end

int end

Class org.ofbiz.service.calendar.TemporalExpressions.Difference extends TemporalExpression implements Serializable

Serialized Fields

included

TemporalExpression included

excluded

TemporalExpression excluded

Class org.ofbiz.service.calendar.TemporalExpressions.Frequency extends TemporalExpression implements Serializable

Serialized Fields

start

java.util.Date start

freqType

int freqType

freqCount

int freqCount

Class org.ofbiz.service.calendar.TemporalExpressions.Intersection extends TemporalExpression implements Serializable

Serialized Fields

expressionSet

java.util.Set<E> expressionSet

Class org.ofbiz.service.calendar.TemporalExpressions.MonthRange extends TemporalExpression implements Serializable

Serialized Fields

start

int start

end

int end

Class org.ofbiz.service.calendar.TemporalExpressions.Null extends TemporalExpression implements Serializable

Class org.ofbiz.service.calendar.TemporalExpressions.TimeOfDayRange extends TemporalExpression implements Serializable

Serialized Fields

startStr

java.lang.String startStr

endStr

java.lang.String endStr

interval

int interval

count

int count

startSecs

int startSecs

startMins

int startMins

startHrs

int startHrs

endSecs

int endSecs

endMins

int endMins

endHrs

int endHrs

Class org.ofbiz.service.calendar.TemporalExpressions.Union extends TemporalExpression implements Serializable

Serialized Fields

expressionSet

java.util.Set<E> expressionSet

Package org.ofbiz.service.config

Class org.ofbiz.service.config.ServiceConfigUtil extends java.lang.Object implements Serializable

Class org.ofbiz.service.config.ServiceConfigUtil.NotificationGroup extends java.lang.Object implements Serializable

Serialized Fields

notification

org.ofbiz.service.config.ServiceConfigUtil.NotificationGroup.Notification notification

notify

java.util.List<E> notify

name

java.lang.String name

Package org.ofbiz.service.eca

Class org.ofbiz.service.eca.ServiceEcaAction extends java.lang.Object implements Serializable

Serialized Fields

eventName

java.lang.String eventName

serviceName

java.lang.String serviceName

serviceMode

java.lang.String serviceMode

resultMapName

java.lang.String resultMapName

runAsUser

java.lang.String runAsUser

newTransaction

boolean newTransaction

resultToContext

boolean resultToContext

resultToResult

boolean resultToResult

ignoreFailure

boolean ignoreFailure

ignoreError

boolean ignoreError

persist

boolean persist

Class org.ofbiz.service.eca.ServiceEcaCondition extends java.lang.Object implements Serializable

Serialized Fields

conditionService

java.lang.String conditionService

lhsValueName

java.lang.String lhsValueName

rhsValueName

java.lang.String rhsValueName

lhsMapName

java.lang.String lhsMapName

rhsMapName

java.lang.String rhsMapName

operator

java.lang.String operator

compareType

java.lang.String compareType

format

java.lang.String format

isConstant

boolean isConstant

isService

boolean isService

Class org.ofbiz.service.eca.ServiceEcaRule extends java.lang.Object implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

eventName

java.lang.String eventName

runOnFailure

boolean runOnFailure

runOnError

boolean runOnError

conditions

java.util.List<E> conditions

actionsAndSets

java.util.List<E> actionsAndSets

enabled

boolean enabled

definitionLocation

java.lang.String definitionLocation

Package org.ofbiz.service.job

Class org.ofbiz.service.job.AbstractJob extends java.lang.Object implements Serializable

Serialized Fields

runtime

long runtime

sequence

long sequence

jobId

java.lang.String jobId

jobName

java.lang.String jobName

queued

boolean queued

Class org.ofbiz.service.job.GenericServiceJob extends AbstractJob implements Serializable

Serialized Fields

service

java.lang.String service

context

java.util.Map<K,V> context

Class org.ofbiz.service.job.InvalidJobException extends JobManagerException implements Serializable

Class org.ofbiz.service.job.JobManagerException extends GeneralException implements Serializable

Class org.ofbiz.service.job.PersistedServiceJob extends GenericServiceJob implements Serializable

Serialized Fields

storedDate

java.sql.Timestamp storedDate

nextRecurrence

long nextRecurrence

maxRetry

long maxRetry

warningLogged

boolean warningLogged

Package org.ofbiz.service.mail

Class org.ofbiz.service.mail.MimeMessageWrapper extends java.lang.Object implements Serializable

Serialized Fields

mailProperties

java.util.Properties mailProperties

serializedBytes

byte[] serializedBytes

Class org.ofbiz.service.mail.ServiceMcaAction extends java.lang.Object implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

serviceMode

java.lang.String serviceMode

runAsUser

java.lang.String runAsUser

persist

boolean persist

Class org.ofbiz.service.mail.ServiceMcaCondition extends java.lang.Object implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

headerName

java.lang.String headerName

fieldName

java.lang.String fieldName

operator

java.lang.String operator

value

java.lang.String value

Class org.ofbiz.service.mail.ServiceMcaRule extends java.lang.Object implements Serializable

Serialized Fields

ruleName

java.lang.String ruleName

conditions

java.util.List<E> conditions

actions

java.util.List<E> actions

enabled

boolean enabled

Package org.ofbiz.service.rmi

Class org.ofbiz.service.rmi.RemoteDispatcherImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

dispatcher

LocalDispatcher dispatcher

Package org.ofbiz.service.rmi.socket.ssl

Class org.ofbiz.service.rmi.socket.ssl.SSLClientSocketFactory extends java.lang.Object implements Serializable

Class org.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory extends java.lang.Object implements Serializable

Serialized Fields

clientAuth

boolean clientAuth

keystore

java.lang.String keystore

ksType

java.lang.String ksType

ksPass

java.lang.String ksPass

alias

java.lang.String alias

Package org.ofbiz.service.semaphore

Class org.ofbiz.service.semaphore.SemaphoreFailException extends GenericServiceException implements Serializable

Class org.ofbiz.service.semaphore.SemaphoreWaitException extends GenericServiceException implements Serializable


Package org.ofbiz.webapp.control

Class org.ofbiz.webapp.control.RequestHandlerException extends GeneralException implements Serializable


Package org.ofbiz.webapp.event

Class org.ofbiz.webapp.event.EventHandlerException extends GeneralException implements Serializable

Class org.ofbiz.webapp.event.FileUploadProgressListener extends java.lang.Object implements Serializable

Serialized Fields

contentLength

long contentLength

bytesRead

long bytesRead

items

int items

hasStarted

boolean hasStarted

Package org.ofbiz.webapp.region

Class org.ofbiz.webapp.region.Content extends java.lang.Object implements Serializable

Serialized Fields

content

java.lang.String content

type

java.lang.String type
type can be:
- direct (for direct inline content)
- region (for a nested region)
- default (for region if matches region name OR JSP/Servlet resource otherwise)
- resource (for JSP/Servlet resource)
- or any ViewHandler defined in the corresponding controller.xml file

Class org.ofbiz.webapp.region.Region extends Content implements Serializable

Serialized Fields

sections

java.util.Map<K,V> sections

id

java.lang.String id

Class org.ofbiz.webapp.region.Section extends Content implements Serializable

Serialized Fields

name

java.lang.String name

info

java.lang.String info

regionManager

RegionManager regionManager

Package org.ofbiz.webapp.view

Class org.ofbiz.webapp.view.ViewHandlerException extends GeneralException implements Serializable


Package org.ofbiz.widget

Class org.ofbiz.widget.ModelWidget extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

enableWidgetBoundaryComments

boolean enableWidgetBoundaryComments

Package org.ofbiz.widget.form

Class org.ofbiz.widget.form.ModelForm extends ModelWidget implements Serializable

Serialized Fields

entityModelReader

ModelReader entityModelReader

dispatchContext

DispatchContext dispatchContext

formLocation

java.lang.String formLocation

parentFormName

java.lang.String parentFormName

parentFormLocation

java.lang.String parentFormLocation

type

java.lang.String type

target

FlexibleStringExpander target

targetType

java.lang.String targetType

containerId

java.lang.String containerId

containerStyle

java.lang.String containerStyle

focusFieldName

java.lang.String focusFieldName

title

java.lang.String title

tooltip

java.lang.String tooltip

listName

java.lang.String listName

listEntryName

java.lang.String listEntryName

defaultMapName

FlexibleMapAccessor<T> defaultMapName

defaultEntityName

java.lang.String defaultEntityName

defaultServiceName

java.lang.String defaultServiceName

formTitleAreaStyle

java.lang.String formTitleAreaStyle

formWidgetAreaStyle

java.lang.String formWidgetAreaStyle

defaultTitleAreaStyle

java.lang.String defaultTitleAreaStyle

defaultWidgetAreaStyle

java.lang.String defaultWidgetAreaStyle

defaultTitleStyle

java.lang.String defaultTitleStyle

defaultWidgetStyle

java.lang.String defaultWidgetStyle

defaultTooltipStyle

java.lang.String defaultTooltipStyle

itemIndexSeparator

java.lang.String itemIndexSeparator

paginateTarget

FlexibleStringExpander paginateTarget

paginateIndexField

FlexibleStringExpander paginateIndexField

paginateSizeField

FlexibleStringExpander paginateSizeField

overrideListSize

FlexibleStringExpander overrideListSize

paginateFirstLabel

FlexibleStringExpander paginateFirstLabel

paginatePreviousLabel

FlexibleStringExpander paginatePreviousLabel

paginateNextLabel

FlexibleStringExpander paginateNextLabel

paginateLastLabel

FlexibleStringExpander paginateLastLabel

paginateTargetAnchor

java.lang.String paginateTargetAnchor

paginateStyle

java.lang.String paginateStyle

separateColumns

boolean separateColumns

paginate

boolean paginate

useRowSubmit

boolean useRowSubmit

targetWindowExdr

FlexibleStringExpander targetWindowExdr

defaultRequiredFieldStyle

java.lang.String defaultRequiredFieldStyle

defaultSortFieldStyle

java.lang.String defaultSortFieldStyle

defaultSortFieldAscStyle

java.lang.String defaultSortFieldAscStyle

defaultSortFieldDescStyle

java.lang.String defaultSortFieldDescStyle

oddRowStyle

java.lang.String oddRowStyle

evenRowStyle

java.lang.String evenRowStyle

defaultTableStyle

java.lang.String defaultTableStyle

headerRowStyle

java.lang.String headerRowStyle

skipStart

boolean skipStart

skipEnd

boolean skipEnd

hideHeader

boolean hideHeader

overridenListSize

boolean overridenListSize

clientAutocompleteFields

boolean clientAutocompleteFields

altTargets

java.util.List<E> altTargets

autoFieldsServices

java.util.List<E> autoFieldsServices

autoFieldsEntities

java.util.List<E> autoFieldsEntities

sortOrderFields

java.util.List<E> sortOrderFields

altRowStyles

java.util.List<E> altRowStyles

fieldList

java.util.List<E> fieldList
This List will contain one copy of each field for each field name in the order they were encountered in the service, entity, or form definition; field definitions with constraints will also be in this list but may appear multiple times for the same field name. When rendering the form the order in this list should be following and it should not be necessary to use the Map. The Map is used when loading the form definition to keep the list clean and implement the override features for field definitions.


fieldMap

java.util.Map<K,V> fieldMap
This Map is keyed with the field name and has a ModelFormField for the value.


useWhenFields

java.util.Set<E> useWhenFields
Keeps track of conditional fields to help ensure that only one is rendered


fieldGroupList

java.util.List<E> fieldGroupList
This is a list of FieldGroups in the order they were created. Can also include Banner objects.


fieldGroupMap

java.util.Map<K,V> fieldGroupMap
This Map is keyed with the field name and has a FieldGroup for the value. Can also include Banner objects.


defaultFieldGroup

ModelForm.FieldGroup defaultFieldGroup
This field group will be the "catch-all" group for fields that are not included in an explicit field-group.


defaultViewSize

int defaultViewSize

actions

java.util.List<E> actions

rowActions

java.util.List<E> rowActions

rowCountExdr

FlexibleStringExpander rowCountExdr

multiSubmitFields

java.util.List<E> multiSubmitFields

rowCount

int rowCount

onSubmitUpdateAreas

java.util.List<E> onSubmitUpdateAreas
On Submit areas to be updated.


onPaginateUpdateAreas

java.util.List<E> onPaginateUpdateAreas
On Paginate areas to be updated.


Package org.ofbiz.widget.menu

Class org.ofbiz.widget.menu.ModelMenu extends ModelWidget implements Serializable

Serialized Fields

delegator

GenericDelegator delegator

dispatcher

LocalDispatcher dispatcher

menuLocation

java.lang.String menuLocation

type

java.lang.String type

target

java.lang.String target

id

java.lang.String id

title

FlexibleStringExpander title

tooltip

java.lang.String tooltip

defaultEntityName

java.lang.String defaultEntityName

defaultTitleStyle

java.lang.String defaultTitleStyle

defaultWidgetStyle

java.lang.String defaultWidgetStyle

defaultTooltipStyle

java.lang.String defaultTooltipStyle

defaultSelectedStyle

java.lang.String defaultSelectedStyle

defaultMenuItemName

java.lang.String defaultMenuItemName

defaultPermissionOperation

java.lang.String defaultPermissionOperation

defaultPermissionEntityAction

java.lang.String defaultPermissionEntityAction

defaultAssociatedContentId

FlexibleStringExpander defaultAssociatedContentId

defaultPermissionStatusId

java.lang.String defaultPermissionStatusId

defaultPrivilegeEnumId

java.lang.String defaultPrivilegeEnumId

orientation

java.lang.String orientation

menuWidth

java.lang.String menuWidth

defaultCellWidth

java.lang.String defaultCellWidth

defaultHideIfSelected

java.lang.Boolean defaultHideIfSelected

defaultDisabledTitleStyle

java.lang.String defaultDisabledTitleStyle

selectedMenuItemContextFieldName

FlexibleMapAccessor<T> selectedMenuItemContextFieldName

menuContainerStyleExdr

FlexibleStringExpander menuContainerStyleExdr

defaultAlign

java.lang.String defaultAlign

defaultAlignStyle

java.lang.String defaultAlignStyle

fillStyle

java.lang.String fillStyle

menuItemList

java.util.List<E> menuItemList
This List will contain one copy of each item for each item name in the order they were encountered in the service, entity, or menu definition; item definitions with constraints will also be in this list but may appear multiple times for the same item name. When rendering the menu the order in this list should be following and it should not be necessary to use the Map. The Map is used when loading the menu definition to keep the list clean and implement the override features for item definitions.


menuItemMap

java.util.Map<K,V> menuItemMap
This Map is keyed with the item name and has a ModelMenuItem for the value; items with conditions will not be put in this Map so item definition overrides for items with conditions is not possible.


actions

java.util.List<E> actions

Package org.ofbiz.widget.screen

Class org.ofbiz.widget.screen.HtmlWidget extends ModelScreenWidget implements Serializable

Serialized Fields

subWidgets

java.util.List<E> subWidgets

Class org.ofbiz.widget.screen.HtmlWidget.HtmlTemplate extends ModelScreenWidget implements Serializable

Serialized Fields

locationExdr

FlexibleStringExpander locationExdr

Class org.ofbiz.widget.screen.HtmlWidget.HtmlTemplateDecorator extends ModelScreenWidget implements Serializable

Serialized Fields

locationExdr

FlexibleStringExpander locationExdr

sectionMap

java.util.Map<K,V> sectionMap

Class org.ofbiz.widget.screen.HtmlWidget.HtmlTemplateDecoratorSection extends ModelScreenWidget implements Serializable

Serialized Fields

name

java.lang.String name

subWidgets

java.util.List<E> subWidgets

Class org.ofbiz.widget.screen.IterateSectionWidget extends ModelScreenWidget implements Serializable

Serialized Fields

childWidget

ModelScreenWidget childWidget

sectionList

java.util.List<E> sectionList

listNameExdr

FlexibleMapAccessor<T> listNameExdr

entryNameExdr

FlexibleStringExpander entryNameExdr

keyNameExdr

FlexibleStringExpander keyNameExdr

paginateTarget

FlexibleStringExpander paginateTarget

paginate

boolean paginate

viewIndex

int viewIndex

viewSize

int viewSize

lowIndex

int lowIndex

highIndex

int highIndex

listSize

int listSize

actualPageSize

int actualPageSize

Class org.ofbiz.widget.screen.ModelScreen extends ModelWidget implements Serializable

Serialized Fields

sourceLocation

java.lang.String sourceLocation

transactionTimeoutExdr

FlexibleStringExpander transactionTimeoutExdr

modelScreenMap

java.util.Map<K,V> modelScreenMap

useCache

boolean useCache

section

ModelScreenWidget.Section section

Class org.ofbiz.widget.screen.ModelScreenAction extends java.lang.Object implements Serializable

Serialized Fields

modelScreen

ModelScreen modelScreen

Class org.ofbiz.widget.screen.ModelScreenAction.EntityAnd extends ModelScreenAction implements Serializable

Serialized Fields

finder

ByAndFinder finder

Class org.ofbiz.widget.screen.ModelScreenAction.EntityCondition extends ModelScreenAction implements Serializable

Serialized Fields

finder

ByConditionFinder finder

Class org.ofbiz.widget.screen.ModelScreenAction.EntityOne extends ModelScreenAction implements Serializable

Serialized Fields

finder

PrimaryKeyFinder finder

Class org.ofbiz.widget.screen.ModelScreenAction.GetRelated extends ModelScreenAction implements Serializable

Serialized Fields

valueNameAcsr

FlexibleMapAccessor<T> valueNameAcsr

listNameAcsr

FlexibleMapAccessor<T> listNameAcsr

mapAcsr

FlexibleMapAccessor<T> mapAcsr

orderByListAcsr

FlexibleMapAccessor<T> orderByListAcsr

relationName

java.lang.String relationName

useCache

boolean useCache

Class org.ofbiz.widget.screen.ModelScreenAction.GetRelatedOne extends ModelScreenAction implements Serializable

Serialized Fields

valueNameAcsr

FlexibleMapAccessor<T> valueNameAcsr

toValueNameAcsr

FlexibleMapAccessor<T> toValueNameAcsr

relationName

java.lang.String relationName

useCache

boolean useCache

Class org.ofbiz.widget.screen.ModelScreenAction.Javaf extends ModelScreenAction implements Serializable

Serialized Fields

location

java.lang.String location

invoke

java.lang.String invoke

actionClassMap

java.util.Map<K,V> actionClassMap

Class org.ofbiz.widget.screen.ModelScreenAction.PropertyMap extends ModelScreenAction implements Serializable

Serialized Fields

resourceExdr

FlexibleStringExpander resourceExdr

mapNameAcsr

FlexibleMapAccessor<T> mapNameAcsr

globalExdr

FlexibleStringExpander globalExdr

Class org.ofbiz.widget.screen.ModelScreenAction.PropertyToField extends ModelScreenAction implements Serializable

Serialized Fields

resourceExdr

FlexibleStringExpander resourceExdr

propertyExdr

FlexibleStringExpander propertyExdr

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

defaultExdr

FlexibleStringExpander defaultExdr

noLocale

boolean noLocale

argListAcsr

FlexibleMapAccessor<T> argListAcsr

globalExdr

FlexibleStringExpander globalExdr

Class org.ofbiz.widget.screen.ModelScreenAction.Script extends ModelScreenAction implements Serializable

Serialized Fields

location

java.lang.String location

Class org.ofbiz.widget.screen.ModelScreenAction.Service extends ModelScreenAction implements Serializable

Serialized Fields

serviceNameExdr

FlexibleStringExpander serviceNameExdr

resultMapNameAcsr

FlexibleMapAccessor<T> resultMapNameAcsr

autoFieldMapExdr

FlexibleStringExpander autoFieldMapExdr

fieldMap

java.util.Map<K,V> fieldMap

Class org.ofbiz.widget.screen.ModelScreenAction.SetField extends ModelScreenAction implements Serializable

Serialized Fields

field

FlexibleMapAccessor<T> field

fromField

FlexibleMapAccessor<T> fromField

valueExdr

FlexibleStringExpander valueExdr

defaultExdr

FlexibleStringExpander defaultExdr

globalExdr

FlexibleStringExpander globalExdr

type

java.lang.String type

toScope

java.lang.String toScope

fromScope

java.lang.String fromScope

Class org.ofbiz.widget.screen.ModelScreenCondition extends java.lang.Object implements Serializable

Serialized Fields

modelScreen

ModelScreen modelScreen

rootCondition

ModelScreenCondition.ScreenCondition rootCondition

Class org.ofbiz.widget.screen.ModelScreenCondition.And extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

subConditions

java.util.List<E> subConditions

Class org.ofbiz.widget.screen.ModelScreenCondition.IfCompare extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

valueExdr

FlexibleStringExpander valueExdr

operator

java.lang.String operator

type

java.lang.String type

formatExdr

FlexibleStringExpander formatExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfCompareField extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

toFieldAcsr

FlexibleMapAccessor<T> toFieldAcsr

operator

java.lang.String operator

type

java.lang.String type

formatExdr

FlexibleStringExpander formatExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfEmpty extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfEntityPermission extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

permissionChecker

EntityPermissionChecker permissionChecker

Class org.ofbiz.widget.screen.ModelScreenCondition.IfHasPermission extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

permissionExdr

FlexibleStringExpander permissionExdr

actionExdr

FlexibleStringExpander actionExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfRegexp extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

exprExdr

FlexibleStringExpander exprExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfServicePermission extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

serviceExdr

FlexibleStringExpander serviceExdr

actionExdr

FlexibleStringExpander actionExdr

ctxMapExdr

FlexibleStringExpander ctxMapExdr

resExdr

FlexibleStringExpander resExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.IfValidateMethod extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

fieldAcsr

FlexibleMapAccessor<T> fieldAcsr

methodExdr

FlexibleStringExpander methodExdr

classExdr

FlexibleStringExpander classExdr

Class org.ofbiz.widget.screen.ModelScreenCondition.Not extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

subCondition

ModelScreenCondition.ScreenCondition subCondition

Class org.ofbiz.widget.screen.ModelScreenCondition.Or extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

subConditions

java.util.List<E> subConditions

Class org.ofbiz.widget.screen.ModelScreenCondition.ScreenCondition extends java.lang.Object implements Serializable

Serialized Fields

modelScreen

ModelScreen modelScreen

Class org.ofbiz.widget.screen.ModelScreenCondition.Xor extends ModelScreenCondition.ScreenCondition implements Serializable

Serialized Fields

subConditions

java.util.List<E> subConditions

Class org.ofbiz.widget.screen.ModelScreenWidget extends ModelWidget implements Serializable

Serialized Fields

modelScreen

ModelScreen modelScreen

Class org.ofbiz.widget.screen.ModelScreenWidget.Container extends ModelScreenWidget implements Serializable

Serialized Fields

idExdr

FlexibleStringExpander idExdr

styleExdr

FlexibleStringExpander styleExdr

autoUpdateTargetExdr

FlexibleStringExpander autoUpdateTargetExdr

autoUpdateInterval

java.lang.String autoUpdateInterval

subWidgets

java.util.List<E> subWidgets

Class org.ofbiz.widget.screen.ModelScreenWidget.Content extends ModelScreenWidget implements Serializable

Serialized Fields

contentId

FlexibleStringExpander contentId

editRequest

FlexibleStringExpander editRequest

editContainerStyle

FlexibleStringExpander editContainerStyle

enableEditName

FlexibleStringExpander enableEditName

xmlEscape

boolean xmlEscape

dataResourceId

FlexibleStringExpander dataResourceId

width

java.lang.String width

height

java.lang.String height

border

java.lang.String border

Class org.ofbiz.widget.screen.ModelScreenWidget.DecoratorScreen extends ModelScreenWidget implements Serializable

Serialized Fields

nameExdr

FlexibleStringExpander nameExdr

locationExdr

FlexibleStringExpander locationExdr

sectionMap

java.util.Map<K,V> sectionMap

Class org.ofbiz.widget.screen.ModelScreenWidget.DecoratorSection extends ModelScreenWidget implements Serializable

Serialized Fields

subWidgets

java.util.List<E> subWidgets

Class org.ofbiz.widget.screen.ModelScreenWidget.DecoratorSectionInclude extends ModelScreenWidget implements Serializable

Class org.ofbiz.widget.screen.ModelScreenWidget.Form extends ModelScreenWidget implements Serializable

Serialized Fields

nameExdr

FlexibleStringExpander nameExdr

locationExdr

FlexibleStringExpander locationExdr

shareScopeExdr

FlexibleStringExpander shareScopeExdr

modelForm

ModelForm modelForm

Class org.ofbiz.widget.screen.ModelScreenWidget.FrameContainer extends ModelScreenWidget.Container implements Serializable

Serialized Fields

titleExdr

FlexibleStringExpander titleExdr

Class org.ofbiz.widget.screen.ModelScreenWidget.FrameContainerHeader extends ModelScreenWidget.FrameContainer implements Serializable

Class org.ofbiz.widget.screen.ModelScreenWidget.HorizontalSeparator extends ModelScreenWidget implements Serializable

Serialized Fields

idExdr

FlexibleStringExpander idExdr

styleExdr

FlexibleStringExpander styleExdr

Class org.ofbiz.widget.screen.ModelScreenWidget.Image extends ModelScreenWidget implements Serializable

Serialized Fields

srcExdr

FlexibleStringExpander srcExdr

idExdr

FlexibleStringExpander idExdr

styleExdr

FlexibleStringExpander styleExdr

widthExdr

FlexibleStringExpander widthExdr

heightExdr

FlexibleStringExpander heightExdr

borderExdr

FlexibleStringExpander borderExdr

alt

FlexibleStringExpander alt

urlMode

java.lang.String urlMode

Class org.ofbiz.widget.screen.ModelScreenWidget.IncludeScreen extends ModelScreenWidget implements Serializable

Serialized Fields

nameExdr

FlexibleStringExpander nameExdr

locationExdr

FlexibleStringExpander locationExdr

shareScopeExdr

FlexibleStringExpander shareScopeExdr

Class org.ofbiz.widget.screen.ModelScreenWidget.Label extends ModelScreenWidget implements Serializable

Serialized Fields

textExdr

FlexibleStringExpander textExdr

idExdr

FlexibleStringExpander idExdr

styleExdr

FlexibleStringExpander styleExdr

Class org.ofbiz.widget.screen.ModelScreenWidget.Link extends ModelScreenWidget implements Serializable

Serialized Fields

textExdr

FlexibleStringExpander textExdr

idExdr

FlexibleStringExpander idExdr

styleExdr

FlexibleStringExpander styleExdr

targetExdr

FlexibleStringExpander targetExdr

targetWindowExdr

FlexibleStringExpander targetWindowExdr

prefixExdr

FlexibleStringExpander prefixExdr

nameExdr

FlexibleStringExpander nameExdr

image

ModelScreenWidget.Image image

urlMode

java.lang.String urlMode

fullPath

boolean fullPath

secure

boolean secure

encode

boolean encode

linkType

java.lang.String linkType

parameterList

java.util.List<E> parameterList

Class org.ofbiz.widget.screen.ModelScreenWidget.Menu extends ModelScreenWidget implements Serializable

Serialized Fields

nameExdr

FlexibleStringExpander nameExdr

locationExdr

FlexibleStringExpander locationExdr

Class org.ofbiz.widget.screen.ModelScreenWidget.PlatformSpecific extends ModelScreenWidget implements Serializable

Serialized Fields

subWidgets

java.util.Map<K,V> subWidgets

Class org.ofbiz.widget.screen.ModelScreenWidget.Screenlet extends ModelScreenWidget implements Serializable

Serialized Fields

idExdr

FlexibleStringExpander idExdr

titleExdr

FlexibleStringExpander titleExdr

navigationMenu

ModelScreenWidget.Menu navigationMenu

tabMenu

ModelScreenWidget.Menu tabMenu

navigationForm

ModelScreenWidget.Form navigationForm

collapsible

boolean collapsible

initiallyCollapsed

boolean initiallyCollapsed

padded

boolean padded

subWidgets

java.util.List<E> subWidgets

Class org.ofbiz.widget.screen.ModelScreenWidget.Section extends ModelScreenWidget implements Serializable

Serialized Fields

condition

ModelScreenCondition condition

actions

java.util.List<E> actions

subWidgets

java.util.List<E> subWidgets

failWidgets

java.util.List<E> failWidgets

isMainSection

boolean isMainSection

Class org.ofbiz.widget.screen.ModelScreenWidget.SectionsRenderer extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

screenStringRenderer

ScreenStringRenderer screenStringRenderer

context

java.util.Map<K,V> context

writer

java.lang.Appendable writer

Class org.ofbiz.widget.screen.ModelScreenWidget.SubContent extends ModelScreenWidget implements Serializable

Serialized Fields

contentId

FlexibleStringExpander contentId

mapKey

FlexibleStringExpander mapKey

editRequest

FlexibleStringExpander editRequest

editContainerStyle

FlexibleStringExpander editContainerStyle

enableEditName

FlexibleStringExpander enableEditName

xmlEscape

boolean xmlEscape

Class org.ofbiz.widget.screen.ModelScreenWidget.Tree extends ModelScreenWidget implements Serializable

Serialized Fields

nameExdr

FlexibleStringExpander nameExdr

locationExdr

FlexibleStringExpander locationExdr

shareScopeExdr

FlexibleStringExpander shareScopeExdr

Class org.ofbiz.widget.screen.ScreenRenderException extends GeneralException implements Serializable


Package org.ofbiz.widget.tree

Class org.ofbiz.widget.tree.ModelTree extends ModelWidget implements Serializable

Serialized Fields

treeLocation

java.lang.String treeLocation

rootNodeName

java.lang.String rootNodeName

defaultRenderStyle

java.lang.String defaultRenderStyle

defaultWrapStyleExdr

FlexibleStringExpander defaultWrapStyleExdr

nodeList

java.util.List<E> nodeList

nodeMap

java.util.Map<K,V> nodeMap

delegator

GenericDelegator delegator

dispatcher

LocalDispatcher dispatcher

expandCollapseRequestExdr

FlexibleStringExpander expandCollapseRequestExdr

trailNameExdr

FlexibleStringExpander trailNameExdr

openDepth

int openDepth

postTrailOpenDepth

int postTrailOpenDepth

defaultEntityName

java.lang.String defaultEntityName

defaultPkName

java.lang.String defaultPkName

forceChildCheck

boolean forceChildCheck