Serialized Form
|
Package com.atlassian.crowd.integration.authentication |
credential
PasswordCredential credential
name
java.lang.String name
validationFactors
ValidationFactor[] validationFactors
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
name
java.lang.String name
token
java.lang.String token
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
credential
java.lang.String credential
encryptedCredential
java.lang.Boolean encryptedCredential
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
application
java.lang.String application
credential
PasswordCredential credential
name
java.lang.String name
validationFactors
ValidationFactor[] validationFactors
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
name
java.lang.String name
value
java.lang.String value
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
|
Package com.atlassian.crowd.integration.exception |
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
|
Package com.atlassian.crowd.integration.soap |
name
java.lang.String name
value
java.lang.String value
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
name
java.lang.String name
values
java.lang.String[] values
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
domain
java.lang.String domain
secure
java.lang.Boolean secure
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
ID
java.lang.Long ID
active
java.lang.Boolean active
attributes
SOAPAttribute[] attributes
conception
java.util.Calendar conception
description
java.lang.String description
directoryID
java.lang.Long directoryID
lastModified
java.util.Calendar lastModified
members
java.lang.String[] members
name
java.lang.String name
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
ID
java.lang.Long ID
active
java.lang.Boolean active
attributes
SOAPAttribute[] attributes
conception
java.util.Calendar conception
description
java.lang.String description
directoryID
java.lang.Long directoryID
groupMembers
java.lang.String[] groupMembers
lastModified
java.util.Calendar lastModified
name
java.lang.String name
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
ID
java.lang.Long ID
active
java.lang.Boolean active
attributes
SOAPAttribute[] attributes
conception
java.util.Calendar conception
description
java.lang.String description
directoryID
java.lang.Long directoryID
lastModified
java.util.Calendar lastModified
name
java.lang.String name
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
ID
java.lang.Long ID
active
java.lang.Boolean active
attributes
SOAPAttribute[] attributes
conception
java.util.Calendar conception
description
java.lang.String description
directoryID
java.lang.Long directoryID
lastModified
java.util.Calendar lastModified
members
java.lang.String[] members
name
java.lang.String name
__equalsCalc
java.lang.Object __equalsCalc
__hashCodeCalc
boolean __hashCodeCalc
|
Package org.ofbiz.accounting |
|
Package org.ofbiz.base.component |
componentName
java.lang.String componentName
loaderName
java.lang.String loaderName
location
java.lang.String location
|
Package org.ofbiz.base.config |
xmlFilename
java.lang.String xmlFilename
loaderName
java.lang.String loaderName
location
java.lang.String location
|
Package org.ofbiz.base.container |
|
Package org.ofbiz.base.conversion |
|
Package org.ofbiz.base.json |
serialVersionUID: 1L
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.ofbiz.base.lang |
|
Package org.ofbiz.base.splash |
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 |
nested
java.lang.Throwable nested
|
Package org.ofbiz.base.util |
messages
java.util.List<E> messages
nested
java.lang.Throwable nested
nested
java.lang.Throwable nested
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
milliseconds
int milliseconds
seconds
int seconds
minutes
int minutes
hours
int hours
days
int days
months
int months
years
int years
|
Package org.ofbiz.base.util.cache |
name
java.lang.String name
- The name of the UtilCache instance, is also the key for the instance in utilCacheTable.
hitCount
java.util.concurrent.atomic.AtomicLong hitCount
- A count of the number of cache hits
missCountNotFound
java.util.concurrent.atomic.AtomicLong missCountNotFound
- A count of the number of cache misses because it is not found in the cache
missCountExpired
java.util.concurrent.atomic.AtomicLong missCountExpired
- A count of the number of cache misses because it expired
missCountSoftRef
java.util.concurrent.atomic.AtomicLong missCountSoftRef
- A count of the number of cache misses because it was cleared from the Soft Reference (ie garbage collection, etc)
removeHitCount
java.util.concurrent.atomic.AtomicLong removeHitCount
- A count of the number of cache hits on removes
removeMissCount
java.util.concurrent.atomic.AtomicLong removeMissCount
- A count of the number of cache misses on removes
sizeLimit
int sizeLimit
- 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
expireTimeNanos
long expireTimeNanos
- 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, defaults to false
fileStore
java.lang.String fileStore
listeners
java.util.Set<E> listeners
- The set of listeners to receive notifications when items are modified (either deliberately or because they were expired).
memoryTable
java.util.concurrent.ConcurrentMap<K,V> memoryTable
jdbmMgr
JdbmRecordManager jdbmMgr
|
Package org.ofbiz.base.util.collections |
isEmpty
boolean isEmpty
original
java.lang.String original
bracketedOriginal
java.lang.String bracketedOriginal
fse
FlexibleStringExpander fse
isAscending
boolean isAscending
name
java.lang.String name
attributeName
java.lang.String attributeName
fma
FlexibleMapAccessor<T> fma
needsExpand
boolean needsExpand
empty
boolean empty
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
keySet
java.util.Set<E> keySet
entrySet
java.util.Set<E> entrySet
values
java.util.Collection<E> values
modCount
int modCount
backedList
java.util.LinkedList<E> backedList
maxCapacity
int maxCapacity
maxSize
int maxSize
rbmwStack
MapStack<K> rbmwStack
initialResourceBundle
java.util.ResourceBundle initialResourceBundle
context
java.util.Map<K,V> context
resourceBundle
java.util.ResourceBundle resourceBundle
topLevelMap
java.util.Map<K,V> topLevelMap
isMapInitialized
boolean isMapInitialized
|
Package org.ofbiz.base.util.string |
chars
char[] chars
hint
int hint
offset
int offset
length
int length
valueStr
char[] valueStr
codeExpr
FlexibleStringExpander codeExpr
childElems
FlexibleStringExpander[] childElems
childElems
FlexibleStringExpander[] childElems
language
java.lang.String language
parseStart
int parseStart
parseLength
int parseLength
script
java.lang.String script
parsedScript
java.lang.Class<T> parsedScript
bracketedOriginal
char[] bracketedOriginal
elContext
UelUtil.BasicContext elContext
varName
java.lang.String varName
object
java.lang.Object object
|
Package org.ofbiz.birt.report.servlet |
|
Package org.ofbiz.common.authentication.api |
serialVersionUID: 2836939874682240962L
|
Package org.ofbiz.content.content |
contentId
java.lang.String contentId
contentAssocTypeId
java.lang.String contentAssocTypeId
includeSubContents
boolean includeSubContents
keywordsString
java.lang.String keywordsString
anyPrefix
boolean anyPrefix
anySuffix
boolean anySuffix
isAnd
boolean isAnd
removeStems
boolean removeStems
fromDate
java.sql.Timestamp fromDate
thruDate
java.sql.Timestamp thruDate
fieldName
java.lang.String fieldName
ascending
boolean ascending
constraintList
java.util.List<E> constraintList
resultSortOrder
ContentSearch.ResultSortOrder resultSortOrder
viewIndex
java.lang.Integer viewIndex
viewSize
java.lang.Integer viewSize
changed
boolean changed
|
Package org.ofbiz.content.survey |
|
Package org.ofbiz.crowd.security |
SecurityServerHttpPort_address
java.lang.String SecurityServerHttpPort_address
SecurityServerHttpPortWSDDServiceName
java.lang.String SecurityServerHttpPortWSDDServiceName
ports
java.util.HashSet<E> ports
|
Package org.ofbiz.datafile |
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
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
delegatorName
java.lang.String delegatorName
- Name of the GenericDelegator, used to re-get the GenericDelegator when deserialized
originalDbValues
java.util.Map<K,V> originalDbValues
- A Map containing the original field values from the database.
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
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
|
Package org.ofbiz.entity.condition |
idInt
java.lang.Integer idInt
codeString
java.lang.String codeString
condition
EntityCondition condition
conditionList
java.util.List<E> conditionList
operator
EntityJoinOperator operator
modelField
ModelField modelField
fieldValue
java.lang.Object fieldValue
localModelEntity
ModelEntity localModelEntity
keyFieldName
java.lang.String keyFieldName
whereCond
EntityCondition whereCond
requireAll
java.lang.Boolean requireAll
fromDateName
java.lang.String fromDateName
thruDateName
java.lang.String thruDateName
lhs
java.lang.Object lhs
operator
EntityOperator<L,R,T> operator
rhs
java.lang.Object rhs
fieldMap
java.util.Map<K,V> fieldMap
fieldName
java.lang.String fieldName
entityAlias
java.lang.String entityAlias
entityAliasStack
java.util.List<E> entityAliasStack
modelViewEntity
ModelViewEntity modelViewEntity
function
EntityFunction.SQLFunction function
nested
EntityConditionValue nested
value
java.lang.Object value
fetcher
EntityFunction.Fetcher<T> fetcher
shortCircuitValue
boolean shortCircuitValue
idInt
int idInt
codeString
java.lang.String codeString
sqlString
java.lang.String sqlString
|
Package org.ofbiz.entity.finder |
fieldMap
java.util.Map<K,V> fieldMap
whereCondition
EntityFinderUtil.Condition whereCondition
havingCondition
EntityFinderUtil.Condition havingCondition
fieldName
java.lang.String fieldName
operator
EntityOperator<L,R,T> operator
envNameAcsr
FlexibleMapAccessor<T> envNameAcsr
valueExdr
FlexibleStringExpander valueExdr
ignoreExdr
FlexibleStringExpander ignoreExdr
ignoreIfNull
boolean ignoreIfNull
ignoreIfEmpty
boolean ignoreIfEmpty
ignoreCase
boolean ignoreCase
conditionList
java.util.List<E> conditionList
operator
EntityOperator<L,R,T> operator
fieldNameAcsr
FlexibleMapAccessor<T> fieldNameAcsr
startExdr
FlexibleStringExpander startExdr
sizeExdr
FlexibleStringExpander sizeExdr
viewIndexExdr
FlexibleStringExpander viewIndexExdr
viewSizeExdr
FlexibleStringExpander viewSizeExdr
entityNameExdr
FlexibleStringExpander entityNameExdr
useCacheStrExdr
FlexibleStringExpander useCacheStrExdr
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
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 |
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
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 |
modelEntity
ModelEntity modelEntity
description
java.lang.String description
- The description for documentation purposes
modelInfo
ModelInfo modelInfo
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
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
fieldsLock
java.lang.Object fieldsLock
- Synchronization object used to control access to the ModelField collection objects.
A single lock is used for all ModelField collections so collection updates are atomic.
fieldsList
java.util.List<E> fieldsList
- Model fields in the order they were defined. This list duplicates the values in fieldsMap, but
we must keep the list in its original sequence for SQL DISTINCT operations to work properly.
fieldsMap
java.util.Map<K,V> fieldsMap
pks
java.util.ArrayList<E> pks
- A List of the Field objects for the Entity, one for each Primary Key
nopks
java.util.ArrayList<E> nopks
- A List of the Field objects for the Entity, one for each NON Primary Key
relations
java.util.concurrent.CopyOnWriteArrayList<E> relations
- relations defining relationships between this entity and other entities
indexes
java.util.concurrent.CopyOnWriteArrayList<E> indexes
- indexes on fields/columns in this entity
specializationOfModelEntity
ModelEntity specializationOfModelEntity
- The reference of the dependentOn entity model
specializedEntities
java.util.Map<K,V> specializedEntities
- The list of entities that are specialization of on this entity
viewEntities
java.util.Set<E> 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
neverCheck
boolean neverCheck
autoClearCache
boolean autoClearCache
location
java.lang.String location
- The location of this entity's definition
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
colValue
java.lang.String colValue
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
fieldSet
java.lang.String fieldSet
- when any field in the same set is selected in a query, all fields in that set will be selected
validators
java.util.List<E> validators
- validators to be called when an update is done
type
java.lang.String type
- The type of the Field
javaType
java.lang.String javaType
- The java-type of the Field
jdbcValueHandler
JdbcValueHandler<T> jdbcValueHandler
- The JDBC value handler for this 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
fieldTypeCache
java.util.Map<K,V> fieldTypeCache
groupCache
java.util.Map<K,V> groupCache
groupNames
java.util.Set<E> groupNames
modelName
java.lang.String modelName
entityGroupResourceHandlers
java.util.List<E> entityGroupResourceHandlers
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
fields
java.util.List<E> fields
- list of the field names included in this index
fieldName
java.lang.String fieldName
- name of the field in this entity
relFieldName
java.lang.String relFieldName
- name of the field in related entity
fullName
java.lang.String fullName
- Full name of the key map (fieldName:relFieldName)
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
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
isAutoRelation
boolean isAutoRelation
fullName
java.lang.String fullName
- A String to uniquely identify this relation.
combinedName
java.lang.String combinedName
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
groupByFields
java.util.List<E> groupByFields
- List of field names to group by
conversions
java.util.Map<K,V> conversions
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
aliasedModelEntity
ModelEntity aliasedModelEntity
complexAliasMembers
java.util.List<E> complexAliasMembers
operator
java.lang.String operator
entityAlias
java.lang.String entityAlias
field
java.lang.String field
defaultValue
java.lang.String defaultValue
function
java.lang.String function
value
java.lang.String value
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
fieldSet
java.lang.String fieldSet
isFromAliasAll
boolean isFromAliasAll
complexAliasMember
ModelViewEntity.ComplexAliasMember complexAliasMember
description
java.lang.String description
entityAlias
java.lang.String entityAlias
prefix
java.lang.String prefix
fieldsToExclude
java.util.Set<E> fieldsToExclude
groupBy
boolean groupBy
function
java.lang.String function
fieldSet
java.lang.String fieldSet
aliasName
java.lang.String aliasName
fromModelEntity
ModelEntity fromModelEntity
fieldMap
java.util.Map<K,V> fieldMap
wildcards
java.util.Set<E> wildcards
entityAlias
java.lang.String entityAlias
entityName
java.lang.String entityName
entityAlias
java.lang.String entityAlias
relEntityAlias
java.lang.String relEntityAlias
relOptional
boolean relOptional
keyMaps
java.util.List<E> keyMaps
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
entityAlias
java.lang.String entityAlias
fieldName
java.lang.String fieldName
operator
EntityComparisonOperator<L,R> operator
relEntityAlias
java.lang.String relEntityAlias
relFieldName
java.lang.String relFieldName
value
java.lang.Object value
ignoreCase
boolean ignoreCase
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
conditionList
java.util.List<E> conditionList
operator
EntityJoinOperator operator
|
Package org.ofbiz.entity.serialize |
|
Package org.ofbiz.entity.transaction |
|
Package org.ofbiz.entity.util |
bytes
byte[] bytes
- Deprecated.
specifyTypeAndConcur
boolean specifyTypeAndConcur
resultSetType
int resultSetType
resultSetConcurrency
int resultSetConcurrency
fetchSize
int fetchSize
maxRows
int maxRows
distinct
boolean distinct
limit
int limit
- LIMIT option
offset
int offset
- OFFSET option
|
Package org.ofbiz.entityext.eca |
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
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
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 |
|
Package org.ofbiz.guiapp.xui |
|
Package org.ofbiz.minilang |
element
MiniLangElement element
method
SimpleMethod method
element
org.w3c.dom.Element element
|
Package org.ofbiz.minilang.method.callops |
messageFse
FlexibleStringExpander messageFse
propertykey
java.lang.String propertykey
propertyResource
java.lang.String propertyResource
|
Package org.ofbiz.minilang.method.envops |
|
Package org.ofbiz.order.order |
viewSize
int viewSize
viewIndex
int viewIndex
orderStatusState
java.util.Map<K,V> orderStatusState
orderTypeState
java.util.Map<K,V> orderTypeState
orderFilterState
java.util.Map<K,V> orderFilterState
orderListSize
int orderListSize
|
Package org.ofbiz.order.shoppingcart |
orderType
java.lang.String orderType
channel
java.lang.String channel
poNumber
java.lang.String poNumber
orderId
java.lang.String orderId
orderName
java.lang.String orderName
orderStatusId
java.lang.String orderStatusId
orderStatusString
java.lang.String orderStatusString
firstAttemptOrderId
java.lang.String firstAttemptOrderId
externalId
java.lang.String externalId
internalCode
java.lang.String internalCode
billingAccountId
java.lang.String billingAccountId
billingAccountAmt
java.math.BigDecimal billingAccountAmt
agreementId
java.lang.String agreementId
quoteId
java.lang.String quoteId
workEffortId
java.lang.String workEffortId
nextItemSeq
long nextItemSeq
defaultItemDeliveryDate
java.lang.String defaultItemDeliveryDate
defaultItemComment
java.lang.String defaultItemComment
orderAdditionalEmails
java.lang.String orderAdditionalEmails
viewCartOnAdd
boolean viewCartOnAdd
readOnlyCart
boolean readOnlyCart
lastListRestore
java.sql.Timestamp lastListRestore
autoSaveListId
java.lang.String autoSaveListId
adjustments
java.util.List<E> adjustments
- Holds value of order adjustments.
orderTermSet
boolean orderTermSet
orderTerms
java.util.List<E> orderTerms
cartLines
java.util.List<E> cartLines
itemGroupByNumberMap
java.util.Map<K,V> itemGroupByNumberMap
nextGroupNumber
long nextGroupNumber
paymentInfo
java.util.List<E> paymentInfo
shipInfo
java.util.List<E> shipInfo
contactMechIdsMap
java.util.Map<K,V> contactMechIdsMap
orderAttributes
java.util.Map<K,V> orderAttributes
attributes
java.util.Map<K,V> attributes
internalOrderNotes
java.util.List<E> internalOrderNotes
orderNotes
java.util.List<E> orderNotes
additionalPartyRole
java.util.Map<K,V> additionalPartyRole
- contains a list of partyId for each roleTypeId (key)
defaultShipAfterDate
java.sql.Timestamp defaultShipAfterDate
- these are defaults for all ship groups
defaultShipBeforeDate
java.sql.Timestamp defaultShipBeforeDate
productPromoUseInfoList
java.util.List<E> productPromoUseInfoList
- Contains a List for each productPromoId (key) containing a productPromoCodeId (or empty string for no code) for each use of the productPromoId
productPromoCodes
java.util.Set<E> productPromoCodes
- Contains the promo codes entered
freeShippingProductPromoActions
java.util.List<E> freeShippingProductPromoActions
desiredAlternateGiftByAction
java.util.Map<K,V> desiredAlternateGiftByAction
- Note that even though this is promotion info, it should NOT be cleared when the promos are cleared, it is a preference that will be used in the next promo calculation
cartCreatedTs
java.sql.Timestamp cartCreatedTs
delegatorName
java.lang.String delegatorName
productStoreId
java.lang.String productStoreId
doPromotions
boolean doPromotions
transactionId
java.lang.String transactionId
facilityId
java.lang.String facilityId
webSiteId
java.lang.String webSiteId
terminalId
java.lang.String terminalId
autoOrderShoppingListId
java.lang.String autoOrderShoppingListId
orderPartyId
java.lang.String orderPartyId
- General partyId for the Order, all other IDs default to this one if not specified explicitly
placingCustomerPartyId
java.lang.String placingCustomerPartyId
billToCustomerPartyId
java.lang.String billToCustomerPartyId
shipToCustomerPartyId
java.lang.String shipToCustomerPartyId
endUserCustomerPartyId
java.lang.String endUserCustomerPartyId
billFromVendorPartyId
java.lang.String billFromVendorPartyId
shipFromVendorPartyId
java.lang.String shipFromVendorPartyId
supplierAgentPartyId
java.lang.String supplierAgentPartyId
userLogin
GenericValue userLogin
autoUserLogin
GenericValue autoUserLogin
locale
java.util.Locale locale
currencyUom
java.lang.String currencyUom
holdOrder
boolean holdOrder
orderDate
java.sql.Timestamp orderDate
cancelBackOrderDate
java.sql.Timestamp cancelBackOrderDate
paymentMethodTypeId
java.lang.String paymentMethodTypeId
paymentMethodId
java.lang.String paymentMethodId
finAccountId
java.lang.String finAccountId
securityCode
java.lang.String securityCode
postalCode
java.lang.String postalCode
refNum
java.lang.String[] refNum
track2
java.lang.String track2
amount
java.math.BigDecimal amount
singleUse
boolean singleUse
isPresent
boolean isPresent
isSwiped
boolean isSwiped
overflow
boolean overflow
shipItemInfo
java.util.Map<K,V> shipItemInfo
shipTaxAdj
java.util.List<E> shipTaxAdj
orderTypeId
java.lang.String orderTypeId
internalContactMechId
java.lang.String internalContactMechId
telecomContactMechId
java.lang.String telecomContactMechId
shipmentMethodTypeId
java.lang.String shipmentMethodTypeId
supplierPartyId
java.lang.String supplierPartyId
carrierRoleTypeId
java.lang.String carrierRoleTypeId
carrierPartyId
java.lang.String carrierPartyId
facilityId
java.lang.String facilityId
giftMessage
java.lang.String giftMessage
shippingInstructions
java.lang.String shippingInstructions
maySplit
java.lang.String maySplit
isGift
java.lang.String isGift
shipEstimate
java.math.BigDecimal shipEstimate
shipBeforeDate
java.sql.Timestamp shipBeforeDate
shipAfterDate
java.sql.Timestamp shipAfterDate
shipGroupSeqId
java.lang.String shipGroupSeqId
associatedShipGroupSeqId
java.lang.String associatedShipGroupSeqId
vendorPartyId
java.lang.String vendorPartyId
productStoreShipMethId
java.lang.String productStoreShipMethId
attributes
java.util.Map<K,V> attributes
itemTaxAdj
java.util.List<E> itemTaxAdj
item
ShoppingCartItem item
quantity
java.math.BigDecimal quantity
productPromoId
java.lang.String productPromoId
productPromoCodeId
java.lang.String productPromoCodeId
totalDiscountAmount
java.math.BigDecimal totalDiscountAmount
quantityLeftInActions
java.math.BigDecimal quantityLeftInActions
groupNumber
java.lang.String groupNumber
groupName
java.lang.String groupName
parentGroup
ShoppingCart.ShoppingCartItemGroup parentGroup
delegatorName
java.lang.String delegatorName
prodCatalogId
java.lang.String prodCatalogId
productId
java.lang.String productId
supplierProductId
java.lang.String supplierProductId
parentProductId
java.lang.String parentProductId
externalId
java.lang.String externalId
itemType
java.lang.String itemType
- ends up in orderItemTypeId
itemGroup
ShoppingCart.ShoppingCartItemGroup itemGroup
productCategoryId
java.lang.String productCategoryId
itemDescription
java.lang.String itemDescription
reservStart
java.sql.Timestamp reservStart
- for reservations: date start
reservLength
java.math.BigDecimal reservLength
- for reservations: length
reservPersons
java.math.BigDecimal reservPersons
- for reservations: number of persons using
accommodationMapId
java.lang.String accommodationMapId
accommodationSpotId
java.lang.String accommodationSpotId
quantity
java.math.BigDecimal quantity
basePrice
java.math.BigDecimal basePrice
displayPrice
java.math.BigDecimal displayPrice
recurringBasePrice
java.math.BigDecimal recurringBasePrice
recurringDisplayPrice
java.math.BigDecimal recurringDisplayPrice
specialPromoPrice
java.math.BigDecimal specialPromoPrice
- comes from price calc, used for special promo price promotion action
reserv2ndPPPerc
java.math.BigDecimal reserv2ndPPPerc
- for reservations: extra % 2nd person
reservNthPPPerc
java.math.BigDecimal reservNthPPPerc
- for reservations: extra % Nth person
listPrice
java.math.BigDecimal listPrice
isModifiedPrice
boolean isModifiedPrice
- flag to know if the price have been modified
selectedAmount
java.math.BigDecimal selectedAmount
requirementId
java.lang.String requirementId
quoteId
java.lang.String quoteId
quoteItemSeqId
java.lang.String quoteItemSeqId
associatedOrderId
java.lang.String associatedOrderId
associatedOrderItemSeqId
java.lang.String associatedOrderItemSeqId
orderItemAssocTypeId
java.lang.String orderItemAssocTypeId
statusId
java.lang.String statusId
orderItemAttributes
java.util.Map<K,V> orderItemAttributes
attributes
java.util.Map<K,V> attributes
orderItemSeqId
java.lang.String orderItemSeqId
locale
java.util.Locale locale
shipBeforeDate
java.sql.Timestamp shipBeforeDate
shipAfterDate
java.sql.Timestamp shipAfterDate
estimatedShipDate
java.sql.Timestamp estimatedShipDate
cancelBackOrderDate
java.sql.Timestamp cancelBackOrderDate
contactMechIdsMap
java.util.Map<K,V> contactMechIdsMap
orderItemPriceInfos
java.util.List<E> orderItemPriceInfos
itemAdjustments
java.util.List<E> itemAdjustments
isPromo
boolean isPromo
promoQuantityUsed
java.math.BigDecimal promoQuantityUsed
quantityUsedPerPromoCandidate
java.util.Map<K,V> quantityUsedPerPromoCandidate
quantityUsedPerPromoFailed
java.util.Map<K,V> quantityUsedPerPromoFailed
quantityUsedPerPromoActual
java.util.Map<K,V> quantityUsedPerPromoActual
additionalProductFeatureAndAppls
java.util.Map<K,V> additionalProductFeatureAndAppls
alternativeOptionProductIds
java.util.List<E> alternativeOptionProductIds
configWrapper
ProductConfigWrapper configWrapper
featuresForSupplier
java.util.List<E> featuresForSupplier
|
Package org.ofbiz.order.shoppingcart.product |
|
Package org.ofbiz.order.thirdparty.taxware |
session
XuiSession session
cart
ShoppingCart cart
ch
CheckOutHelper ch
trace
java.io.PrintWriter trace
txLog
GenericValue txLog
productStoreId
java.lang.String productStoreId
transactionId
java.lang.String transactionId
facilityId
java.lang.String facilityId
terminalId
java.lang.String terminalId
currency
java.lang.String currency
orderId
java.lang.String orderId
partyId
java.lang.String partyId
locale
java.util.Locale locale
isOpen
boolean isOpen
drawerIdx
int drawerIdx
shipAddress
GenericValue shipAddress
skuDiscounts
java.util.Map<K,V> skuDiscounts
cartDiscount
int cartDiscount
|
Package org.ofbiz.pos.config |
buttonName
java.lang.String buttonName
className
java.lang.String className
method
java.lang.String method
keyCode
int keyCode
disableLock
boolean disableLock
|
Package org.ofbiz.pos.screen |
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_nameLabel
net.xoetrope.swing.XLabel m_nameLabel
m_nameEdit
net.xoetrope.swing.XEdit m_nameEdit
m_nameRadioEquals
net.xoetrope.swing.XRadioButton m_nameRadioEquals
m_nameRadioContains
net.xoetrope.swing.XRadioButton m_nameRadioContains
m_emailLabel
net.xoetrope.swing.XLabel m_emailLabel
m_emailEdit
net.xoetrope.swing.XEdit m_emailEdit
m_phoneLabel
net.xoetrope.swing.XLabel m_phoneLabel
m_phoneEdit
net.xoetrope.swing.XEdit m_phoneEdit
m_cardLabel
net.xoetrope.swing.XLabel m_cardLabel
m_cardEdit
net.xoetrope.swing.XEdit m_cardEdit
m_clientListLabel
net.xoetrope.swing.XLabel m_clientListLabel
m_clientListCombo
net.xoetrope.swing.XComboBox m_clientListCombo
m_clientListBidingCombo
java.util.List<E> m_clientListBidingCombo
m_tipLoginPwdLabel
net.xoetrope.swing.XLabel m_tipLoginPwdLabel
m_search
net.xoetrope.swing.XButton m_search
m_create
net.xoetrope.swing.XButton m_create
m_edit
net.xoetrope.swing.XButton m_edit
m_select
net.xoetrope.swing.XButton m_select
m_cancel
net.xoetrope.swing.XButton m_cancel
m_comboModel
javax.swing.DefaultComboBoxModel m_comboModel
m_type
java.lang.String m_type
cancelled
boolean cancelled
m_partyId
java.lang.String m_partyId
m_pos
PosScreen m_pos
m_configureItem
ConfigureItem m_configureItem
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_configList
net.xoetrope.swing.XList m_configList
m_optionList
net.xoetrope.swing.XList m_optionList
m_ok
net.xoetrope.swing.XButton m_ok
m_reset
net.xoetrope.swing.XButton m_reset
m_optionListPane
net.xoetrope.swing.XScrollPane m_optionListPane
m_trans
PosTransaction m_trans
m_pcw
ProductConfigWrapper m_pcw
m_buttonList
java.util.List<E> m_buttonList
questionHashMap
java.util.Map<K,V> questionHashMap
m_edit
net.xoetrope.swing.XEdit m_edit
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_pos
PosScreen m_pos
m_pageSupport
net.xoetrope.xui.PageSupport m_pageSupport
originalText
java.lang.String originalText
m_shift
boolean m_shift
m_shiftLock
boolean m_shiftLock
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_salesList
net.xoetrope.swing.XList m_salesList
m_cancel
net.xoetrope.swing.XButton m_cancel
m_add
net.xoetrope.swing.XButton m_add
m_replace
net.xoetrope.swing.XButton m_replace
m_delete
net.xoetrope.swing.XButton m_delete
m_replaceAndDelete
net.xoetrope.swing.XButton m_replaceAndDelete
m_listModel
javax.swing.DefaultListModel m_listModel
m_edit
net.xoetrope.swing.XEdit m_edit
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_pos
PosScreen m_pos
m_pageSupport
net.xoetrope.xui.PageSupport m_pageSupport
m_minus
boolean m_minus
m_percent
boolean m_percent
originalText
java.lang.String originalText
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_amoutLabel
net.xoetrope.swing.XLabel m_amoutLabel
m_amountEdit
net.xoetrope.swing.XEdit m_amountEdit
m_reasonLabel
net.xoetrope.swing.XLabel m_reasonLabel
m_reasonCombo
net.xoetrope.swing.XComboBox m_reasonCombo
m_reasonCommentLabel
net.xoetrope.swing.XLabel m_reasonCommentLabel
m_reasonCommentEdit
net.xoetrope.swing.XEdit m_reasonCommentEdit
m_cancel
net.xoetrope.swing.XButton m_cancel
m_ok
net.xoetrope.swing.XButton m_ok
m_comboModel
javax.swing.DefaultComboBoxModel m_comboModel
m_type
java.lang.String m_type
cancelled
boolean cancelled
currentProject
net.xoetrope.xui.XProject currentProject
classLoader
java.lang.ClassLoader classLoader
session
XuiSession session
output
Output output
input
InputWithPassword input
journal
Journal journal
operator
Operator operator
buttons
PosButton buttons
scrLocation
java.lang.String scrLocation
isLocked
boolean isLocked
inDialog
boolean inDialog
promoStatusBar
PromoStatusBar promoStatusBar
defaultLocale
java.util.Locale defaultLocale
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_saleName
net.xoetrope.swing.XEdit m_saleName
m_cancel
net.xoetrope.swing.XButton m_cancel
m_save
net.xoetrope.swing.XButton m_save
m_saveAndClear
net.xoetrope.swing.XButton m_saveAndClear
m_dialog
net.xoetrope.swing.XDialog m_dialog
m_productsList
net.xoetrope.swing.XList m_productsList
m_cancel
net.xoetrope.swing.XButton m_cancel
m_select
net.xoetrope.swing.XButton m_select
m_listModel
javax.swing.DefaultListModel m_listModel
|
Package org.ofbiz.product.category |
|
Package org.ofbiz.product.config |
dispatcherName
java.lang.String dispatcherName
delegatorName
java.lang.String delegatorName
productConfigItem
GenericValue productConfigItem
locale
java.util.Locale locale
mimeTypeId
java.lang.String mimeTypeId
dispatcherName
java.lang.String dispatcherName
productStoreId
java.lang.String productStoreId
catalogId
java.lang.String catalogId
webSiteId
java.lang.String webSiteId
currencyUomId
java.lang.String currencyUomId
delegatorName
java.lang.String delegatorName
product
GenericValue product
autoUserLogin
GenericValue autoUserLogin
listPrice
java.math.BigDecimal listPrice
basePrice
java.math.BigDecimal basePrice
defaultPrice
java.math.BigDecimal defaultPrice
configId
java.lang.String configId
questions
java.util.List<E> questions
configItem
GenericValue configItem
configItemAssoc
GenericValue configItemAssoc
content
ProductConfigItemContentWrapper content
options
java.util.List<E> options
first
boolean first
optionListPrice
java.math.BigDecimal optionListPrice
optionPrice
java.math.BigDecimal optionPrice
availabilityDate
java.util.Date availabilityDate
componentList
java.util.List<E> componentList
componentOptions
java.util.Map<K,V> componentOptions
configOption
GenericValue configOption
selected
boolean selected
available
boolean available
parentConfigItem
ProductConfigWrapper.ConfigItem parentConfigItem
comments
java.lang.String comments
|
Package org.ofbiz.product.imagemanagement |
|
Package org.ofbiz.product.product |
prodCatalogId
java.lang.String prodCatalogId
productCategories
java.util.List<E> productCategories
productCategoryId
java.lang.String productCategoryId
includeSubCategories
boolean includeSubCategories
exclude
java.lang.Boolean exclude
- This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
productFeatureCategoryId
java.lang.String productFeatureCategoryId
exclude
java.lang.Boolean exclude
- This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
productFeatureId
java.lang.String productFeatureId
exclude
java.lang.Boolean exclude
- This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
productFeatureGroupId
java.lang.String productFeatureGroupId
exclude
java.lang.Boolean exclude
- This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
productFeatureIdSet
java.util.Set<E> productFeatureIdSet
exclude
java.lang.Boolean exclude
- This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
goodIdentificationTypeId
java.lang.String goodIdentificationTypeId
goodIdentificationValue
java.lang.String goodIdentificationValue
include
java.lang.Boolean include
keywordsString
java.lang.String keywordsString
anyPrefix
boolean anyPrefix
anySuffix
boolean anySuffix
isAnd
boolean isAnd
removeStems
boolean removeStems
fromDate
java.sql.Timestamp fromDate
thruDate
java.sql.Timestamp thruDate
lowPrice
java.math.BigDecimal lowPrice
highPrice
java.math.BigDecimal highPrice
currencyUomId
java.lang.String currencyUomId
keyword
java.lang.String keyword
productFieldName
java.lang.String productFieldName
productFeatureTypeId
java.lang.String productFeatureTypeId
ascending
boolean ascending
fieldName
java.lang.String fieldName
ascending
boolean ascending
productPriceTypeId
java.lang.String productPriceTypeId
currencyUomId
java.lang.String currencyUomId
productStoreGroupId
java.lang.String productStoreGroupId
ascending
boolean ascending
productStoreGroupId
java.lang.String productStoreGroupId
productPriceTypeId
java.lang.String productPriceTypeId
currencyUomId
java.lang.String currencyUomId
supplierPartyId
java.lang.String supplierPartyId
constraintList
java.util.List<E> constraintList
topProductCategoryId
java.lang.String topProductCategoryId
resultSortOrder
ProductSearch.ResultSortOrder resultSortOrder
viewIndex
java.lang.Integer viewIndex
viewSize
java.lang.Integer viewSize
changed
boolean changed
paging
java.lang.String paging
previousViewSize
java.lang.Integer previousViewSize
|
Package org.ofbiz.security |
|
Package org.ofbiz.service |
name
java.lang.String name
model
java.lang.String model
errorMsgList
java.util.List<E> errorMsgList
errorMsgMap
java.util.Map<K,V> errorMsgMap
nestedServiceResult
java.util.Map<K,V> nestedServiceResult
completed
boolean completed
status
int status
result
java.util.Map<K,V> result
t
java.lang.Throwable t
name
java.lang.String name
- Parameter name
description
java.lang.String description
- The description of this parameter
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
requestAttributeName
java.lang.String requestAttributeName
- Request attribute to look for if not defined as a parameter
sessionAttributeName
java.lang.String sessionAttributeName
- Session attribute to look for if not defined as a parameter
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?
permissions
java.util.List<E> permissions
joinType
java.lang.String joinType
serviceModel
ModelService serviceModel
permissionType
int permissionType
nameOrRole
java.lang.String nameOrRole
action
java.lang.String action
permissionServiceName
java.lang.String permissionServiceName
permissionResourceDesc
java.lang.String permissionResourceDesc
auth
java.lang.Boolean auth
clazz
java.lang.String clazz
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)
hideResultInLog
boolean hideResultInLog
- Require a new transaction for this service
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)
metrics
Metrics metrics
- Service metrics.
isFromURL
boolean isFromURL
- is either from a URL or from a ResourceLoader (through the ResourceHandler)
readerURL
java.net.URL readerURL
handler
ResourceHandler handler
dctx
DispatchContext dctx
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 |
info
RecurrenceInfo info
sequence
int sequence
- 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.
range
DateRange range
dayOfWeek
int dayOfWeek
occurrence
int occurrence
end
int end
start
int start
end
int end
start
int start
excluded
TemporalExpression excluded
included
TemporalExpression included
freqCount
int freqCount
freqType
int freqType
start
java.util.Date start
end
int end
start
int start
expressionSet
java.util.Set<E> expressionSet
end
int end
start
int start
end
int end
start
int start
excluded
TemporalExpression excluded
included
TemporalExpression included
substitute
TemporalExpression substitute
expressionSet
java.util.Set<E> expressionSet
|
Package org.ofbiz.service.config |
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 |
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
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
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 |
service
java.lang.String service
context
java.util.Map<K,V> context
nextRecurrence
long nextRecurrence
maxRetry
long maxRetry
currentRetryCount
long currentRetryCount
jobValue
GenericValue jobValue
startTime
long startTime
jobValue
GenericValue jobValue
|
Package org.ofbiz.service.mail |
mailProperties
java.util.Properties mailProperties
contentType
java.lang.String contentType
serializedBytes
byte[] serializedBytes
parts
int parts
serviceName
java.lang.String serviceName
serviceMode
java.lang.String serviceMode
runAsUser
java.lang.String runAsUser
persist
boolean persist
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
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 |
dispatcher
LocalDispatcher dispatcher
|
Package org.ofbiz.service.rmi.socket.ssl |
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 |
|
Package org.ofbiz.shipment.packing |
userLogin
GenericValue userLogin
pickerPartyId
java.lang.String pickerPartyId
primaryOrderId
java.lang.String primaryOrderId
primaryShipGrp
java.lang.String primaryShipGrp
dispatcherName
java.lang.String dispatcherName
delegatorName
java.lang.String delegatorName
picklistBinId
java.lang.String picklistBinId
facilityId
java.lang.String facilityId
shipmentId
java.lang.String shipmentId
instructions
java.lang.String instructions
weightUomId
java.lang.String weightUomId
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
additionalShippingCharge
java.math.BigDecimal additionalShippingCharge
packageWeights
java.util.Map<K,V> packageWeights
packEvents
java.util.List<E> packEvents
packLines
java.util.List<E> packLines
itemInfos
java.util.List<E> itemInfos
packageSeq
int packageSeq
status
int status
module
java.lang.String module
orderId
java.lang.String orderId
orderItemSeqId
java.lang.String orderItemSeqId
shipGroupSeqId
java.lang.String shipGroupSeqId
productId
java.lang.String productId
inventoryItemId
java.lang.String inventoryItemId
shipmentItemSeqId
java.lang.String shipmentItemSeqId
quantity
java.math.BigDecimal quantity
weight
java.math.BigDecimal weight
height
java.math.BigDecimal height
width
java.math.BigDecimal width
length
java.math.BigDecimal length
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
weightPackageSeqId
java.lang.String weightPackageSeqId
packageSeq
int packageSeq
|
Package org.ofbiz.shipment.thirdparty.usps |
|
Package org.ofbiz.shipment.verify |
userLogin
GenericValue userLogin
dispatcherName
java.lang.String dispatcherName
delegatorName
java.lang.String delegatorName
picklistBinId
java.lang.String picklistBinId
facilityId
java.lang.String facilityId
pickRows
java.util.List<E> pickRows
orderId
java.lang.String orderId
orderItemSeqId
java.lang.String orderItemSeqId
shipGroupSeqId
java.lang.String shipGroupSeqId
productId
java.lang.String productId
originGeoId
java.lang.String originGeoId
inventoryItemId
java.lang.String inventoryItemId
readyToVerifyQty
java.math.BigDecimal readyToVerifyQty
orderItem
GenericValue orderItem
shipmentItemSeqId
java.lang.String shipmentItemSeqId
invoiceItemSeqId
java.lang.String invoiceItemSeqId
|
Package org.ofbiz.shipment.weightPackage |
userLogin
GenericValue userLogin
dispatcherName
java.lang.String dispatcherName
delegatorName
java.lang.String delegatorName
primaryOrderId
java.lang.String primaryOrderId
primaryShipGrpSeqId
java.lang.String primaryShipGrpSeqId
picklistBinId
java.lang.String picklistBinId
shipmentId
java.lang.String shipmentId
invoiceId
java.lang.String invoiceId
facilityId
java.lang.String facilityId
carrierPartyId
java.lang.String carrierPartyId
dimensionUomId
java.lang.String dimensionUomId
weightUomId
java.lang.String weightUomId
estimatedShipCost
java.math.BigDecimal estimatedShipCost
actualShipCost
java.math.BigDecimal actualShipCost
weightPackageSeqId
int weightPackageSeqId
weightPackageLines
java.util.List<E> weightPackageLines
orderId
java.lang.String orderId
packageWeight
java.math.BigDecimal packageWeight
packageLength
java.math.BigDecimal packageLength
packageWidth
java.math.BigDecimal packageWidth
packageHeight
java.math.BigDecimal packageHeight
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
shipmentItemSeqId
java.lang.String shipmentItemSeqId
weightPackageSeqId
int weightPackageSeqId
serialVersionUID: 1L
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.ofbiz.webapp.control |
|
Package org.ofbiz.webapp.event |
contentLength
long contentLength
bytesRead
long bytesRead
items
int items
hasStarted
boolean hasStarted
|
Package org.ofbiz.webapp.region |
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
sections
java.util.Map<K,V> sections
id
java.lang.String id
regionObj
Region regionObj
template
java.lang.String template
region
java.lang.String region
sectionName
java.lang.String sectionName
role
java.lang.String role
permission
java.lang.String permission
action
java.lang.String action
name
java.lang.String name
info
java.lang.String info
regionManager
RegionManager regionManager
|
Package org.ofbiz.webapp.taglib |
inParameters
java.util.Map<K,V> inParameters
outParameters
java.util.Map<K,V> outParameters
field
java.lang.String field
type
java.lang.String type
attribute
java.lang.String attribute
defaultObj
java.lang.Object defaultObj
prefix
java.lang.String prefix
suffix
java.lang.String suffix
type
java.lang.String type
defaultStr
java.lang.String defaultStr
baseName
java.lang.String baseName
bundle
java.util.ResourceBundle bundle
key
java.lang.String key
value
java.lang.String value
bundle
java.util.ResourceBundle bundle
arguments
java.util.List<E> arguments
name
java.lang.String name
value
java.lang.String value
type
java.lang.String type
size
java.lang.Integer size
field
java.lang.String field
param
java.lang.String param
entityAttr
java.lang.String entityAttr
tryEntityAttr
java.lang.String tryEntityAttr
defaultStr
java.lang.String defaultStr
fullattrsStr
java.lang.String fullattrsStr
name
java.lang.String name
type
java.lang.Class<T> type
element
java.lang.Object element
expandMap
boolean expandMap
iterator
java.util.Iterator<E> iterator
name
java.lang.String name
property
java.lang.String property
element
java.lang.Object element
type
java.lang.Class<T> type
limit
int limit
offset
int offset
expandMap
boolean expandMap
element
java.lang.Object element
name
java.lang.String name
property
java.lang.String property
type
java.lang.Class<T> type
name
java.lang.String name
mode
java.lang.String mode
map
java.lang.String map
alias
java.lang.String alias
attribute
java.lang.String attribute
paramValue
java.lang.Object paramValue
attribute
java.lang.String attribute
defaultStr
java.lang.String defaultStr
serviceName
java.lang.String serviceName
resultScope
java.lang.String resultScope
mode
java.lang.String mode
|
Package org.ofbiz.webapp.view |
|
Package org.ofbiz.webapp.webdav |
delegator
Delegator delegator
dispatcher
LocalDispatcher dispatcher
handlerFactory
RequestHandlerFactory handlerFactory
security
Security security
|
Package org.ofbiz.webpos.session |
name
java.lang.String name
enableWidgetBoundaryComments
boolean enableWidgetBoundaryComments
systemId
java.lang.String systemId
startColumn
int startColumn
startLine
int startLine
modelWidget
ModelWidget modelWidget
finder
ByAndFinder finder
finder
ByConditionFinder finder
finder
PrimaryKeyFinder finder
valueNameAcsr
FlexibleMapAccessor<T> valueNameAcsr
listNameAcsr
FlexibleMapAccessor<T> listNameAcsr
mapAcsr
FlexibleMapAccessor<T> mapAcsr
orderByListAcsr
FlexibleMapAccessor<T> orderByListAcsr
relationName
java.lang.String relationName
useCache
boolean useCache
valueNameAcsr
FlexibleMapAccessor<T> valueNameAcsr
toValueNameAcsr
FlexibleMapAccessor<T> toValueNameAcsr
relationName
java.lang.String relationName
useCache
boolean useCache
resourceExdr
FlexibleStringExpander resourceExdr
mapNameAcsr
FlexibleMapAccessor<T> mapNameAcsr
globalExdr
FlexibleStringExpander globalExdr
resourceExdr
FlexibleStringExpander resourceExdr
propertyExdr
FlexibleStringExpander propertyExdr
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
defaultExdr
FlexibleStringExpander defaultExdr
noLocale
boolean noLocale
argListAcsr
FlexibleMapAccessor<T> argListAcsr
globalExdr
FlexibleStringExpander globalExdr
location
java.lang.String location
method
java.lang.String method
serviceNameExdr
FlexibleStringExpander serviceNameExdr
resultMapNameAcsr
FlexibleMapAccessor<T> resultMapNameAcsr
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
fieldMap
java.util.Map<K,V> fieldMap
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
|
Package org.ofbiz.widget.form |
entityModelReader
ModelReader entityModelReader
dispatchContext
DispatchContext dispatchContext
formLocation
java.lang.String formLocation
parentFormName
java.lang.String parentFormName
parentFormLocation
java.lang.String parentFormLocation
parentModelForm
ModelForm parentModelForm
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
paginate
FlexibleStringExpander paginate
paginateTarget
FlexibleStringExpander paginateTarget
paginateIndexField
FlexibleStringExpander paginateIndexField
paginateSizeField
FlexibleStringExpander paginateSizeField
overrideListSize
FlexibleStringExpander overrideListSize
paginateFirstLabel
FlexibleStringExpander paginateFirstLabel
paginatePreviousLabel
FlexibleStringExpander paginatePreviousLabel
paginateNextLabel
FlexibleStringExpander paginateNextLabel
paginateLastLabel
FlexibleStringExpander paginateLastLabel
paginateViewSizeLabel
FlexibleStringExpander paginateViewSizeLabel
paginateTargetAnchor
java.lang.String paginateTargetAnchor
paginateStyle
java.lang.String paginateStyle
separateColumns
boolean separateColumns
groupColumns
boolean groupColumns
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
lastOrderFields
java.util.List<E> lastOrderFields
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 |
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 |
subWidgets
java.util.List<E> subWidgets
locationExdr
FlexibleStringExpander locationExdr
locationExdr
FlexibleStringExpander locationExdr
sectionMap
java.util.Map<K,V> sectionMap
name
java.lang.String name
subWidgets
java.util.List<E> subWidgets
childWidget
ModelScreenWidget childWidget
sectionList
java.util.List<E> sectionList
listNameExdr
FlexibleMapAccessor<T> listNameExdr
entryNameExdr
FlexibleStringExpander entryNameExdr
keyNameExdr
FlexibleStringExpander keyNameExdr
paginateTarget
FlexibleStringExpander paginateTarget
paginate
FlexibleStringExpander paginate
viewIndex
int viewIndex
viewSize
int viewSize
lowIndex
int lowIndex
highIndex
int highIndex
listSize
int listSize
actualPageSize
int actualPageSize
sourceLocation
java.lang.String sourceLocation
transactionTimeoutExdr
FlexibleStringExpander transactionTimeoutExdr
modelScreenMap
java.util.Map<K,V> modelScreenMap
useTransaction
boolean useTransaction
useCache
boolean useCache
section
ModelScreenWidget.Section section
modelScreen
ModelScreen modelScreen
- Deprecated.
finder
ByAndFinder finder
- Deprecated.
finder
ByConditionFinder finder
- Deprecated.
finder
PrimaryKeyFinder finder
- Deprecated.
valueNameAcsr
FlexibleMapAccessor<T> valueNameAcsr
- Deprecated.
listNameAcsr
FlexibleMapAccessor<T> listNameAcsr
- Deprecated.
mapAcsr
FlexibleMapAccessor<T> mapAcsr
- Deprecated.
orderByListAcsr
FlexibleMapAccessor<T> orderByListAcsr
- Deprecated.
relationName
java.lang.String relationName
- Deprecated.
useCache
boolean useCache
- Deprecated.
valueNameAcsr
FlexibleMapAccessor<T> valueNameAcsr
- Deprecated.
toValueNameAcsr
FlexibleMapAccessor<T> toValueNameAcsr
- Deprecated.
relationName
java.lang.String relationName
- Deprecated.
useCache
boolean useCache
- Deprecated.
resourceExdr
FlexibleStringExpander resourceExdr
- Deprecated.
mapNameAcsr
FlexibleMapAccessor<T> mapNameAcsr
- Deprecated.
globalExdr
FlexibleStringExpander globalExdr
- Deprecated.
resourceExdr
FlexibleStringExpander resourceExdr
- Deprecated.
propertyExdr
FlexibleStringExpander propertyExdr
- Deprecated.
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
- Deprecated.
defaultExdr
FlexibleStringExpander defaultExdr
- Deprecated.
noLocale
boolean noLocale
- Deprecated.
argListAcsr
FlexibleMapAccessor<T> argListAcsr
- Deprecated.
globalExdr
FlexibleStringExpander globalExdr
- Deprecated.
location
java.lang.String location
- Deprecated.
method
java.lang.String method
- Deprecated.
serviceNameExdr
FlexibleStringExpander serviceNameExdr
- Deprecated.
resultMapNameAcsr
FlexibleMapAccessor<T> resultMapNameAcsr
- Deprecated.
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
- Deprecated.
fieldMap
java.util.Map<K,V> fieldMap
- Deprecated.
field
FlexibleMapAccessor<T> field
- Deprecated.
fromField
FlexibleMapAccessor<T> fromField
- Deprecated.
valueExdr
FlexibleStringExpander valueExdr
- Deprecated.
defaultExdr
FlexibleStringExpander defaultExdr
- Deprecated.
globalExdr
FlexibleStringExpander globalExdr
- Deprecated.
type
java.lang.String type
- Deprecated.
toScope
java.lang.String toScope
- Deprecated.
fromScope
java.lang.String fromScope
- Deprecated.
modelScreen
ModelScreen modelScreen
rootCondition
ModelScreenCondition.ScreenCondition rootCondition
subConditions
java.util.List<E> subConditions
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
valueExdr
FlexibleStringExpander valueExdr
operator
java.lang.String operator
type
java.lang.String type
formatExdr
FlexibleStringExpander formatExdr
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
toFieldAcsr
FlexibleMapAccessor<T> toFieldAcsr
operator
java.lang.String operator
type
java.lang.String type
formatExdr
FlexibleStringExpander formatExdr
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
sectionExdr
FlexibleStringExpander sectionExdr
permissionChecker
EntityPermissionChecker permissionChecker
permissionExdr
FlexibleStringExpander permissionExdr
actionExdr
FlexibleStringExpander actionExdr
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
exprExdr
FlexibleStringExpander exprExdr
serviceExdr
FlexibleStringExpander serviceExdr
actionExdr
FlexibleStringExpander actionExdr
ctxMapExdr
FlexibleStringExpander ctxMapExdr
resExdr
FlexibleStringExpander resExdr
fieldAcsr
FlexibleMapAccessor<T> fieldAcsr
methodExdr
FlexibleStringExpander methodExdr
classExdr
FlexibleStringExpander classExdr
subCondition
ModelScreenCondition.ScreenCondition subCondition
subConditions
java.util.List<E> subConditions
modelScreen
ModelScreen modelScreen
subConditions
java.util.List<E> subConditions
modelScreen
ModelScreen modelScreen
idExdr
FlexibleStringExpander idExdr
styleExdr
FlexibleStringExpander styleExdr
autoUpdateTargetExdr
FlexibleStringExpander autoUpdateTargetExdr
autoUpdateInterval
java.lang.String autoUpdateInterval
subWidgets
java.util.List<E> subWidgets
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
nameExdr
FlexibleStringExpander nameExdr
locationExdr
FlexibleStringExpander locationExdr
sectionMap
java.util.Map<K,V> sectionMap
subWidgets
java.util.List<E> subWidgets
nameExdr
FlexibleStringExpander nameExdr
locationExdr
FlexibleStringExpander locationExdr
shareScopeExdr
FlexibleStringExpander shareScopeExdr
modelForm
ModelForm modelForm
idExdr
FlexibleStringExpander idExdr
styleExdr
FlexibleStringExpander styleExdr
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
nameExdr
FlexibleStringExpander nameExdr
locationExdr
FlexibleStringExpander locationExdr
shareScopeExdr
FlexibleStringExpander shareScopeExdr
textExdr
FlexibleStringExpander textExdr
idExdr
FlexibleStringExpander idExdr
styleExdr
FlexibleStringExpander styleExdr
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
width
java.lang.String width
height
java.lang.String height
parameterList
java.util.List<E> parameterList
nameExdr
FlexibleStringExpander nameExdr
locationExdr
FlexibleStringExpander locationExdr
subWidgets
java.util.Map<K,V> subWidgets
idExdr
FlexibleStringExpander idExdr
confModeExdr
FlexibleStringExpander confModeExdr
originalPortalPageId
java.lang.String originalPortalPageId
actualPortalPageId
java.lang.String actualPortalPageId
usePrivate
java.lang.Boolean usePrivate
idExdr
FlexibleStringExpander idExdr
titleExdr
FlexibleStringExpander titleExdr
navigationMenu
ModelScreenWidget.Menu navigationMenu
tabMenu
ModelScreenWidget.Menu tabMenu
navigationForm
ModelScreenWidget.Form navigationForm
collapsible
boolean collapsible
initiallyCollapsed
FlexibleStringExpander initiallyCollapsed
saveCollapsed
boolean saveCollapsed
padded
boolean padded
subWidgets
java.util.List<E> subWidgets
condition
ModelScreenCondition condition
actions
java.util.List<E> actions
subWidgets
java.util.List<E> subWidgets
failWidgets
java.util.List<E> failWidgets
isMainSection
boolean isMainSection
screenStringRenderer
ScreenStringRenderer screenStringRenderer
context
java.util.Map<K,V> context
writer
java.lang.Appendable writer
contentId
FlexibleStringExpander contentId
mapKey
FlexibleStringExpander mapKey
editRequest
FlexibleStringExpander editRequest
editContainerStyle
FlexibleStringExpander editContainerStyle
enableEditName
FlexibleStringExpander enableEditName
xmlEscape
boolean xmlEscape
nameExdr
FlexibleStringExpander nameExdr
locationExdr
FlexibleStringExpander locationExdr
shareScopeExdr
FlexibleStringExpander shareScopeExdr
|
Package org.ofbiz.widget.tree |
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
Delegator 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
|
Package org.ofbiz.workeffort.workeffort |
keywordsString
java.lang.String keywordsString
anyPrefix
boolean anyPrefix
anySuffix
boolean anySuffix
isAnd
boolean isAnd
removeStems
boolean removeStems
fromDate
java.sql.Timestamp fromDate
thruDate
java.sql.Timestamp thruDate
partyId
java.lang.String partyId
roleTypeId
java.lang.String roleTypeId
productIdSet
java.util.Set<E> productIdSet
fieldName
java.lang.String fieldName
ascending
boolean ascending
workEffortId
java.lang.String workEffortId
workEffortAssocTypeId
java.lang.String workEffortAssocTypeId
includeSubWorkEfforts
boolean includeSubWorkEfforts
reviewTextString
java.lang.String reviewTextString
constraintList
java.util.List<E> constraintList
resultSortOrder
WorkEffortSearch.ResultSortOrder resultSortOrder
viewIndex
java.lang.Integer viewIndex
viewSize
java.lang.Integer viewSize
changed
boolean changed