Serialized Form
-
Package org.apache.ofbiz.accounting
-
Class org.apache.ofbiz.accounting.AccountingException extends GenericServiceException implements Serializable
-
-
Package org.apache.ofbiz.accounting.payment
-
Class org.apache.ofbiz.accounting.payment.BillingAccountWorker.BillingAccountComparator extends java.lang.Object implements Serializable
-
-
Package org.apache.ofbiz.base.component
-
Class org.apache.ofbiz.base.component.AlreadyLoadedException extends ComponentException implements Serializable
-
Class org.apache.ofbiz.base.component.ComponentException extends GenericConfigException implements Serializable
-
Class org.apache.ofbiz.base.component.ComponentResourceHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
componentName
java.lang.String componentName
-
loaderName
java.lang.String loaderName
-
location
java.lang.String location
-
-
-
-
Package org.apache.ofbiz.base.config
-
Class org.apache.ofbiz.base.config.FileLoader extends ResourceLoader implements Serializable
-
Class org.apache.ofbiz.base.config.GenericConfigException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.base.config.MainResourceHandler extends java.lang.Object implements Serializable
-
Serialized Fields
-
loaderName
java.lang.String loaderName
-
location
java.lang.String location
-
xmlFilename
java.lang.String xmlFilename
-
-
-
Class org.apache.ofbiz.base.config.UrlLoader extends ResourceLoader implements Serializable
-
-
Package org.apache.ofbiz.base.container
-
Class org.apache.ofbiz.base.container.ContainerException extends GenericConfigException implements Serializable
-
-
Package org.apache.ofbiz.base.conversion
-
Class org.apache.ofbiz.base.conversion.ConversionException extends java.lang.Exception implements Serializable
-
-
Package org.apache.ofbiz.base.start
-
Class org.apache.ofbiz.base.start.StartupException extends java.lang.Exception implements Serializable
-
-
Package org.apache.ofbiz.base.util
-
Class org.apache.ofbiz.base.util.DateRange extends ComparableRange<java.util.Date> implements Serializable
-
Class org.apache.ofbiz.base.util.GeneralException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
messages
java.util.List<java.lang.String> messages
-
-
-
Class org.apache.ofbiz.base.util.GeneralRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
nested
java.lang.Throwable nested
-
-
-
Class org.apache.ofbiz.base.util.HttpClientException extends GeneralException implements Serializable
-
Serialized Fields
-
nested
java.lang.Throwable nested
-
-
-
Class org.apache.ofbiz.base.util.MessageString extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldName
java.lang.String fieldName
-
isError
boolean isError
-
locale
java.util.Locale locale
-
message
java.lang.String message
-
propertyName
java.lang.String propertyName
-
propertyResource
java.lang.String propertyResource
-
sourceError
java.lang.Throwable sourceError
-
toFieldName
java.lang.String toFieldName
-
-
-
Class org.apache.ofbiz.base.util.ObjectType.NullObject extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.base.util.TimeDuration extends java.lang.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 extends TimeDuration implements Serializable
-
Class org.apache.ofbiz.base.util.UtilCodec.IntrusionException extends GeneralRuntimeException implements Serializable
-
Class org.apache.ofbiz.base.util.UtilProperties extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.base.util.UtilProperties.ExtendedProperties extends java.util.Properties implements Serializable
-
-
Package org.apache.ofbiz.base.util.cache
-
Class org.apache.ofbiz.base.util.cache.CacheSoftReference extends ReferenceCleaner.Soft<V> implements Serializable
-
Class org.apache.ofbiz.base.util.cache.UtilCache extends java.lang.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
java.util.concurrent.atomic.AtomicLong hitCount
A count of the number of cache hits -
listeners
java.util.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
java.util.concurrent.ConcurrentMap<java.lang.Object,CacheLine<V>> memoryTable
-
missCountExpired
java.util.concurrent.atomic.AtomicLong missCountExpired
A count of the number of cache misses because it expired -
missCountNotFound
java.util.concurrent.atomic.AtomicLong missCountNotFound
A count of the number of cache misses because it is not found in the cache -
missCountSoftRef
java.util.concurrent.atomic.AtomicLong missCountSoftRef
A count of the number of cache misses because it was cleared from the Soft Reference (ie garbage collection, etc) -
name
java.lang.String name
The name of the UtilCache instance, is also the key for the instance in utilCacheTable. -
removeHitCount
java.util.concurrent.atomic.AtomicLong removeHitCount
A count of the number of cache hits on removes -
removeMissCount
java.util.concurrent.atomic.AtomicLong removeMissCount
A count of the number of cache misses on removes -
sizeLimit
int sizeLimit
The maximum number of elements in the cache. If set to 0, there will be no limit on the number of elements in the cache. -
useSoftReference
boolean useSoftReference
Specifies whether or not to use soft references for this cache, defaults to false
-
-
-
-
Package org.apache.ofbiz.base.util.cache.test
-
Class org.apache.ofbiz.base.util.cache.test.UtilCacheTests extends GenericTestCaseBase implements Serializable
-
-
Package org.apache.ofbiz.base.util.collections
-
Class org.apache.ofbiz.base.util.collections.FlexibleMapAccessor extends java.lang.Object implements Serializable
-
Serialized Fields
-
bracketedOriginal
java.lang.String bracketedOriginal
-
fse
FlexibleStringExpander fse
-
isAscending
boolean isAscending
-
isEmpty
boolean isEmpty
-
original
java.lang.String original
-
-
-
Class org.apache.ofbiz.base.util.collections.FlexibleServletAccessor extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributeName
java.lang.String attributeName
-
empty
boolean empty
-
fma
FlexibleMapAccessor<T> fma
-
name
java.lang.String name
-
needsExpand
boolean needsExpand
-
-
-
Class org.apache.ofbiz.base.util.collections.FlexibleServletAccessor.AttributeAccessor extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributeName
java.lang.String attributeName
-
closeBrace
int closeBrace
-
expandContext
java.util.Map<java.lang.String,java.lang.Object> expandContext
-
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 extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.base.util.collections.LifoSet extends java.util.AbstractSet<V> implements Serializable
-
Serialized Fields
-
backedList
java.util.LinkedList<V> backedList
-
maxCapacity
int maxCapacity
-
-
-
Class org.apache.ofbiz.base.util.collections.LRUMap extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
Class org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
context
java.util.Map<java.lang.String,java.lang.Object> context
-
initialResourceBundle
java.util.ResourceBundle initialResourceBundle
-
rbmwStack
MapStack<java.lang.String> rbmwStack
-
-
-
Class org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper.InternalRbmWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
isMapInitialized
boolean isMapInitialized
-
resourceBundle
java.util.ResourceBundle resourceBundle
-
topLevelMap
java.util.Map<java.lang.String,java.lang.Object> topLevelMap
-
-
-
-
Package org.apache.ofbiz.base.util.collections.test
-
Class org.apache.ofbiz.base.util.collections.test.FlexibleMapAccessorTests.CantRemoveMap extends java.util.HashMap<K,V> implements Serializable
-
Class org.apache.ofbiz.base.util.collections.test.GenericMapTest.TestGenericMap extends GenericMap<K,V> implements Serializable
-
-
Package org.apache.ofbiz.base.util.string
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander extends java.lang.Object implements Serializable
-
Serialized Fields
-
chars
char[] chars
-
hint
int hint
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ArrayOffsetString extends FlexibleStringExpander implements Serializable
-
Serialized Fields
-
length
int length
-
offset
int offset
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ConstOffsetElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ConstSimpleElem extends FlexibleStringExpander implements Serializable
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.CurrElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Serialized Fields
-
codeExpr
FlexibleStringExpander codeExpr
-
valueStr
char[] valueStr
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.Elements extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Serialized Fields
-
childElems
FlexibleStringExpander[] childElems
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.NestedVarElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Serialized Fields
-
childElems
FlexibleStringExpander[] childElems
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.ScriptElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Serialized Fields
-
language
java.lang.String language
-
parsedScript
java.lang.Class<?> parsedScript
-
parseLength
int parseLength
-
parseStart
int parseStart
-
script
java.lang.String script
-
-
-
Class org.apache.ofbiz.base.util.string.FlexibleStringExpander.VarElem extends FlexibleStringExpander.ArrayOffsetString implements Serializable
-
Serialized Fields
-
bracketedOriginal
char[] bracketedOriginal
-
-
-
Class org.apache.ofbiz.base.util.string.JuelConnector.ExtendedBuilder extends de.odysseus.el.tree.impl.Builder implements Serializable
-
-
Package org.apache.ofbiz.base.util.string.test
-
Class org.apache.ofbiz.base.util.string.test.FlexibleStringExpanderTests.SpecialNumber extends java.math.BigDecimal implements Serializable
-
Class org.apache.ofbiz.base.util.string.test.FlexibleStringExpanderTests.ThrowException extends java.lang.Exception implements Serializable
-
-
Package org.apache.ofbiz.base.util.test
-
Class org.apache.ofbiz.base.util.test.UtilObjectTests.SerializationInjector extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
onRead
boolean onRead
-
onWrite
boolean onWrite
-
-
-
-
Package org.apache.ofbiz.common.authentication.api
-
Class org.apache.ofbiz.common.authentication.api.AuthenticatorException extends GeneralException implements Serializable
- serialVersionUID:
- 2836939874682240962L
-
-
Package org.apache.ofbiz.content.content
-
Class org.apache.ofbiz.content.content.ContentSearch.ContentAssocConstraint extends ContentSearch.ContentSearchConstraint implements Serializable
-
Serialized Fields
-
contentAssocTypeId
java.lang.String contentAssocTypeId
-
contentId
java.lang.String contentId
-
includeSubContents
boolean includeSubContents
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.ContentSearchConstraint extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.content.content.ContentSearch.KeywordConstraint extends ContentSearch.ContentSearchConstraint implements Serializable
-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
java.lang.String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.LastUpdatedRangeConstraint extends ContentSearch.ContentSearchConstraint implements Serializable
-
Serialized Fields
-
fromDate
java.sql.Timestamp fromDate
-
thruDate
java.sql.Timestamp thruDate
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.ResultSortOrder extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.content.content.ContentSearch.SortContentField extends ContentSearch.ResultSortOrder implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
java.lang.String fieldName
-
-
-
Class org.apache.ofbiz.content.content.ContentSearch.SortKeywordRelevancy extends ContentSearch.ResultSortOrder implements Serializable
-
Class org.apache.ofbiz.content.content.ContentSearchSession.ContentSearchOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
changed
boolean changed
-
constraintList
java.util.List<ContentSearch.ContentSearchConstraint> constraintList
-
resultSortOrder
ContentSearch.ResultSortOrder resultSortOrder
-
viewIndex
java.lang.Integer viewIndex
-
viewSize
java.lang.Integer viewSize
-
-
-
-
Package org.apache.ofbiz.content.survey
-
Class org.apache.ofbiz.content.survey.SurveyWrapper.SurveyWrapperException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.datafile
-
Class org.apache.ofbiz.datafile.DataFileException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.datafile.ModelField extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.Object defaultValue
Default value for the Field -
description
java.lang.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
java.lang.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
java.lang.String name
The name of the Field -
position
int position
The position of the field in the record - byte number for fixed-length, or field number for delimited -
refField
java.lang.String refField
Referenced field -
type
java.lang.String type
The type of the Field -
validExp
java.lang.String validExp
The valid-exp of the Field
-
-
-
Class org.apache.ofbiz.datafile.Record extends java.lang.Object implements Serializable
-
-
Package org.apache.ofbiz.entity
-
Class org.apache.ofbiz.entity.EntityCryptoException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.EntityLockedException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericCreateException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericDataSourceException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericDuplicateKeyException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
cachedHashCode
int cachedHashCode
-
delegatorName
java.lang.String delegatorName
Name of the GenericDelegator, used to re-get the GenericDelegator when deserialized -
entityName
java.lang.String entityName
Contains the entityName of this entity, necessary for efficiency when creating EJBs -
fields
java.util.Map<java.lang.String,java.lang.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
java.util.Map<java.lang.String,java.lang.Object> originalDbValues
A Map containing the original field values from the database.
-
-
-
Class org.apache.ofbiz.entity.GenericEntity.NullGenericEntity extends GenericEntity implements Serializable
-
Class org.apache.ofbiz.entity.GenericEntityConfException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericEntityException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.entity.GenericEntityNotFoundException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericFindException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericModelException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericNoSuchEntityException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericNotImplementedException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericPK extends GenericEntity implements Serializable
-
Class org.apache.ofbiz.entity.GenericRemoveException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericResultSetClosedException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericStoreException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entity.GenericValue extends GenericEntity implements Serializable
-
Class org.apache.ofbiz.entity.GenericValue.NullGenericValue extends GenericValue implements Serializable
-
-
Package org.apache.ofbiz.entity.condition
-
Class org.apache.ofbiz.entity.condition.EntityComparisonOperator extends EntityOperator<L,R,java.lang.Boolean> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityCondition extends EntityConditionBase implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityConditionBase extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityConditionFunction extends EntityCondition implements Serializable
-
Serialized Fields
-
codeString
java.lang.String codeString
-
condition
EntityCondition condition
-
idInt
java.lang.Integer idInt
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionFunction.NOT extends EntityConditionFunction implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityConditionList extends EntityConditionListBase<T extends EntityCondition> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityConditionListBase extends EntityCondition implements Serializable
-
Serialized Fields
-
conditionList
java.util.List<T extends EntityCondition> conditionList
-
operator
EntityJoinOperator operator
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionParam extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldValue
java.lang.Object fieldValue
-
modelField
ModelField modelField
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionSubSelect extends EntityConditionValue implements Serializable
-
Serialized Fields
-
keyFieldName
java.lang.String keyFieldName
-
localModelEntity
ModelEntity localModelEntity
-
requireAll
java.lang.Boolean requireAll
-
whereCond
EntityCondition whereCond
-
-
-
Class org.apache.ofbiz.entity.condition.EntityConditionValue extends EntityConditionBase implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityConditionValue.ConstantNumberValue extends EntityConditionValue implements Serializable
-
Serialized Fields
-
value
java.lang.Number value
-
-
-
Class org.apache.ofbiz.entity.condition.EntityDateFilterCondition extends EntityCondition implements Serializable
-
Serialized Fields
-
fromDateName
java.lang.String fromDateName
-
thruDateName
java.lang.String thruDateName
-
-
-
Class org.apache.ofbiz.entity.condition.EntityExpr extends EntityCondition implements Serializable
-
Serialized Fields
-
lhs
java.lang.Object lhs
-
operator
EntityOperator<java.lang.Object,java.lang.Object,?> operator
-
rhs
java.lang.Object rhs
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFieldMap extends EntityConditionListBase<EntityExpr> implements Serializable
-
Serialized Fields
-
fieldMap
java.util.Map<java.lang.String,? extends java.lang.Object> fieldMap
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFieldValue extends EntityConditionValue implements Serializable
-
Serialized Fields
-
entityAlias
java.lang.String entityAlias
-
entityAliasStack
java.util.List<java.lang.String> entityAliasStack
-
fieldName
java.lang.String fieldName
-
modelViewEntity
ModelViewEntity modelViewEntity
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFunction extends EntityConditionValue implements Serializable
-
Serialized Fields
-
fetcher
EntityFunction.Fetcher<T extends java.lang.Comparable<?>> fetcher
-
field
ModelField field
-
function
EntityFunction.SQLFunction function
-
nested
EntityConditionValue nested
-
value
java.lang.Object value
-
-
-
Class org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionNested extends EntityFunction<T extends java.lang.Comparable<?>> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionSingle extends EntityFunction<T extends java.lang.Comparable<?>> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityFunction.LENGTH extends EntityFunction.EntityFunctionSingle<java.lang.Integer> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityFunction.LOWER extends EntityFunction.EntityFunctionSingle<java.lang.String> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityFunction.TRIM extends EntityFunction.EntityFunctionSingle<java.lang.String> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityFunction.UPPER extends EntityFunction.EntityFunctionSingle<java.lang.String> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityJoinOperator extends EntityOperator<EntityCondition,EntityCondition,java.lang.Boolean> implements Serializable
-
Serialized Fields
-
shortCircuitValue
boolean shortCircuitValue
-
-
-
Class org.apache.ofbiz.entity.condition.EntityOperator extends EntityConditionBase implements Serializable
-
Serialized Fields
-
codeString
java.lang.String codeString
-
idInt
int idInt
-
-
-
Class org.apache.ofbiz.entity.condition.EntityOperator.CollectionEntityComparisonOperator extends EntityComparisonOperator<java.lang.Comparable<E>,java.util.Collection<java.lang.Comparable<E>>> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityOperator.ComparableEntityComparisonOperator extends EntityComparisonOperator<java.lang.Comparable<E>,E> implements Serializable
-
Class org.apache.ofbiz.entity.condition.EntityWhereString extends EntityCondition implements Serializable
-
Serialized Fields
-
sqlString
java.lang.String sqlString
-
-
-
-
Package org.apache.ofbiz.entity.finder
-
Class org.apache.ofbiz.entity.finder.ByAndFinder extends ListFinder implements Serializable
-
Serialized Fields
-
fieldMap
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
-
-
Class org.apache.ofbiz.entity.finder.ByConditionFinder extends ListFinder implements Serializable
-
Serialized Fields
-
havingCondition
EntityFinderUtil.Condition havingCondition
-
whereCondition
EntityFinderUtil.Condition whereCondition
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.ConditionExpr extends java.lang.Object implements Serializable
-
Serialized Fields
-
envNameAcsr
FlexibleMapAccessor<java.lang.Object> envNameAcsr
-
fieldName
java.lang.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 extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditionList
java.util.List<EntityFinderUtil.Condition> conditionList
-
operator
EntityOperator<?,?,?> operator
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.ConditionObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldNameAcsr
FlexibleMapAccessor<java.lang.Object> fieldNameAcsr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.GetAll extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.LimitRange extends java.lang.Object implements Serializable
-
Serialized Fields
-
sizeExdr
FlexibleStringExpander sizeExdr
-
startExdr
FlexibleStringExpander startExdr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.LimitView extends java.lang.Object implements Serializable
-
Serialized Fields
-
viewIndexExdr
FlexibleStringExpander viewIndexExdr
-
viewSizeExdr
FlexibleStringExpander viewSizeExdr
-
-
-
Class org.apache.ofbiz.entity.finder.EntityFinderUtil.UseIterator extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.entity.finder.Finder extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityNameExdr
FlexibleStringExpander entityNameExdr
-
useCacheStrExdr
FlexibleStringExpander useCacheStrExdr
-
-
-
Class org.apache.ofbiz.entity.finder.ListFinder extends Finder implements Serializable
-
Serialized Fields
-
delegatorNameExdr
FlexibleStringExpander delegatorNameExdr
-
distinctStrExdr
FlexibleStringExpander distinctStrExdr
-
filterByDateStrExdr
FlexibleStringExpander filterByDateStrExdr
-
label
java.lang.String label
-
listAcsr
FlexibleMapAccessor<java.lang.Object> listAcsr
-
orderByExpanderList
java.util.List<FlexibleStringExpander> orderByExpanderList
-
outputHandler
EntityFinderUtil.OutputHandler outputHandler
-
resultSetTypeExdr
FlexibleStringExpander resultSetTypeExdr
-
selectFieldExpanderList
java.util.List<FlexibleStringExpander> selectFieldExpanderList
-
-
-
Class org.apache.ofbiz.entity.finder.PrimaryKeyFinder extends Finder implements Serializable
-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
selectFieldExpanderList
java.util.List<FlexibleStringExpander> selectFieldExpanderList
-
valueNameAcsr
FlexibleMapAccessor<java.lang.Object> valueNameAcsr
-
-
-
-
Package org.apache.ofbiz.entity.jdbc
-
Class org.apache.ofbiz.entity.jdbc.DatabaseUtil.ColumnCheckInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
columnName
java.lang.String columnName
-
columnSize
int columnSize
-
decimalDigits
int decimalDigits
-
isNullable
java.lang.String isNullable
-
isPk
boolean isPk
-
pkName
java.lang.String pkName
-
pkSeq
int pkSeq
-
tableName
java.lang.String tableName
-
typeName
java.lang.String typeName
-
-
-
Class org.apache.ofbiz.entity.jdbc.DatabaseUtil.ReferenceCheckInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
fkColumnName
java.lang.String fkColumnName
Comma separated list of column names in the primary tables foreign keys -
fkName
java.lang.String fkName
-
fkTableName
java.lang.String fkTableName
-
pkColumnName
java.lang.String pkColumnName
Comma separated list of column names in the related tables primary key -
pkTableName
java.lang.String pkTableName
-
-
-
-
Package org.apache.ofbiz.entity.model
-
Class org.apache.ofbiz.entity.model.ModelChild extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
The description for documentation purposes -
modelEntity
ModelEntity modelEntity
-
-
-
Class org.apache.ofbiz.entity.model.ModelEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
autoClearCache
boolean autoClearCache
-
dependentOn
java.lang.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
java.lang.String entityName
The entity-name of the Entity -
fieldsList
java.util.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
java.lang.Object fieldsLock
Synchronization object used to control access to the ModelField collection objects. A single lock is used for all ModelField collections so collection updates are atomic. -
fieldsMap
java.util.Map<java.lang.String,ModelField> fieldsMap
-
indexes
java.util.concurrent.CopyOnWriteArrayList<ModelIndex> indexes
indexes on fields/columns in this entity -
location
java.lang.String location
The location of this entity's definition -
modelInfo
ModelInfo modelInfo
-
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
java.util.ArrayList<ModelField> nopks
A List of the Field objects for the Entity, one for each NON Primary Key -
packageName
java.lang.String packageName
The package-name of the Entity -
pkFieldNames
java.util.ArrayList<java.lang.String> pkFieldNames
-
pks
java.util.ArrayList<ModelField> pks
A List of the Field objects for the Entity, one for each Primary Key -
relations
java.util.concurrent.CopyOnWriteArrayList<ModelRelation> relations
relations defining relationships between this entity and other entities -
sequenceBankSize
java.lang.Integer sequenceBankSize
The sequence-bank-size of the Entity -
specializationOfModelEntity
ModelEntity specializationOfModelEntity
The reference of the dependentOn entity model -
specializedEntities
java.util.Map<java.lang.String,ModelEntity> specializedEntities
The list of entities that are specialization of on this entity -
tableName
java.lang.String tableName
The table-name of the Entity -
viewEntities
java.util.Set<java.lang.String> viewEntities
map of ModelViewEntities that references this model
-
-
-
Class org.apache.ofbiz.entity.model.ModelField extends ModelChild implements Serializable
-
Serialized Fields
-
colName
java.lang.String colName
The col-name of the Field -
colValue
java.lang.String colValue
-
enableAuditLog
boolean enableAuditLog
-
encrypt
ModelField.EncryptMethod encrypt
-
fieldSet
java.lang.String fieldSet
when any field in the same set is selected in a query, all fields in that set will be selected -
isAutoCreatedInternal
boolean isAutoCreatedInternal
-
isNotNull
boolean isNotNull
-
isPk
boolean isPk
boolean which specifies whether or not the Field is a Primary Key -
name
java.lang.String name
The name of the Field -
type
java.lang.String type
The type of the Field -
validators
java.util.List<java.lang.String> validators
validators to be called when an update is done
-
-
-
Class org.apache.ofbiz.entity.model.ModelFieldType extends java.lang.Object implements Serializable
-
Serialized Fields
-
javaType
java.lang.String javaType
The java-type of the Field -
jdbcValueHandler
JdbcValueHandler<?> jdbcValueHandler
The JDBC value handler for this Field -
sqlType
java.lang.String sqlType
The sql-type of the Field -
sqlTypeAlias
java.lang.String sqlTypeAlias
The sql-type-alias of the Field, this is optional -
type
java.lang.String type
The type of the Field
-
-
-
Class org.apache.ofbiz.entity.model.ModelFieldTypeReader extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldTypeCache
java.util.Map<java.lang.String,ModelFieldType> fieldTypeCache
-
-
-
Class org.apache.ofbiz.entity.model.ModelGroupReader extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityGroupResourceHandlers
java.util.List<ResourceHandler> entityGroupResourceHandlers
-
groupCache
java.util.Map<java.lang.String,java.lang.String> groupCache
-
groupNames
java.util.Set<java.lang.String> groupNames
-
modelName
java.lang.String modelName
-
-
-
Class org.apache.ofbiz.entity.model.ModelIndex extends ModelChild implements Serializable
-
Serialized Fields
-
fields
java.util.List<ModelIndex.Field> fields
list of the field names included in this index -
name
java.lang.String name
the index name, used for the database index name -
unique
boolean unique
specifies whether or not this index should include the unique constraint
-
-
-
Class org.apache.ofbiz.entity.model.ModelKeyMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldName
java.lang.String fieldName
name of the field in this entity -
fullName
java.lang.String fullName
Full name of the key map (fieldName:relFieldName) -
relFieldName
java.lang.String relFieldName
name of the field in related entity
-
-
-
Class org.apache.ofbiz.entity.model.ModelReader extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityCache
java.util.Map<java.lang.String,ModelEntity> entityCache
-
entityResourceHandlerMap
java.util.Map<java.lang.String,ResourceHandler> entityResourceHandlerMap
for each entity contains a map to the ResourceHandler that the entity came from -
entityResourceHandlers
java.util.Collection<ResourceHandler> entityResourceHandlers
collection of filenames for entity definitions -
modelName
java.lang.String modelName
-
numAutoRelations
int numAutoRelations
-
numEntities
int numEntities
-
numFields
int numFields
-
numRelations
int numRelations
-
numViewEntities
int numViewEntities
-
resourceHandlerEntities
java.util.Map<ResourceHandler,java.util.Collection<java.lang.String>> resourceHandlerEntities
contains a collection of entity names for each ResourceHandler, populated as they are loaded
-
-
-
Class org.apache.ofbiz.entity.model.ModelRelation extends ModelChild implements Serializable
-
Serialized Fields
-
combinedName
java.lang.String combinedName
-
fkName
java.lang.String fkName
the name to use for a database foreign key, if applies -
fullName
java.lang.String fullName
A String to uniquely identify this relation. -
isAutoRelation
boolean isAutoRelation
-
keyMaps
java.util.List<ModelKeyMap> keyMaps
keyMaps defining how to lookup the relatedTable using columns from this table -
relEntityName
java.lang.String relEntityName
the name of the related entity -
title
java.lang.String title
the title, gives a name/description to the relation -
type
java.lang.String type
the type: either "one" or "many" or "one-nofk"
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity extends ModelEntity implements Serializable
-
Serialized Fields
-
aliasAlls
java.util.List<ModelViewEntity.ModelAliasAll> aliasAlls
List of alias-alls which act as a shortcut for easily pulling over member entity fields -
aliasedModelEntity
ModelEntity aliasedModelEntity
-
aliases
java.util.List<ModelViewEntity.ModelAlias> aliases
List of aliases with information in addition to what is in the standard field list -
allModelMemberEntities
java.util.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
java.util.Map<java.lang.String,ModelViewEntity.ModelConversion[]> conversions
-
groupByFields
java.util.List<java.lang.String> groupByFields
List of field names to group by -
groupBys
java.util.List<ModelField> groupBys
A List of the Field objects for the View Entity, one for each GROUP BY field -
memberModelEntities
java.util.Map<java.lang.String,java.lang.String> memberModelEntities
Contains member-entity ModelEntities: key is alias, value is ModelEntity; populated with fields -
memberModelMemberEntities
java.util.Map<java.lang.String,ModelViewEntity.ModelMemberEntity> memberModelMemberEntities
Contains member-entity alias name definitions: key is alias, value is ModelMemberEntity -
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
viewLinks
java.util.List<ModelViewEntity.ModelViewLink> viewLinks
List of view links to define how entities are connected (or "joined")
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ComplexAlias extends java.lang.Object implements Serializable
-
Serialized Fields
-
complexAliasMembers
java.util.List<ModelViewEntity.ComplexAliasMember> complexAliasMembers
-
operator
java.lang.String operator
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ComplexAliasField extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
-
entityAlias
java.lang.String entityAlias
-
field
java.lang.String field
-
function
java.lang.String function
-
value
java.lang.String value
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelAlias extends java.lang.Object implements Serializable
-
Serialized Fields
-
colAlias
java.lang.String colAlias
-
complexAliasMember
ModelViewEntity.ComplexAliasMember complexAliasMember
-
description
java.lang.String description
-
entityAlias
java.lang.String entityAlias
-
field
java.lang.String field
-
fieldSet
java.lang.String fieldSet
-
function
java.lang.String function
-
groupBy
boolean groupBy
-
isFromAliasAll
boolean isFromAliasAll
-
isPk
java.lang.Boolean isPk
-
name
java.lang.String name
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelAliasAll extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityAlias
java.lang.String entityAlias
-
fieldSet
java.lang.String fieldSet
-
fieldsToExclude
java.util.Set<java.lang.String> fieldsToExclude
-
function
java.lang.String function
-
groupBy
boolean groupBy
-
prefix
java.lang.String prefix
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelConversion extends java.lang.Object implements Serializable
-
Serialized Fields
-
aliasName
java.lang.String aliasName
-
fieldMap
java.util.Map<java.lang.String,java.lang.String> fieldMap
-
fromModelEntity
ModelEntity fromModelEntity
-
wildcards
java.util.Set<java.lang.String> wildcards
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelMemberEntity extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityAlias
java.lang.String entityAlias
-
entityName
java.lang.String entityName
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ModelViewLink extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityAlias
java.lang.String entityAlias
-
keyMaps
java.util.List<ModelKeyMap> keyMaps
-
relEntityAlias
java.lang.String relEntityAlias
-
relOptional
boolean relOptional
-
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ViewConditionExpr extends java.lang.Object implements Serializable
-
Serialized Fields
-
entityAlias
java.lang.String entityAlias
-
fieldName
java.lang.String fieldName
-
ignoreCase
boolean ignoreCase
-
operator
EntityComparisonOperator<?,?> operator
-
relEntityAlias
java.lang.String relEntityAlias
-
relFieldName
java.lang.String relFieldName
-
value
java.lang.Object value
-
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
-
-
Class org.apache.ofbiz.entity.model.ModelViewEntity.ViewConditionList extends java.lang.Object implements Serializable
-
Serialized Fields
-
conditionList
java.util.List<ModelViewEntity.ViewCondition> conditionList
-
operator
EntityJoinOperator operator
-
viewEntityCondition
ModelViewEntity.ViewEntityCondition viewEntityCondition
-
-
-
-
Package org.apache.ofbiz.entity.serialize
-
Class org.apache.ofbiz.entity.serialize.SerializeException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.entity.transaction
-
Class org.apache.ofbiz.entity.transaction.GenericTransactionException extends GenericEntityException implements Serializable
-
-
Package org.apache.ofbiz.entity.util
-
Class org.apache.ofbiz.entity.util.ByteWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
Deprecated.
-
-
-
Class org.apache.ofbiz.entity.util.EntityFindOptions extends java.lang.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 extends java.lang.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 extends java.lang.Object implements Serializable
-
-
Package org.apache.ofbiz.entityext.eca
-
Class org.apache.ofbiz.entityext.eca.EntityEcaAction extends java.lang.Object implements Serializable
-
Serialized Fields
-
abortOnError
boolean abortOnError
-
persist
boolean persist
-
resultToValue
boolean resultToValue
-
rollbackOnError
boolean rollbackOnError
-
runAsUser
java.lang.String runAsUser
-
serviceMode
java.lang.String serviceMode
-
serviceName
java.lang.String serviceName
-
valueAttr
java.lang.String valueAttr
-
-
-
Class org.apache.ofbiz.entityext.eca.EntityEcaCondition extends java.lang.Object implements Serializable
-
Serialized Fields
-
compareType
java.lang.String compareType
-
conditionService
java.lang.String conditionService
-
constant
boolean constant
-
format
java.lang.String format
-
isService
boolean isService
-
lhsValueName
java.lang.String lhsValueName
-
operator
java.lang.String operator
-
rhsValueName
java.lang.String rhsValueName
-
-
-
Class org.apache.ofbiz.entityext.eca.EntityEcaException extends GenericEntityException implements Serializable
-
Class org.apache.ofbiz.entityext.eca.EntityEcaRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
actionsAndSets
java.util.List<java.lang.Object> actionsAndSets
-
conditionFieldNames
java.util.List<java.lang.String> conditionFieldNames
-
conditions
java.util.List<EntityEcaCondition> conditions
-
enabled
boolean enabled
-
entityName
java.lang.String entityName
-
eventName
java.lang.String eventName
-
operationName
java.lang.String operationName
-
runOnError
boolean runOnError
-
-
-
-
Package org.apache.ofbiz.entityext.synchronization
-
Class org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncAbortException extends GeneralServiceException implements Serializable
-
Class org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncDataErrorException extends EntitySyncContext.SyncErrorException implements Serializable
-
Class org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncErrorException extends GeneralServiceException implements Serializable
-
Class org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncOtherErrorException extends EntitySyncContext.SyncErrorException implements Serializable
-
Class org.apache.ofbiz.entityext.synchronization.EntitySyncContext.SyncServiceErrorException extends EntitySyncContext.SyncErrorException implements Serializable
-
-
Package org.apache.ofbiz.minilang
-
Class org.apache.ofbiz.minilang.MiniLangException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.minilang.MiniLangRuntimeException extends MiniLangException implements Serializable
-
Serialized Fields
-
element
MiniLangElement element
-
-
-
Class org.apache.ofbiz.minilang.ValidationException extends MiniLangException implements Serializable
-
Serialized Fields
-
element
org.w3c.dom.Element element
-
method
SimpleMethod method
-
-
-
-
Package org.apache.ofbiz.minilang.method.callops
-
Class org.apache.ofbiz.minilang.method.callops.FlexibleMessage extends java.lang.Object implements Serializable
-
Serialized Fields
-
keyFse
FlexibleStringExpander keyFse
-
messageFse
FlexibleStringExpander messageFse
-
propertykey
java.lang.String propertykey
-
propertyResource
java.lang.String propertyResource
-
-
-
-
Package org.apache.ofbiz.minilang.method.envops
-
Class org.apache.ofbiz.minilang.method.envops.Break.BreakElementException extends MiniLangException implements Serializable
-
Class org.apache.ofbiz.minilang.method.envops.Continue.ContinueElementException extends MiniLangException implements Serializable
-
-
Package org.apache.ofbiz.order.order
-
Class org.apache.ofbiz.order.order.OrderListState extends java.lang.Object implements Serializable
-
Serialized Fields
-
orderFilterState
java.util.Map<java.lang.String,java.lang.String> orderFilterState
-
orderListSize
int orderListSize
-
orderStatusState
java.util.Map<java.lang.String,java.lang.String> orderStatusState
-
orderTypeState
java.util.Map<java.lang.String,java.lang.String> orderTypeState
-
viewIndex
int viewIndex
-
viewSize
int viewSize
-
-
-
-
Package org.apache.ofbiz.order.shoppingcart
-
Class org.apache.ofbiz.order.shoppingcart.CartItemModifyException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.order.shoppingcart.ItemNotFoundException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalPartyRole
java.util.Map<java.lang.String,java.util.List<java.lang.String>> additionalPartyRole
contains a list of partyId for each roleTypeId (key) -
adjustments
java.util.List<GenericValue> adjustments
Holds value of order adjustments. -
agreementId
java.lang.String agreementId
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
-
autoOrderShoppingListId
java.lang.String autoOrderShoppingListId
-
autoSaveListId
java.lang.String autoSaveListId
-
autoUserLogin
GenericValue autoUserLogin
-
billFromVendorPartyId
java.lang.String billFromVendorPartyId
-
billingAccountAmt
java.math.BigDecimal billingAccountAmt
-
billingAccountId
java.lang.String billingAccountId
-
billToCustomerPartyId
java.lang.String billToCustomerPartyId
-
cancelBackOrderDate
java.sql.Timestamp cancelBackOrderDate
-
cartCreatedTs
java.sql.Timestamp cartCreatedTs
-
cartLines
java.util.List<ShoppingCartItem> cartLines
-
channel
java.lang.String channel
-
contactMechIdsMap
java.util.Map<java.lang.String,java.lang.String> contactMechIdsMap
-
currencyUom
java.lang.String currencyUom
-
defaultItemComment
java.lang.String defaultItemComment
-
defaultItemDeliveryDate
java.lang.String defaultItemDeliveryDate
-
defaultReserveAfterDate
java.sql.Timestamp defaultReserveAfterDate
-
defaultShipAfterDate
java.sql.Timestamp defaultShipAfterDate
these are defaults for all ship groups -
defaultShipBeforeDate
java.sql.Timestamp defaultShipBeforeDate
-
delegatorName
java.lang.String delegatorName
-
desiredAlternateGiftByAction
java.util.Map<GenericPK,java.lang.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
java.lang.String endUserCustomerPartyId
-
externalId
java.lang.String externalId
-
facilityId
java.lang.String facilityId
-
firstAttemptOrderId
java.lang.String firstAttemptOrderId
-
freeShippingProductPromoActions
java.util.List<GenericValue> freeShippingProductPromoActions
-
holdOrder
boolean holdOrder
-
internalCode
java.lang.String internalCode
-
internalOrderNotes
java.util.List<java.lang.String> internalOrderNotes
-
itemGroupByNumberMap
java.util.Map<java.lang.String,ShoppingCart.ShoppingCartItemGroup> itemGroupByNumberMap
-
lastListRestore
java.sql.Timestamp lastListRestore
-
locale
java.util.Locale locale
-
nextGroupNumber
long nextGroupNumber
-
nextItemSeq
long nextItemSeq
-
orderAdditionalEmails
java.lang.String orderAdditionalEmails
-
orderAttributes
java.util.Map<java.lang.String,java.lang.String> orderAttributes
-
orderDate
java.sql.Timestamp orderDate
-
orderId
java.lang.String orderId
-
orderName
java.lang.String orderName
-
orderNotes
java.util.List<java.lang.String> orderNotes
-
orderPartyId
java.lang.String orderPartyId
General partyId for the Order, all other IDs default to this one if not specified explicitly -
orderStatusId
java.lang.String orderStatusId
-
orderStatusString
java.lang.String orderStatusString
-
orderTerms
java.util.List<GenericValue> orderTerms
-
orderTermSet
boolean orderTermSet
-
orderType
java.lang.String orderType
-
paymentInfo
java.util.List<ShoppingCart.CartPaymentInfo> paymentInfo
-
placingCustomerPartyId
java.lang.String placingCustomerPartyId
-
poNumber
java.lang.String poNumber
-
productPromoCodes
java.util.Set<java.lang.String> productPromoCodes
Contains the promo codes entered -
productPromoUseInfoList
java.util.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
java.lang.String productStoreId
-
quoteId
java.lang.String quoteId
-
readOnlyCart
boolean readOnlyCart
-
shipFromVendorPartyId
java.lang.String shipFromVendorPartyId
-
shipInfo
java.util.List<ShoppingCart.CartShipInfo> shipInfo
-
shipToCustomerPartyId
java.lang.String shipToCustomerPartyId
-
supplierAgentPartyId
java.lang.String supplierAgentPartyId
-
terminalId
java.lang.String terminalId
-
transactionId
java.lang.String transactionId
-
userLogin
GenericValue userLogin
-
viewCartOnAdd
boolean viewCartOnAdd
-
webSiteId
java.lang.String webSiteId
-
workEffortId
java.lang.String workEffortId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartPaymentInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
amount
java.math.BigDecimal amount
-
finAccountId
java.lang.String finAccountId
-
isPresent
boolean isPresent
-
isSwiped
boolean isSwiped
-
overflow
boolean overflow
-
paymentMethodId
java.lang.String paymentMethodId
-
paymentMethodTypeId
java.lang.String paymentMethodTypeId
-
postalCode
java.lang.String postalCode
-
refNum
java.lang.String[] refNum
-
securityCode
java.lang.String securityCode
-
singleUse
boolean singleUse
-
track2
java.lang.String track2
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartShipInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
associatedShipGroupSeqId
java.lang.String associatedShipGroupSeqId
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
-
carrierPartyId
java.lang.String carrierPartyId
-
carrierRoleTypeId
java.lang.String carrierRoleTypeId
-
facilityId
java.lang.String facilityId
-
giftMessage
java.lang.String giftMessage
-
internalContactMechId
java.lang.String internalContactMechId
-
isGift
java.lang.String isGift
-
maySplit
java.lang.String maySplit
-
orderTypeId
java.lang.String orderTypeId
-
productStoreShipMethId
java.lang.String productStoreShipMethId
-
shipAfterDate
java.sql.Timestamp shipAfterDate
-
shipBeforeDate
java.sql.Timestamp shipBeforeDate
-
shipEstimate
java.math.BigDecimal shipEstimate
-
shipGroupSeqId
java.lang.String shipGroupSeqId
-
shipItemInfo
java.util.Map<ShoppingCartItem,ShoppingCart.CartShipInfo.CartShipItemInfo> shipItemInfo
-
shipmentMethodTypeId
java.lang.String shipmentMethodTypeId
-
shippingInstructions
java.lang.String shippingInstructions
-
shipTaxAdj
java.util.List<GenericValue> shipTaxAdj
-
supplierAgreementId
java.lang.String supplierAgreementId
-
supplierPartyId
java.lang.String supplierPartyId
-
telecomContactMechId
java.lang.String telecomContactMechId
-
vendorPartyId
java.lang.String vendorPartyId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartShipInfo.CartShipItemInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
item
ShoppingCartItem item
-
itemTaxAdj
java.util.List<GenericValue> itemTaxAdj
-
quantity
java.math.BigDecimal quantity
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.ProductPromoUseInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
productPromoCodeId
java.lang.String productPromoCodeId
-
productPromoId
java.lang.String productPromoId
-
quantityLeftInActions
java.math.BigDecimal quantityLeftInActions
-
totalDiscountAmount
java.math.BigDecimal totalDiscountAmount
-
usageInfoMap
java.util.Map<ShoppingCartItem,java.math.BigDecimal> usageInfoMap
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCart.ShoppingCartItemGroup extends java.lang.Object implements Serializable
-
Serialized Fields
-
groupName
java.lang.String groupName
-
groupNumber
java.lang.String groupNumber
-
parentGroup
ShoppingCart.ShoppingCartItemGroup parentGroup
-
-
-
Class org.apache.ofbiz.order.shoppingcart.ShoppingCartItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
accommodationMapId
java.lang.String accommodationMapId
-
accommodationSpotId
java.lang.String accommodationSpotId
-
additionalProductFeatureAndAppls
java.util.Map<java.lang.String,GenericValue> additionalProductFeatureAndAppls
-
alternativeOptionProductIds
java.util.List<java.lang.String> alternativeOptionProductIds
-
associatedOrderId
java.lang.String associatedOrderId
-
associatedOrderItemSeqId
java.lang.String associatedOrderItemSeqId
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
-
basePrice
java.math.BigDecimal basePrice
-
cancelBackOrderDate
java.sql.Timestamp cancelBackOrderDate
-
configWrapper
ProductConfigWrapper configWrapper
-
contactMechIdsMap
java.util.Map<java.lang.String,java.lang.String> contactMechIdsMap
-
delegatorName
java.lang.String delegatorName
-
displayPrice
java.math.BigDecimal displayPrice
-
estimatedShipDate
java.sql.Timestamp estimatedShipDate
-
externalId
java.lang.String externalId
-
featuresForSupplier
java.util.List<GenericValue> featuresForSupplier
-
isModifiedPrice
boolean isModifiedPrice
flag to know if the price have been modified -
isPromo
boolean isPromo
-
itemAdjustments
java.util.List<GenericValue> itemAdjustments
-
itemDescription
java.lang.String itemDescription
-
itemGroup
ShoppingCart.ShoppingCartItemGroup itemGroup
-
itemType
java.lang.String itemType
ends up in orderItemTypeId -
listPrice
java.math.BigDecimal listPrice
-
locale
java.util.Locale locale
-
orderItemAssocTypeId
java.lang.String orderItemAssocTypeId
-
orderItemAttributes
java.util.Map<java.lang.String,java.lang.String> orderItemAttributes
-
orderItemPriceInfos
java.util.List<GenericValue> orderItemPriceInfos
-
orderItemSeqId
java.lang.String orderItemSeqId
-
parentProductId
java.lang.String parentProductId
-
prodCatalogId
java.lang.String prodCatalogId
-
productCategoryId
java.lang.String productCategoryId
-
productId
java.lang.String productId
-
promoQuantityUsed
java.math.BigDecimal promoQuantityUsed
-
quantity
java.math.BigDecimal quantity
-
quantityUsedPerPromoActual
java.util.Map<GenericPK,java.math.BigDecimal> quantityUsedPerPromoActual
-
quantityUsedPerPromoCandidate
java.util.Map<GenericPK,java.math.BigDecimal> quantityUsedPerPromoCandidate
-
quantityUsedPerPromoFailed
java.util.Map<GenericPK,java.math.BigDecimal> quantityUsedPerPromoFailed
-
quoteId
java.lang.String quoteId
-
quoteItemSeqId
java.lang.String quoteItemSeqId
-
recurringBasePrice
java.math.BigDecimal recurringBasePrice
-
recurringDisplayPrice
java.math.BigDecimal recurringDisplayPrice
-
requirementId
java.lang.String requirementId
-
reserv2ndPPPerc
java.math.BigDecimal reserv2ndPPPerc
for reservations: extra % 2nd person -
reserveAfterDate
java.sql.Timestamp reserveAfterDate
-
reservLength
java.math.BigDecimal reservLength
for reservations: length -
reservNthPPPerc
java.math.BigDecimal reservNthPPPerc
for reservations: extra % Nth person -
reservPersons
java.math.BigDecimal reservPersons
for reservations: number of persons using -
reservStart
java.sql.Timestamp reservStart
for reservations: date start -
selectedAmount
java.math.BigDecimal selectedAmount
-
shipAfterDate
java.sql.Timestamp shipAfterDate
-
shipBeforeDate
java.sql.Timestamp shipBeforeDate
-
specialPromoPrice
java.math.BigDecimal specialPromoPrice
comes from price calc, used for special promo price promotion action -
statusId
java.lang.String statusId
-
supplierProductId
java.lang.String supplierProductId
-
-
-
Class org.apache.ofbiz.order.shoppingcart.WebShoppingCart extends ShoppingCart implements Serializable
-
-
Package org.apache.ofbiz.product.category
-
Class org.apache.ofbiz.product.category.CatalogUrlServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.ofbiz.product.category.ControlServlet extends ControlServlet implements Serializable
-
Class org.apache.ofbiz.product.category.SeoCatalogUrlServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.ofbiz.product.category.SeoControlServlet extends ControlServlet implements Serializable
-
-
Package org.apache.ofbiz.product.config
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
autoUserLogin
GenericValue autoUserLogin
-
basePrice
java.math.BigDecimal basePrice
-
catalogId
java.lang.String catalogId
-
configId
java.lang.String configId
-
currencyUomId
java.lang.String currencyUomId
-
defaultPrice
java.math.BigDecimal defaultPrice
-
delegatorName
java.lang.String delegatorName
-
dispatcherName
java.lang.String dispatcherName
-
listPrice
java.math.BigDecimal listPrice
-
product
GenericValue product
-
productStoreId
java.lang.String productStoreId
-
questions
java.util.List<ProductConfigWrapper.ConfigItem> questions
-
webSiteId
java.lang.String webSiteId
-
-
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper.ConfigItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
configItem
GenericValue configItem
-
configItemAssoc
GenericValue configItemAssoc
-
content
ProductConfigItemContentWrapper content
-
first
boolean first
-
options
java.util.List<ProductConfigWrapper.ConfigOption> options
-
-
-
Class org.apache.ofbiz.product.config.ProductConfigWrapper.ConfigOption extends java.lang.Object implements Serializable
-
Serialized Fields
-
availabilityDate
java.util.Date availabilityDate
-
available
boolean available
-
comments
java.lang.String comments
-
componentList
java.util.List<GenericValue> componentList
-
componentOptions
java.util.Map<java.lang.String,java.lang.String> componentOptions
-
configOption
GenericValue configOption
-
optionListPrice
java.math.BigDecimal optionListPrice
-
optionPrice
java.math.BigDecimal optionPrice
-
parentConfigItem
ProductConfigWrapper.ConfigItem parentConfigItem
-
selected
boolean selected
-
-
-
Class org.apache.ofbiz.product.config.ProductConfigWrapperException extends java.lang.Exception implements Serializable
-
-
Package org.apache.ofbiz.product.imagemanagement
-
Class org.apache.ofbiz.product.imagemanagement.ImageUrlServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package org.apache.ofbiz.product.product
-
Class org.apache.ofbiz.product.product.ProductSearch.AvailabilityDateConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Class org.apache.ofbiz.product.product.ProductSearch.CatalogConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
prodCatalogId
java.lang.String prodCatalogId
-
productCategories
java.util.List<GenericValue> productCategories
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.CategoryConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
exclude
java.lang.Boolean exclude
This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude -
includeSubCategories
boolean includeSubCategories
-
productCategoryId
java.lang.String productCategoryId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.ExcludeVariantsConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Class org.apache.ofbiz.product.product.ProductSearch.FeatureCategoryConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
exclude
java.lang.Boolean exclude
This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude -
productFeatureCategoryId
java.lang.String productFeatureCategoryId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.FeatureConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
exclude
java.lang.Boolean exclude
This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude -
productFeatureId
java.lang.String productFeatureId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.FeatureGroupConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
exclude
java.lang.Boolean exclude
This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude -
productFeatureGroupId
java.lang.String productFeatureGroupId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.FeatureSetConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
exclude
java.lang.Boolean exclude
This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude -
productFeatureIdSet
java.util.Set<java.lang.String> productFeatureIdSet
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.GoodIdentificationConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
goodIdentificationTypeId
java.lang.String goodIdentificationTypeId
-
goodIdentificationValue
java.lang.String goodIdentificationValue
-
include
java.lang.Boolean include
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.KeywordConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
java.lang.String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.LastUpdatedRangeConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
fromDate
java.sql.Timestamp fromDate
-
thruDate
java.sql.Timestamp thruDate
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.ListPriceRangeConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
currencyUomId
java.lang.String currencyUomId
-
highPrice
java.math.BigDecimal highPrice
-
lowPrice
java.math.BigDecimal lowPrice
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.ProductFieldConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
keyword
java.lang.String keyword
-
productFieldName
java.lang.String productFieldName
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.ProductSearchConstraint extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.product.product.ProductSearch.ResultSortOrder extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.product.product.ProductSearch.SortKeywordRelevancy extends ProductSearch.ResultSortOrder implements Serializable
-
Class org.apache.ofbiz.product.product.ProductSearch.SortProductFeature extends ProductSearch.ResultSortOrder implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
productFeatureTypeId
java.lang.String productFeatureTypeId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.SortProductField extends ProductSearch.ResultSortOrder implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
java.lang.String fieldName
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.SortProductPrice extends ProductSearch.ResultSortOrder implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
currencyUomId
java.lang.String currencyUomId
-
productPriceTypeId
java.lang.String productPriceTypeId
-
productStoreGroupId
java.lang.String productStoreGroupId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.StoreGroupPriceConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
currencyUomId
java.lang.String currencyUomId
-
productPriceTypeId
java.lang.String productPriceTypeId
-
productStoreGroupId
java.lang.String productStoreGroupId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearch.SupplierConstraint extends ProductSearch.ProductSearchConstraint implements Serializable
-
Serialized Fields
-
supplierPartyId
java.lang.String supplierPartyId
-
-
-
Class org.apache.ofbiz.product.product.ProductSearchSession.ProductSearchOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
changed
boolean changed
-
constraintList
java.util.List<ProductSearch.ProductSearchConstraint> constraintList
-
paging
java.lang.String paging
-
previousViewSize
java.lang.Integer previousViewSize
-
resultSortOrder
ProductSearch.ResultSortOrder resultSortOrder
-
topProductCategoryId
java.lang.String topProductCategoryId
-
viewIndex
java.lang.Integer viewIndex
-
viewSize
java.lang.Integer viewSize
-
-
-
-
Package org.apache.ofbiz.security
-
Class org.apache.ofbiz.security.SecurityConfigurationException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.service
-
Class org.apache.ofbiz.service.DispatchContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
model
java.lang.String model
-
name
java.lang.String name
-
-
-
Class org.apache.ofbiz.service.ExecutionServiceException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.service.GeneralServiceException extends GeneralException implements Serializable
-
Serialized Fields
-
errorMsgList
java.util.List<java.lang.Object> errorMsgList
-
errorMsgMap
java.util.Map<java.lang.String,? extends java.lang.Object> errorMsgMap
-
nestedServiceResult
java.util.Map<java.lang.String,? extends java.lang.Object> nestedServiceResult
-
-
-
Class org.apache.ofbiz.service.GenericResultWaiter extends java.lang.Object implements Serializable
-
Serialized Fields
-
completed
boolean completed
-
result
java.util.Map<java.lang.String,java.lang.Object> result
-
status
int status
-
t
java.lang.Throwable t
-
-
-
Class org.apache.ofbiz.service.GenericServiceException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.service.ModelParam extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowHtml
java.lang.String allowHtml
Default value -
defaultValue
java.lang.String defaultValue
Default value -
description
java.lang.String description
The description of this parameter -
entityName
java.lang.String entityName
The entity name -
fieldName
java.lang.String fieldName
The entity field name -
formDisplay
boolean formDisplay
Is this parameter to be displayed via the form tool? -
formLabel
java.lang.String formLabel
The form label -
internal
boolean internal
Is this Parameter set internally? -
mode
java.lang.String mode
Parameter mode (IN/OUT/INOUT) -
name
java.lang.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
java.lang.String requestAttributeName
Request attribute to look for if not defined as a parameter -
sessionAttributeName
java.lang.String sessionAttributeName
Session attribute to look for if not defined as a parameter -
stringListSuffix
java.lang.String stringListSuffix
Parameter suffix for creating an attribute List -
stringMapPrefix
java.lang.String stringMapPrefix
Parameter prefix for creating an attribute Map -
type
java.lang.String type
Paramater type -
validators
java.util.List<org.apache.ofbiz.service.ModelParam.ModelParamValidator> validators
Validation methods
-
-
-
Class org.apache.ofbiz.service.ModelPermGroup extends java.lang.Object implements Serializable
-
Serialized Fields
-
joinType
java.lang.String joinType
-
permissions
java.util.List<ModelPermission> permissions
-
-
-
Class org.apache.ofbiz.service.ModelPermission extends java.lang.Object implements Serializable
-
Serialized Fields
-
action
java.lang.String action
-
auth
java.lang.Boolean auth
-
clazz
java.lang.String clazz
-
nameOrRole
java.lang.String nameOrRole
-
permissionResourceDesc
java.lang.String permissionResourceDesc
-
permissionServiceName
java.lang.String permissionServiceName
-
permissionType
int permissionType
-
serviceModel
ModelService serviceModel
-
-
-
Class org.apache.ofbiz.service.ModelService extends java.util.AbstractMap<java.lang.String,java.lang.Object> implements Serializable
-
Serialized Fields
-
auth
boolean auth
Does this service require authorization -
contextInfo
java.util.Map<java.lang.String,ModelParam> contextInfo
Context Information, a Map of parameters used by the service, contains ModelParam objects -
contextParamList
java.util.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
java.lang.String defaultEntityName
The default Entity to use for auto-attributes -
definitionLocation
java.lang.String definitionLocation
The location of the definition this service -
deprecatedReason
java.lang.String deprecatedReason
-
deprecatedSince
java.lang.String deprecatedSince
-
deprecatedUseInstead
java.lang.String deprecatedUseInstead
Deprecated information -
description
java.lang.String description
The description of this service -
engineName
java.lang.String engineName
The name of the service engine -
export
boolean export
Can this service be exported via RPC, RMI, SOAP, etc -
fromLoader
java.lang.String fromLoader
The loader which loaded this definition -
hideResultInLog
boolean hideResultInLog
Require a new transaction for this service -
implServices
java.util.Set<ModelServiceIface> implServices
Set of services this service implements -
inheritedParameters
boolean inheritedParameters
Flag to say if we have pulled in our addition parameters from our implemented service(s) -
internalGroup
GroupModel internalGroup
Internal Service Group -
invoke
java.lang.String invoke
The method or function to invoke for this service -
location
java.lang.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. -
name
java.lang.String name
The name of this service -
nameSpace
java.lang.String nameSpace
The namespace of this service -
notifications
java.util.List<ModelNotification> notifications
List of email-notifications for this service -
overrideParameters
java.util.Set<ModelParam> overrideParameters
Set of override parameters -
permissionGroups
java.util.List<ModelPermGroup> permissionGroups
List of permission groups for service invocation -
permissionMainAction
java.lang.String permissionMainAction
Permission service main-action -
permissionResourceDesc
java.lang.String permissionResourceDesc
Permission service resource-description -
permissionServiceName
java.lang.String permissionServiceName
Permission service name -
requireNewTransaction
boolean requireNewTransaction
Require a new transaction for this service -
semaphore
java.lang.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 extends java.lang.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
java.net.URL readerURL
-
-
-
Class org.apache.ofbiz.service.ServiceAuthException extends GenericServiceException implements Serializable
-
Class org.apache.ofbiz.service.ServiceValidationException extends GenericServiceException implements Serializable
-
Serialized Fields
-
errorMode
java.lang.String errorMode
-
extraFields
java.util.List<java.lang.String> extraFields
-
messages
java.util.List<java.lang.String> messages
-
missingFields
java.util.List<java.lang.String> missingFields
-
service
ModelService service
-
-
-
-
Package org.apache.ofbiz.service.calendar
-
Class org.apache.ofbiz.service.calendar.RecurrenceInfo.RecurrenceWrapper extends TemporalExpression implements Serializable
-
Serialized Fields
-
info
RecurrenceInfo info
-
-
-
Class org.apache.ofbiz.service.calendar.RecurrenceInfoException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.service.calendar.RecurrenceRuleException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.service.calendar.TemporalExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.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 extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DateRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
range
DateRange range
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayInMonth extends TemporalExpression implements Serializable
-
Serialized Fields
-
dayOfWeek
int dayOfWeek
-
occurrence
int occurrence
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayOfMonthRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.DayOfWeekRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Difference extends TemporalExpression implements Serializable
-
Serialized Fields
-
excluded
TemporalExpression excluded
-
included
TemporalExpression included
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Frequency extends TemporalExpression implements Serializable
-
Serialized Fields
-
freqCount
int freqCount
-
freqType
int freqType
-
start
java.util.Date start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.HourRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Intersection extends TemporalExpression implements Serializable
-
Serialized Fields
-
expressionSet
java.util.Set<TemporalExpression> expressionSet
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.MinuteRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.MonthRange extends TemporalExpression implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Null extends TemporalExpression implements Serializable
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Substitution extends TemporalExpression implements Serializable
-
Serialized Fields
-
excluded
TemporalExpression excluded
-
included
TemporalExpression included
-
substitute
TemporalExpression substitute
-
-
-
Class org.apache.ofbiz.service.calendar.TemporalExpressions.Union extends TemporalExpression implements Serializable
-
Serialized Fields
-
expressionSet
java.util.Set<TemporalExpression> expressionSet
-
-
-
-
Package org.apache.ofbiz.service.config
-
Class org.apache.ofbiz.service.config.ServiceConfigException extends GenericConfigException implements Serializable
-
-
Package org.apache.ofbiz.service.eca
-
Class org.apache.ofbiz.service.eca.ServiceEcaAction extends java.lang.Object implements Serializable
-
Serialized Fields
-
eventName
java.lang.String eventName
-
ignoreError
boolean ignoreError
-
ignoreFailure
boolean ignoreFailure
-
newTransaction
boolean newTransaction
-
persist
boolean persist
-
resultMapName
java.lang.String resultMapName
-
resultToContext
boolean resultToContext
-
resultToResult
boolean resultToResult
-
runAsUser
java.lang.String runAsUser
-
serviceMode
java.lang.String serviceMode
-
serviceName
java.lang.String serviceName
-
-
-
Class org.apache.ofbiz.service.eca.ServiceEcaCondition extends java.lang.Object implements Serializable
-
Serialized Fields
-
compareType
java.lang.String compareType
-
conditionService
java.lang.String conditionService
-
format
java.lang.String format
-
isConstant
boolean isConstant
-
isService
boolean isService
-
lhsMapName
java.lang.String lhsMapName
-
lhsValueName
java.lang.String lhsValueName
-
operator
java.lang.String operator
-
rhsMapName
java.lang.String rhsMapName
-
rhsValueName
java.lang.String rhsValueName
-
-
-
Class org.apache.ofbiz.service.eca.ServiceEcaRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
actionsAndSets
java.util.List<java.lang.Object> actionsAndSets
-
conditions
java.util.List<ServiceEcaCondition> conditions
-
definitionLocation
java.lang.String definitionLocation
-
enabled
boolean enabled
-
eventName
java.lang.String eventName
-
runOnError
boolean runOnError
-
runOnFailure
boolean runOnFailure
-
serviceName
java.lang.String serviceName
-
-
-
-
Package org.apache.ofbiz.service.job
-
Class org.apache.ofbiz.service.job.GenericServiceJob extends AbstractJob implements Serializable
-
Serialized Fields
-
context
java.util.Map<java.lang.String,java.lang.Object> context
-
service
java.lang.String service
-
-
-
Class org.apache.ofbiz.service.job.InvalidJobException extends JobManagerException implements Serializable
-
Class org.apache.ofbiz.service.job.JobManagerException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.service.job.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 extends AbstractJob implements Serializable
-
Serialized Fields
-
jobValue
GenericValue jobValue
-
-
-
-
Package org.apache.ofbiz.service.mail
-
Class org.apache.ofbiz.service.mail.MimeMessageWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
contentType
java.lang.String contentType
-
mailProperties
java.util.Properties mailProperties
-
parts
int parts
-
serializedBytes
byte[] serializedBytes
-
-
-
Class org.apache.ofbiz.service.mail.ServiceMcaAction extends java.lang.Object implements Serializable
-
Serialized Fields
-
persist
boolean persist
-
runAsUser
java.lang.String runAsUser
-
serviceMode
java.lang.String serviceMode
-
serviceName
java.lang.String serviceName
-
-
-
Class org.apache.ofbiz.service.mail.ServiceMcaCondition extends java.lang.Object implements Serializable
-
Serialized Fields
-
fieldName
java.lang.String fieldName
-
headerName
java.lang.String headerName
-
operator
java.lang.String operator
-
serviceName
java.lang.String serviceName
-
value
java.lang.String value
-
-
-
Class org.apache.ofbiz.service.mail.ServiceMcaRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
actions
java.util.List<ServiceMcaAction> actions
-
conditions
java.util.List<ServiceMcaCondition> conditions
-
enabled
boolean enabled
-
ruleName
java.lang.String ruleName
-
-
-
-
Package org.apache.ofbiz.service.rmi
-
Class org.apache.ofbiz.service.rmi.RemoteDispatcherImpl extends java.rmi.server.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 extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory extends java.lang.Object implements Serializable
-
Serialized Fields
-
alias
java.lang.String alias
-
clientAuth
boolean clientAuth
-
keystore
java.lang.String keystore
-
ksPass
java.lang.String ksPass
-
ksType
java.lang.String ksType
-
-
-
-
Package org.apache.ofbiz.service.semaphore
-
Class org.apache.ofbiz.service.semaphore.SemaphoreFailException extends GenericServiceException implements Serializable
-
Class org.apache.ofbiz.service.semaphore.SemaphoreWaitException extends GenericServiceException implements Serializable
-
-
Package org.apache.ofbiz.shipment.packing
-
Class org.apache.ofbiz.shipment.packing.PackingSession extends java.lang.Object implements Serializable
-
Serialized Fields
-
additionalShippingCharge
java.math.BigDecimal additionalShippingCharge
-
delegatorName
java.lang.String delegatorName
-
dispatcherName
java.lang.String dispatcherName
-
facilityId
java.lang.String facilityId
-
instructions
java.lang.String instructions
-
itemInfos
java.util.List<org.apache.ofbiz.shipment.packing.PackingSession.ItemDisplay> itemInfos
-
packageSeq
int packageSeq
-
packageWeights
java.util.Map<java.lang.Integer,java.math.BigDecimal> packageWeights
-
packEvents
java.util.List<PackingEvent> packEvents
-
packLines
java.util.List<PackingSessionLine> packLines
-
pickerPartyId
java.lang.String pickerPartyId
-
picklistBinId
java.lang.String picklistBinId
-
primaryOrderId
java.lang.String primaryOrderId
-
primaryShipGrp
java.lang.String primaryShipGrp
-
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
-
shipmentBoxTypes
java.util.Map<java.lang.Integer,java.lang.String> shipmentBoxTypes
-
shipmentId
java.lang.String shipmentId
-
status
int status
-
userLogin
GenericValue userLogin
-
weightUomId
java.lang.String weightUomId
-
-
-
Class org.apache.ofbiz.shipment.packing.PackingSessionLine extends java.lang.Object implements Serializable
-
Serialized Fields
-
height
java.math.BigDecimal height
-
inventoryItemId
java.lang.String inventoryItemId
-
length
java.math.BigDecimal length
-
module
java.lang.String module
-
orderId
java.lang.String orderId
-
orderItemSeqId
java.lang.String orderItemSeqId
-
packageSeq
int packageSeq
-
productId
java.lang.String productId
-
quantity
java.math.BigDecimal quantity
-
shipGroupSeqId
java.lang.String shipGroupSeqId
-
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
-
shipmentItemSeqId
java.lang.String shipmentItemSeqId
-
weight
java.math.BigDecimal weight
-
weightPackageSeqId
java.lang.String weightPackageSeqId
-
width
java.math.BigDecimal width
-
-
-
-
Package org.apache.ofbiz.shipment.thirdparty.usps
-
Class org.apache.ofbiz.shipment.thirdparty.usps.UspsMockApiServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package org.apache.ofbiz.shipment.verify
-
Class org.apache.ofbiz.shipment.verify.VerifyPickSession extends java.lang.Object implements Serializable
-
Serialized Fields
-
delegatorName
java.lang.String delegatorName
-
dispatcherName
java.lang.String dispatcherName
-
facilityId
java.lang.String facilityId
-
picklistBinId
java.lang.String picklistBinId
-
pickRows
java.util.List<VerifyPickSessionRow> pickRows
-
userLogin
GenericValue userLogin
-
-
-
Class org.apache.ofbiz.shipment.verify.VerifyPickSessionRow extends java.lang.Object implements Serializable
-
Serialized Fields
-
inventoryItemId
java.lang.String inventoryItemId
-
invoiceItemSeqId
java.lang.String invoiceItemSeqId
-
orderId
java.lang.String orderId
-
orderItem
GenericValue orderItem
-
orderItemSeqId
java.lang.String orderItemSeqId
-
originGeoId
java.lang.String originGeoId
-
productId
java.lang.String productId
-
readyToVerifyQty
java.math.BigDecimal readyToVerifyQty
-
shipGroupSeqId
java.lang.String shipGroupSeqId
-
shipmentItemSeqId
java.lang.String shipmentItemSeqId
-
-
-
-
Package org.apache.ofbiz.shipment.weightPackage
-
Class org.apache.ofbiz.shipment.weightPackage.WeightPackageSession extends java.lang.Object implements Serializable
-
Serialized Fields
-
actualShipCost
java.math.BigDecimal actualShipCost
-
carrierPartyId
java.lang.String carrierPartyId
-
delegatorName
java.lang.String delegatorName
-
dimensionUomId
java.lang.String dimensionUomId
-
dispatcherName
java.lang.String dispatcherName
-
estimatedShipCost
java.math.BigDecimal estimatedShipCost
-
facilityId
java.lang.String facilityId
-
invoiceId
java.lang.String invoiceId
-
picklistBinId
java.lang.String picklistBinId
-
primaryOrderId
java.lang.String primaryOrderId
-
primaryShipGrpSeqId
java.lang.String primaryShipGrpSeqId
-
shipmentId
java.lang.String shipmentId
-
userLogin
GenericValue userLogin
-
weightPackageLines
java.util.List<WeightPackageSessionLine> weightPackageLines
-
weightPackageSeqId
int weightPackageSeqId
-
weightUomId
java.lang.String weightUomId
-
-
-
Class org.apache.ofbiz.shipment.weightPackage.WeightPackageSessionLine extends java.lang.Object implements Serializable
-
Serialized Fields
-
orderId
java.lang.String orderId
-
packageHeight
java.math.BigDecimal packageHeight
-
packageLength
java.math.BigDecimal packageLength
-
packageWeight
java.math.BigDecimal packageWeight
-
packageWidth
java.math.BigDecimal packageWidth
-
shipmentBoxTypeId
java.lang.String shipmentBoxTypeId
-
shipmentItemSeqId
java.lang.String shipmentItemSeqId
-
weightPackageSeqId
int weightPackageSeqId
-
-
-
-
Package org.apache.ofbiz.solr.webapp
-
Class org.apache.ofbiz.solr.webapp.OFBizSolrLoadAdminUiServlet extends OFBizSolrRedirectServlet implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.ofbiz.solr.webapp.OFBizSolrRedirectServlet extends org.apache.solr.servlet.RedirectServlet implements Serializable
-
-
Package org.apache.ofbiz.webapp.control
-
Class org.apache.ofbiz.webapp.control.ControlServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.ofbiz.webapp.control.MethodNotAllowedException extends RequestHandlerException implements Serializable
-
Class org.apache.ofbiz.webapp.control.RequestHandlerException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.webapp.control.RequestHandlerExceptionAllowExternalRequests extends GeneralException implements Serializable
-
Class org.apache.ofbiz.webapp.control.WebAppConfigurationException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.webapp.event
-
Class org.apache.ofbiz.webapp.event.EventHandlerException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.webapp.event.FileUploadProgressListener extends java.lang.Object implements Serializable
-
Serialized Fields
-
bytesRead
long bytesRead
-
contentLength
long contentLength
-
hasStarted
boolean hasStarted
-
items
int items
-
-
-
-
Package org.apache.ofbiz.webapp.view
-
Class org.apache.ofbiz.webapp.view.ViewHandlerException extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.webapp.webdav
-
Class org.apache.ofbiz.webapp.webdav.WebDavServlet extends javax.servlet.GenericServlet implements Serializable
-
Serialized Fields
-
delegator
Delegator delegator
-
dispatcher
LocalDispatcher dispatcher
-
handlerFactory
RequestHandlerFactory handlerFactory
-
security
Security security
-
-
-
-
Package org.apache.ofbiz.webpos.session
-
Class org.apache.ofbiz.webpos.session.WebPosSession.UserLoginFailure extends GeneralException implements Serializable
-
-
Package org.apache.ofbiz.widget.model
-
Class org.apache.ofbiz.widget.model.AbstractModelAction extends java.lang.Object implements Serializable
-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityAnd extends AbstractModelAction implements Serializable
-
Serialized Fields
-
finder
ByAndFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityCondition extends AbstractModelAction implements Serializable
-
Serialized Fields
-
finder
ByConditionFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.EntityOne extends AbstractModelAction implements Serializable
-
Serialized Fields
-
finder
PrimaryKeyFinder finder
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.GetRelated extends AbstractModelAction implements Serializable
-
Serialized Fields
-
listNameAcsr
FlexibleMapAccessor<java.util.List<GenericValue>> listNameAcsr
-
mapAcsr
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> mapAcsr
-
orderByListAcsr
FlexibleMapAccessor<java.util.List<java.lang.String>> orderByListAcsr
-
relationName
java.lang.String relationName
-
useCache
boolean useCache
-
valueNameAcsr
FlexibleMapAccessor<java.lang.Object> valueNameAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.GetRelatedOne extends AbstractModelAction implements Serializable
-
Serialized Fields
-
relationName
java.lang.String relationName
-
toValueNameAcsr
FlexibleMapAccessor<java.lang.Object> toValueNameAcsr
-
useCache
boolean useCache
-
valueNameAcsr
FlexibleMapAccessor<java.lang.Object> valueNameAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.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 extends AbstractModelAction implements Serializable
-
Serialized Fields
-
argListAcsr
FlexibleMapAccessor<java.util.List<? extends java.lang.Object>> argListAcsr
-
defaultExdr
FlexibleStringExpander defaultExdr
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
globalExdr
FlexibleStringExpander globalExdr
-
noLocale
boolean noLocale
-
propertyExdr
FlexibleStringExpander propertyExdr
-
resourceExdr
FlexibleStringExpander resourceExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.Script extends AbstractModelAction implements Serializable
-
Serialized Fields
-
location
java.lang.String location
-
method
java.lang.String method
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.Service extends AbstractModelAction implements Serializable
-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
resultMapNameAcsr
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr
-
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelAction.SetField extends AbstractModelAction implements Serializable
-
Serialized Fields
-
defaultExdr
FlexibleStringExpander defaultExdr
-
field
FlexibleMapAccessor<java.lang.Object> field
-
fromField
FlexibleMapAccessor<java.lang.Object> fromField
-
fromScope
java.lang.String fromScope
-
globalExdr
FlexibleStringExpander globalExdr
-
setIfEmpty
boolean setIfEmpty
-
setIfNull
boolean setIfNull
-
toScope
java.lang.String toScope
-
type
java.lang.String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition extends java.lang.Object implements Serializable
-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.And extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfCompare extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
java.lang.String operator
-
type
java.lang.String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfCompareField extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
java.lang.String operator
-
toFieldAcsr
FlexibleMapAccessor<java.lang.Object> toFieldAcsr
-
type
java.lang.String type
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfEmpty extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfEntityPermission extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
permissionChecker
EntityPermissionChecker permissionChecker
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfHasPermission extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
permissionExdr
FlexibleStringExpander permissionExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.IfRegexp extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
exprExdr
FlexibleStringExpander exprExdr
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.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 extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
classExdr
FlexibleStringExpander classExdr
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
methodExdr
FlexibleStringExpander methodExdr
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Not extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
subCondition
ModelCondition subCondition
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Or extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.AbstractModelCondition.Xor extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelCondition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplate extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplateDecorator extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
sectionMap
java.util.Map<java.lang.String,ModelScreenWidget> sectionMap
-
-
-
Class org.apache.ofbiz.widget.model.HtmlWidget.HtmlTemplateDecoratorSection extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.IterateSectionWidget extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
entryNameExdr
FlexibleStringExpander entryNameExdr
-
keyNameExdr
FlexibleStringExpander keyNameExdr
-
listNameExdr
FlexibleMapAccessor<java.lang.Object> listNameExdr
-
paginate
FlexibleStringExpander paginate
-
paginateTarget
FlexibleStringExpander paginateTarget
-
sectionList
java.util.List<ModelScreenWidget.Section> sectionList
-
viewSize
int viewSize
-
-
-
Class org.apache.ofbiz.widget.model.ModelForm extends ModelWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
altRowStyles
java.util.List<ModelForm.AltRowStyle> altRowStyles
-
altTargets
java.util.List<ModelForm.AltTarget> altTargets
-
autoFieldsEntities
java.util.List<ModelForm.AutoFieldsEntity> autoFieldsEntities
-
autoFieldsServices
java.util.List<ModelForm.AutoFieldsService> autoFieldsServices
-
clientAutocompleteFields
boolean clientAutocompleteFields
-
containerId
java.lang.String containerId
-
containerStyle
java.lang.String containerStyle
-
defaultEntityName
java.lang.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<java.util.Map<java.lang.String,? extends java.lang.Object>> defaultMapName
-
defaultRequiredFieldStyle
java.lang.String defaultRequiredFieldStyle
-
defaultServiceName
java.lang.String defaultServiceName
-
defaultSortFieldAscStyle
java.lang.String defaultSortFieldAscStyle
-
defaultSortFieldDescStyle
java.lang.String defaultSortFieldDescStyle
-
defaultSortFieldStyle
java.lang.String defaultSortFieldStyle
-
defaultTableStyle
java.lang.String defaultTableStyle
-
defaultTitleAreaStyle
java.lang.String defaultTitleAreaStyle
-
defaultTitleStyle
java.lang.String defaultTitleStyle
-
defaultTooltipStyle
java.lang.String defaultTooltipStyle
-
defaultViewSize
int defaultViewSize
-
defaultWidgetAreaStyle
java.lang.String defaultWidgetAreaStyle
-
defaultWidgetStyle
java.lang.String defaultWidgetStyle
-
emptyFormDataMessage
FlexibleStringExpander emptyFormDataMessage
-
evenRowStyle
java.lang.String evenRowStyle
-
fieldGroupList
java.util.List<ModelForm.FieldGroupBase> fieldGroupList
This is a list of FieldGroups in the order they were created. Can also include Banner objects. -
fieldGroupMap
java.util.Map<java.lang.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
java.util.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
java.lang.String focusFieldName
-
formLocation
java.lang.String formLocation
-
formTitleAreaStyle
java.lang.String formTitleAreaStyle
-
formWidgetAreaStyle
java.lang.String formWidgetAreaStyle
-
groupColumns
boolean groupColumns
-
headerRowStyle
java.lang.String headerRowStyle
-
hideHeader
boolean hideHeader
-
itemIndexSeparator
java.lang.String itemIndexSeparator
-
lastOrderFields
java.util.List<java.lang.String> lastOrderFields
-
listEntryName
java.lang.String listEntryName
-
listName
java.lang.String listName
-
multiSubmitFields
java.util.List<ModelFormField> multiSubmitFields
-
oddRowStyle
java.lang.String oddRowStyle
-
onPaginateUpdateAreas
java.util.List<ModelForm.UpdateArea> onPaginateUpdateAreas
On Paginate areas to be updated. -
onSortColumnUpdateAreas
java.util.List<ModelForm.UpdateArea> onSortColumnUpdateAreas
On Sort Column areas to be updated. -
onSubmitUpdateAreas
java.util.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
java.lang.String paginateStyle
-
paginateTarget
FlexibleStringExpander paginateTarget
-
paginateTargetAnchor
java.lang.String paginateTargetAnchor
-
paginateViewSizeLabel
FlexibleStringExpander paginateViewSizeLabel
-
parentModel
ModelForm parentModel
-
rowActions
java.util.List<ModelAction> rowActions
-
rowCountExdr
FlexibleStringExpander rowCountExdr
-
separateColumns
boolean separateColumns
-
skipEnd
boolean skipEnd
-
skipStart
boolean skipStart
-
sortFieldParameterName
java.lang.String sortFieldParameterName
-
sortOrderFields
java.util.List<ModelForm.SortField> sortOrderFields
-
target
FlexibleStringExpander target
-
targetType
java.lang.String targetType
-
targetWindowExdr
FlexibleStringExpander targetWindowExdr
-
title
java.lang.String title
-
tooltip
java.lang.String tooltip
-
type
java.lang.String type
-
useRowSubmit
boolean useRowSubmit
-
useWhenFields
java.util.Set<java.lang.String> useWhenFields
Keeps track of conditional fields to help ensure that only one is rendered
-
-
-
Class org.apache.ofbiz.widget.model.ModelFormAction.CallParentActions extends AbstractModelAction implements Serializable
-
Serialized Fields
-
kind
ModelFormAction.CallParentActions.ActionsKind kind
-
modelForm
ModelForm modelForm
-
-
-
Class org.apache.ofbiz.widget.model.ModelFormAction.Service extends AbstractModelAction implements Serializable
-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
ignoreError
boolean ignoreError
-
resultMapListNameExdr
FlexibleStringExpander resultMapListNameExdr
-
resultMapNameAcsr
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr
-
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelGrid extends ModelForm implements Serializable
-
Class org.apache.ofbiz.widget.model.ModelMenu extends ModelWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
defaultAlign
java.lang.String defaultAlign
-
defaultAlignStyle
java.lang.String defaultAlignStyle
-
defaultAssociatedContentId
FlexibleStringExpander defaultAssociatedContentId
-
defaultCellWidth
java.lang.String defaultCellWidth
-
defaultDisabledTitleStyle
java.lang.String defaultDisabledTitleStyle
-
defaultEntityName
java.lang.String defaultEntityName
-
defaultHideIfSelected
java.lang.Boolean defaultHideIfSelected
-
defaultMenuItemName
java.lang.String defaultMenuItemName
-
defaultPermissionEntityAction
java.lang.String defaultPermissionEntityAction
-
defaultPermissionOperation
java.lang.String defaultPermissionOperation
-
defaultSelectedStyle
java.lang.String defaultSelectedStyle
-
defaultTitleStyle
java.lang.String defaultTitleStyle
-
defaultTooltipStyle
java.lang.String defaultTooltipStyle
-
defaultWidgetStyle
java.lang.String defaultWidgetStyle
-
extraIndex
FlexibleStringExpander extraIndex
-
fillStyle
java.lang.String fillStyle
-
id
java.lang.String id
-
menuContainerStyleExdr
FlexibleStringExpander menuContainerStyleExdr
-
menuItemList
java.util.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
java.util.Map<java.lang.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
java.lang.String menuLocation
-
menuWidth
java.lang.String menuWidth
-
orientation
java.lang.String orientation
-
parentMenu
ModelMenu parentMenu
-
selectedMenuItemContextFieldName
FlexibleMapAccessor<java.lang.String> selectedMenuItemContextFieldName
-
target
java.lang.String target
-
title
FlexibleStringExpander title
-
tooltip
java.lang.String tooltip
-
type
java.lang.String type
-
-
-
Class org.apache.ofbiz.widget.model.ModelMenuAction.SetField extends AbstractModelAction implements Serializable
-
Serialized Fields
-
defaultExdr
FlexibleStringExpander defaultExdr
-
field
FlexibleMapAccessor<java.lang.Object> field
-
fromField
FlexibleMapAccessor<java.lang.Object> fromField
-
fromScope
java.lang.String fromScope
-
globalExdr
FlexibleStringExpander globalExdr
-
toScope
java.lang.String toScope
-
type
java.lang.String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelMenuItem extends ModelWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
align
java.lang.String align
-
alignStyle
java.lang.String alignStyle
-
associatedContentId
FlexibleStringExpander associatedContentId
-
cellWidth
java.lang.String cellWidth
-
condition
ModelMenuCondition condition
-
disabledTitleStyle
java.lang.String disabledTitleStyle
-
disableIfEmpty
java.lang.String disableIfEmpty
-
entityName
java.lang.String entityName
-
hideIfSelected
java.lang.Boolean hideIfSelected
-
link
ModelMenuItem.MenuLink link
-
menuItemList
java.util.List<ModelMenuItem> menuItemList
-
modelMenu
ModelMenu modelMenu
-
overrideName
java.lang.String overrideName
-
parentMenuItem
ModelMenuItem parentMenuItem
-
parentPortalPageId
FlexibleStringExpander parentPortalPageId
-
position
java.lang.Integer position
-
selectedStyle
java.lang.String selectedStyle
-
subMenu
java.lang.String subMenu
-
title
FlexibleStringExpander title
-
titleStyle
java.lang.String titleStyle
-
tooltip
FlexibleStringExpander tooltip
-
tooltipStyle
java.lang.String tooltipStyle
-
widgetStyle
java.lang.String widgetStyle
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreen extends ModelWidget implements Serializable
-
Serialized Fields
-
modelScreenMap
java.util.Map<java.lang.String,ModelScreen> modelScreenMap
-
section
ModelScreenWidget.Section section
-
sourceLocation
java.lang.String sourceLocation
-
transactionTimeoutExdr
FlexibleStringExpander transactionTimeoutExdr
-
useCache
boolean useCache
-
useTransaction
boolean useTransaction
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenCondition.IfEmptySection extends AbstractModelCondition implements Serializable
-
Serialized Fields
-
sectionExdr
FlexibleStringExpander sectionExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget extends ModelWidget implements Serializable
-
Serialized Fields
-
modelScreen
ModelScreen modelScreen
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Column extends ModelWidget implements Serializable
-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ColumnContainer extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
columns
java.util.List<ModelScreenWidget.Column> columns
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Container extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
autoUpdateInterval
FlexibleStringExpander autoUpdateInterval
-
autoUpdateTargetExdr
FlexibleStringExpander autoUpdateTargetExdr
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
typeExdr
FlexibleStringExpander typeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Content extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
border
java.lang.String border
-
contentId
FlexibleStringExpander contentId
-
dataResourceId
FlexibleStringExpander dataResourceId
-
editContainerStyle
FlexibleStringExpander editContainerStyle
-
editRequest
FlexibleStringExpander editRequest
-
enableEditName
FlexibleStringExpander enableEditName
-
height
java.lang.String height
-
width
java.lang.String width
-
xmlEscape
boolean xmlEscape
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorScreen extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
sectionMap
java.util.Map<java.lang.String,ModelScreenWidget> sectionMap
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorSection extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.DecoratorSectionInclude extends ModelScreenWidget implements Serializable
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Form extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Grid extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.HorizontalSeparator extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.IncludeScreen extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Label extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
idExdr
FlexibleStringExpander idExdr
-
styleExdr
FlexibleStringExpander styleExdr
-
textExdr
FlexibleStringExpander textExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Menu extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.PlatformSpecific extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
subWidgets
java.util.Map<java.lang.String,ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.PortalPage extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
confModeExdr
FlexibleStringExpander confModeExdr
-
idExdr
FlexibleStringExpander idExdr
-
usePrivate
java.lang.Boolean usePrivate
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ScreenImage extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
image
CommonWidgetModels.Image image
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.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
java.util.List<ModelScreenWidget> subWidgets
-
tabMenu
ModelScreenWidget.Menu tabMenu
-
titleExdr
FlexibleStringExpander titleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.ScreenLink extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
image
ModelScreenWidget.ScreenImage image
-
link
CommonWidgetModels.Link link
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.Section extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
condition
ModelCondition condition
-
failWidgets
java.util.List<ModelScreenWidget> failWidgets
-
isMainSection
boolean isMainSection
-
subWidgets
java.util.List<ModelScreenWidget> subWidgets
-
-
-
Class org.apache.ofbiz.widget.model.ModelScreenWidget.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 extends ModelScreenWidget implements Serializable
-
Serialized Fields
-
locationExdr
FlexibleStringExpander locationExdr
-
nameExdr
FlexibleStringExpander nameExdr
-
shareScopeExdr
FlexibleStringExpander shareScopeExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelSingleForm extends ModelForm implements Serializable
-
Class org.apache.ofbiz.widget.model.ModelTheme extends java.lang.Object implements Serializable
-
Serialized Fields
-
autocompleterDefaultDelay
java.lang.Integer autocompleterDefaultDelay
-
autocompleterDefaultMinLength
java.lang.Integer autocompleterDefaultMinLength
-
autocompleterDefaultViewSize
java.lang.Integer autocompleterDefaultViewSize
-
autocompleterDisplayReturnField
java.lang.Boolean autocompleterDisplayReturnField
-
defaultViewSize
java.lang.Integer defaultViewSize
-
linkDefaultLayeredModalHeight
java.lang.Integer linkDefaultLayeredModalHeight
-
linkDefaultLayeredModalWidth
java.lang.Integer linkDefaultLayeredModalWidth
-
lookupHeight
java.lang.Integer lookupHeight
-
lookupPosition
java.lang.String lookupPosition
-
lookupShowDescription
java.lang.String lookupShowDescription
-
lookupWidth
java.lang.Integer lookupWidth
-
modelCommonMenusMap
java.util.Map<java.lang.String,java.lang.String> modelCommonMenusMap
-
modelCommonScreensMap
java.util.Map<java.lang.String,java.lang.String> modelCommonScreensMap
-
modelTemplateMap
java.util.Map<java.lang.String,org.apache.ofbiz.widget.model.ModelTheme.ModelTemplate> modelTemplateMap
-
name
java.lang.String name
-
themePropertiesMap
java.util.Map<java.lang.String,java.lang.Object> themePropertiesMap
-
visualThemes
java.util.Map<java.lang.String,VisualTheme> visualThemes
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree extends ModelWidget implements Serializable
-
Serialized Fields
-
defaultEntityName
java.lang.String defaultEntityName
-
defaultRenderStyle
java.lang.String defaultRenderStyle
-
defaultWrapStyleExdr
FlexibleStringExpander defaultWrapStyleExdr
-
expandCollapseRequestExdr
FlexibleStringExpander expandCollapseRequestExdr
-
forceChildCheck
boolean forceChildCheck
-
location
java.lang.String location
-
nodeMap
java.util.Map<java.lang.String,ModelTree.ModelNode> nodeMap
-
openDepth
int openDepth
-
postTrailOpenDepth
int postTrailOpenDepth
-
rootNodeName
java.lang.String rootNodeName
-
trailNameExdr
FlexibleStringExpander trailNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree.ModelNode extends ModelWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
condition
ModelTreeCondition condition
-
entityName
java.lang.String entityName
-
entryName
java.lang.String entryName
-
expandCollapseStyle
java.lang.String expandCollapseStyle
-
label
ModelTree.ModelNode.Label label
-
link
ModelTree.ModelNode.Link link
-
modelTree
ModelTree modelTree
-
pkName
java.lang.String pkName
-
renderStyle
java.lang.String renderStyle
-
screenLocationExdr
FlexibleStringExpander screenLocationExdr
-
screenNameExdr
FlexibleStringExpander screenNameExdr
-
shareScope
java.lang.String shareScope
-
subNodeList
java.util.List<ModelTree.ModelNode.ModelSubNode> subNodeList
-
wrapStyleExdr
FlexibleStringExpander wrapStyleExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelTree.ModelNode.ModelSubNode extends ModelWidget implements Serializable
-
Serialized Fields
-
actions
java.util.List<ModelAction> actions
-
iteratorKey
java.lang.String iteratorKey
-
nodeNameExdr
FlexibleStringExpander nodeNameExdr
-
rootNode
ModelTree.ModelNode rootNode
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction extends AbstractModelAction implements Serializable
-
Serialized Fields
-
modelSubNode
ModelTree.ModelNode.ModelSubNode modelSubNode
-
modelTree
ModelTree modelTree
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.EntityAnd extends ModelTreeAction implements Serializable
-
Serialized Fields
-
finder
ByAndFinder finder
-
listName
java.lang.String listName
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.EntityCondition extends ModelTreeAction implements Serializable
-
Serialized Fields
-
finder
ByConditionFinder finder
-
listName
java.lang.String listName
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.Script extends ModelTreeAction implements Serializable
-
Serialized Fields
-
location
java.lang.String location
-
method
java.lang.String method
-
-
-
Class org.apache.ofbiz.widget.model.ModelTreeAction.Service extends ModelTreeAction implements Serializable
-
Serialized Fields
-
autoFieldMapExdr
FlexibleStringExpander autoFieldMapExdr
-
fieldMap
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
resultMapListNameExdr
FlexibleStringExpander resultMapListNameExdr
-
resultMapNameAcsr
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr
-
resultMapValueNameExdr
FlexibleStringExpander resultMapValueNameExdr
-
serviceNameExdr
FlexibleStringExpander serviceNameExdr
-
valueNameExdr
FlexibleStringExpander valueNameExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidget extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
startColumn
int startColumn
-
startLine
int startLine
-
systemId
java.lang.String systemId
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition extends java.lang.Object implements Serializable
-
Serialized Fields
-
modelWidget
ModelWidget modelWidget
-
rootCondition
ModelWidgetCondition.Condition rootCondition
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.And extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelWidgetCondition.Condition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfCompare extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
java.lang.String operator
-
type
java.lang.String type
-
valueExdr
FlexibleStringExpander valueExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfCompareField extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
formatExdr
FlexibleStringExpander formatExdr
-
operator
java.lang.String operator
-
toFieldAcsr
FlexibleMapAccessor<java.lang.Object> toFieldAcsr
-
type
java.lang.String type
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfEmpty extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfEntityPermission extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
permissionChecker
EntityPermissionChecker permissionChecker
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfHasPermission extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
actionExdr
FlexibleStringExpander actionExdr
-
permissionExdr
FlexibleStringExpander permissionExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.IfRegexp extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
exprExdr
FlexibleStringExpander exprExdr
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.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 extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
classExdr
FlexibleStringExpander classExdr
-
fieldAcsr
FlexibleMapAccessor<java.lang.Object> fieldAcsr
-
methodExdr
FlexibleStringExpander methodExdr
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Not extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
subCondition
ModelWidgetCondition.Condition subCondition
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Or extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelWidgetCondition.Condition> subConditions
-
-
-
Class org.apache.ofbiz.widget.model.ModelWidgetCondition.Xor extends ModelWidgetCondition implements Serializable
-
Serialized Fields
-
subConditions
java.util.List<ModelWidgetCondition.Condition> subConditions
-
-
-
-
Package org.apache.ofbiz.widget.renderer
-
Class org.apache.ofbiz.widget.renderer.ScreenRenderException extends GeneralException implements Serializable
-
Class org.apache.ofbiz.widget.renderer.VisualTheme extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
FlexibleStringExpander description
-
displayName
FlexibleStringExpander displayName
-
modelTheme
ModelTheme modelTheme
-
screenshots
java.util.List<java.lang.String> screenshots
-
visualThemeId
java.lang.String visualThemeId
-
-
-
-
Package org.apache.ofbiz.workeffort.workeffort
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.KeywordConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
anyPrefix
boolean anyPrefix
-
anySuffix
boolean anySuffix
-
isAnd
boolean isAnd
-
keywordsString
java.lang.String keywordsString
-
removeStems
boolean removeStems
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.LastUpdatedRangeConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
fromDate
java.sql.Timestamp fromDate
-
thruDate
java.sql.Timestamp thruDate
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.PartyAssignmentConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
partyId
java.lang.String partyId
-
roleTypeId
java.lang.String roleTypeId
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.ProductSetConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
productIdSet
java.util.Set<java.lang.String> productIdSet
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.ResultSortOrder extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.SortKeywordRelevancy extends WorkEffortSearch.ResultSortOrder implements Serializable
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.SortWorkEffortField extends WorkEffortSearch.ResultSortOrder implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
fieldName
java.lang.String fieldName
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortAssocConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
includeSubWorkEfforts
boolean includeSubWorkEfforts
-
workEffortAssocTypeId
java.lang.String workEffortAssocTypeId
-
workEffortId
java.lang.String workEffortId
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortReviewConstraint extends WorkEffortSearch.WorkEffortSearchConstraint implements Serializable
-
Serialized Fields
-
reviewTextString
java.lang.String reviewTextString
-
-
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearch.WorkEffortSearchConstraint extends java.lang.Object implements Serializable
-
Class org.apache.ofbiz.workeffort.workeffort.WorkEffortSearchSession.WorkEffortSearchOptions extends java.lang.Object implements Serializable
-
Serialized Fields
-
changed
boolean changed
-
constraintList
java.util.List<WorkEffortSearch.WorkEffortSearchConstraint> constraintList
-
resultSortOrder
WorkEffortSearch.ResultSortOrder resultSortOrder
-
viewIndex
java.lang.Integer viewIndex
-
viewSize
java.lang.Integer viewSize
-
-
-