Serialized Form
-
Package org.apache.ofbiz.accounting
-
Exception org.apache.ofbiz.accounting.AccountingException
class AccountingException extends GenericServiceException implements Serializable
-
-
Package org.apache.ofbiz.accounting.payment
-
Class org.apache.ofbiz.accounting.payment.BillingAccountWorker.BillingAccountComparator
class BillingAccountComparator extends Object implements Serializable
-
-
Package org.apache.ofbiz.base.component
-
Exception org.apache.ofbiz.base.component.ComponentException
class ComponentException extends GenericConfigException implements Serializable -
Class org.apache.ofbiz.base.component.ComponentResourceHandler
class ComponentResourceHandler extends Object implements Serializable
-
-
Package org.apache.ofbiz.base.config
-
Class org.apache.ofbiz.base.config.FileLoader
class FileLoader extends ResourceLoader implements Serializable -
Exception org.apache.ofbiz.base.config.GenericConfigException
class GenericConfigException extends GeneralException implements Serializable -
Class org.apache.ofbiz.base.config.MainResourceHandler
class MainResourceHandler extends Object implements Serializable -
Class org.apache.ofbiz.base.config.UrlLoader
class UrlLoader extends ResourceLoader implements Serializable
-
-
Package org.apache.ofbiz.base.container
-
Exception org.apache.ofbiz.base.container.ContainerException
class ContainerException extends GenericConfigException implements Serializable
-
-
Package org.apache.ofbiz.base.conversion
-
Exception org.apache.ofbiz.base.conversion.ConversionException
class ConversionException extends Exception implements Serializable
-
-
Package org.apache.ofbiz.base.lang
-
Class org.apache.ofbiz.base.lang.ComparableRange
class ComparableRange extends Object implements Serializable-
Serialized Fields
-
end
T extends Comparable<T> end
-
isPoint
boolean isPoint
-
start
T extends Comparable<T> start
-
-
-
-
Package org.apache.ofbiz.base.start
-
Exception org.apache.ofbiz.base.start.StartupException
class StartupException extends Exception implements Serializable
-
-
Package org.apache.ofbiz.base.util
-
Class org.apache.ofbiz.base.util.DateRange
-
Exception org.apache.ofbiz.base.util.GeneralException
class GeneralException extends Exception implements Serializable -
Exception org.apache.ofbiz.base.util.GeneralRuntimeException
class GeneralRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
nested
Throwable nested
-
-
-
Exception org.apache.ofbiz.base.util.HttpClientException
class HttpClientException extends GeneralException implements Serializable-
Serialized Fields
-
nested
Throwable nested
-
-
-
Class org.apache.ofbiz.base.util.MessageString
class MessageString extends Object implements Serializable -
Class org.apache.ofbiz.base.util.ObjectType.NullObject
class NullObject extends Object implements Serializable -
Class org.apache.ofbiz.base.util.TimeDuration
class TimeDuration extends Object implements Serializable-
Serialized Fields
-
days
int days
-
hours
int hours
-
milliseconds
int milliseconds
-
minutes
int minutes
-
months
int months
-
seconds
int seconds
-
years
int years
-
-
-
Class org.apache.ofbiz.base.util.TimeDuration.NullDuration
class NullDuration extends TimeDuration implements Serializable -
Exception org.apache.ofbiz.base.util.UtilCodec.IntrusionException
class IntrusionException extends GeneralRuntimeException implements Serializable -
Class org.apache.ofbiz.base.util.UtilProperties
class UtilProperties extends Object implements Serializable -
Class org.apache.ofbiz.base.util.UtilProperties.ExtendedProperties
class ExtendedProperties extends Properties implements Serializable
-
-
Package org.apache.ofbiz.base.util.cache
-
Class org.apache.ofbiz.base.util.cache.UtilCache
class UtilCache extends Object implements Serializable-
Serialized Fields
-
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. -
hitCount
AtomicLong hitCount
A count of the number of cache hits -
listeners
Set<CacheListener<K,
V>> listeners The set of listeners to receive notifications when items are modified (either deliberately or because they were expired). -
maxInMemory
int maxInMemory
-
memoryTable
ConcurrentMap<Object,
CacheLine<V>> memoryTable -
missCountExpired
AtomicLong missCountExpired
A count of the number of cache misses because it expired -
missCountNotFound
AtomicLong missCountNotFound
A count of the number of cache misses because it is not found in the cache -
missCountSoftRef
AtomicLong missCountSoftRef
A count of the number of cache misses because it was cleared from the Soft Reference (ie garbage collection, etc) -
name
String name
The name of the UtilCache instance, is also the key for the instance in utilCacheTable. -
removeHitCount
AtomicLong removeHitCount
A count of the number of cache hits on removes -
removeMissCount
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. -
useSoftReference
boolean useSoftReference
Specifies whether or not to use soft references for this cache, defaults to false
-
-
-
-
Package org.apache.ofbiz.base.util.collections
-
Class org.apache.ofbiz.base.util.collections.FlexibleMapAccessor
class FlexibleMapAccessor extends Object implements Serializable-
Serialized Fields
-
bracketedOriginal
String bracketedOriginal
-
fse
FlexibleStringExpander fse
-
isAscending
boolean isAscending
-
isEmpty
boolean isEmpty
-
original
String original
-
-
-
Class org.apache.ofbiz.base.util.collections.FlexibleServletAccessor
class FlexibleServletAccessor extends Object implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
empty
boolean empty
-
fma
FlexibleMapAccessor<T> fma
-
name
String name
-
needsExpand
boolean needsExpand
-
-
-
Class org.apache.ofbiz.base.util.collections.FlexibleServletAccessor.AttributeAccessor
class AttributeAccessor extends Object implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
closeBrace
int closeBrace
-
fma
FlexibleMapAccessor<T> fma
-
isAddAtEnd
boolean isAddAtEnd
-
isAddAtIndex
boolean isAddAtIndex
-
isListReference
boolean isListReference
-
listIndex
int listIndex
-
openBrace
int openBrace
-
-
-
Class org.apache.ofbiz.base.util.collections.GenericMap
class GenericMap extends Object implements Serializable -
Class org.apache.ofbiz.base.util.collections.LifoSet
-
Serialized Fields
-
backedList
LinkedList<V> backedList
-
maxCapacity
int maxCapacity
-
-
-
Class org.apache.ofbiz.base.util.collections.LRUMap
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
Class org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper
class ResourceBundleMapWrapper extends Object implements Serializable -
Class org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper.InternalRbmWrapper
class InternalRbmWrapper extends Object implements Serializable-
Serialized Fields
-
isMapInitialized
boolean isMapInitialized
-
resourceBundle
ResourceBundle resourceBundle
-
topLevelMap
Map<String,
Object> topLevelMap
-
-
-
-
Package org.apache.ofbiz.base.util.string
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander
class FlexibleStringExpander extends Object implements Serializable-
Serialized Fields
-
chars
char[] chars
-
hint
int hint
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ArrayOffsetString
class ArrayOffsetString extends FlexibleStringExpander implements Serializable-
Serialized Fields
-
length
int length
-
offset
int offset
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ConstOffsetElem
class ConstOffsetElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable -
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ConstSimpleElem
class ConstSimpleElem extends FlexibleStringExpander implements Serializable -
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.CurrElem
class CurrElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable-
Serialized Fields
-
codeExpr
FlexibleStringExpander codeExpr
-
valueStr
char[] valueStr
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.Elements
class Elements extends FlexibleStringExpander.ArrayOffsetString implements Serializable-
Serialized Fields
-
childElems
FlexibleStringExpander[] childElems
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.NestedVarElem
class NestedVarElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable-
Serialized Fields
-
childElems
FlexibleStringExpander[] childElems
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ScriptElem
class ScriptElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable -
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.VarElem
class VarElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable-
Serialized Fields
-
bracketedOriginal
char[] bracketedOriginal
-
-
-
Class org.apache.ofbiz.base.util.string.JuelConnector.ExtendedBuilder
class ExtendedBuilder extends de.odysseus.el.tree.impl.Builder implements Serializable
-
-
Package org.apache.ofbiz.common.authentication.api
-
Exception org.apache.ofbiz.common.authentication.api.AuthenticatorException
class AuthenticatorException extends GeneralException implements Serializable- serialVersionUID:
- 2836939874682240962L
-
-
Package org.apache.ofbiz.content.content
-
Class org.apache.ofbiz.content.content.ContentSearch.ContentAssocConstraint
class ContentAssocConstraint extends ContentSearch.ContentSearchConstraint implements Serializable -
Class org.apache.ofbiz.content.content.ContentSearch.ContentSearchConstraint
class ContentSearchConstraint extends Object implements Serializable -
Class org.apache.ofbiz.content.content.ContentSearch.KeywordConstraint
class KeywordConstraint extends ContentSearch.ContentSearchConstraint implements Serializable-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.LastUpdatedRangeConstraint
class LastUpdatedRangeConstraint extends ContentSearch.ContentSearchConstraint implements Serializable -
Class org.apache.ofbiz.content.content.ContentSearch.ResultSortOrder
class ResultSortOrder extends Object implements Serializable -
Class org.apache.ofbiz.content.content.ContentSearch.SortContentField
class SortContentField extends ContentSearch.ResultSortOrder implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
String fieldName
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.SortKeywordRelevancy
class SortKeywordRelevancy extends ContentSearch.ResultSortOrder implements Serializable -
Class org.apache.ofbiz.content.content.ContentSearchSession.ContentSearchOptions
class ContentSearchOptions extends Object implements Serializable-
Serialized Fields
-
changed
boolean changed
-
constraintList
List<ContentSearch.ContentSearchConstraint> constraintList
-
resultSortOrder
ContentSearch.ResultSortOrder resultSortOrder
-
viewIndex
Integer viewIndex
-
viewSize
Integer viewSize
-
-
-
-
Package org.apache.ofbiz.content.survey
-
Exception org.apache.ofbiz.content.survey.SurveyWrapper.SurveyWrapperException
class SurveyWrapperException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.datafile
-
Exception org.apache.ofbiz.datafile.DataFileException
class DataFileException extends GeneralException implements Serializable -
Class org.apache.ofbiz.datafile.ModelField
class ModelField extends Object implements Serializable-
Serialized Fields
-
defaultValue
Object defaultValue
Default value for the Field -
description
String description
Free form description of the Field -
expression
boolean expression
boolean which specifies whether or not the Field is taken from the input file -
format
String format
The format of the Field -
ignored
boolean ignored
boolean which specifies whether or not the Field is ignored -
isPk
boolean isPk
boolean which specifies whether or not the Field is a Primary Key -
length
int length
The length of the Field in bytes, if applicable (mostly for fixed-length) -
name
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 -
refField
String refField
Referenced field -
type
String type
The type of the Field -
validExp
String validExp
The valid-exp of the Field
-
-
-
Class org.apache.ofbiz.datafile.Record
class Record extends Object implements Serializable
-
-
Package org.apache.ofbiz.entity
-
Exception org.apache.ofbiz.entity.EntityCryptoException
class EntityCryptoException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.EntityLockedException
class EntityLockedException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericCreateException
class GenericCreateException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericDataSourceException
class GenericDataSourceException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericDuplicateKeyException
class GenericDuplicateKeyException extends GenericEntityException implements Serializable -
Class org.apache.ofbiz.entity.GenericEntity
class GenericEntity extends Object implements Serializable-
Serialized Fields
-
cachedHashCode
int cachedHashCode
-
delegatorName
String delegatorName
Name of the GenericDelegator, used to re-get the GenericDelegator when deserialized -
entityName
String entityName
Contains the entityName of this entity, necessary for efficiency when creating EJBs -
fields
Map<String,
Object> 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. -
generateHashCode
boolean generateHashCode
-
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 -
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 -
originalDbValues
Map<String,
Object> originalDbValues A Map containing the original field values from the database.
-
-
-
Class org.apache.ofbiz.entity.GenericEntity.NullGenericEntity
class NullGenericEntity extends GenericEntity implements Serializable -
Exception org.apache.ofbiz.entity.GenericEntityConfException
class GenericEntityConfException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericEntityException
class GenericEntityException extends GeneralException implements Serializable -
Exception org.apache.ofbiz.entity.GenericEntityNotFoundException
class GenericEntityNotFoundException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericFindException
class GenericFindException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericModelException
class GenericModelException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericNoSuchEntityException
class GenericNoSuchEntityException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericNotImplementedException
class GenericNotImplementedException extends GenericEntityException implements Serializable -
Class org.apache.ofbiz.entity.GenericPK
class GenericPK extends GenericEntity implements Serializable -
Exception org.apache.ofbiz.entity.GenericRemoveException
class GenericRemoveException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericResultSetClosedException
class GenericResultSetClosedException extends GenericEntityException implements Serializable -
Exception org.apache.ofbiz.entity.GenericStoreException
class GenericStoreException extends GenericEntityException implements Serializable -
Class org.apache.ofbiz.entity.GenericValue
class GenericValue extends GenericEntity implements Serializable -
Class org.apache.ofbiz.entity.GenericValue.NullGenericValue
class NullGenericValue extends GenericValue implements Serializable
-
-
Package org.apache.ofbiz.entity.condition
-
Class org.apache.ofbiz.entity.condition.EntityComparisonOperator
-
Class org.apache.ofbiz.entity.condition.EntityConditionList
class EntityConditionList extends org.apache.ofbiz.entity.condition.EntityConditionListBase<T extends EntityCondition> implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityConditionParam
class EntityConditionParam extends Object implements Serializable-
Serialized Fields
-
fieldValue
Object fieldValue
-
modelField
ModelField modelField
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionSubSelect
class EntityConditionSubSelect extends EntityConditionValue implements Serializable-
Serialized Fields
-
keyFieldName
String keyFieldName
-
localModelEntity
ModelEntity localModelEntity
-
requireAll
Boolean requireAll
-
whereCond
EntityCondition whereCond
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionValue
class EntityConditionValue extends Object implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityConditionValue.ConstantNumberValue
class ConstantNumberValue extends EntityConditionValue implements Serializable-
Serialized Fields
-
value
Number value
-
-
-
Class org.apache.ofbiz.entity.condition.EntityDateFilterCondition
class EntityDateFilterCondition extends Object implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityExpr
class EntityExpr extends Object implements Serializable-
Serialized Fields
-
lhs
Object lhs
The left hand side of the expression. -
operator
EntityOperator<Object,
Object> operator The operator used to combine the two sides of the expression. -
rhs
Object rhs
The right hand side of the expression.
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFieldMap
class EntityFieldMap extends org.apache.ofbiz.entity.condition.EntityConditionListBase<EntityExpr> implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityFieldValue
class EntityFieldValue extends EntityConditionValue implements Serializable-
Serialized Fields
-
entityAlias
String entityAlias
-
entityAliasStack
List<String> entityAliasStack
-
fieldName
String fieldName
-
modelViewEntity
ModelViewEntity modelViewEntity
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFunction
class EntityFunction extends EntityConditionValue implements Serializable-
Serialized Fields
-
fetcher
EntityFunction.Fetcher<T extends Comparable<?>> fetcher
-
field
ModelField field
-
function
EntityFunction.SQLFunction function
-
nested
EntityConditionValue nested
-
value
Object value
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionNested
-
Class org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionSingle
-
Class org.apache.ofbiz.entity.condition.EntityFunction.LENGTH
-
Class org.apache.ofbiz.entity.condition.EntityFunction.LOWER
-
Class org.apache.ofbiz.entity.condition.EntityFunction.TRIM
-
Class org.apache.ofbiz.entity.condition.EntityFunction.UPPER
-
Class org.apache.ofbiz.entity.condition.EntityJoinOperator
class EntityJoinOperator extends EntityOperator<EntityCondition,EntityCondition> implements Serializable -
Serialized Fields
-
shortCircuitValue
boolean shortCircuitValue
-
-
-
Class org.apache.ofbiz.entity.condition.EntityNotCondition
class EntityNotCondition extends Object implements Serializable-
Serialized Fields
-
condition
EntityCondition condition
-
-
-
Class org.apache.ofbiz.entity.condition.EntityOperator
class EntityOperator extends Object implements Serializable-
Serialized Fields
-
codeString
String codeString
-
idInt
int idInt
-
-
-
Class org.apache.ofbiz.entity.condition.EntityOperator.CollectionEntityComparisonOperator
class CollectionEntityComparisonOperator extends EntityComparisonOperator<Comparable<E>,Collection<Comparable<E>>> implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityOperator.ComparableEntityComparisonOperator
class ComparableEntityComparisonOperator extends EntityComparisonOperator<Comparable<E>,E> implements Serializable -
Class org.apache.ofbiz.entity.condition.EntityWhereString
class EntityWhereString extends Object implements Serializable-
Serialized Fields
-
sqlString
String sqlString
The raw SQL string that is embedded.
-
-
-
-
Package org.apache.ofbiz.entity.finder
-
Class org.apache.ofbiz.entity.finder.ByAndFinder
class ByAndFinder extends ListFinder implements Serializable-
Serialized Fields
-
fieldMap
Map<FlexibleMapAccessor<Object>,
Object> fieldMap
-
-
-
Class org.apache.ofbiz.entity.finder.ByConditionFinder
class ByConditionFinder extends ListFinder implements Serializable-
Serialized Fields
-
havingCondition
EntityFinderUtil.Condition havingCondition
-
whereCondition
EntityFinderUtil.Condition whereCondition
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.ConditionExpr
class ConditionExpr extends Object implements Serializable-
Serialized Fields
-
envNameAcsr
FlexibleMapAccessor<Object> envNameAcsr
-
fieldName
String fieldName
-
ignoreCase
boolean ignoreCase
-
ignoreExdr
FlexibleStringExpander ignoreExdr
-
ignoreIfEmpty
boolean ignoreIfEmpty
-
ignoreIfNull
boolean ignoreIfNull
-
operator
EntityOperator<?,
?> operator -
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.ConditionList
class ConditionList extends Object implements Serializable-
Serialized Fields
-
conditionList
List<EntityFinderUtil.Condition> conditionList
-
operator
EntityOperator<?,
?> operator
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.ConditionObject
class ConditionObject extends Object implements Serializable-
Serialized Fields
-
fieldNameAcsr
FlexibleMapAccessor<Object> fieldNameAcsr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.GetAll
class GetAll extends Object implements Serializable -
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.LimitRange
class LimitRange extends Object implements Serializable-
Serialized Fields
-
sizeExdr
FlexibleStringExpander sizeExdr
-
startExdr
FlexibleStringExpander startExdr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.LimitView
class LimitView extends Object implements Serializable-
Serialized Fields
-
viewIndexExdr
FlexibleStringExpander viewIndexExdr
-
viewSizeExdr
FlexibleStringExpander viewSizeExdr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.UseIterator
class UseIterator extends Object implements Serializable -
Class org.apache.ofbiz.entity.finder.Finder
class Finder extends Object implements Serializable-
Serialized Fields
-
entityNameExdr
FlexibleStringExpander entityNameExdr
-
useCacheStrExdr
FlexibleStringExpander useCacheStrExdr
-
-
-
Class org.apache.ofbiz.entity.finder.ListFinder
class ListFinder extends Finder implements Serializable-
Serialized Fields
-
delegatorNameExdr
FlexibleStringExpander delegatorNameExdr
-
distinctStrExdr
FlexibleStringExpander distinctStrExdr
-
filterByDateStrExdr
FlexibleStringExpander filterByDateStrExdr
-
label
String label
-
listAcsr
FlexibleMapAccessor<Object> listAcsr
-
orderByExpanderList
List<FlexibleStringExpander> orderByExpanderList
-
outputHandler
EntityFinderUtil.OutputHandler outputHandler
-
resultSetTypeExdr
FlexibleStringExpander resultSetTypeExdr
-
selectFieldExpanderList
List<FlexibleStringExpander> selectFieldExpanderList
-
-
-
Class org.apache.ofbiz.entity.finder.PrimaryKeyFinder
class PrimaryKeyFinder extends Finder implements Serializable-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
Map<FlexibleMapAccessor<Object>,
Object> fieldMap -
selectFieldExpanderList
List<FlexibleStringExpander> selectFieldExpanderList
-
valueNameAcsr
FlexibleMapAccessor<Object> valueNameAcsr
-
-
-
-
Package org.apache.ofbiz.entity.jdbc
-
Class org.apache.ofbiz.entity.jdbc.DatabaseUtil.ColumnCheckInfo
class ColumnCheckInfo extends Object implements Serializable -
Class org.apache.ofbiz.entity.jdbc.DatabaseUtil.ReferenceCheckInfo
class ReferenceCheckInfo extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.apache.ofbiz.entity.model
-
Class org.apache.ofbiz.entity.model.ModelChild
class ModelChild extends Object implements Serializable-
Serialized Fields
-
description
String description
The description for documentation purposes -
modelEntity
ModelEntity modelEntity
-
-
-
Class org.apache.ofbiz.entity.model.ModelEntity
class ModelEntity extends Object implements Serializable-
Serialized Fields
-
autoClearCache
boolean autoClearCache
-
dependentOn
String dependentOn
The entity-name of the Entity that this Entity is dependent on, if empty then no dependency -
doLock
boolean doLock
An indicator to specify if this entity requires locking for updates -
entityName
String entityName
The entity-name of the Entity -
fieldsList
List<ModelField> 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. -
fieldsLock
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. -
fieldsMap
Map<String,
ModelField> fieldsMap -
indexes
CopyOnWriteArrayList<ModelIndex> indexes
indexes on fields/columns in this entity -
location
String location
The location of this entity's definition -
modelReader
ModelReader modelReader
The ModelReader that created this Entity -
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
-
noAutoStamp
boolean noAutoStamp
Can be used to disable automatically creating update stamp fields and populating them on inserts and updates -
nopks
ArrayList<ModelField> nopks
A List of the Field objects for the Entity, one for each NON Primary Key -
packageName
String packageName
The package-name of the Entity -
pkFieldNames
ArrayList<String> pkFieldNames
-
pks
ArrayList<ModelField> pks
A List of the Field objects for the Entity, one for each Primary Key -
relations
CopyOnWriteArrayList<ModelRelation> relations
relations defining relationships between this entity and other entities -
sequenceBankSize
Integer sequenceBankSize
The sequence-bank-size of the Entity -
specializationOfModelEntity
ModelEntity specializationOfModelEntity
The reference of the dependentOn entity model -
specializedEntities
Map<String,
ModelEntity> specializedEntities The list of entities that are specialization of on this entity -
tableName
String tableName
The table-name of the Entity -
viewEntities
Set<String> viewEntities
map of ModelViewEntities that references this model
-
-
-
Class org.apache.ofbiz.entity.model.ModelField
class ModelField extends ModelChild implements Serializable-
Serialized Fields
-
colName
String colName
The col-name of the Field -
colValue
String colValue
-
enableAuditLog
boolean enableAuditLog
-
encrypt
ModelField.EncryptMethod encrypt
-
fieldSet
String fieldSet
when any field in the same set is selected in a query, all fields in that set will be selected -
isAutoCreatedInternal
boolean isAutoCreatedInternal
-
isNotNull
boolean isNotNull
-
isPk
boolean isPk
boolean which specifies whether or not the Field is a Primary Key -
name
String name
The name of the Field -
type
String type
The type of the Field -
validators
List<String> validators
validators to be called when an update is done
-
-
-
Class org.apache.ofbiz.entity.model.ModelFieldType
class ModelFieldType extends Object implements Serializable-
Serialized Fields
-
javaType
String javaType
The java-type of the Field -
jdbcValueHandler
JdbcValueHandler<?> jdbcValueHandler
The JDBC value handler for this Field -
sqlType
String sqlType
The sql-type of the Field -
sqlTypeAlias
String sqlTypeAlias
The sql-type-alias of the Field, this is optional -
type
String type
The type of the Field
-
-
-
Class org.apache.ofbiz.entity.model.ModelFieldTypeReader
class ModelFieldTypeReader extends Object implements Serializable-
Serialized Fields
-
fieldTypeCache
Map<String,
ModelFieldType> fieldTypeCache
-
-
-
Class org.apache.ofbiz.entity.model.ModelGroupReader
class ModelGroupReader extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelIndex
class ModelIndex extends ModelChild implements Serializable-
Serialized Fields
-
fields
List<ModelIndex.Field> fields
list of the field names included in this index -
name
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
-
-
-
Class org.apache.ofbiz.entity.model.ModelKeyMap
class ModelKeyMap extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelReader
class ModelReader extends Object implements Serializable-
Serialized Fields
-
entityCache
Map<String,
ModelEntity> entityCache -
entityResourceHandlerMap
Map<String,
ResourceHandler> entityResourceHandlerMap for each entity contains a map to the ResourceHandler that the entity came from -
entityResourceHandlers
Collection<ResourceHandler> entityResourceHandlers
collection of filenames for entity definitions -
modelName
String modelName
-
numAutoRelations
int numAutoRelations
-
numEntities
int numEntities
-
numFields
int numFields
-
numRelations
int numRelations
-
numViewEntities
int numViewEntities
-
resourceHandlerEntities
Map<ResourceHandler,
Collection<String>> resourceHandlerEntities contains a collection of entity names for each ResourceHandler, populated as they are loaded
-
-
-
Class org.apache.ofbiz.entity.model.ModelRelation
class ModelRelation extends ModelChild implements Serializable-
Serialized Fields
-
combinedName
String combinedName
-
fkName
String fkName
the name to use for a database foreign key, if applies -
fullName
String fullName
A String to uniquely identify this relation. -
isAutoRelation
boolean isAutoRelation
-
keyMaps
List<ModelKeyMap> keyMaps
keyMaps defining how to lookup the relatedTable using columns from this table -
relEntityName
String relEntityName
the name of the related entity -
title
String title
the title, gives a name/description to the relation -
type
String type
the type: either "one" or "many" or "one-nofk"
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity
class ModelViewEntity extends ModelEntity implements Serializable-
Serialized Fields
-
aliasAlls
List<ModelViewEntity.ModelAliasAll> aliasAlls
List of alias-alls which act as a shortcut for easily pulling over member entity fields -
aliasedModelEntity
ModelEntity aliasedModelEntity
-
aliases
List<ModelViewEntity.ModelAlias> aliases
List of aliases with information in addition to what is in the standard field list -
allModelMemberEntities
List<ModelViewEntity.ModelMemberEntity> allModelMemberEntities
A list of all ModelMemberEntity entries; this is mainly used to preserve the original order of member entities from the XML file -
conversions
Map<String,
ModelViewEntity.ModelConversion[]> conversions -
groupByFields
List<String> groupByFields
List of field names to group by -
groupBys
List<ModelField> groupBys
A List of the Field objects for the View Entity, one for each GROUP BY field -
memberModelEntities
Map<String,
String> memberModelEntities Contains member-entity ModelEntities: key is alias, value is ModelEntity; populated with fields -
memberModelMemberEntities
Map<String,
ModelViewEntity.ModelMemberEntity> memberModelMemberEntities Contains member-entity alias name definitions: key is alias, value is ModelMemberEntity -
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
viewLinks
List<ModelViewEntity.ModelViewLink> viewLinks
List of view links to define how entities are connected (or "joined")
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ComplexAlias
class ComplexAlias extends Object implements Serializable-
Serialized Fields
-
complexAliasMembers
List<ModelViewEntity.ComplexAliasMember> complexAliasMembers
-
operator
String operator
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ComplexAliasField
class ComplexAliasField extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelAlias
class ModelAlias extends Object implements Serializable-
Serialized Fields
-
colAlias
String colAlias
-
complexAliasMember
ModelViewEntity.ComplexAliasMember complexAliasMember
-
description
String description
-
entityAlias
String entityAlias
-
field
String field
-
fieldSet
String fieldSet
-
function
String function
-
groupBy
boolean groupBy
-
isFromAliasAll
boolean isFromAliasAll
-
isPk
Boolean isPk
-
name
String name
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelAliasAll
class ModelAliasAll extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelConversion
class ModelConversion extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelMemberEntity
class ModelMemberEntity extends Object implements Serializable -
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelViewLink
class ModelViewLink extends Object implements Serializable-
Serialized Fields
-
entityAlias
String entityAlias
-
keyMaps
List<ModelKeyMap> keyMaps
-
relEntityAlias
String relEntityAlias
-
relOptional
boolean relOptional
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ViewConditionExpr
class ViewConditionExpr extends Object implements Serializable-
Serialized Fields
-
entityAlias
String entityAlias
-
fieldName
String fieldName
-
ignoreCase
boolean ignoreCase
-
operator
EntityComparisonOperator<?,
?> operator -
relEntityAlias
String relEntityAlias
-
relFieldName
String relFieldName
-
value
Object value
-
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ViewConditionList
class ViewConditionList extends Object implements Serializable-
Serialized Fields
-
conditionList
List<ModelViewEntity.ViewCondition> conditionList
-
operator
EntityJoinOperator operator
-
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
-
-
-
Package org.apache.ofbiz.entity.serialize
-
Exception org.apache.ofbiz.entity.serialize.SerializeException
class SerializeException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.entity.transaction
-
Exception org.apache.ofbiz.entity.transaction.GenericTransactionException
class GenericTransactionException extends GenericEntityException implements Serializable
-
-
Package org.apache.ofbiz.entity.util
-
Class org.apache.ofbiz.entity.util.EntityFindOptions
class EntityFindOptions extends Object implements Serializable-
Serialized Fields
-
distinct
boolean distinct
-
fetchSize
int fetchSize
-
limit
int limit
LIMIT option -
maxRows
int maxRows
-
offset
int offset
OFFSET option -
resultSetConcurrency
int resultSetConcurrency
-
resultSetType
int resultSetType
-
specifyTypeAndConcur
boolean specifyTypeAndConcur
-
-
-
Class org.apache.ofbiz.entity.util.EntityStoreOptions
class EntityStoreOptions extends Object implements Serializable-
Serialized Fields
-
createDummyFks
boolean createDummyFks
Option for creating missing referenced values as dummy (pk-only) entries
-
-
-
Class org.apache.ofbiz.entity.util.EntityUtilProperties
class EntityUtilProperties extends Object implements Serializable
-
-
Package org.apache.ofbiz.entityext.eca
-
Class org.apache.ofbiz.entityext.eca.EntityEcaAction
class EntityEcaAction extends Object implements Serializable -
Class org.apache.ofbiz.entityext.eca.EntityEcaCondition
class EntityEcaCondition extends Object implements Serializable -
Exception org.apache.ofbiz.entityext.eca.EntityEcaException
class EntityEcaException extends GenericEntityException implements Serializable -
Class org.apache.ofbiz.entityext.eca.EntityEcaRule
class EntityEcaRule extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.apache.ofbiz.entityext.synchronization
-
Exception org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncAbortException
class SyncAbortException extends GeneralServiceException implements Serializable -
Exception org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncDataErrorException
class SyncDataErrorException extends EntitySyncContext.SyncErrorException implements Serializable -
Exception org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException
class SyncErrorException extends GeneralServiceException implements Serializable -
Exception org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncOtherErrorException
class SyncOtherErrorException extends EntitySyncContext.SyncErrorException implements Serializable -
Exception org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncServiceErrorException
class SyncServiceErrorException extends EntitySyncContext.SyncErrorException implements Serializable
-
-
Package org.apache.ofbiz.minilang
-
Exception org.apache.ofbiz.minilang.MiniLangException
class MiniLangException extends GeneralException implements Serializable -
Exception org.apache.ofbiz.minilang.MiniLangRuntimeException
class MiniLangRuntimeException extends MiniLangException implements Serializable-
Serialized Fields
-
element
MiniLangElement element
-
-
-
Exception org.apache.ofbiz.minilang.ValidationException
class ValidationException extends MiniLangException implements Serializable-
Serialized Fields
-
element
Element element
-
method
SimpleMethod method
-
-
-
-
Package org.apache.ofbiz.minilang.method.callops
-
Class org.apache.ofbiz.minilang.method.callops.FlexibleMessage
class FlexibleMessage extends Object implements Serializable-
Serialized Fields
-
keyFse
FlexibleStringExpander keyFse
-
messageFse
FlexibleStringExpander messageFse
-
propertykey
String propertykey
-
propertyResource
String propertyResource
-
-
-
-
Package org.apache.ofbiz.minilang.method.envops
-
Exception org.apache.ofbiz.minilang.method.envops.Break.BreakElementException
class BreakElementException extends MiniLangException implements Serializable -
Exception org.apache.ofbiz.minilang.method.envops.Continue.ContinueElementException
class ContinueElementException extends MiniLangException implements Serializable
-
-
Package org.apache.ofbiz.order.order
-
Class org.apache.ofbiz.order.order.OrderListState
class OrderListState extends Object implements Serializable
-
-
Package org.apache.ofbiz.order.shoppingcart
-
Exception org.apache.ofbiz.order.shoppingcart.CartItemModifyException
class CartItemModifyException extends GeneralException implements Serializable -
Exception org.apache.ofbiz.order.shoppingcart.ItemNotFoundException
class ItemNotFoundException extends GeneralException implements Serializable -
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart
class ShoppingCart extends Object implements Serializable-
Serialized Fields
-
additionalPartyRole
Map<String,
List<String>> additionalPartyRole contains a list of partyId for each roleTypeId (key) -
adjustments
List<GenericValue> adjustments
Holds value of order adjustments. -
agreementId
String agreementId
-
attributes
Map<String,
Object> attributes -
autoOrderShoppingListId
String autoOrderShoppingListId
-
autoSaveListId
String autoSaveListId
-
autoUserLogin
GenericValue autoUserLogin
-
billFromVendorPartyId
String billFromVendorPartyId
-
billingAccountAmt
BigDecimal billingAccountAmt
-
billingAccountId
String billingAccountId
-
billToCustomerPartyId
String billToCustomerPartyId
-
cancelBackOrderDate
Timestamp cancelBackOrderDate
-
cartCreatedTs
Timestamp cartCreatedTs
-
cartLines
List<ShoppingCartItem> cartLines
-
channel
String channel
-
contactMechIdsMap
Map<String,
String> contactMechIdsMap -
currencyUom
String currencyUom
-
defaultItemComment
String defaultItemComment
-
defaultItemDeliveryDate
String defaultItemDeliveryDate
-
defaultReserveAfterDate
Timestamp defaultReserveAfterDate
-
defaultShipAfterDate
Timestamp defaultShipAfterDate
these are defaults for all ship groups -
defaultShipBeforeDate
Timestamp defaultShipBeforeDate
-
delegatorName
String delegatorName
-
desiredAlternateGiftByAction
Map<GenericPK,
String> 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 -
doPromotions
boolean doPromotions
-
endUserCustomerPartyId
String endUserCustomerPartyId
-
externalId
String externalId
-
facilityId
String facilityId
-
firstAttemptOrderId
String firstAttemptOrderId
-
freeShippingProductPromoActions
List<GenericValue> freeShippingProductPromoActions
-
holdOrder
boolean holdOrder
-
internalCode
String internalCode
-
internalOrderNotes
List<String> internalOrderNotes
-
itemGroupByNumberMap
Map<String,
ShoppingCart.ShoppingCartItemGroup> itemGroupByNumberMap -
lastListRestore
Timestamp lastListRestore
-
locale
Locale locale
-
nextGroupNumber
long nextGroupNumber
-
nextItemSeq
long nextItemSeq
-
orderAdditionalEmails
String orderAdditionalEmails
-
orderAttributes
Map<String,
String> orderAttributes -
orderDate
Timestamp orderDate
-
orderId
String orderId
-
orderName
String orderName
-
orderNotes
List<String> orderNotes
-
orderPartyId
String orderPartyId
General partyId for the Order, all other IDs default to this one if not specified explicitly -
orderStatusId
String orderStatusId
-
orderStatusString
String orderStatusString
-
orderTerms
List<GenericValue> orderTerms
-
orderTermSet
boolean orderTermSet
-
orderType
String orderType
-
paymentInfo
List<ShoppingCart.CartPaymentInfo> paymentInfo
-
placingCustomerPartyId
String placingCustomerPartyId
-
poNumber
String poNumber
-
productPromoCodes
Set<String> productPromoCodes
Contains the promo codes entered -
productPromoUseInfoList
List<ShoppingCart.ProductPromoUseInfo> productPromoUseInfoList
Contains a List for each productPromoId (key) containing a productPromoCodeId (or empty string for no code) for each use of the productPromoId -
productStoreId
String productStoreId
-
quoteId
String quoteId
-
readOnlyCart
boolean readOnlyCart
-
shipFromVendorPartyId
String shipFromVendorPartyId
-
shipInfo
List<ShoppingCart.CartShipInfo> shipInfo
-
shipToCustomerPartyId
String shipToCustomerPartyId
-
supplierAgentPartyId
String supplierAgentPartyId
-
terminalId
String terminalId
-
transactionId
String transactionId
-
userLogin
GenericValue userLogin
-
viewCartOnAdd
boolean viewCartOnAdd
-
webSiteId
String webSiteId
-
workEffortId
String workEffortId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartPaymentInfo
class CartPaymentInfo extends Object implements Serializable-
Serialized Fields
-
amount
BigDecimal amount
-
finAccountId
String finAccountId
-
isPresent
boolean isPresent
-
isSwiped
boolean isSwiped
-
overflow
boolean overflow
-
paymentMethodId
String paymentMethodId
-
paymentMethodTypeId
String paymentMethodTypeId
-
postalCode
String postalCode
-
refNum
String[] refNum
-
securityCode
String securityCode
-
singleUse
boolean singleUse
-
track2
String track2
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartShipInfo
class CartShipInfo extends Object implements Serializable-
Serialized Fields
-
associatedShipGroupSeqId
String associatedShipGroupSeqId
-
attributes
Map<String,
Object> attributes -
carrierPartyId
String carrierPartyId
-
carrierRoleTypeId
String carrierRoleTypeId
-
facilityId
String facilityId
-
giftMessage
String giftMessage
-
internalContactMechId
String internalContactMechId
-
isGift
String isGift
-
maySplit
String maySplit
-
orderTypeId
String orderTypeId
-
productStoreShipMethId
String productStoreShipMethId
-
shipAfterDate
Timestamp shipAfterDate
-
shipBeforeDate
Timestamp shipBeforeDate
-
shipEstimate
BigDecimal shipEstimate
-
shipGroupSeqId
String shipGroupSeqId
-
shipItemInfo
Map<ShoppingCartItem,
ShoppingCart.CartShipInfo.CartShipItemInfo> shipItemInfo -
shipmentMethodTypeId
String shipmentMethodTypeId
-
shippingInstructions
String shippingInstructions
-
shipTaxAdj
List<GenericValue> shipTaxAdj
-
supplierAgreementId
String supplierAgreementId
-
supplierPartyId
String supplierPartyId
-
telecomContactMechId
String telecomContactMechId
-
vendorPartyId
String vendorPartyId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartShipInfo.CartShipItemInfo
class CartShipItemInfo extends Object implements Serializable-
Serialized Fields
-
item
ShoppingCartItem item
-
itemTaxAdj
List<GenericValue> itemTaxAdj
-
quantity
BigDecimal quantity
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.ProductPromoUseInfo
class ProductPromoUseInfo extends Object implements Serializable-
Serialized Fields
-
productPromoCodeId
String productPromoCodeId
-
productPromoId
String productPromoId
-
quantityLeftInActions
BigDecimal quantityLeftInActions
-
totalDiscountAmount
BigDecimal totalDiscountAmount
-
usageInfoMap
Map<ShoppingCartItem,
BigDecimal> usageInfoMap
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.ShoppingCartItemGroup
class ShoppingCartItemGroup extends Object implements Serializable-
Serialized Fields
-
groupName
String groupName
-
groupNumber
String groupNumber
-
parentGroup
ShoppingCart.ShoppingCartItemGroup parentGroup
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCartItem
class ShoppingCartItem extends Object implements Serializable-
Serialized Fields
-
accommodationMapId
String accommodationMapId
-
accommodationSpotId
String accommodationSpotId
-
additionalProductFeatureAndAppls
Map<String,
GenericValue> additionalProductFeatureAndAppls -
alternativeOptionProductIds
List<String> alternativeOptionProductIds
-
associatedOrderId
String associatedOrderId
-
associatedOrderItemSeqId
String associatedOrderItemSeqId
-
attributes
Map<String,
Object> attributes -
basePrice
BigDecimal basePrice
-
cancelBackOrderDate
Timestamp cancelBackOrderDate
-
configWrapper
ProductConfigWrapper configWrapper
-
contactMechIdsMap
Map<String,
String> contactMechIdsMap -
delegatorName
String delegatorName
-
discountRate
BigDecimal discountRate
-
displayPrice
BigDecimal displayPrice
-
estimatedShipDate
Timestamp estimatedShipDate
-
externalId
String externalId
-
featuresForSupplier
List<GenericValue> featuresForSupplier
-
isModifiedPrice
boolean isModifiedPrice
flag to know if the price have been modified -
isPromo
boolean isPromo
-
itemAdjustments
List<GenericValue> itemAdjustments
-
itemDescription
String itemDescription
-
itemGroup
ShoppingCart.ShoppingCartItemGroup itemGroup
-
itemType
String itemType
ends up in orderItemTypeId -
listPrice
BigDecimal listPrice
-
locale
Locale locale
-
orderItemAssocTypeId
String orderItemAssocTypeId
-
orderItemAttributes
Map<String,
String> orderItemAttributes -
orderItemPriceInfos
List<GenericValue> orderItemPriceInfos
-
orderItemSeqId
String orderItemSeqId
-
parentProductId
String parentProductId
-
prodCatalogId
String prodCatalogId
-
productCategoryId
String productCategoryId
-
productId
String productId
-
promoQuantityUsed
BigDecimal promoQuantityUsed
-
quantity
BigDecimal quantity
-
quantityUsedPerPromoActual
Map<GenericPK,
BigDecimal> quantityUsedPerPromoActual -
quantityUsedPerPromoCandidate
Map<GenericPK,
BigDecimal> quantityUsedPerPromoCandidate -
quantityUsedPerPromoFailed
Map<GenericPK,
BigDecimal> quantityUsedPerPromoFailed -
quoteId
String quoteId
-
quoteItemSeqId
String quoteItemSeqId
-
recurringBasePrice
BigDecimal recurringBasePrice
-
recurringDisplayPrice
BigDecimal recurringDisplayPrice
-
requirementId
String requirementId
-
reserv2ndPPPerc
BigDecimal reserv2ndPPPerc
for reservations: extra % 2nd person -
reserveAfterDate
Timestamp reserveAfterDate
-
reservLength
BigDecimal reservLength
for reservations: length -
reservNthPPPerc
BigDecimal reservNthPPPerc
for reservations: extra % Nth person -
reservPersons
BigDecimal reservPersons
for reservations: number of persons using -
reservStart
Timestamp reservStart
for reservations: date start -
selectedAmount
BigDecimal selectedAmount
-
shipAfterDate
Timestamp shipAfterDate
-
shipBeforeDate
Timestamp shipBeforeDate
-
specialPromoPrice
BigDecimal specialPromoPrice
comes from price calc, used for special promo price promotion action -
statusId
String statusId
-
supplierProductId
String supplierProductId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.WebShoppingCart
class WebShoppingCart extends ShoppingCart implements Serializable
-
-
Package org.apache.ofbiz.product.category
-
Class org.apache.ofbiz.product.category.CatalogUrlServlet
class CatalogUrlServlet extends HttpServlet implements Serializable -
Class org.apache.ofbiz.product.category.CategoryControlServlet
class CategoryControlServlet extends ControlServlet implements Serializable -
Class org.apache.ofbiz.product.category.SeoCatalogUrlServlet
class SeoCatalogUrlServlet extends HttpServlet implements Serializable -
Class org.apache.ofbiz.product.category.SeoControlServlet
class SeoControlServlet extends ControlServlet implements Serializable
-
-
Package org.apache.ofbiz.product.config
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper
class ProductConfigWrapper extends Object implements Serializable-
Serialized Fields
-
autoUserLogin
GenericValue autoUserLogin
-
basePrice
BigDecimal basePrice
-
catalogId
String catalogId
-
configId
String configId
-
currencyUomId
String currencyUomId
-
defaultPrice
BigDecimal defaultPrice
-
delegatorName
String delegatorName
-
dispatcherName
String dispatcherName
-
listPrice
BigDecimal listPrice
-
product
GenericValue product
-
productStoreId
String productStoreId
-
questions
List<ProductConfigWrapper.ConfigItem> questions
-
webSiteId
String webSiteId
-
-
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper.ConfigItem
class ConfigItem extends Object implements Serializable-
Serialized Fields
-
configItemAssoc
GenericValue configItemAssoc
-
first
boolean first
-
options
List<ProductConfigWrapper.ConfigOption> options
-
-
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper.ConfigOption
class ConfigOption extends Object implements Serializable-
Serialized Fields
-
availabilityDate
Date availabilityDate
-
available
boolean available
-
comments
String comments
-
componentList
List<GenericValue> componentList
-
componentOptions
Map<String,
String> componentOptions -
configOption
GenericValue configOption
-
optionListPrice
BigDecimal optionListPrice
-
optionPrice
BigDecimal optionPrice
-
parentConfigItem
ProductConfigWrapper.ConfigItem parentConfigItem
-
selected
boolean selected
-
-
-
Exception org.apache.ofbiz.product.config.ProductConfigWrapperException
class ProductConfigWrapperException extends Exception implements Serializable
-
-
Package org.apache.ofbiz.product.imagemanagement
-
Class org.apache.ofbiz.product.imagemanagement.ImageUrlServlet
class ImageUrlServlet extends HttpServlet implements Serializable
-
-
Package org.apache.ofbiz.product.product
-
Class org.apache.ofbiz.product.product.ProductSearch.AvailabilityDateConstraint
class AvailabilityDateConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.CatalogConstraint
class CatalogConstraint extends ProductSearch.ProductSearchConstraint implements Serializable-
Serialized Fields
-
prodCatalogId
String prodCatalogId
-
productCategories
List<GenericValue> productCategories
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.CategoryConstraint
class CategoryConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.ExcludeVariantsConstraint
class ExcludeVariantsConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.FeatureCategoryConstraint
class FeatureCategoryConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.FeatureConstraint
class FeatureConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.FeatureGroupConstraint
class FeatureGroupConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.FeatureSetConstraint
class FeatureSetConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.GoodIdentificationConstraint
class GoodIdentificationConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.KeywordConstraint
class KeywordConstraint extends ProductSearch.ProductSearchConstraint implements Serializable-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.LastUpdatedRangeConstraint
class LastUpdatedRangeConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.ListPriceRangeConstraint
class ListPriceRangeConstraint extends ProductSearch.ProductSearchConstraint implements Serializable-
Serialized Fields
-
currencyUomId
String currencyUomId
-
highPrice
BigDecimal highPrice
-
lowPrice
BigDecimal lowPrice
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.ProductFieldConstraint
class ProductFieldConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.ProductSearchConstraint
class ProductSearchConstraint extends Object implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.ResultSortOrder
class ResultSortOrder extends Object implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.SortKeywordRelevancy
class SortKeywordRelevancy extends ProductSearch.ResultSortOrder implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.SortProductFeature
class SortProductFeature extends ProductSearch.ResultSortOrder implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
productFeatureTypeId
String productFeatureTypeId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.SortProductField
class SortProductField extends ProductSearch.ResultSortOrder implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
String fieldName
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.SortProductPrice
class SortProductPrice extends ProductSearch.ResultSortOrder implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.StoreGroupPriceConstraint
class StoreGroupPriceConstraint extends ProductSearch.ProductSearchConstraint implements Serializable -
Class org.apache.ofbiz.product.product.ProductSearch.SupplierConstraint
class SupplierConstraint extends ProductSearch.ProductSearchConstraint implements Serializable-
Serialized Fields
-
supplierPartyId
String supplierPartyId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearchSession.ProductSearchOptions
class ProductSearchOptions extends Object implements Serializable-
Serialized Fields
-
changed
boolean changed
-
constraintList
List<ProductSearch.ProductSearchConstraint> constraintList
-
paging
String paging
-
previousViewSize
Integer previousViewSize
-
resultSortOrder
ProductSearch.ResultSortOrder resultSortOrder
-
topProductCategoryId
String topProductCategoryId
-
viewIndex
Integer viewIndex
-
viewSize
Integer viewSize
-
-
-
-
Package org.apache.ofbiz.security
-
Exception org.apache.ofbiz.security.SecurityConfigurationException
class SecurityConfigurationException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.service
-
Class org.apache.ofbiz.service.DispatchContext
class DispatchContext extends Object implements Serializable -
Exception org.apache.ofbiz.service.ExecutionServiceException
class ExecutionServiceException extends GenericServiceException implements Serializable -
Exception org.apache.ofbiz.service.GeneralServiceException
class GeneralServiceException extends GeneralException implements Serializable -
Class org.apache.ofbiz.service.GenericResultWaiter
class GenericResultWaiter extends Object implements Serializable -
Exception org.apache.ofbiz.service.GenericServiceException
class GenericServiceException extends GeneralException implements Serializable -
Class org.apache.ofbiz.service.ModelParam
class ModelParam extends Object implements Serializable-
Serialized Fields
-
allowHtml
String allowHtml
Default value -
children
ArrayList<ModelParam> children
Children attributes -
defaultValue
FlexibleStringExpander defaultValue
Default value -
description
String description
The description of this parameter -
entityName
String entityName
The entity name -
fieldName
String fieldName
The entity field name -
formDisplay
boolean formDisplay
Is this parameter to be displayed via the form tool? -
formLabel
String formLabel
The form label -
internal
boolean internal
Is this Parameter set internally? -
mode
String mode
Parameter mode (IN/OUT/INOUT) -
name
String name
Parameter name -
optional
boolean optional
Is this Parameter required or optional? Default to false, or required -
overrideFormDisplay
boolean overrideFormDisplay
-
overrideOptional
boolean overrideOptional
-
requestAttributeName
String requestAttributeName
Request attribute to look for if not defined as a parameter -
sessionAttributeName
String sessionAttributeName
Session attribute to look for if not defined as a parameter -
stringListSuffix
String stringListSuffix
Parameter suffix for creating an attribute List -
stringMapPrefix
String stringMapPrefix
Parameter prefix for creating an attribute Map -
type
String type
Paramater type -
validators
List<org.apache.ofbiz.service.ModelParam.ModelParamValidator> validators
Validation methods
-
-
-
Class org.apache.ofbiz.service.ModelPermGroup
class ModelPermGroup extends Object implements Serializable-
Serialized Fields
-
joinType
String joinType
-
permissions
List<ModelPermission> permissions
-
-
-
Class org.apache.ofbiz.service.ModelPermission
class ModelPermission extends Object implements Serializable-
Serialized Fields
-
action
String action
-
auth
Boolean auth
-
nameOrRole
String nameOrRole
-
permissionMainAction
String permissionMainAction
-
permissionRequireNewTransaction
boolean permissionRequireNewTransaction
-
permissionResourceDesc
String permissionResourceDesc
-
permissionReturnErrorOnFailure
boolean permissionReturnErrorOnFailure
-
permissionServiceName
String permissionServiceName
-
permissionType
int permissionType
-
serviceModel
ModelService serviceModel
-
-
-
Class org.apache.ofbiz.service.ModelService
-
Serialized Fields
-
action
String action
The corresponding REST verb behaviour for this service -
auth
boolean auth
Does this service require authorization -
contextInfo
Map<String,
ModelParam> contextInfo Context Information, a Map of parameters used by the service, contains ModelParam objects -
contextParamList
List<ModelParam> contextParamList
Context Information, a List of parameters used by the service, contains ModelParam objects -
debug
boolean debug
Enable verbose debugging when calling this service -
defaultEntityName
String defaultEntityName
The default Entity to use for auto-attributes -
definitionLocation
String definitionLocation
The location of the definition this service -
deprecatedReason
String deprecatedReason
-
deprecatedSince
String deprecatedSince
-
deprecatedUseInstead
String deprecatedUseInstead
Deprecated information -
description
String description
The description of this service -
engineName
String engineName
The name of the service engine -
export
boolean export
Can this service be exported via RPC, RMI, SOAP, etc -
fromLoader
String fromLoader
The loader which loaded this definition -
hideResultInLog
boolean hideResultInLog
Require a new transaction for this service -
inheritedParameters
boolean inheritedParameters
Flag to say if we have pulled in our addition parameters from our implemented service(s) -
invoke
String invoke
The method or function to invoke for this service -
location
String location
The package name or location of this service -
maxRetry
int maxRetry
Sets the max number of times this service will retry when failed (persisted async only) -
metrics
Metrics metrics
Service metrics. -
modelPermission
ModelPermission modelPermission
Permission service -
name
String name
The name of this service -
nameSpace
String nameSpace
The namespace of this service -
overrideParameters
Set<ModelParam> overrideParameters
Set of override parameters -
permissionGroups
List<ModelPermGroup> permissionGroups
List of permission groups for service invocation -
requireNewTransaction
boolean requireNewTransaction
Require a new transaction for this service -
semaphore
String semaphore
Semaphore setting (wait, fail, none) -
semaphoreSleep
int semaphoreSleep
Semaphore sleep time (in milliseconds) -
semaphoreWait
int semaphoreWait
Semaphore wait time (in milliseconds) -
transactionTimeout
int transactionTimeout
Override the default transaction timeout, only works if we start the transaction -
useTransaction
boolean useTransaction
Create a transaction for this service (if one is not already in place...)? -
validate
boolean validate
Validate the context info for this service
-
-
-
Class org.apache.ofbiz.service.ModelServiceReader
class ModelServiceReader extends Object implements Serializable-
Serialized Fields
-
delegator
Delegator delegator
-
handler
ResourceHandler handler
-
isFromURL
boolean isFromURL
is either from a URL or from a ResourceLoader (through the ResourceHandler) -
readerURL
URL readerURL
-
-
-
Exception org.apache.ofbiz.service.ServiceAuthException
class ServiceAuthException extends GenericServiceException implements Serializable -
Exception org.apache.ofbiz.service.ServiceValidationException
class ServiceValidationException extends GenericServiceException implements Serializable
-
-
Package org.apache.ofbiz.service.calendar
-
Class org.apache.ofbiz.service.calendar.RecurrenceInfo.RecurrenceWrapper
class RecurrenceWrapper extends TemporalExpression implements Serializable-
Serialized Fields
-
info
RecurrenceInfo info
-
-
-
Exception org.apache.ofbiz.service.calendar.RecurrenceInfoException
class RecurrenceInfoException extends GeneralException implements Serializable -
Exception org.apache.ofbiz.service.calendar.RecurrenceRuleException
class RecurrenceRuleException extends GeneralException implements Serializable -
Class org.apache.ofbiz.service.calendar.TemporalExpression
class TemporalExpression extends Object implements Serializable-
Serialized Fields
-
id
String id
A unique ID for this expression. This field is intended to be used by persistence classes. -
sequence
int sequence
Field used to sort expressions. Expression evaluation depends on correct ordering. Expressions are evaluated from lowest value to highest value.
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions
class TemporalExpressions extends Object implements Serializable -
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DateRange
class DateRange extends TemporalExpression implements Serializable-
Serialized Fields
-
range
DateRange range
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayInMonth
class DayInMonth extends TemporalExpression implements Serializable-
Serialized Fields
-
dayOfWeek
int dayOfWeek
-
occurrence
int occurrence
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayOfMonthRange
class DayOfMonthRange extends TemporalExpression implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayOfWeekRange
class DayOfWeekRange extends TemporalExpression implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Difference
class Difference extends TemporalExpression implements Serializable-
Serialized Fields
-
excluded
TemporalExpression excluded
-
included
TemporalExpression included
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Frequency
class Frequency extends TemporalExpression implements Serializable-
Serialized Fields
-
freqCount
int freqCount
-
freqType
int freqType
-
start
Date start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.HourRange
class HourRange extends TemporalExpression implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Intersection
class Intersection extends TemporalExpression implements Serializable-
Serialized Fields
-
expressionSet
Set<TemporalExpression> expressionSet
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.MinuteRange
class MinuteRange extends TemporalExpression implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.MonthRange
class MonthRange extends TemporalExpression implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Null
class Null extends TemporalExpression implements Serializable -
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Substitution
class Substitution extends TemporalExpression implements Serializable-
Serialized Fields
-
excluded
TemporalExpression excluded
-
included
TemporalExpression included
-
substitute
TemporalExpression substitute
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Union
class Union extends TemporalExpression implements Serializable-
Serialized Fields
-
expressionSet
Set<TemporalExpression> expressionSet
-
-
-
-
Package org.apache.ofbiz.service.config
-
Exception org.apache.ofbiz.service.config.ServiceConfigException
class ServiceConfigException extends GenericConfigException implements Serializable
-
-
Package org.apache.ofbiz.service.eca
-
Class org.apache.ofbiz.service.eca.ServiceEcaAction
class ServiceEcaAction extends Object implements Serializable-
Serialized Fields
-
eventName
String eventName
-
ignoreError
boolean ignoreError
-
ignoreFailure
boolean ignoreFailure
-
newTransaction
boolean newTransaction
-
persist
boolean persist
-
resultMapName
String resultMapName
-
resultToContext
boolean resultToContext
-
resultToResult
boolean resultToResult
-
runAsUser
String runAsUser
-
serviceMode
String serviceMode
-
serviceName
String serviceName
-
-
-
Class org.apache.ofbiz.service.eca.ServiceEcaCondition
class ServiceEcaCondition extends Object implements Serializable-
Serialized Fields
-
-
Class org.apache.ofbiz.service.eca.ServiceEcaRule
class ServiceEcaRule extends Object implements Serializable
-
-
Package org.apache.ofbiz.service.job
-
Class org.apache.ofbiz.service.job.AbstractJob
class AbstractJob extends Object implements Serializable -
Class org.apache.ofbiz.service.job.GenericServiceJob
class GenericServiceJob extends AbstractJob implements Serializable -
Exception org.apache.ofbiz.service.job.InvalidJobException
class InvalidJobException extends JobManagerException implements Serializable -
Exception org.apache.ofbiz.service.job.JobManagerException
class JobManagerException extends GeneralException implements Serializable -
Class org.apache.ofbiz.service.job.PersistedServiceJob
class PersistedServiceJob extends GenericServiceJob implements Serializable-
Serialized Fields
-
currentRetryCount
long currentRetryCount
-
jobValue
GenericValue jobValue
-
maxRetry
long maxRetry
-
nextRecurrence
long nextRecurrence
-
startTime
long startTime
-
-
-
Class org.apache.ofbiz.service.job.PurgeJob
class PurgeJob extends AbstractJob implements Serializable-
Serialized Fields
-
jobValue
GenericValue jobValue
-
-
-
-
Package org.apache.ofbiz.service.mail
-
Class org.apache.ofbiz.service.mail.MimeMessageWrapper
class MimeMessageWrapper extends Object implements Serializable-
Serialized Fields
-
contentType
String contentType
-
mailProperties
Properties mailProperties
-
parts
int parts
-
serializedBytes
byte[] serializedBytes
-
-
-
Class org.apache.ofbiz.service.mail.ServiceMcaAction
class ServiceMcaAction extends Object implements Serializable -
Class org.apache.ofbiz.service.mail.ServiceMcaCondition
class ServiceMcaCondition extends Object implements Serializable -
Class org.apache.ofbiz.service.mail.ServiceMcaRule
class ServiceMcaRule extends Object implements Serializable-
Serialized Fields
-
actions
List<ServiceMcaAction> actions
-
conditions
List<ServiceMcaCondition> conditions
-
enabled
boolean enabled
-
ruleName
String ruleName
-
-
-
-
Package org.apache.ofbiz.service.rmi
-
Class org.apache.ofbiz.service.rmi.RemoteDispatcherImpl
class RemoteDispatcherImpl extends UnicastRemoteObject implements Serializable-
Serialized Fields
-
dispatcher
LocalDispatcher dispatcher
-
-
-
-
Package org.apache.ofbiz.service.rmi.socket.ssl
-
Class org.apache.ofbiz.service.rmi.socket.ssl.SSLClientSocketFactory
class SSLClientSocketFactory extends Object implements Serializable -
Class org.apache.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory
class SSLServerSocketFactory extends Object implements Serializable
-
-
Package org.apache.ofbiz.service.semaphore
-
Exception org.apache.ofbiz.service.semaphore.SemaphoreFailException
class SemaphoreFailException extends GenericServiceException implements Serializable -
Exception org.apache.ofbiz.service.semaphore.SemaphoreWaitException
class SemaphoreWaitException extends GenericServiceException implements Serializable
-
-
Package org.apache.ofbiz.shipment.packing
-
Class org.apache.ofbiz.shipment.packing.PackingSession
class PackingSession extends Object implements Serializable-
Serialized Fields
-
additionalShippingCharge
BigDecimal additionalShippingCharge
-
delegatorName
String delegatorName
-
dispatcherName
String dispatcherName
-
facilityId
String facilityId
-
instructions
String instructions
-
itemInfos
List<org.apache.ofbiz.shipment.packing.PackingSession.ItemDisplay> itemInfos
-
packageSeq
int packageSeq
-
packageWeights
Map<Integer,
BigDecimal> packageWeights -
packEvents
List<PackingEvent> packEvents
-
packLines
List<PackingSessionLine> packLines
-
pickerPartyId
String pickerPartyId
-
picklistBinId
String picklistBinId
-
primaryOrderId
String primaryOrderId
-
primaryShipGrp
String primaryShipGrp
-
shipmentBoxTypes
Map<Integer,
String> shipmentBoxTypes -
shipmentId
String shipmentId
-
status
int status
-
userLogin
GenericValue userLogin
-
weightUomId
String weightUomId
-
-
-
Class org.apache.ofbiz.shipment.packing.PackingSessionLine
class PackingSessionLine extends Object implements Serializable-
Serialized Fields
-
height
BigDecimal height
-
inventoryItemId
String inventoryItemId
-
length
BigDecimal length
-
orderId
String orderId
-
orderItemSeqId
String orderItemSeqId
-
packageSeq
int packageSeq
-
productId
String productId
-
quantity
BigDecimal quantity
-
shipGroupSeqId
String shipGroupSeqId
-
shipmentBoxTypeId
String shipmentBoxTypeId
-
shipmentItemSeqId
String shipmentItemSeqId
-
weight
BigDecimal weight
-
weightPackageSeqId
String weightPackageSeqId
-
width
BigDecimal width
-
-
-
-
Package org.apache.ofbiz.shipment.thirdparty.usps
-
Class org.apache.ofbiz.shipment.thirdparty.usps.UspsMockApiServlet
class UspsMockApiServlet extends HttpServlet implements Serializable
-
-
Package org.apache.ofbiz.shipment.verify
-
Class org.apache.ofbiz.shipment.verify.VerifyPickSession
class VerifyPickSession extends Object implements Serializable-
Serialized Fields
-
delegatorName
String delegatorName
-
dispatcherName
String dispatcherName
-
facilityId
String facilityId
-
picklistBinId
String picklistBinId
-
pickRows
List<VerifyPickSessionRow> pickRows
-
userLogin
GenericValue userLogin
-
-
-
Class org.apache.ofbiz.shipment.verify.VerifyPickSessionRow
class VerifyPickSessionRow extends Object implements Serializable-
Serialized Fields
-
inventoryItemId
String inventoryItemId
-
invoiceItemSeqId
String invoiceItemSeqId
-
orderId
String orderId
-
orderItem
GenericValue orderItem
-
orderItemSeqId
String orderItemSeqId
-
originGeoId
String originGeoId
-
productId
String productId
-
readyToVerifyQty
BigDecimal readyToVerifyQty
-
shipGroupSeqId
String shipGroupSeqId
-
shipmentItemSeqId
String shipmentItemSeqId
-
-
-
-
Package org.apache.ofbiz.shipment.weightPackage
-
Class org.apache.ofbiz.shipment.weightPackage.WeightPackageSession
class WeightPackageSession extends Object implements Serializable-
Serialized Fields
-
actualShipCost
BigDecimal actualShipCost
-
carrierPartyId
String carrierPartyId
-
delegatorName
String delegatorName
-
dimensionUomId
String dimensionUomId
-
dispatcherName
String dispatcherName
-
estimatedShipCost
BigDecimal estimatedShipCost
-
facilityId
String facilityId
-
invoiceId
String invoiceId
-
picklistBinId
String picklistBinId
-
primaryOrderId
String primaryOrderId
-
primaryShipGrpSeqId
String primaryShipGrpSeqId
-
shipmentId
String shipmentId
-
userLogin
GenericValue userLogin
-
weightPackageLines
List<WeightPackageSessionLine> weightPackageLines
-
weightPackageSeqId
int weightPackageSeqId
-
weightUomId
String weightUomId
-
-
-
Class org.apache.ofbiz.shipment.weightPackage.WeightPackageSessionLine
class WeightPackageSessionLine extends Object implements Serializable-
Serialized Fields
-
orderId
String orderId
-
packageHeight
BigDecimal packageHeight
-
packageLength
BigDecimal packageLength
-
packageWeight
BigDecimal packageWeight
-
packageWidth
BigDecimal packageWidth
-
shipmentBoxTypeId
String shipmentBoxTypeId
-
shipmentItemSeqId
String shipmentItemSeqId
-
weightPackageSeqId
int weightPackageSeqId
-
-
-
-
Package org.apache.ofbiz.solr.webapp
-
Class org.apache.ofbiz.solr.webapp.OFBizSolrLoadAdminUiServlet
class OFBizSolrLoadAdminUiServlet extends OFBizSolrRedirectServlet implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.ofbiz.solr.webapp.OFBizSolrRedirectServlet
class OFBizSolrRedirectServlet extends org.apache.solr.servlet.RedirectServlet implements Serializable
-
-
Package org.apache.ofbiz.webapp.control
-
Class org.apache.ofbiz.webapp.control.ControlFilter
class ControlFilter extends HttpFilter implements Serializable-
Serialized Fields
-
allowedPaths
Set<String> allowedPaths
The list of all path prefixes that are allowed. -
errorCode
int errorCode
The error code used when current path is not allowed andredirectPath
is null. -
redirectAll
boolean redirectAll
True when all traffic must be redirected toredirectPath
. -
redirectPath
String redirectPath
The path used for redirection. -
redirectPathIsUrl
boolean redirectPathIsUrl
True when redirectPath is an absolute URI.
-
-
-
Class org.apache.ofbiz.webapp.control.ControlServlet
class ControlServlet extends HttpServlet implements Serializable -
Exception org.apache.ofbiz.webapp.control.MethodNotAllowedException
class MethodNotAllowedException extends RequestHandlerException implements Serializable -
Exception org.apache.ofbiz.webapp.control.RequestHandlerException
class RequestHandlerException extends GeneralException implements Serializable -
Exception org.apache.ofbiz.webapp.control.RequestHandlerExceptionAllowExternalRequests
class RequestHandlerExceptionAllowExternalRequests extends GeneralException implements Serializable -
Exception org.apache.ofbiz.webapp.control.WebAppConfigurationException
class WebAppConfigurationException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.webapp.event
-
Exception org.apache.ofbiz.webapp.event.EventHandlerException
class EventHandlerException extends GeneralException implements Serializable -
Class org.apache.ofbiz.webapp.event.FileUploadProgressListener
class FileUploadProgressListener extends Object implements Serializable-
Serialized Fields
-
bytesRead
long bytesRead
-
contentLength
long contentLength
-
hasStarted
boolean hasStarted
-
items
int items
-
-
-
-
Package org.apache.ofbiz.webapp.view
-
Exception org.apache.ofbiz.webapp.view.ViewHandlerException
class ViewHandlerException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.webapp.webdav
-
Class org.apache.ofbiz.webapp.webdav.WebDavServlet
class WebDavServlet extends GenericServlet implements Serializable-
Serialized Fields
-
delegator
Delegator delegator
-
dispatcher
LocalDispatcher dispatcher
-
handlerFactory
RequestHandlerFactory handlerFactory
-
security
Security security
-
-
-
-
Package org.apache.ofbiz.webpos.session
-
Exception org.apache.ofbiz.webpos.session.WebPosSession.UserLoginFailure
class UserLoginFailure extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.widget.model
-
Class org.apache.ofbiz.widget.model.AbstractModelAction
class AbstractModelAction extends Object implements Serializable-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityAnd
class EntityAnd extends AbstractModelAction implements Serializable-
Serialized Fields
-
finder
ByAndFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityCondition
class EntityCondition extends AbstractModelAction implements Serializable-
Serialized Fields
-
finder
ByConditionFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityOne
class EntityOne extends AbstractModelAction implements Serializable-
Serialized Fields
-
finder
PrimaryKeyFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.GetRelated
class GetRelated extends AbstractModelAction implements Serializable-
Serialized Fields
-
listNameAcsr
FlexibleMapAccessor<List<GenericValue>> listNameAcsr
-
mapAcsr
FlexibleMapAccessor<Map<String,
Object>> mapAcsr -
orderByListAcsr
FlexibleMapAccessor<List<String>> orderByListAcsr
-
relationName
String relationName
-
useCache
boolean useCache
-
valueNameAcsr
FlexibleMapAccessor<Object> valueNameAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.GetRelatedOne
class GetRelatedOne extends AbstractModelAction implements Serializable-
Serialized Fields
-
relationName
String relationName
-
toValueNameAcsr
FlexibleMapAccessor<Object> toValueNameAcsr
-
useCache
boolean useCache
-
valueNameAcsr
FlexibleMapAccessor<Object> valueNameAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.PropertyMap
class PropertyMap extends AbstractModelAction implements Serializable-
Serialized Fields
-
globalExdr
FlexibleStringExpander globalExdr
-
mapNameAcsr
FlexibleMapAccessor<ResourceBundleMapWrapper> mapNameAcsr
-
resourceExdr
FlexibleStringExpander resourceExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.PropertyToField
class PropertyToField extends AbstractModelAction implements Serializable-
Serialized Fields
-
argListAcsr
FlexibleMapAccessor<List<? extends Object>> argListAcsr
-
defaultExdr
FlexibleStringExpander defaultExdr
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
globalExdr
FlexibleStringExpander globalExdr
-
noLocale
boolean noLocale
-
propertyExdr
FlexibleStringExpander propertyExdr
-
resourceExdr
FlexibleStringExpander resourceExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.Script
class Script extends AbstractModelAction implements Serializable -
Class org.apache.ofbiz.widget.model.AbstractModelAction.Service
class Service extends AbstractModelAction implements Serializable-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
Map<FlexibleMapAccessor<Object>,
Object> fieldMap -
resultMapNameAcsr
FlexibleMapAccessor<Map<String,
Object>> resultMapNameAcsr -
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.SetField
class SetField extends AbstractModelAction implements Serializable-
Serialized Fields
-
defaultExdr
FlexibleStringExpander defaultExdr
-
field
FlexibleMapAccessor<Object> field
-
fromField
FlexibleMapAccessor<Object> fromField
-
fromScope
String fromScope
-
globalExdr
FlexibleStringExpander globalExdr
-
setIfEmpty
boolean setIfEmpty
-
setIfNull
boolean setIfNull
-
toScope
String toScope
-
type
String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition
class AbstractModelCondition extends Object implements Serializable-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.And
class And extends AbstractModelCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfCompare
class IfCompare extends AbstractModelCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
String operator
-
type
String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfCompareField
class IfCompareField extends AbstractModelCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
String operator
-
toFieldAcsr
FlexibleMapAccessor<Object> toFieldAcsr
-
type
String type
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfEmpty
class IfEmpty extends AbstractModelCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfEntityPermission
class IfEntityPermission extends AbstractModelCondition implements Serializable-
Serialized Fields
-
permissionChecker
EntityPermissionChecker permissionChecker
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfHasPermission
class IfHasPermission extends AbstractModelCondition implements Serializable-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
permissionExdr
FlexibleStringExpander permissionExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfRegexp
class IfRegexp extends AbstractModelCondition implements Serializable-
Serialized Fields
-
exprExdr
FlexibleStringExpander exprExdr
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfServicePermission
class IfServicePermission extends AbstractModelCondition implements Serializable-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
ctxMapExdr
FlexibleStringExpander ctxMapExdr
-
resExdr
FlexibleStringExpander resExdr
-
serviceExdr
FlexibleStringExpander serviceExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfValidateMethod
class IfValidateMethod extends AbstractModelCondition implements Serializable-
Serialized Fields
-
classExdr
FlexibleStringExpander classExdr
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
methodExdr
FlexibleStringExpander methodExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Not
class Not extends AbstractModelCondition implements Serializable-
Serialized Fields
-
subCondition
ModelCondition subCondition
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Or
class Or extends AbstractModelCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Xor
class Xor extends AbstractModelCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget
class HtmlWidget extends ModelScreenWidget implements Serializable-
Serialized Fields
-
subWidgets
List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplate
class HtmlTemplate extends ModelScreenWidget implements Serializable-
Serialized Fields
-
inlineFTL
String inlineFTL
-
locationExdr
FlexibleStringExpander locationExdr
-
multiBlock
boolean multiBlock
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplateDecorator
class HtmlTemplateDecorator extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
sectionMap
Map<String,
ModelScreenWidget> sectionMap
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplateDecoratorSection
class HtmlTemplateDecoratorSection extends ModelScreenWidget implements Serializable-
Serialized Fields
-
subWidgets
List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.IterateSectionWidget
class IterateSectionWidget extends ModelScreenWidget implements Serializable-
Serialized Fields
-
entryNameExdr
FlexibleStringExpander entryNameExdr
-
keyNameExdr
FlexibleStringExpander keyNameExdr
-
listNameExdr
FlexibleMapAccessor<Object> listNameExdr
-
paginate
FlexibleStringExpander paginate
-
paginateTarget
FlexibleStringExpander paginateTarget
-
sectionList
List<ModelScreenWidget.Section> sectionList
-
viewSize
int viewSize
-
-
-
Class org.apache.ofbiz.widget.model.ModelForm
class ModelForm extends ModelWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
altRowStyles
List<ModelForm.AltRowStyle> altRowStyles
-
altTargets
List<ModelForm.AltTarget> altTargets
-
autoFieldsEntities
List<ModelForm.AutoFieldsEntity> autoFieldsEntities
-
autoFieldsServices
List<ModelForm.AutoFieldsService> autoFieldsServices
-
clientAutocompleteFields
boolean clientAutocompleteFields
-
containerId
String containerId
-
containerStyle
String containerStyle
-
defaultEntityName
String defaultEntityName
-
defaultFieldGroup
ModelForm.FieldGroup defaultFieldGroup
This field group will be the "catch-all" group for fields that are not included in an explicit field-group. -
defaultMapName
FlexibleMapAccessor<Map<String,
? extends Object>> defaultMapName -
defaultRequiredFieldStyle
String defaultRequiredFieldStyle
-
defaultServiceName
String defaultServiceName
-
defaultSortFieldAscStyle
String defaultSortFieldAscStyle
-
defaultSortFieldDescStyle
String defaultSortFieldDescStyle
-
defaultSortFieldStyle
String defaultSortFieldStyle
-
defaultTableStyle
String defaultTableStyle
-
defaultTitleAreaStyle
String defaultTitleAreaStyle
-
defaultTitleStyle
String defaultTitleStyle
-
defaultTooltipStyle
String defaultTooltipStyle
-
defaultViewSize
int defaultViewSize
-
defaultWidgetAreaStyle
String defaultWidgetAreaStyle
-
defaultWidgetStyle
String defaultWidgetStyle
-
emptyFormDataMessage
FlexibleStringExpander emptyFormDataMessage
-
evenRowStyle
String evenRowStyle
-
fieldGroupList
List<ModelForm.FieldGroupBase> fieldGroupList
This is a list of FieldGroups in the order they were created. Can also include Banner objects. -
fieldGroupMap
Map<String,
ModelForm.FieldGroupBase> fieldGroupMap This Map is keyed with the field name and has a FieldGroup for the value. Can also include Banner objects. -
fieldList
List<ModelFormField> 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. -
focusFieldName
String focusFieldName
-
formLocation
String formLocation
-
formTitleAreaStyle
String formTitleAreaStyle
-
formWidgetAreaStyle
String formWidgetAreaStyle
-
groupColumns
boolean groupColumns
-
headerRowStyle
String headerRowStyle
-
hideHeader
boolean hideHeader
-
itemIndexSeparator
String itemIndexSeparator
-
lastOrderFields
List<String> lastOrderFields
-
listEntryName
String listEntryName
-
listName
String listName
-
multiSubmitFields
List<ModelFormField> multiSubmitFields
-
oddRowStyle
String oddRowStyle
-
onPaginateUpdateAreas
List<ModelForm.UpdateArea> onPaginateUpdateAreas
On Paginate areas to be updated. -
onSortColumnUpdateAreas
List<ModelForm.UpdateArea> onSortColumnUpdateAreas
On Sort Column areas to be updated. -
onSubmitUpdateAreas
List<ModelForm.UpdateArea> onSubmitUpdateAreas
On Submit areas to be updated. -
overrideListSize
FlexibleStringExpander overrideListSize
-
paginate
FlexibleStringExpander paginate
-
paginateFirstLabel
FlexibleStringExpander paginateFirstLabel
-
paginateIndexField
FlexibleStringExpander paginateIndexField
-
paginateLastLabel
FlexibleStringExpander paginateLastLabel
-
paginateNextLabel
FlexibleStringExpander paginateNextLabel
-
paginatePreviousLabel
FlexibleStringExpander paginatePreviousLabel
-
paginateSizeField
FlexibleStringExpander paginateSizeField
-
paginateStyle
String paginateStyle
-
paginateTarget
FlexibleStringExpander paginateTarget
-
paginateTargetAnchor
String paginateTargetAnchor
-
paginateViewSizeLabel
FlexibleStringExpander paginateViewSizeLabel
-
parentModel
ModelForm parentModel
-
rowActions
List<ModelAction> rowActions
-
rowCountExdr
FlexibleStringExpander rowCountExdr
-
separateColumns
boolean separateColumns
-
skipEnd
boolean skipEnd
-
skipStart
boolean skipStart
-
sortFieldParameterName
String sortFieldParameterName
-
sortOrderFields
List<ModelForm.SortField> sortOrderFields
-
target
FlexibleStringExpander target
-
targetType
String targetType
-
targetWindowExdr
FlexibleStringExpander targetWindowExdr
-
title
String title
-
tooltip
String tooltip
-
type
String type
-
useRowSubmit
boolean useRowSubmit
-
useWhenFields
Set<String> useWhenFields
Keeps track of conditional fields to help ensure that only one is rendered
-
-
-
Class org.apache.ofbiz.widget.model.ModelFormAction.CallParentActions
class CallParentActions extends AbstractModelAction implements Serializable-
Serialized Fields
-
kind
ModelFormAction.CallParentActions.ActionsKind kind
-
modelForm
ModelForm modelForm
-
-
-
Class org.apache.ofbiz.widget.model.ModelFormAction.Service
class Service extends AbstractModelAction implements Serializable-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
Map<FlexibleMapAccessor<Object>,
Object> fieldMap -
ignoreError
boolean ignoreError
-
resultMapListNameExdr
FlexibleStringExpander resultMapListNameExdr
-
resultMapNameAcsr
FlexibleMapAccessor<Map<String,
Object>> resultMapNameAcsr -
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelGrid
class ModelGrid extends ModelForm implements Serializable -
Class org.apache.ofbiz.widget.model.ModelMenu
class ModelMenu extends ModelWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
defaultAlign
String defaultAlign
-
defaultAlignStyle
String defaultAlignStyle
-
defaultAssociatedContentId
FlexibleStringExpander defaultAssociatedContentId
-
defaultCellWidth
String defaultCellWidth
-
defaultDisabledTitleStyle
String defaultDisabledTitleStyle
-
defaultEntityName
String defaultEntityName
-
defaultHideIfSelected
Boolean defaultHideIfSelected
-
defaultMenuItemName
String defaultMenuItemName
-
defaultPermissionEntityAction
String defaultPermissionEntityAction
-
defaultPermissionOperation
String defaultPermissionOperation
-
defaultSelectedStyle
String defaultSelectedStyle
-
defaultTitleStyle
String defaultTitleStyle
-
defaultTooltipStyle
String defaultTooltipStyle
-
defaultWidgetStyle
String defaultWidgetStyle
-
extraIndex
FlexibleStringExpander extraIndex
-
fillStyle
String fillStyle
-
id
String id
-
menuContainerStyleExdr
FlexibleStringExpander menuContainerStyleExdr
-
menuItemList
List<ModelMenuItem> 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
Map<String,
ModelMenuItem> 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. -
menuLocation
String menuLocation
-
menuWidth
String menuWidth
-
orientation
String orientation
-
parentMenu
ModelMenu parentMenu
-
selectedMenuItemContextFieldName
FlexibleMapAccessor<String> selectedMenuItemContextFieldName
-
target
String target
-
title
FlexibleStringExpander title
-
tooltip
String tooltip
-
type
String type
-
-
-
Class org.apache.ofbiz.widget.model.ModelMenuAction.SetField
class SetField extends AbstractModelAction implements Serializable-
Serialized Fields
-
defaultExdr
FlexibleStringExpander defaultExdr
-
field
FlexibleMapAccessor<Object> field
-
fromField
FlexibleMapAccessor<Object> fromField
-
fromScope
String fromScope
-
globalExdr
FlexibleStringExpander globalExdr
-
toScope
String toScope
-
type
String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelMenuItem
class ModelMenuItem extends ModelWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
align
String align
-
alignStyle
String alignStyle
-
associatedContentId
FlexibleStringExpander associatedContentId
-
cellWidth
String cellWidth
-
condition
ModelMenuCondition condition
-
disabledTitleStyle
String disabledTitleStyle
-
disableIfEmpty
String disableIfEmpty
-
entityName
String entityName
-
hideIfSelected
Boolean hideIfSelected
-
link
ModelMenuItem.MenuLink link
-
menuItemList
List<ModelMenuItem> menuItemList
-
modelMenu
ModelMenu modelMenu
-
overrideName
String overrideName
-
parentMenuItem
ModelMenuItem parentMenuItem
-
parentPortalPageId
FlexibleStringExpander parentPortalPageId
-
position
Integer position
-
selectedStyle
String selectedStyle
-
subMenu
String subMenu
-
title
FlexibleStringExpander title
-
titleStyle
String titleStyle
-
tooltip
FlexibleStringExpander tooltip
-
tooltipStyle
String tooltipStyle
-
widgetStyle
String widgetStyle
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreen
class ModelScreen extends ModelWidget implements Serializable-
Serialized Fields
-
modelScreenMap
Map<String,
ModelScreen> modelScreenMap -
section
ModelScreenWidget.Section section
-
sourceLocation
String sourceLocation
-
transactionTimeoutExdr
FlexibleStringExpander transactionTimeoutExdr
-
useCache
boolean useCache
-
useTransaction
boolean useTransaction
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenCondition.IfEmptySection
class IfEmptySection extends AbstractModelCondition implements Serializable-
Serialized Fields
-
sectionExdr
FlexibleStringExpander sectionExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget
class ModelScreenWidget extends ModelWidget implements Serializable-
Serialized Fields
-
modelScreen
ModelScreen modelScreen
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Column
class Column extends ModelWidget implements Serializable-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
subWidgets
List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ColumnContainer
class ColumnContainer extends ModelScreenWidget implements Serializable-
Serialized Fields
-
columns
List<ModelScreenWidget.Column> columns
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Container
class Container extends ModelScreenWidget implements Serializable-
Serialized Fields
-
autoUpdateInterval
FlexibleStringExpander autoUpdateInterval
-
autoUpdateTargetExdr
FlexibleStringExpander autoUpdateTargetExdr
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
subWidgets
List<ModelScreenWidget> subWidgets
-
typeExdr
FlexibleStringExpander typeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Content
class Content extends ModelScreenWidget implements Serializable-
Serialized Fields
-
border
String border
-
contentId
FlexibleStringExpander contentId
-
dataResourceId
FlexibleStringExpander dataResourceId
-
editContainerStyle
FlexibleStringExpander editContainerStyle
-
editRequest
FlexibleStringExpander editRequest
-
enableEditName
FlexibleStringExpander enableEditName
-
height
String height
-
width
String width
-
xmlEscape
boolean xmlEscape
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorScreen
class DecoratorScreen extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
sectionMap
Map<String,
ModelScreenWidget> sectionMap
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorSection
class DecoratorSection extends ModelScreenWidget implements Serializable-
Serialized Fields
-
subWidgets
List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorSectionInclude
class DecoratorSectionInclude extends ModelScreenWidget implements Serializable -
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Form
class Form extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Grid
class Grid extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.HorizontalSeparator
class HorizontalSeparator extends ModelScreenWidget implements Serializable-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.IncludeScreen
class IncludeScreen extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Label
class Label extends ModelScreenWidget implements Serializable-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
textExdr
FlexibleStringExpander textExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Menu
class Menu extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.PlatformSpecific
class PlatformSpecific extends ModelScreenWidget implements Serializable-
Serialized Fields
-
subWidgets
Map<String,
ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.PortalPage
class PortalPage extends ModelScreenWidget implements Serializable-
Serialized Fields
-
confModeExdr
FlexibleStringExpander confModeExdr
-
idExdr
FlexibleStringExpander idExdr
-
usePrivate
Boolean usePrivate
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ScreenImage
class ScreenImage extends ModelScreenWidget implements Serializable-
Serialized Fields
-
image
CommonWidgetModels.Image image
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Screenlet
class Screenlet extends ModelScreenWidget implements Serializable-
Serialized Fields
-
collapsible
boolean collapsible
-
idExdr
FlexibleStringExpander idExdr
-
initiallyCollapsed
FlexibleStringExpander initiallyCollapsed
-
navigationForm
ModelScreenWidget.Form navigationForm
-
navigationMenu
ModelScreenWidget.Menu navigationMenu
-
padded
boolean padded
-
saveCollapsed
boolean saveCollapsed
-
subWidgets
List<ModelScreenWidget> subWidgets
-
tabMenu
ModelScreenWidget.Menu tabMenu
-
titleExdr
FlexibleStringExpander titleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ScreenLink
class ScreenLink extends ModelScreenWidget implements Serializable-
Serialized Fields
-
image
ModelScreenWidget.ScreenImage image
-
link
CommonWidgetModels.Link link
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Section
class Section extends ModelScreenWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
condition
ModelCondition condition
-
failWidgets
List<ModelScreenWidget> failWidgets
-
isMainSection
boolean isMainSection
-
subWidgets
List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.SubContent
class SubContent extends ModelScreenWidget implements Serializable-
Serialized Fields
-
contentId
FlexibleStringExpander contentId
-
editContainerStyle
FlexibleStringExpander editContainerStyle
-
editRequest
FlexibleStringExpander editRequest
-
enableEditName
FlexibleStringExpander enableEditName
-
mapKey
FlexibleStringExpander mapKey
-
xmlEscape
boolean xmlEscape
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Tree
class Tree extends ModelScreenWidget implements Serializable-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelSingleForm
class ModelSingleForm extends ModelForm implements Serializable -
Class org.apache.ofbiz.widget.model.ModelTheme
class ModelTheme extends Object implements Serializable-
Serialized Fields
-
autocompleterDefaultDelay
Integer autocompleterDefaultDelay
-
autocompleterDefaultMinLength
Integer autocompleterDefaultMinLength
-
autocompleterDefaultViewSize
Integer autocompleterDefaultViewSize
-
autocompleterDisplayReturnField
Boolean autocompleterDisplayReturnField
-
defaultViewSize
Integer defaultViewSize
-
linkDefaultLayeredModalHeight
Integer linkDefaultLayeredModalHeight
-
linkDefaultLayeredModalWidth
Integer linkDefaultLayeredModalWidth
-
lookupHeight
Integer lookupHeight
-
lookupPosition
String lookupPosition
-
lookupShowDescription
String lookupShowDescription
-
lookupWidth
Integer lookupWidth
-
modelCommonFormsMap
Map<String,
String> modelCommonFormsMap -
modelCommonMenusMap
Map<String,
String> modelCommonMenusMap -
modelCommonScreensMap
Map<String,
String> modelCommonScreensMap -
modelTemplateMap
Map<String,
org.apache.ofbiz.widget.model.ModelTheme.ModelTemplate> modelTemplateMap -
name
String name
-
themePropertiesMap
Map<String,
Object> themePropertiesMap -
visualThemes
Map<String,
VisualTheme> visualThemes
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree
class ModelTree extends ModelWidget implements Serializable-
Serialized Fields
-
defaultEntityName
String defaultEntityName
-
defaultRenderStyle
String defaultRenderStyle
-
defaultWrapStyleExdr
FlexibleStringExpander defaultWrapStyleExdr
-
expandCollapseRequestExdr
FlexibleStringExpander expandCollapseRequestExdr
-
forceChildCheck
boolean forceChildCheck
-
location
String location
-
nodeMap
Map<String,
ModelTree.ModelNode> nodeMap -
openDepth
int openDepth
-
postTrailOpenDepth
int postTrailOpenDepth
-
rootNodeName
String rootNodeName
-
trailNameExdr
FlexibleStringExpander trailNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree.ModelNode
class ModelNode extends ModelWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
condition
ModelTreeCondition condition
-
entityName
String entityName
-
entryName
String entryName
-
expandCollapseStyle
String expandCollapseStyle
-
label
ModelTree.ModelNode.Label label
-
link
ModelTree.ModelNode.Link link
-
modelTree
ModelTree modelTree
-
pkName
String pkName
-
renderStyle
String renderStyle
-
screenLocationExdr
FlexibleStringExpander screenLocationExdr
-
screenNameExdr
FlexibleStringExpander screenNameExdr
-
shareScope
String shareScope
-
subNodeList
List<ModelTree.ModelNode.ModelSubNode> subNodeList
-
wrapStyleExdr
FlexibleStringExpander wrapStyleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree.ModelNode.ModelSubNode
class ModelSubNode extends ModelWidget implements Serializable-
Serialized Fields
-
actions
List<ModelAction> actions
-
iteratorKey
String iteratorKey
-
nodeNameExdr
FlexibleStringExpander nodeNameExdr
-
rootNode
ModelTree.ModelNode rootNode
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction
class ModelTreeAction extends AbstractModelAction implements Serializable-
Serialized Fields
-
modelSubNode
ModelTree.ModelNode.ModelSubNode modelSubNode
-
modelTree
ModelTree modelTree
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.EntityAnd
class EntityAnd extends ModelTreeAction implements Serializable-
Serialized Fields
-
finder
ByAndFinder finder
-
listName
String listName
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.EntityCondition
class EntityCondition extends ModelTreeAction implements Serializable-
Serialized Fields
-
finder
ByConditionFinder finder
-
listName
String listName
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.Script
class Script extends ModelTreeAction implements Serializable -
Class org.apache.ofbiz.widget.model.ModelTreeAction.Service
class Service extends ModelTreeAction implements Serializable-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
Map<FlexibleMapAccessor<Object>,
Object> fieldMap -
resultMapListNameExdr
FlexibleStringExpander resultMapListNameExdr
-
resultMapNameAcsr
FlexibleMapAccessor<Map<String,
Object>> resultMapNameAcsr -
resultMapValueNameExdr
FlexibleStringExpander resultMapValueNameExdr
-
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
valueNameExdr
FlexibleStringExpander valueNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidget
class ModelWidget extends Object implements Serializable -
Class org.apache.ofbiz.widget.model.ModelWidgetCondition
class ModelWidgetCondition extends Object implements Serializable-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
rootCondition
ModelWidgetCondition.Condition rootCondition
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.And
class And extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelWidgetCondition.Condition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfCompare
class IfCompare extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
String operator
-
type
String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfCompareField
class IfCompareField extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
String operator
-
toFieldAcsr
FlexibleMapAccessor<Object> toFieldAcsr
-
type
String type
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfEmpty
class IfEmpty extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfEntityPermission
class IfEntityPermission extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
permissionChecker
EntityPermissionChecker permissionChecker
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfHasPermission
class IfHasPermission extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
permissionExdr
FlexibleStringExpander permissionExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfRegexp
class IfRegexp extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
exprExdr
FlexibleStringExpander exprExdr
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfServicePermission
class IfServicePermission extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
ctxMapExdr
FlexibleStringExpander ctxMapExdr
-
resExdr
FlexibleStringExpander resExdr
-
serviceExdr
FlexibleStringExpander serviceExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfValidateMethod
class IfValidateMethod extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
classExdr
FlexibleStringExpander classExdr
-
fieldAcsr
FlexibleMapAccessor<Object> fieldAcsr
-
methodExdr
FlexibleStringExpander methodExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Not
class Not extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
subCondition
ModelWidgetCondition.Condition subCondition
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Or
class Or extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelWidgetCondition.Condition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Xor
class Xor extends ModelWidgetCondition implements Serializable-
Serialized Fields
-
subConditions
List<ModelWidgetCondition.Condition> subConditions
-
-
-
-
Package org.apache.ofbiz.widget.renderer
-
Exception org.apache.ofbiz.widget.renderer.ScreenRenderException
class ScreenRenderException extends GeneralException implements Serializable -
Class org.apache.ofbiz.widget.renderer.VisualTheme
class VisualTheme extends Object implements Serializable-
Serialized Fields
-
description
FlexibleStringExpander description
-
displayName
FlexibleStringExpander displayName
-
modelTheme
ModelTheme modelTheme
-
screenshots
List<String> screenshots
-
visualThemeId
String visualThemeId
-
-
-
-
Package org.apache.ofbiz.workeffort.workeffort
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.KeywordConstraint
class KeywordConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.LastUpdatedRangeConstraint
class LastUpdatedRangeConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.PartyAssignmentConstraint
class PartyAssignmentConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.ProductSetConstraint
class ProductSetConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.ResultSortOrder
class ResultSortOrder extends Object implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.SortKeywordRelevancy
class SortKeywordRelevancy extends WorkEffortSearch.ResultSortOrder implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.SortWorkEffortField
class SortWorkEffortField extends WorkEffortSearch.ResultSortOrder implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
String fieldName
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortAssocConstraint
class WorkEffortAssocConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortReviewConstraint
class WorkEffortReviewConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable-
Serialized Fields
-
reviewTextString
String reviewTextString
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortSearchConstraint
class WorkEffortSearchConstraint extends Object implements Serializable -
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearchSession.WorkEffortSearchOptions
class WorkEffortSearchOptions extends Object implements Serializable-
Serialized Fields
-
changed
boolean changed
-
constraintList
List<WorkEffortSearch.WorkEffortSearchConstraint> constraintList
-
resultSortOrder
WorkEffortSearch.ResultSortOrder resultSortOrder
-
viewIndex
Integer viewIndex
-
viewSize
Integer viewSize
-
-
-
-
Package org.apache.ofbiz.ws.rs
-
Exception org.apache.ofbiz.ws.rs.ConflictException
class ConflictException extends javax.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- -3002310435429546325L
-
Exception org.apache.ofbiz.ws.rs.MethodNotAllowedException
class MethodNotAllowedException extends javax.ws.rs.ClientErrorException implements Serializable- serialVersionUID:
- -3002310435429546325L
-
Exception org.apache.ofbiz.ws.rs.ServiceNotFoundException
class ServiceNotFoundException extends javax.ws.rs.NotFoundException implements Serializable- serialVersionUID:
- -3002310435429546325L
-