Serialized Form


Package org.ofbiz.core.config

Class org.ofbiz.core.config.GenericConfigException implements Serializable


Package org.ofbiz.core.util

Class org.ofbiz.core.util.FlexibleProperties implements Serializable

Serialized Fields

url

java.net.URL url

doPropertyExpansion

boolean doPropertyExpansion

truncateIfMissing

boolean truncateIfMissing

Class org.ofbiz.core.util.GeneralException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.core.util.GeneralRuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.core.util.HttpClientException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.core.util.OrderedMap implements Serializable

Serialized Fields

orderedKeys

java.util.List orderedKeys

Class org.ofbiz.core.util.UtilMisc.SimpleMap implements Serializable

Serialized Fields

realMapIfNeeded

java.util.Map realMapIfNeeded

names

java.lang.String[] names

values

java.lang.Object[] values

Class org.ofbiz.core.util.ValueException implements Serializable


Package org.ofbiz.core.entity

Class org.ofbiz.core.entity.ByteWrapper implements Serializable

Serialized Fields

bytes

byte[] bytes

Class org.ofbiz.core.entity.EntityCondition implements Serializable

Class org.ofbiz.core.entity.EntityConditionList implements Serializable

Serialized Fields

conditionList

java.util.List conditionList

operator

EntityOperator operator

Class org.ofbiz.core.entity.EntityConditionParam implements Serializable

Serialized Fields

modelField

ModelField modelField

fieldValue

java.lang.Object fieldValue

Class org.ofbiz.core.entity.EntityExpr implements Serializable

Serialized Fields

lhs

java.lang.Object lhs

leftUpper

boolean leftUpper

operator

EntityOperator operator

rhs

java.lang.Object rhs

rightUpper

boolean rightUpper

Class org.ofbiz.core.entity.EntityExprList implements Serializable

Serialized Fields

exprList

java.util.List exprList

operator

EntityOperator operator

Class org.ofbiz.core.entity.EntityFieldMap implements Serializable

Serialized Fields

fieldMap

java.util.Map fieldMap

operator

EntityOperator operator

Class org.ofbiz.core.entity.EntityFindOptions implements Serializable

Serialized Fields

specifyTypeAndConcur

boolean specifyTypeAndConcur

resultSetType

int resultSetType

resultSetConcurrency

int resultSetConcurrency

distinct

boolean distinct

Class org.ofbiz.core.entity.EntityLockedException implements Serializable

Class org.ofbiz.core.entity.EntityOperator implements Serializable

Serialized Fields

idInt

int idInt

codeString

java.lang.String codeString

Class org.ofbiz.core.entity.EntityWhereString implements Serializable

Serialized Fields

sqlString

java.lang.String sqlString

Class org.ofbiz.core.entity.GenericCreateException implements Serializable

Class org.ofbiz.core.entity.GenericDataSourceException implements Serializable

Class org.ofbiz.core.entity.GenericDuplicateKeyException implements Serializable

Class org.ofbiz.core.entity.GenericEntity implements Serializable

Serialized Fields

delegatorName

java.lang.String delegatorName
Name of the GenericDelegator, used to reget the GenericDelegator when deserialized


fields

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


entityName

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


modified

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

Class org.ofbiz.core.entity.GenericEntityConfException implements Serializable

Class org.ofbiz.core.entity.GenericEntityException implements Serializable

Class org.ofbiz.core.entity.GenericEntityNotFoundException implements Serializable

Class org.ofbiz.core.entity.GenericFindException implements Serializable

Class org.ofbiz.core.entity.GenericModelException implements Serializable

Class org.ofbiz.core.entity.GenericNoSuchEntityException implements Serializable

Class org.ofbiz.core.entity.GenericNotImplementedException implements Serializable

Class org.ofbiz.core.entity.GenericPK implements Serializable

Class org.ofbiz.core.entity.GenericRemoveException implements Serializable

Class org.ofbiz.core.entity.GenericResultSetClosedException implements Serializable

Class org.ofbiz.core.entity.GenericStoreException implements Serializable

Class org.ofbiz.core.entity.GenericTransactionException implements Serializable

Class org.ofbiz.core.entity.GenericValue implements Serializable

Serialized Fields

originalDbValues

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


Package org.ofbiz.core.service

Class org.ofbiz.core.service.DispatchContext implements Serializable

Serialized Fields

loader

java.lang.ClassLoader loader

readers

java.util.Collection readers

attributes

java.util.Map attributes

name

java.lang.String name

Class org.ofbiz.core.service.GenericServiceException implements Serializable

Class org.ofbiz.core.service.ServiceAuthException implements Serializable

Class org.ofbiz.core.service.ServiceValidationException implements Serializable


Package org.ofbiz.core.service.job

Class org.ofbiz.core.service.job.AbstractJob implements Serializable

Serialized Fields

runtime

long runtime

sequence

long sequence

jobName

java.lang.String jobName

Class org.ofbiz.core.service.job.GenericServiceJob implements Serializable

Serialized Fields

trans

boolean trans

service

java.lang.String service

context

java.util.Map context

Class org.ofbiz.core.service.job.JobManagerException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class org.ofbiz.core.service.job.PersistedServiceJob implements Serializable

Serialized Fields

storedDate

java.sql.Timestamp storedDate


Package org.ofbiz.core.calendar

Class org.ofbiz.core.calendar.RecurrenceInfoException implements Serializable

Class org.ofbiz.core.calendar.RecurrenceRuleException implements Serializable


Package org.ofbiz.core.security

Class org.ofbiz.core.security.SecurityConfigurationException implements Serializable


Package org.ofbiz.core.serialize

Class org.ofbiz.core.serialize.SerializeException implements Serializable


Package org.ofbiz.core.extentity.eca

Class org.ofbiz.core.extentity.eca.EntityEcaException implements Serializable


Package org.ofbiz.core.control

Class org.ofbiz.core.control.ControlServlet implements Serializable

Serialized Fields

localCachedClassLoader

java.lang.ClassLoader localCachedClassLoader

Class org.ofbiz.core.control.RequestHandler implements Serializable

Serialized Fields

context

javax.servlet.ServletContext context

requestManager

RequestManager requestManager

viewFactory

ViewFactory viewFactory

eventFactory

EventFactory eventFactory

Class org.ofbiz.core.control.RequestHandlerException implements Serializable

Class org.ofbiz.core.control.RequestManager implements Serializable

Serialized Fields

configFileUrl

java.net.URL configFileUrl


Package org.ofbiz.core.event

Class org.ofbiz.core.event.EventHandlerException implements Serializable


Package org.ofbiz.core.region

Class org.ofbiz.core.region.Content implements Serializable

Serialized Fields

content

java.lang.String content

type

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

Class org.ofbiz.core.region.Region implements Serializable

Serialized Fields

sections

java.util.Map sections

id

java.lang.String id

Class org.ofbiz.core.region.RegionTag implements Serializable

Serialized Fields

regionObj

Region regionObj

template

java.lang.String template

region

java.lang.String region

Class org.ofbiz.core.region.RenderTag implements Serializable

Serialized Fields

sectionName

java.lang.String sectionName

role

java.lang.String role

permission

java.lang.String permission

action

java.lang.String action

Class org.ofbiz.core.region.Section implements Serializable

Serialized Fields

name

java.lang.String name

info

java.lang.String info

regionManager

RegionManager regionManager


Package org.ofbiz.core.taglib

Class org.ofbiz.core.taglib.AbstractParameterTag implements Serializable

Serialized Fields

inParameters

java.util.Map inParameters

outParameters

java.util.Map outParameters

Class org.ofbiz.core.taglib.ContentUrlTag implements Serializable

Class org.ofbiz.core.taglib.EntityFieldTag implements Serializable

Serialized Fields

field

java.lang.String field

type

java.lang.String type

attribute

java.lang.String attribute

defaultObj

java.lang.Object defaultObj

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class org.ofbiz.core.taglib.FormatTag implements Serializable

Serialized Fields

type

java.lang.String type

defaultStr

java.lang.String defaultStr

Class org.ofbiz.core.taglib.I18nBundleTag implements Serializable

Serialized Fields

baseName

java.lang.String baseName

bundle

java.util.ResourceBundle bundle

Class org.ofbiz.core.taglib.I18nMessageArgumentTag implements Serializable

Class org.ofbiz.core.taglib.I18nMessageTag implements Serializable

Serialized Fields

key

java.lang.String key

value

java.lang.String value

bundle

java.util.ResourceBundle bundle

arguments

java.util.List arguments

Class org.ofbiz.core.taglib.IfTag implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

type

java.lang.String type

size

java.lang.Integer size

Class org.ofbiz.core.taglib.InputValueTag implements Serializable

Serialized Fields

field

java.lang.String field

param

java.lang.String param

entityAttr

java.lang.String entityAttr

tryEntityAttr

java.lang.String tryEntityAttr

defaultStr

java.lang.String defaultStr

fullattrsStr

java.lang.String fullattrsStr

Class org.ofbiz.core.taglib.IterateNextTag implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.Class type

element

java.lang.Object element

expandMap

boolean expandMap

Class org.ofbiz.core.taglib.IteratorHasNextTag implements Serializable

Class org.ofbiz.core.taglib.IteratorTag implements Serializable

Serialized Fields

iterator

java.util.Iterator iterator

name

java.lang.String name

property

java.lang.String property

element

java.lang.Object element

type

java.lang.Class type

limit

int limit

offset

int offset

expandMap

boolean expandMap

Class org.ofbiz.core.taglib.ObjectTag implements Serializable

Serialized Fields

element

java.lang.Object element

name

java.lang.String name

property

java.lang.String property

type

java.lang.Class type

Class org.ofbiz.core.taglib.ParamTag implements Serializable

Serialized Fields

name

java.lang.String name

mode

java.lang.String mode

map

java.lang.String map

alias

java.lang.String alias

attribute

java.lang.String attribute

paramValue

java.lang.Object paramValue

Class org.ofbiz.core.taglib.PrintTag implements Serializable

Serialized Fields

attribute

java.lang.String attribute

defaultStr

java.lang.String defaultStr

Class org.ofbiz.core.taglib.ServiceTag implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName

resultScope

java.lang.String resultScope

mode

java.lang.String mode

Class org.ofbiz.core.taglib.UnlessTag implements Serializable

Class org.ofbiz.core.taglib.UrlTag implements Serializable


Package org.ofbiz.core.view

Class org.ofbiz.core.view.ViewHandlerException implements Serializable


Package org.ofbiz.core.workflow

Class org.ofbiz.core.workflow.AlreadyRunning implements Serializable

Class org.ofbiz.core.workflow.AlreadySuspended implements Serializable

Class org.ofbiz.core.workflow.CannotChangeRequester implements Serializable

Class org.ofbiz.core.workflow.CannotComplete implements Serializable

Class org.ofbiz.core.workflow.CannotResume implements Serializable

Class org.ofbiz.core.workflow.CannotStart implements Serializable

Class org.ofbiz.core.workflow.CannotStop implements Serializable

Class org.ofbiz.core.workflow.CannotSuspend implements Serializable

Class org.ofbiz.core.workflow.EvaluationException implements Serializable

Class org.ofbiz.core.workflow.HistoryNotAvailable implements Serializable

Class org.ofbiz.core.workflow.InvalidData implements Serializable

Class org.ofbiz.core.workflow.InvalidPerformer implements Serializable

Class org.ofbiz.core.workflow.InvalidRequester implements Serializable

Class org.ofbiz.core.workflow.InvalidResource implements Serializable

Class org.ofbiz.core.workflow.InvalidState implements Serializable

Class org.ofbiz.core.workflow.NotAssigned implements Serializable

Class org.ofbiz.core.workflow.NotEnabled implements Serializable

Class org.ofbiz.core.workflow.NotRunning implements Serializable

Class org.ofbiz.core.workflow.NotSuspended implements Serializable

Class org.ofbiz.core.workflow.RequesterRequired implements Serializable

Class org.ofbiz.core.workflow.ResultNotAvailable implements Serializable

Class org.ofbiz.core.workflow.SourceNotAvailable implements Serializable

Class org.ofbiz.core.workflow.TransitionNotAllowed implements Serializable

Class org.ofbiz.core.workflow.UpdateNotAllowed implements Serializable

Class org.ofbiz.core.workflow.WfException implements Serializable


Package org.ofbiz.core.workflow.client

Class org.ofbiz.core.workflow.client.StartActivityJob implements Serializable

Serialized Fields

activity

WfActivity activity

requester

GenericRequester requester


Package org.ofbiz.core.workflow.definition

Class org.ofbiz.core.workflow.definition.DefinitionParserException implements Serializable


Package org.ofbiz.core.rules.engine

Class org.ofbiz.core.rules.engine.EvaluationException implements Serializable


Package org.ofbiz.core.rules.logikus

Class org.ofbiz.core.rules.logikus.LogikusException implements Serializable


Package org.ofbiz.core.rules.parse

Class org.ofbiz.core.rules.parse.TrackException implements Serializable

Serialized Fields

after

java.lang.String after

expected

java.lang.String expected

found

java.lang.String found


Package org.ofbiz.core.datafile

Class org.ofbiz.core.datafile.DataFileException implements Serializable

Class org.ofbiz.core.datafile.Record implements Serializable

Serialized Fields

fields

java.util.Map fields
Contains a map with field data by name


recordName

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


parentRecord

Record parentRecord

childRecords

java.util.List childRecords


Package org.ofbiz.core.minilang

Class org.ofbiz.core.minilang.MiniLangException implements Serializable