WebObjects 5.4.1

Serialized Form


Package com.webobjects.appserver

Class com.webobjects.appserver._WODocumentType extends org.apache.xerces.dom.DocumentTypeImpl implements Serializable

serialVersionUID: 1962420631186282410L

Serialized Fields

dtdString

String dtdString

Class com.webobjects.appserver.WOApplication.Event extends WOEvent implements Serializable

serialVersionUID: 9103314272492083747L

Class com.webobjects.appserver.WOAssociation.Event extends WOEvent implements Serializable

serialVersionUID: -8843814780214416992L

Serialized Fields

_keyPath

String _keyPath

_defaultBindingName

String _defaultBindingName

Class com.webobjects.appserver.WOComponent extends WOElement implements Serializable

serialVersionUID: 9030800440407384426L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Conformance to Serializable. The readObject() method is responsible for reading from the stream and restoring the classes fields.

Throws:
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Conformance to Serializable. The writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.

Throws:
IOException - when unable to write to the ObjectOutputStream specified
Serialized Fields

_name

String _name

_subcomponents

NSMutableDictionary<K,V> _subcomponents

_templateName

String _templateName

_variables

NSMutableDictionary<K,V> _variables

_variableValues

NSMutableDictionary<K,V> _variableValues

_isPage

boolean _isPage

_caching

boolean _caching

_isSynchronized

boolean _isSynchronized

Class com.webobjects.appserver.WOComponent.Event extends WOEvent implements Serializable

serialVersionUID: 1412114384422483695L

Class com.webobjects.appserver.WOCookie extends Object implements Serializable

serialVersionUID: 4511673225599865671L

Serialization Methods

readObject

public void readObject(ObjectInputStream in)
                throws IOException,
                       ClassNotFoundException
Conformance to Serializable. The readObject() method is responsible for reading from the stream and restoring the classes fields.

Throws:
IOException - when unable to read from the ObjectInputStream specified
ClassNotFoundException

writeObject

public void writeObject(ObjectOutputStream out)
                 throws IOException
Conformance to Serializable. The writeObject() method is responsible for writing the state of the object for its particular class so that the corresponding readObject() method can restore it.

Throws:
IOException - when unable to write to the ObjectOutputStream specified
Serialized Fields

_name

String _name

_value

String _value

_domain

String _domain

_path

String _path

_isSecure

boolean _isSecure

_expires

NSTimestamp _expires

_timeout

int _timeout
Cookie expires in x seconds rfc2109

Class com.webobjects.appserver.WODisplayGroup extends Object implements Serializable

serialVersionUID: -4371292869421265023L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

Class com.webobjects.appserver.WODOMParserException extends RuntimeException implements Serializable

serialVersionUID: 7757553325638250992L

Class com.webobjects.appserver.WODynamicURL extends Object implements Serializable

serialVersionUID: -317654967948689886L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_prefix

String _prefix

_webObjectsVersion

String _webObjectsVersion

_applicationName

String _applicationName

_applicationNumber

String _applicationNumber

_requestHandlerKey

String _requestHandlerKey

_requestHandlerPath

String _requestHandlerPath

_queryString

String _queryString

Class com.webobjects.appserver.WODynamicURL.LocaleURLFormatException extends com.webobjects.appserver._private.WOURLFormatException implements Serializable

serialVersionUID: -5100348852777182664L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationName extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -742833876313103459L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidApplicationNumber extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 36706046074253265L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidPrefix extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -8150957052360000211L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidQueryString extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -6019682633803385386L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerKey extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: -3006727875617155222L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidRequestHandlerPath extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 338627336074516865L

Class com.webobjects.appserver.WODynamicURL.WOURLInvalidWebObjectsVersion extends WODynamicURL.LocaleURLFormatException implements Serializable

serialVersionUID: 7425735459828878389L

Class com.webobjects.appserver.WOEvent extends EOEvent implements Serializable

serialVersionUID: -1339153557998628913L

Serialized Fields

_componentName

String _componentName

_pageName

String _pageName

Class com.webobjects.appserver.WOPageNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 7526068152775009876L

Class com.webobjects.appserver.WORedirect extends WOComponent implements Serializable

serialVersionUID: 5003612439663446862L

Serialized Fields

_url

String _url

Class com.webobjects.appserver.WOSchemeNotSupportedException extends RuntimeException implements Serializable

serialVersionUID: 2196738096226506977L

Class com.webobjects.appserver.WOSession extends Object implements Serializable

serialVersionUID: -3892089045508903478L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialization support *********

Throws:
IOException
ClassNotFoundException
Serialized Fields

_sessionID

String _sessionID

_timeOut

long _timeOut

_contextArrayStack

NSMutableArray<E> _contextArrayStack

_contextRecords

NSMutableDictionary<K,V> _contextRecords

_languages

NSArray<E> _languages

_componentState

NSMutableDictionary<K,V> _componentState

_birthDate

NSTimestamp _birthDate

_wasTimedOut

boolean _wasTimedOut

_wasJ2EETerminated

boolean _wasJ2EETerminated

_stats

NSMutableArray<E> _stats

_formattedStats

StringBuffer _formattedStats

_contextCounter

int _contextCounter

_requestCounter

int _requestCounter

_allowedToViewStatistics

boolean _allowedToViewStatistics

_allowedToViewEvents

boolean _allowedToViewEvents

_terminating

boolean _terminating

_distributionEnabled

boolean _distributionEnabled

_cookieRVEnabled

boolean _cookieRVEnabled

_URLRVEnabled

boolean _URLRVEnabled

_permanentPageCache

NSMutableDictionary<K,V> _permanentPageCache

_permanentContextIDArray

NSMutableArray<E> _permanentContextIDArray

_pageFragmentCache

WOSession.PageFragmentCache _pageFragmentCache

_editingContext

EOEditingContext _editingContext

_hasSessionLockedEditingContext

boolean _hasSessionLockedEditingContext

Class com.webobjects.appserver.WOSession.PageFragmentCache extends LinkedHashMap<String,com.webobjects.appserver._private.WOTransactionRecord> implements Serializable

serialVersionUID: 6647613370983434989L

Class com.webobjects.appserver.WOStopWatch extends EOEvent implements Serializable

serialVersionUID: 2845106227386078947L

Serialized Fields

_name

String _name
Deprecated. 

_accumulatedTime

long _accumulatedTime
Deprecated. 

_currentStartTime

long _currentStartTime
Deprecated. 

_startCount

int _startCount
Deprecated. 

_isRunning

boolean _isRunning
Deprecated. 

Package com.webobjects.appserver.parser

Class com.webobjects.appserver.parser.WOHTMLFormatException extends RuntimeException implements Serializable

serialVersionUID: 5253356669152671380L

Class com.webobjects.appserver.parser.WOParserException extends RuntimeException implements Serializable

serialVersionUID: 2913798622465201884L

Serialized Fields

_referenceName

String _referenceName

_position

WOMLPosition _position

Package com.webobjects.appserver.parser.declaration

Class com.webobjects.appserver.parser.declaration.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class com.webobjects.appserver.parser.declaration.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class com.webobjects.appserver.parser.declaration.WODeclarationFormatException extends WOParserException implements Serializable

serialVersionUID: -7162659029219871263L

Class com.webobjects.appserver.parser.declaration.WODuplicateDeclarationNameException extends WODeclarationFormatException implements Serializable

serialVersionUID: -4551159915662157920L


Package com.webobjects.appserver.parser.woml

Class com.webobjects.appserver.parser.woml.WOMLElementGenerationException extends RuntimeException implements Serializable

serialVersionUID: -1226956407949803045L

Class com.webobjects.appserver.parser.woml.WOMLNodeException extends RuntimeException implements Serializable

serialVersionUID: 8710550725444136443L

Serialized Fields

_node

WOMLNode _node

Class com.webobjects.appserver.parser.woml.WOMLTemplateParserException extends WOParserException implements Serializable


Package com.webobjects.appserver.parser.woml.namespaces

Class com.webobjects.appserver.parser.woml.namespaces.WOGenericElementRuleViolationException extends RuntimeException implements Serializable


Package com.webobjects.appserver.xml

Class com.webobjects.appserver.xml.WOXMLException extends NSForwardException implements Serializable

serialVersionUID: -7029058176377973889L

Serialized Fields

_extraMessage

String _extraMessage

Package com.webobjects.directtoweb

Class com.webobjects.directtoweb.Assignment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_keyPath

String _keyPath

_value

Object _value

Class com.webobjects.directtoweb.BASConfirmPage extends D2WConfirmPage implements Serializable

serialVersionUID: 1901767123620632355L

Class com.webobjects.directtoweb.BASDefaultHeader extends DefaultHeader implements Serializable

serialVersionUID: 8184192526651969417L

Class com.webobjects.directtoweb.BASEditRelationshipPage extends D2WEditRelationshipPage implements Serializable

serialVersionUID: 5913538797447944984L

Class com.webobjects.directtoweb.BASErrorPage extends D2WErrorPage implements Serializable

serialVersionUID: -8549350337859766821L

Class com.webobjects.directtoweb.BASHead extends D2WHead implements Serializable

serialVersionUID: 2155710769131073447L

Class com.webobjects.directtoweb.BASInspectPage extends D2WInspectPage implements Serializable

serialVersionUID: -4916399395022455834L

Class com.webobjects.directtoweb.BASListPage extends D2WListPage implements Serializable

serialVersionUID: -1888764585540079527L

Class com.webobjects.directtoweb.BASMasterDetailPage extends D2WMasterDetailPage implements Serializable

serialVersionUID: 5154290215455542871L

Class com.webobjects.directtoweb.BASPlainListPage extends D2WPlainListPage implements Serializable

serialVersionUID: 3509373662113492159L

Class com.webobjects.directtoweb.BASQueryAllEntitiesPage extends D2WQueryAllEntitiesPage implements Serializable

Class com.webobjects.directtoweb.BASQueryPage extends D2WQueryPage implements Serializable

Class com.webobjects.directtoweb.BASSideHeader extends DefaultHeader implements Serializable

Class com.webobjects.directtoweb.BASSidePageWrapper extends WOComponent implements Serializable

Class com.webobjects.directtoweb.BooleanAssignment extends Assignment implements Serializable

serialVersionUID: -3547543529199047032L

Class com.webobjects.directtoweb.BooleanQualifier extends EOQualifier implements Serializable

serialVersionUID: -7397738313073637679L

Serialized Fields

_key

String _key

Class com.webobjects.directtoweb.D2WCollapsibleComponentContent extends WOComponent implements Serializable

serialVersionUID: 1918951314243037264L

Class com.webobjects.directtoweb.D2WCompactInspectComponent extends D2WComponent implements Serializable

serialVersionUID: -4423108174421221655L

Serialized Fields

_rowFlip

boolean _rowFlip

Class com.webobjects.directtoweb.D2WComponent extends WOComponent implements Serializable

serialVersionUID: -2065818225355032629L

Serialized Fields

_localContext

D2WContext _localContext

_eo

EOEnterpriseObject _eo

_entitiesString

String _entitiesString

_settings

com.apple.client.directtoweb.common.Settings _settings

_settingsString

String _settingsString

_dynamicPagesString

String _dynamicPagesString

_readOnlyComputed

boolean _readOnlyComputed

_entityIsReadOnly

boolean _entityIsReadOnly

_tasksString

String _tasksString

Class com.webobjects.directtoweb.D2WConfirmPage extends D2WPage implements Serializable

serialVersionUID: -2397874320179724410L

Serialized Fields

_confirmPageDelegate

NextPageDelegate _confirmPageDelegate

_cancelDelegate

NextPageDelegate _cancelDelegate

_messageString

String _messageString

Class com.webobjects.directtoweb.D2WCustomComponent extends D2WComponent implements Serializable

serialVersionUID: -2602076436902660802L

Class com.webobjects.directtoweb.D2WCustomQueryComponent extends D2WComponent implements Serializable

serialVersionUID: 4822939364910493034L

Serialized Fields

displayGroup

WODisplayGroup displayGroup
The display group for a WOSwitchComponent.

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WDefaultCustomComponent extends WOComponent implements Serializable

serialVersionUID: 4349548094499698580L

Serialized Fields

object

EOEnterpriseObject object
The Enterprise Object (for D2WCustomComponent).

The implementation is subject to change in future releases.


key

String key
The key (for both D2WCustomComponent and D2WCustomQueryComponent).

The implementation is subject to change in future releases.


displayGroup

WODisplayGroup displayGroup
The display group (for D2WCustomQueryComponent).

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WDisplayBoolean extends D2WStatelessComponent implements Serializable

serialVersionUID: 7363060968928054153L

Class com.webobjects.directtoweb.D2WDisplayDate extends D2WStatelessComponent implements Serializable

serialVersionUID: -4124794592472290200L

Class com.webobjects.directtoweb.D2WDisplayHyperlink extends D2WStatelessComponent implements Serializable

serialVersionUID: -3498717703868861777L

Class com.webobjects.directtoweb.D2WDisplayImage extends D2WStatelessComponent implements Serializable

serialVersionUID: 2952113878421023041L

Class com.webobjects.directtoweb.D2WDisplayImageFromPath extends D2WStatelessComponent implements Serializable

serialVersionUID: 3416274461668609379L

Class com.webobjects.directtoweb.D2WDisplayLargeString extends D2WDisplayString implements Serializable

serialVersionUID: 3515869060683970985L

Class com.webobjects.directtoweb.D2WDisplayMailTo extends D2WStatelessComponent implements Serializable

serialVersionUID: -6931522111318398228L

Class com.webobjects.directtoweb.D2WDisplayNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -8333027319617399463L

Class com.webobjects.directtoweb.D2WDisplayString extends D2WStatelessComponent implements Serializable

serialVersionUID: 6861228301550107772L

Class com.webobjects.directtoweb.D2WDisplayStyledDate extends D2WStatelessComponent implements Serializable

serialVersionUID: 6249308652272219964L

Class com.webobjects.directtoweb.D2WDisplayStyledNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -471017762099218941L

Class com.webobjects.directtoweb.D2WDisplayStyledString extends D2WStatelessComponent implements Serializable

serialVersionUID: 3378593910036681894L

Class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber extends D2WStatelessComponent implements Serializable

serialVersionUID: -389061346890715949L

Class com.webobjects.directtoweb.D2WDisplayToMany extends D2WComponent implements Serializable

serialVersionUID: -2824737769262150551L

Class com.webobjects.directtoweb.D2WDisplayToMany2 extends D2WDisplayToMany implements Serializable

serialVersionUID: 2641453643017964844L

Serialized Fields

item

EOEnterpriseObject item
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToManyBrowser extends D2WDisplayToMany implements Serializable

serialVersionUID: -4049520051734326694L

Serialized Fields

browserItem

EOEnterpriseObject browserItem
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToManyFault extends D2WStatelessComponent implements Serializable

serialVersionUID: -6193431969880560119L

Serialized Fields

_helpString

String _helpString

Class com.webobjects.directtoweb.D2WDisplayToManyTable extends D2WDisplayToMany implements Serializable

serialVersionUID: 1L

Serialized Fields

item

EOEnterpriseObject item
This constant is intentionally undocumented.

Class com.webobjects.directtoweb.D2WDisplayToOne extends D2WStatelessComponent implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WDisplayToOneFault extends D2WStatelessComponent implements Serializable

serialVersionUID: 3911473338798197828L

Serialized Fields

_helpString

String _helpString

Class com.webobjects.directtoweb.D2WEdit extends D2WEmbeddedComponent implements Serializable

serialVersionUID: 4729040865195664776L

Class com.webobjects.directtoweb.D2WEditBoolean extends EditComponent implements Serializable

serialVersionUID: 4264599215220704541L

Class com.webobjects.directtoweb.D2WEditDate extends EditComponent implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WEditLargeString extends D2WEditString implements Serializable

serialVersionUID: 1L

Class com.webobjects.directtoweb.D2WEditNumber extends EditComponent implements Serializable

serialVersionUID: 4416709701918206849L

Class com.webobjects.directtoweb.D2WEditRelationshipPage extends D2WPage implements Serializable

serialVersionUID: 1170927165225648054L

Serialized Fields

_state

int _state

selectDataSource

EODataSource selectDataSource
Contains the data source that holds the possible destination objects for the relationship.


_eoToAddToRelationship

EOEnterpriseObject _eoToAddToRelationship

_newEOInRelationship

EOEnterpriseObject _newEOInRelationship

_editingContext

EOEditingContext _editingContext

_relationshipKey

String _relationshipKey

relationshipDisplayGroup

WODisplayGroup relationshipDisplayGroup
Contains the display group with the relationship destination objects.


browserItem

EOEnterpriseObject browserItem
The iteration variable bound to the item attribute of the WOBrowser on the edit-relationship page.


browserSelections

NSArray<E> browserSelections
Contains the selections the user chooses with the WOBrowser on the edit-relationship page.


isRelationshipToMany

boolean isRelationshipToMany
Returns true if the relationship is a to-many relationship or false if the relationship is a to-one relationship.

Class com.webobjects.directtoweb.D2WEditString extends EditComponent implements Serializable

serialVersionUID: 8088785660800294662L

Class com.webobjects.directtoweb.D2WEditToManyFault extends D2WComponent implements Serializable

serialVersionUID: -7867943175746815831L

Serialized Fields

browserItem

EOEnterpriseObject browserItem
The item for a WOBrowser.

The implementation is subject to change in future releases.

See Also:
D2WEditToManyFault.browserList(), D2WEditToManyFault.browserStringForItem()

Class com.webobjects.directtoweb.D2WEditToManyRelationship extends EditRelationship implements Serializable

serialVersionUID: 1115326765327619242L

Class com.webobjects.directtoweb.D2WEditToOneFault extends D2WDisplayToOne implements Serializable

serialVersionUID: 451832768224656128L

Class com.webobjects.directtoweb.D2WEditToOneRelationship extends EditRelationship implements Serializable

serialVersionUID: -1363073295589638792L

Class com.webobjects.directtoweb.D2WEditUneditable extends D2WStatelessComponent implements Serializable

serialVersionUID: -1944701693693071154L

Serialized Fields

value

Object value
An object that will not be edited.

The implementation is subject to change in future releases.

Class com.webobjects.directtoweb.D2WEmbeddedComponent extends WOComponent implements Serializable

serialVersionUID: 8762790155443643974L

Serialized Fields

_actionPageDelegate

NextPageDelegate _actionPageDelegate

Class com.webobjects.directtoweb.D2WEmptyWrapper extends WOComponent implements Serializable

serialVersionUID: 8136471736281920340L

Class com.webobjects.directtoweb.D2WErrorPage extends D2WPage implements Serializable

serialVersionUID: 9102279472003269809L

Serialized Fields

_message

String _message

Class com.webobjects.directtoweb.D2WGenerationWrapper extends WOComponent implements Serializable

serialVersionUID: 354118043782285013L

Class com.webobjects.directtoweb.D2WHead extends D2WComponent implements Serializable

serialVersionUID: 826315507278516770L

Class com.webobjects.directtoweb.D2WInspect extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -175618471209001187L

Class com.webobjects.directtoweb.D2WInspectPage extends D2WPage implements Serializable

serialVersionUID: 5264438484967279299L

Serialized Fields

errorMessage

String errorMessage
Contains an error message displayed on the inspect page.


_context

EOEditingContext _context

_validationExceptionString

String _validationExceptionString

_wasGenerated

boolean _wasGenerated

Class com.webobjects.directtoweb.D2WKeyPathContainer extends D2WComponent implements Serializable

serialVersionUID: 3696154802307211708L

Serialized Fields

listEo

EOEnterpriseObject listEo

_list

NSArray<E> _list

_partialPropertyKeyPath

String _partialPropertyKeyPath

_subContext

D2WContext _subContext

Class com.webobjects.directtoweb.D2WList extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -5937082747977931742L

Serialized Fields

_dataSource

EOArrayDataSource _dataSource

Class com.webobjects.directtoweb.D2WListPage extends D2WPage implements Serializable

serialVersionUID: 1L

Serialized Fields

_displayGroup

WODisplayGroup _displayGroup

_hasToUpdate

boolean _hasToUpdate

_rowFlip

boolean _rowFlip

_defaultSortKey

String _defaultSortKey

_displayGroupAlreadySetUp

boolean _displayGroupAlreadySetUp

Class com.webobjects.directtoweb.D2WMasterDetailPage extends D2WPage implements Serializable

serialVersionUID: 4991645123178418040L

Serialized Fields

selectedObject

EOEnterpriseObject selectedObject

_wasGenerated

boolean _wasGenerated

Class com.webobjects.directtoweb.D2WModelException extends RuntimeException implements Serializable

serialVersionUID: 5753140822296442933L

Class com.webobjects.directtoweb.D2WPage extends D2WComponent implements Serializable

serialVersionUID: -829540772525583506L

Serialized Fields

_pageWrapperLock

Object _pageWrapperLock

_nextPage

WOComponent _nextPage

_nextPageDelegate

NextPageDelegate _nextPageDelegate

_dataSource

EODataSource _dataSource

_extraBindings

NSMutableDictionary<K,V> _extraBindings

Class com.webobjects.directtoweb.D2WPlainListPage extends D2WListPage implements Serializable

serialVersionUID: -4151392584026571045L

Serialized Fields

_sortKeyList

NSMutableArray<E> _sortKeyList

Class com.webobjects.directtoweb.D2WQuery extends D2WEmbeddedComponent implements Serializable

serialVersionUID: -5929553139940908717L

Class com.webobjects.directtoweb.D2WQueryAllEntitiesPage extends D2WPage implements Serializable

serialVersionUID: 3675463043721819814L

Serialized Fields

displayGroup

WODisplayGroup displayGroup
The WODisplayGroup object that performs the query.


_queryDataSource

EODatabaseDataSource _queryDataSource

Class com.webobjects.directtoweb.D2WQueryAnyField extends QueryComponent implements Serializable

serialVersionUID: -5692731101249598026L

Serialized Fields

_displayAttributeKeys

NSMutableArray<E> _displayAttributeKeys

_relationshipContext

D2WContext _relationshipContext

Class com.webobjects.directtoweb.D2WQueryBoolean extends QueryComponent implements Serializable

serialVersionUID: 8382230290394198416L

Serialized Fields

item

Object item

index

int index

queryNumbers

NSArray<E> queryNumbers

Class com.webobjects.directtoweb.D2WQueryDateOperator extends QueryOperatorComponent implements Serializable

serialVersionUID: -1508523205168570915L

Class com.webobjects.directtoweb.D2WQueryDateRange extends D2WQueryRangeComponent implements Serializable

serialVersionUID: -2902339106321583985L

Class com.webobjects.directtoweb.D2WQueryNumberOperator extends QueryOperatorComponent implements Serializable

serialVersionUID: -2986525505439078258L

Class com.webobjects.directtoweb.D2WQueryNumberRange extends D2WQueryRangeComponent implements Serializable

serialVersionUID: 5098578405166784021L

Class