WebObjects 5.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

D2W - class com.webobjects.directtoweb.D2W.
The D2W class is responsible for creating Direct to Web pages.
D2W() - Constructor for class com.webobjects.directtoweb.D2W
 
D2WActions - class com.webobjects.directtoweb.D2WActions.
 
D2WActions(WORequest) - Constructor for class com.webobjects.directtoweb.D2WActions
 
D2WCollapsibleComponentContent - class com.webobjects.directtoweb.D2WCollapsibleComponentContent.
 
D2WCollapsibleComponentContent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCollapsibleComponentContent
 
D2WCompactInspectComponent - class com.webobjects.directtoweb.D2WCompactInspectComponent.
 
D2WCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCompactInspectComponent
 
D2WComponent - class com.webobjects.directtoweb.D2WComponent.
The D2WComponent class is the parent class for the Direct to Web templates and the property-level components.
D2WComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WComponent
Constructs a D2WComponent with the specified context.
D2WConfirmPage - class com.webobjects.directtoweb.D2WConfirmPage.
The D2WConfirmPage class provides the behavior for the confirm page Direct to Web templates, specifically BASConfirmPage, NEUConfirmPage, and WOLConfirmPage.
D2WConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WConfirmPage
Constructs a D2WConfirmPage with the specified context.
D2WContext - class com.webobjects.directtoweb.D2WContext.
Direct to Web contexts are objects of the D2WContext class.
D2WContext() - Constructor for class com.webobjects.directtoweb.D2WContext
Standard no-argument constructions.
D2WContext(WOSession) - Constructor for class com.webobjects.directtoweb.D2WContext
Creates a new instance of a context.
D2WContext(D2WContext) - Constructor for class com.webobjects.directtoweb.D2WContext
Creates a new instance with the values of parentContext.
D2WContextKey - Static variable in class com.webobjects.eogeneration.rules.EOSwitchComponent
 
D2WContextKey - Static variable in class com.webobjects.webservices.generation.WOWSDLGeneration
Key used with takeValueForKey to set the D2WContext of a WSDL generating WOComponent
D2WCustomComponent - class com.webobjects.directtoweb.D2WCustomComponent.
The D2WCustomComponent class is a component that allows you to use a WebObjects reusable component as a property-level component.
D2WCustomComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCustomComponent
Creates an instance of D2WCustomComponent with the specified context.
D2WCustomQueryComponent - class com.webobjects.directtoweb.D2WCustomQueryComponent.
The D2WCustomQueryComponent class is a component that allows you to use a WebObjects reusable component as a property-level component that performs queries.
D2WCustomQueryComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WCustomQueryComponent
Creates an instance of D2WCustomQueryComponent with the specified context.
D2WDefaultCustomComponent - class com.webobjects.directtoweb.D2WDefaultCustomComponent.
The D2WDefaultCustomComponent class serves as the default WebObjects reusable component for D2WCustomComponent and D2WCustomQueryComponent.
D2WDefaultCustomComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDefaultCustomComponent
Creates an instance of D2WDefaultCustomComponent with the specified context.
D2WDisplayBoolean - class com.webobjects.directtoweb.D2WDisplayBoolean.
The D2WDisplayBoolean class is a property-level component that displays a boolean stored as a number on the server.
D2WDisplayBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayBoolean
Creates an instance of D2WDisplayBoolean with the specified context.
D2WDisplayDate - class com.webobjects.directtoweb.D2WDisplayDate.
The D2WDisplayDate class is a property-level component that displays a date with an optional formatter.
D2WDisplayDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayDate
Creates an instance of D2WDisplayDate with the specified context.
D2WDisplayHyperlink - class com.webobjects.directtoweb.D2WDisplayHyperlink.
The D2WDisplayDate class is a property-level component that displays a hyperlink.
D2WDisplayHyperlink(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayHyperlink
Creates an instance of D2WDisplayHyperlink with the specified context.
D2WDisplayImage - class com.webobjects.directtoweb.D2WDisplayImage.
The D2WDisplayImage class is a property-level component that displays an image served from the database.
D2WDisplayImage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayImage
Creates an instance of D2WDisplayImage with the specified context.
D2WDisplayImageFromPath - class com.webobjects.directtoweb.D2WDisplayImageFromPath.
The D2WDisplayImageFromPath class is a property-level component that displays an image whose name is stored in the attribute.
D2WDisplayImageFromPath(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayImageFromPath
Creates an instance of D2WDisplayImageFromPath with the specified context.
D2WDisplayLargeString - class com.webobjects.directtoweb.D2WDisplayLargeString.
The D2WDisplayLargeString class is a property-level component that displays a string in a multi-line text field.
D2WDisplayLargeString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayLargeString
Creates an instance of D2WDisplayLargeString with the specified context.
D2WDisplayMailTo - class com.webobjects.directtoweb.D2WDisplayMailTo.
This property-level component displays an e-mail address within a hyperlink.
D2WDisplayMailTo(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayMailTo
This method is intentionally undocumented.
D2WDisplayNumber - class com.webobjects.directtoweb.D2WDisplayNumber.
This property-level component displays a number with an optional formatter.
D2WDisplayNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayNumber
This method is intentionally undocumented.
D2WDisplayString - class com.webobjects.directtoweb.D2WDisplayString.
This property-level component displays the attribute as a string.
D2WDisplayString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayString
This method is intentionally undocumented.
D2WDisplayStyledDate - class com.webobjects.directtoweb.D2WDisplayStyledDate.
This property-level component displays a date with an optional formatter.
D2WDisplayStyledDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledDate
This method is intentionally undocumented.
D2WDisplayStyledNumber - class com.webobjects.directtoweb.D2WDisplayStyledNumber.
This property-level component displays a number with an optional formatter.
D2WDisplayStyledNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledNumber
This method is intentionally undocumented.
D2WDisplayStyledString - class com.webobjects.directtoweb.D2WDisplayStyledString.
This property-level component displays the attribute as a string.
D2WDisplayStyledString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayStyledString
This method is intentionally undocumented.
D2WDisplayThresholdColoredNumber - class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber.
This property-level component displays a number with an optional formatter.
D2WDisplayThresholdColoredNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayThresholdColoredNumber
This method is intentionally undocumented.
D2WDisplayToMany - class com.webobjects.directtoweb.D2WDisplayToMany.
This property-level component displays the first few objects of a to-many relationship in a list.
D2WDisplayToMany(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
D2WDisplayToMany2 - class com.webobjects.directtoweb.D2WDisplayToMany2.
This property-level component displays the objects of a to-many relationship in a table.
D2WDisplayToMany2(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToMany2
This method is intentionally undocumented.
D2WDisplayToManyBrowser - class com.webobjects.directtoweb.D2WDisplayToManyBrowser.
This property-level component displays the objects of a to-many relationship in a browser.
D2WDisplayToManyBrowser(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyBrowser
This method is intentionally undocumented.
D2WDisplayToManyFault - class com.webobjects.directtoweb.D2WDisplayToManyFault.
This property-level component displays a hyperlink representing a to-many relationship.
D2WDisplayToManyFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyFault
Creates a new D2WDisplayToManyFault with the specified aContext.
D2WDisplayToManyTable - class com.webobjects.directtoweb.D2WDisplayToManyTable.
This property-level component displays the objects of a to-many relationship in a table.
D2WDisplayToManyTable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToManyTable
Creates a new D2WDisplayToManyTable with the specified context.
D2WDisplayToOne - class com.webobjects.directtoweb.D2WDisplayToOne.
This property-level component displays a hyperlink representing a to-one relationship.
D2WDisplayToOne(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToOne
Creates a new D2WDisplayToOne with the specified aContext.
D2WDisplayToOneFault - class com.webobjects.directtoweb.D2WDisplayToOneFault.
This property-level component displays a hyperlink representing a to-one relationship.
D2WDisplayToOneFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WDisplayToOneFault
 
D2WEdit - class com.webobjects.directtoweb.D2WEdit.
This Direct to Web reusable component displays an edit component.
D2WEdit(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEdit
Constructs a D2WEdit with the specified context.
D2WEditBoolean - class com.webobjects.directtoweb.D2WEditBoolean.
This property-level component allows the user to edit a boolean stored as a number on the server.
D2WEditBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditBoolean
Constructs a D2EditBoolean with the specified WOContext.
D2WEditDate - class com.webobjects.directtoweb.D2WEditDate.
This property-level component provides a text field for the user to enter a date.
D2WEditDate(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditDate
Creates a new D2WEditDate with the specified context.
D2WEditLargeString - class com.webobjects.directtoweb.D2WEditLargeString.
This property-level component provides a multi-line text field for the user to enter a string.
D2WEditLargeString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditLargeString
Creates a new D2WEditLargeString with the specified context.
D2WEditNumber - class com.webobjects.directtoweb.D2WEditNumber.
D2WEditNumber is a property-level component that provides a text field for the user to enter a number.
D2WEditNumber(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditNumber
Creates an instance of D2WEditNumber with the specified context.
D2WEditRelationshipPage - class com.webobjects.directtoweb.D2WEditRelationshipPage.
The D2WEditRelationshipPage class provides the behavior for the edit-relationship page Direct to Web templates: BASEditRelationshipPage, NEUEditRelationshipPage, and WOLEditRelationshipPage.
D2WEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditRelationshipPage
Constructs a D2WEditRelationshipPage with the specified context.
D2WEditString - class com.webobjects.directtoweb.D2WEditString.
D2WEditString is a property-level component that provides a text field for the user to enter a string.
D2WEditString(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditString
Creates an instance of D2WEditString with the specified context.
D2WEditToManyFault - class com.webobjects.directtoweb.D2WEditToManyFault.
D2WEditToManyFault is a property-level component that displays a hyperlink representing a to-many relationship.
D2WEditToManyFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToManyFault
Creates an instance of D2WEditToManyFault with the specified context.
D2WEditToManyRelationship - class com.webobjects.directtoweb.D2WEditToManyRelationship.
D2WEditToManyRelationship is a property-level component that allows the user to choose which objects are in a to-many relationship.
D2WEditToManyRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToManyRelationship
Creates an instance of D2WEditToManyRelationship with the specified context.
D2WEditToOneFault - class com.webobjects.directtoweb.D2WEditToOneFault.
 
D2WEditToOneFault(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToOneFault
Creates an instance of D2WEditToOneFault with the specified context.
D2WEditToOneRelationship - class com.webobjects.directtoweb.D2WEditToOneRelationship.
D2WEditToOneRelationship is a property-level component that allows the user to choose the destination object of a to-one relationship.
D2WEditToOneRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditToOneRelationship
Creates an instance of D2WEditToOneRelationship with the specified context.
D2WEditUneditable - class com.webobjects.directtoweb.D2WEditUneditable.
D2WEditUneditable is a property-level component that displays a message stating that the property cannot be edited by the user.
D2WEditUneditable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEditUneditable
Creates an instance of D2WEditUneditable with the specified context.
D2WEmbeddedComponent - class com.webobjects.directtoweb.D2WEmbeddedComponent.
This class is used internally by other classes in WebObjects and should be considered private.
D2WEmbeddedComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
D2WEmptyWrapper - class com.webobjects.directtoweb.D2WEmptyWrapper.
The D2WEmptyWrapper class serves as the default page wrapper for a Direct to Web application.
D2WEmptyWrapper(WOContext) - Constructor for class com.webobjects.directtoweb.D2WEmptyWrapper
Creates an instance of D2WEmptyWrapper with the specified context.
D2WErrorPage - class com.webobjects.directtoweb.D2WErrorPage.
The D2WErrorPage class provides behavior for the error page Direct to Web templates, specifically BASErrorPage, NEUErrorPage, and WOLErrorPage.
D2WErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WErrorPage
Constructs a D2WErrorPage with the specified context.
D2WFastModel - class com.webobjects.directtoweb.D2WFastModel.
The D2WFastModel class is a D2WModel that is specialized with support for significant keys.
D2WFastModel(NSArray) - Constructor for class com.webobjects.directtoweb.D2WFastModel
Creates an instance of D2WFastModel with the specified rules.
D2WGenerationWrapper - class com.webobjects.directtoweb.D2WGenerationWrapper.
This class is used internally by other classes in WebObjects and should be considered private.
D2WGenerationWrapper(WOContext) - Constructor for class com.webobjects.directtoweb.D2WGenerationWrapper
This method is intentionally undocumented.
D2WHead - class com.webobjects.directtoweb.D2WHead.
The D2WHead class provides the behavior for the D2WHead component.
D2WHead(WOContext) - Constructor for class com.webobjects.directtoweb.D2WHead
Constructs a D2WHead with the specified context.
D2WInspect - class com.webobjects.directtoweb.D2WInspect.
This Direct to Web reusable component displays an inspect component.
D2WInspect(WOContext) - Constructor for class com.webobjects.directtoweb.D2WInspect
Constructs a D2WInspect with the specified context.
D2WInspectPage - class com.webobjects.directtoweb.D2WInspectPage.
The D2WInspectPage class provides behavior for the inspect page and edit page Direct to Web templates, specifically BASInspectPage, NEUInspectPage, and WOLInspectPage.
D2WInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WInspectPage
Constructs a D2WInspectPage with the specified context.
D2WKeyPathContainer - class com.webobjects.directtoweb.D2WKeyPathContainer.
This class is used internally by other classes in WebObjects and should be considered private.
D2WKeyPathContainer(WOContext) - Constructor for class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
D2WList - class com.webobjects.directtoweb.D2WList.
This Direct to Web reusable component displays a list component.
D2WList(WOContext) - Constructor for class com.webobjects.directtoweb.D2WList
Constructs a D2WList with the specified context.
D2WListPage - class com.webobjects.directtoweb.D2WListPage.
The D2WListPage class provides the behavior for the list page and select page Direct to Web templates, specifically BASListPage, NEUListPage, and WOLListPage.
D2WListPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WListPage
Creates an instance of D2WListPage with the specified context.
D2WMasterDetailPage - class com.webobjects.directtoweb.D2WMasterDetailPage.
The D2WMasterDetailPage class provides the behavior for the master-detail page Direct to Web templates, specifically BASMasterDetailPage, NEUMasterDetailPage, and WOLMasterDetailPage.
D2WMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WMasterDetailPage
Constructs a D2WMasterDetailPage with the specified context.
D2WModel - class com.webobjects.directtoweb.D2WModel.
The D2WModel class manages a set of rules for a Direct to Web application.
D2WModel(File) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified file.
D2WModel(URL) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel from the contents of the specified URL.
D2WModel(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified unarchiver.
D2WModel(NSArray) - Constructor for class com.webobjects.directtoweb.D2WModel
Creates an instance of D2WModel with the specified rules.
D2WModelException - exception com.webobjects.directtoweb.D2WModelException.
The D2WModelException class is a runtime exception that is specialized to indicate unexpected failures in the rule system of Direct to Web.
D2WModelException(String) - Constructor for class com.webobjects.directtoweb.D2WModelException
Creates an instance of D2WModelException with the specified detail message.
D2WPage - class com.webobjects.directtoweb.D2WPage.
D2WPage is the parent class for the Direct to Web templates.
D2WPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WPage
Constructs a new D2WPage with the specified context.
D2WPlainListPage - class com.webobjects.directtoweb.D2WPlainListPage.
The D2WPlainListPage class provides the behavior for the plain-list page Direct to Web templates, specifically BASPlainListPage, NEUPlainListPage, and WOLPlainListPage.
D2WPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WPlainListPage
Creates an instance of D2WPlainListPage with the specified context.
D2WQuery - class com.webobjects.directtoweb.D2WQuery.
This Direct to Web reusable component displays a query component.
D2WQuery(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQuery
Constructs a D2WQuery with the specified context.
D2WQueryAllEntitiesPage - class com.webobjects.directtoweb.D2WQueryAllEntitiesPage.
The D2WQueryAllEntitiesPage class provides the behavior for the query-all page Direct to Web templates, specifically BASQueryAllEntitesPage, NEUQueryAllPage, and WOLQueryAllPage.
D2WQueryAllEntitiesPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Creates an instance of D2WQueryAllEntitiesPage with the specified context.
D2WQueryAnyField - class com.webobjects.directtoweb.D2WQueryAnyField.
This property-level component builds a query based on the destination objects of a relationship.
D2WQueryAnyField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryAnyField
Creates a new D2WQueryAnyField with the specified aContext.
D2WQueryBoolean - class com.webobjects.directtoweb.D2WQueryBoolean.
This property-level component builds a query based on a boolean attribute which is stored as a number on the server.
D2WQueryBoolean(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryBoolean
Creates a new D2WQueryBoolean with the specified context.
D2WQueryDateOperator - class com.webobjects.directtoweb.D2WQueryDateOperator.
This property-level component builds a date query based on a date and an operator (for example, equal to).
D2WQueryDateOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryDateOperator
This method is intentionally undocumented.
D2WQueryDateRange - class com.webobjects.directtoweb.D2WQueryDateRange.
This property-level component builds a date query based on the range between two dates.
D2WQueryDateRange(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryDateRange
This method is intentionally undocumented.
D2WQueryNumberOperator - class com.webobjects.directtoweb.D2WQueryNumberOperator.
This property-level component builds a number query based on a value and an operator (for example, equal to).
D2WQueryNumberOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryNumberOperator
This method is intentionally undocumented.
D2WQueryNumberRange - class com.webobjects.directtoweb.D2WQueryNumberRange.
This property-level component builds a number query based on the range between two numbers.
D2WQueryNumberRange(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryNumberRange
This method is intentionally undocumented.
D2WQueryPage - class com.webobjects.directtoweb.D2WQueryPage.
The D2WQueryPage class provides the behavior for the query page Direct to Web templates: BASQueryPage, NEUQueryPage, and WOLQueryPage.
D2WQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryPage
Creates an instance of D2WQueryPage with the specified context.
D2WQueryRangeComponent - class com.webobjects.directtoweb.D2WQueryRangeComponent.
This class is used internally by other classes in WebObjects and should be considered private.
D2WQueryRangeComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
D2WQueryRelationship - class com.webobjects.directtoweb.D2WQueryRelationship.
This class is used internally by other classes in WebObjects and should be considered private.
D2WQueryRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryRelationship
This method is intentionally undocumented.
D2WQueryStringComponent - class com.webobjects.directtoweb.D2WQueryStringComponent.
This property-level component builds a query based on a string using WODisplayGroup's default values for stringMatchFormat (#@*) and stringMatchOperator (caseInsensitiveLike).
D2WQueryStringComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryStringComponent
This method is intentionally undocumented.
D2WQueryStringOperator - class com.webobjects.directtoweb.D2WQueryStringOperator.
This property-level component builds a query based on a string and an operator (for example, "starts with" and "contains").
D2WQueryStringOperator(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryStringOperator
This method is intentionally undocumented.
D2WQueryToManyField - class com.webobjects.directtoweb.D2WQueryToManyField.
This property-level component builds a query based on the value for a particular key of a destination object of a to-many relationship.
D2WQueryToManyField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
D2WQueryToManyRelationship - class com.webobjects.directtoweb.D2WQueryToManyRelationship.
The D2WQueryToManyRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-many relationship.
D2WQueryToManyRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToManyRelationship
Creates an instance of D2WQueryToManyRelationship with the specified context.
D2WQueryToOneField - class com.webobjects.directtoweb.D2WQueryToOneField.
The D2WQueryToOneField class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
D2WQueryToOneField(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToOneField
Creates an instance of D2WQueryToOneField with the specified context.
D2WQueryToOneRelationship - class com.webobjects.directtoweb.D2WQueryToOneRelationship.
The D2WQueryToOneRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
D2WQueryToOneRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryToOneRelationship
Creates an instance of D2WQueryToOneRelationship with the specified context.
D2WQueryUnavailable - class com.webobjects.directtoweb.D2WQueryUnavailable.
The D2WQueryUnavailable class is a property-level component that displays a message stating that a query cannot be built based on this property.
D2WQueryUnavailable(WOContext) - Constructor for class com.webobjects.directtoweb.D2WQueryUnavailable
Creates an instance of D2WQueryUnavailable with the specified context.
D2WRemoteControl - class com.webobjects.directtoweb.D2WRemoteControl.
 
D2WRemoteControl(WOContext) - Constructor for class com.webobjects.directtoweb.D2WRemoteControl
 
D2WSelect - class com.webobjects.directtoweb.D2WSelect.
This Direct to Web reusable component displays a select component.
D2WSelect(WOContext) - Constructor for class com.webobjects.directtoweb.D2WSelect
Constructs a D2WSelect with the specified context.
D2WStandAloneWebAssistantFrame - class com.webobjects.directtoweb.D2WStandAloneWebAssistantFrame.
 
D2WStandAloneWebAssistantFrame(WOContext) - Constructor for class com.webobjects.directtoweb.D2WStandAloneWebAssistantFrame
 
D2WStatelessComponent - class com.webobjects.directtoweb.D2WStatelessComponent.
The D2WStatelessComponent class represents a stateless Direct to Web component.
D2WStatelessComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WStatelessComponent
Creates an instance of D2WStatelessComponent with the specified context.
D2WSwitchComponent - class com.webobjects.directtoweb.D2WSwitchComponent.
The D2WSwitchComponent class gives a reusable Direct to Web component the option to choose which D2WComponent to use in a given context.
D2WSwitchComponent(WOContext) - Constructor for class com.webobjects.directtoweb.D2WSwitchComponent
Creates an instance of D2WSwitchComponent with the specified context.
D2WTabInspectPage - class com.webobjects.directtoweb.D2WTabInspectPage.
The D2WTabInspectPage class provides the behavior for the tab-inspect page Direct to Web templates, specifically NEUTabInspectPage and WOLTabInspectPage.
D2WTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WTabInspectPage
Constructs a D2WTabInspectPage with the specified context.
D2WUtils - class com.webobjects.directtoweb.D2WUtils.
 
D2WUtils() - Constructor for class com.webobjects.directtoweb.D2WUtils
 
D2WWebAssistantFrame - class com.webobjects.directtoweb.D2WWebAssistantFrame.
 
D2WWebAssistantFrame(WOContext) - Constructor for class com.webobjects.directtoweb.D2WWebAssistantFrame
 
D2WWebAssistantPage - class com.webobjects.directtoweb.D2WWebAssistantPage.
 
D2WWebAssistantPage(WOContext) - Constructor for class com.webobjects.directtoweb.D2WWebAssistantPage
 
DBMSNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DEFAULT_DATE_FORMAT - Static variable in class com.webobjects.woextensions.WOAnyField
 
DEFAULT_NUMBER_FORMAT - Static variable in class com.webobjects.woextensions.WOAnyField
 
DIRECT_2_WEB - Static variable in class com.webobjects.directtoweb.Rule
A constant denoting authorship by Direct to Web.
DOUBLE_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Double element tag name.
DataKey - Static variable in class com.webobjects.appserver.WORequest
String key used to obtain a key from another request.
DataSourceJndiNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key for JNDI datasource name
DatabaseChannelNeededNotification - Static variable in class com.webobjects.eoaccess.EODatabaseContext
This nofification is broadcast whenever an EODatabaseContext is asked to perform an object store operation, and it does not have an available databaseChannel.
DatabaseContextKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
DatabaseDeleteOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that deletes an Enterprise Object.
DatabaseInsertOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that inserts an Enterprise Object.
DatabaseNothingOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that does nothing on an Enterprise Object.
DatabaseOperationsKey - Static variable in class com.webobjects.eoaccess.EODatabaseContext
A key in an GenericAdaptorException's userInfo dictionary.
DatabaseUpdateOperator - Static variable in class com.webobjects.eoaccess.EODatabaseOperation
An EODatabaseOperation object that updates an Enterprise Object.
DebugGroupApplicationGeneration - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of general application generation issues.
DebugGroupArchiving - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of encoding and decoding issues.
DebugGroupAssociations - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of association exceptions and problems.
DebugGroupComponentBindings - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of binding exceptions and problems.
DebugGroupComponents - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to components and component definitions.
DebugGroupControllers - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of controller exceptions and problems.
DebugGroupDatabaseAccess - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of database access exceptions and problems.
DebugGroupDeployment - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of Monitor, wotaskd, and deployment related issues.
DebugGroupEnterpriseObjects - Static variable in class com.webobjects.foundation.NSLog
The debug group for enabling logging of general EOF issues.
DebugGroupFormatting - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of formatting exceptions and problems.
DebugGroupIO - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of I/O exceptions and problems.
DebugGroupJSPServlets - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to JSP or Servlet integration.
DebugGroupKeyValueCoding - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of key value coding exceptions and problems
DebugGroupModel - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of EOModel exceptions, problems, and inconsistencies.
DebugGroupMultithreading - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of threading issues.
DebugGroupParsing - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of HTML parsing issues and other HTML-related issues.
DebugGroupQualifiers - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of qualifier issues
DebugGroupReflection - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of class introspection issues.
DebugGroupRequestHandling - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of issues related to the request-response loop.
DebugGroupResources - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of resource loading/lookup exceptions and problems.
DebugGroupRules - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of dynamic rule system issues and logging issues
DebugGroupSQLGeneration - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of SQL generation issues and logging.
DebugGroupTiming - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of dynamic rule system issues.
DebugGroupUserInterface - Static variable in class com.webobjects.foundation.NSLog
The debug mask for logging of widget set and view exceptions and problems.
DebugGroupValidation - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging of validation exceptions and problems.
DebugGroupWebObjects - Static variable in class com.webobjects.foundation.NSLog
The debug group for enabling logging of general WebObjects framework issues.
DebugGroupWebServices - Static variable in class com.webobjects.foundation.NSLog
The debug group for logging issues related to Web Services.
DebugLevelCritical - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that should not be sent in non-debug mode, such as stack traces.
DebugLevelDetailed - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that qualify as computationally intensive, such as JDBC function calls.
DebugLevelInformational - Static variable in class com.webobjects.foundation.NSLog
Logs debug messages that don't qualify as computationally intensive.
DebugLevelOff - Static variable in class com.webobjects.foundation.NSLog
Logs no messages.
DefaultAssignment - class com.webobjects.directtoweb.DefaultAssignment.
The DefaultAssignment class methods provide default values for the right-hand sides of rules.
DefaultAssignment(String, String) - Constructor for class com.webobjects.directtoweb.DefaultAssignment
Constructs a new DefaultAssignment with the specified key path and value.
DefaultAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.DefaultAssignment
Constructs a new DefaultAssignment based on an EOKeyValueUnarchiver.
DefaultHeader - class com.webobjects.directtoweb.DefaultHeader.
The DefaultHeader class defines the behavior of the menu header in a Direct to Web application.
DefaultHeader(WOContext) - Constructor for class com.webobjects.directtoweb.DefaultHeader
Constructs a DefaultHeader with the specified context.
DefaultJDBCTypeKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DefaultListenQueueSize - Static variable in class com.webobjects.appserver.WOAdaptor
This class constant is an integer that specifies the default value for the WOListenQueueSize property, if not set elsewhere.
DefaultOperation - Static variable in class com.webobjects.eoapplication.EODialogs
 
DefaultPattern - Static variable in class com.webobjects.foundation.NSNumberFormatter
The default pattern string used by the no-argument constructor: #,##0.##.
DefaultPlugInClassName - Static variable in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
DefaultPlugInSuffix - Static variable in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
DefaultScopeKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the default scope.
DefaultSharedEditingContextWasInitializedNotification - Static variable in class com.webobjects.eocontrol.EOSharedEditingContext
Posted when an EOSharedEditingContext is created and assigned as the default shared editing context.
DefaultSpecificationsQuestion - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
DefaultsKey - Static variable in class com.webobjects.eoapplication.EODefaults
The key through which you can access the (mutable) dictionary of default values to be loaded or saved in the userInfo of the LoadUserDefaultsNotification and SaveUserDefaultsNotification notifications.
DelegateGeneration - interface com.webobjects.directtoweb.DelegateGeneration.
 
DeleteActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Delete action.
DeleteProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to delete a row.
DeleteRuleCascade - Static variable in class com.webobjects.eocontrol.EOClassDescription
Delete destination objects when the source object is deleted.
DeleteRuleDeny - Static variable in class com.webobjects.eocontrol.EOClassDescription
Refuse delete operation if the source object has any destination objects.
DeleteRuleNoAction - Static variable in class com.webobjects.eocontrol.EOClassDescription
When the source object is deleted, its relationship to destination objects is ignored.
DeleteRuleNullify - Static variable in class com.webobjects.eocontrol.EOClassDescription
When the source object is deleted, any destination object's references back to it are set to null.
DeletedKey - Static variable in class com.webobjects.eocontrol.EOObjectStore
 
DescendingCaseInsensitiveStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String, ignoring case.
DescendingNumberComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class Number.
DescendingStringComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class String, respecting case.
DescendingTimestampComparator - Static variable in class com.webobjects.foundation.NSComparator
To be used for comparing objects of the class NSTimestamp.
DescriptionPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DescriptionPathSeparator - Static variable in class com.webobjects.eoapplication.EOAction
The String used to separate the components of a description path.
DestinationAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Destination aspect
DetailKeysParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DetailRelationshipPathParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DidHandleRequestNotification - Static variable in class com.webobjects.appserver.WORequestHandler
This constant contains a String that names the notification that is posted by each request handler after a request has been handled.
DidOpenUndoGroupNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted whenever an NSUndoManager opens an undo group, which occurs in an invocation of beginUndoGrouping.
DidRedoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just after an NSUndoManager performs a redo operation.
DidUndoChangeNotification - Static variable in class com.webobjects.foundation.NSUndoManager
Posted just after an NSUndoManager performs an undo operation.
DidVendComponentURLNotification - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the notification sent when the WOJavaClientApplet determines its component URL.
DidVendComponentURLNotification - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the notification sent when the WOJavaClientComponent determines its component URL.
DisabledActionNamesParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DisplayGroupProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DisplayGroupWillFetchNotification - Static variable in class com.webobjects.appserver.WODisplayGroup
The name for the notification posted during any invocation of WODisplayGroup's fetch method.
DisplayGroupWillFetchNotification - Static variable in class com.webobjects.eointerface.EODisplayGroup
An NSNotification with this name is posted whenever an EODisplayGroup receives a fetch message.
DisplayNameForPropertyKey - Static variable in class com.webobjects.directtoweb.D2WModel
The display-name-for-property key; the literal "displayNameForProperty".
DisplayPatternParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DisplayPropertyKeysKey - Static variable in class com.webobjects.directtoweb.D2WModel
The display-property-keys key; the literal "displayPropertyKeys".
DisplaysLabelInWidgetParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DisposeIfDeactivatedParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
DistantFuture - Static variable in class com.webobjects.foundation.NSTimestamp
An NSTimestamp that represents a date in the distant future (in terms of centuries).
DistantPast - Static variable in class com.webobjects.foundation.NSTimestamp
An NSTimestamp that represents a date in the distant past (in terms of centuries).
DistributionContextInstantiatedNotification - Static variable in class com.webobjects.eodistribution.EODistributionContext
The name of the notification sent when a distribution context is instantiated.
DistributionContextKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the distributionContext binding.
DistributionContextKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the distributionContext binding.
DocumentCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Document category.
DownloadClientClassURLsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the downloadClientClassURLs binding.
DownloadClientClassURLsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the downloadClientClassURLs binding.
DownloadClientClassesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the downloadClientClasses binding.
DownloadClientClassesKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the downloadClientClasses binding.
DriverKey - Static variable in class com.webobjects.jdbcadaptor.JDBCAdaptor
Key labeling the JDBC driver class name in the connection dictionary.
DriverNameKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DriverVersionKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
DropDatabaseKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop a database.
DropPrimaryKeySupportKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop primary key support.
DropTablesKey - Static variable in interface com.webobjects.eoaccess.EOSchemaGeneration
Options dictionary key whose value determines whether the EOSQLExpression should generate SQL to drop tables.
DummyTrueKey - Static variable in class com.webobjects.directtoweb.D2WModel
The dummy-true key; the literal "dummyTrue"; for a rule without pre-conditions.
DynamicPageKey - Static variable in class com.webobjects.directtoweb.D2WModel
The dynamic page key; the literal "pageConfiguration".
d2wContext() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the Direct to Web context of the receiver.
d2wContext() - Method in class com.webobjects.directtoweb.D2WStatelessComponent
Provides access to the local instance of D2WContext.
d2wContext() - Method in class com.webobjects.directtoweb.DefaultAssignment
 
d2wContext() - Method in class com.webobjects.webservices.generation.WOOperation
Returns this operation's D2WContext
d2wContext() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the template's D2WContext.
d2wContext() - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the D2WContext this object uses to implement its serialization strategy.
d2wContextVisibleEntityNamesCountPlus1() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the number of visible entities in the Direct to Web context of the receiver incremented by one.
darker(String) - Static method in class com.webobjects.directtoweb.D2WUtils
 
data() - Method in class com.webobjects.foundation.NSTimeZone
Provides an opaque object representing the behavior for this NSTimeZone.
data() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the NSData of the media this element represents.
data - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
dataForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty, convert the property to a property list using NSPropertyListSerialization.propertyListFromString, and convert the property list to an NSData object using NSPropertyListSerialization.dataFromPropertyList.
dataFromPropertyList(Object) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Deprecated. Use dataFromPropertyList(Object object, String encoding) instead.
dataFromPropertyList(Object, String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Converts the property list object into a string using a character encoding and returns it as an NSData object.
dataSource() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last EODataSource given to the WODisplayGroup via setDataSource.
dataSource() - Method in class com.webobjects.directtoweb.D2WList
Returns the EODataSource containing the objects displayed on the page.
dataSource() - Method in class com.webobjects.directtoweb.D2WPage
Returns the EODataSource, defined in the EOControl Framework, containing the objects displayed on the page or the objects that match the query for the query page subclasses.
dataSource() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the EODataSource containing the objects displayed on the page.
dataSource() - Method in class com.webobjects.eointerface.EODisplayGroup
 
dataSource() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
dataSource() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a detail data source that provides the destination objects of the relationship named by key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Creates an EODetailDataSource for relationship key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to provide the destination objects of a relationship.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eocontrol.EODetailDataSource
Creates an EODetailDataSource for key.
dataSourceQualifiedByKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
dataTypeForCustomKeyAndEntity(String, EOEntity) - Static method in class com.webobjects.directtoweb.D2WUtils
 
dataTypesInvolved() - Method in class com.webobjects.directtoweb.D2WModel
Gets the data types involved for the rules.
dataTypesInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the set of names of data types involved.
dataWithContentsOfFile(File) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
dataWithContentsOfFile(String) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
dataWithContentsOfMappedFile(File) - Static method in class com.webobjects.foundation.NSData
Deprecated.  
database() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the receiver's EODatabase.
databaseContext() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the current database context associated with this fault handler.
databaseContext() - Method in class com.webobjects.eoaccess.EODatabaseChannel
Returns the EODatabaseContext that controls transactions for the receiver.
databaseContext() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the EODatabaseContext that is used to access the external database.
databaseContextDidFetchObjects(EODatabaseContext, NSArray, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from objectsWithFetchSpecification after fetching objects into the editing context ec using fetchSpec.
databaseContextDidSelectObjects(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that dbChannel has selected the objects on behalf of dbCtxt as specified by fetchSpec.
databaseContextFailedToFetchObject(EODatabaseContext, Object, EOGlobalID) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a to-one fault cannot find its data in the database.
databaseContextForModelNamed(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the database context used to service the specified model.
databaseContextNewPrimaryKey(EODatabaseContext, Object, EOEntity) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked if the newly inserted Enterprise Object object doesn't have a primary key set.
databaseContextShouldFetchArrayFault(EODatabaseContext, Object) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a fault is fired, this delegate method lets you fine-tune the behavior of batch faulting.
databaseContextShouldFetchObjectFault(EODatabaseContext, Object) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when a fault is fired, this delegate method lets you fine-tune the behavior of batch faulting.
databaseContextShouldFetchObjects(EODatabaseContext, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from objectsWithFetchSpecification to give the delegate the opportunity to satisfy ec's fetch request (using the criteria specified in fetchSpec) from a local cache.
databaseContextShouldHandleDatabaseException(EODatabaseContext, Throwable) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked when an exception is thrown that might be handled by reconnecting to the database.
databaseContextShouldInvalidateObjectWithGlobalID(EODatabaseContext, EOGlobalID, NSDictionary) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from invalidateObjectsWithGlobalIDs .
databaseContextShouldLockObjectWithGlobalID(EODatabaseContext, EOGlobalID, NSDictionary) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from lockObjectWithGlobalID.
databaseContextShouldRaiseExceptionForLockFailure(EODatabaseContext, Throwable) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from lockObjectWithGlobalID.
databaseContextShouldSelectObjects(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that the database channel dbChannel will select objects on behalf of the database context dbCtxt as specified by fetchSpec.
databaseContextShouldUpdateCurrentSnapshot(EODatabaseContext, NSDictionary, NSDictionary, EOGlobalID, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method fetchObject when the database context already has a snapshot for a row fetched from the database.
databaseContextShouldUsePessimisticLock(EODatabaseContext, EOFetchSpecification, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification.
databaseContextWillFireArrayFaultForGlobalID(EODatabaseContext, EOGlobalID, EORelationship, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID (gid) and relationship(rel).
databaseContextWillFireObjectFaultForGlobalID(EODatabaseContext, EOGlobalID, EOFetchSpecification, EOEditingContext) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID, gid.
databaseContextWillOrderAdaptorOperations(EODatabaseContext, NSArray) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from performChanges.
databaseContextWillPerformAdaptorOperations(EODatabaseContext, NSArray, EOAdaptorChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Invoked from performChanges to allow the delegate to send a different array of EOAdaptorOperations to be executed by dbCtx.
databaseContextWillRunLoginPanelToOpenDatabaseChannel(EODatabaseContext, EODatabaseChannel) - Method in interface com.webobjects.eoaccess.EODatabaseContext.Delegate
Allows the delegate to determine whether the database context dbCtx should run the adaptor login panel and open the adaptor channel associated with the database channel dbChannel, if the adaptor channel is not already open.
databaseInformation() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Deprecated.  
databaseOperator() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the receiver's database operator.
databaseProductName() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a string identifying the database.
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
databaseProductName() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
dateFormValue(NSTimestampFormatter) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Method to return an NSTimestamp for the form value.
dateFormValueForKey(String, NSTimestampFormatter) - Method in class com.webobjects.appserver.WORequest
Method to return an NSTimestamp for a form value from the request for a specific name (key).
dateFormatDescription() - Method in class com.webobjects.directtoweb.D2WEditDate
This method is intentionally undocumented.
dateReadableDescription() - Method in class com.webobjects.directtoweb.D2WQueryDateOperator
This method is intentionally undocumented.
dateReadableDescription() - Method in class com.webobjects.directtoweb.D2WQueryDateRange
This method is intentionally undocumented.
dayOfCommonEra() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfMonth() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfWeek() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dayOfYear() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
dbSnapshot() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the database snapshot for the receiver's Enterprise Object.
deactivateWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
debug(String) - Method in class com.webobjects.eoapplication.EOArchive
Logs a debug message.
debug - Static variable in class com.webobjects.foundation.NSLog
Logger sending error to system error file.
debugLevel - Variable in class com.webobjects.foundation.NSLog.Logger
 
debugLoggingAllowedForGroups(long) - Static method in class com.webobjects.foundation.NSLog
Allow debug logging if the groups specified by aDebugGroups are enabled (that is, the debug groups are part of the debug groups enabled by allowDebugLoggingForGroups or setAllowedDebugGroups).
debugLoggingAllowedForLevel(int) - Static method in class com.webobjects.foundation.NSLog
Allow debug logging if aDebuglevel is less than or equal to the debug level provided by allowedDebugLevel.
debugLoggingAllowedForLevelAndGroups(int, long) - Static method in class com.webobjects.foundation.NSLog
Invokes debugLoggingAllowedForGroups and debugLoggingAllowedForLevel.
debugString(String) - Static method in class com.webobjects.appserver.WOAction
Deprecated. use NSLog instead.
debugString(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. use NSLog instead.
debugString(String) - Static method in class com.webobjects.appserver.WOComponent
Deprecated. debugString is no longer supported
debugString(String) - Static method in class com.webobjects.appserver.WOSession
Deprecated. use com.webobjects.foundation.NSLog instead
decimalSeparator() - Method in class com.webobjects.foundation.NSNumberFormatter
Returns the current decimal separator character as a String.
declarationName() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOAssociationEventRow component in WOJExtensions to display the association's declaration name.
declarationName() - Method in class com.webobjects.woextensions.WOAssociationEventRow
 
decodeAlignmentForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an alignment (JTextField.LEFT, JTextField.CENTER, or JTextField.RIGHT) for the key XML attribute.
decodeAlignmentForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an alignment (JTextField.LEFT, JTextField.CENTER, or JTextField.RIGHT) for the key XML attribute.
decodeArrayForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSArray specified as child in the XML with the name key or null if key is not specified in the XML.
decodeArrayForKey(String, NSArray) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSArray specified as child in the XML with the name key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeBoolForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives a boolean that was archived under the key key.
decodeBoolean() - Method in class com.webobjects.foundation.NSCoder
Decodes a boolean value that was previously encoded with encodeBoolean.
decodeBooleanForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a boolean value based on the key specified.
decodeBooleanForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a boolean for the key XML attribute.
decodeBooleanForKey(String, boolean) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a boolean for the key XML attribute.
decodeByte() - Method in class com.webobjects.foundation.NSCoder
Decodes a byte value that was previously encoded with encodeByte.
decodeBytes() - Method in class com.webobjects.foundation.NSCoder
Decodes an array of byte values that were previously encoded with encodeBytes.
decodeChar() - Method in class com.webobjects.foundation.NSCoder
Decodes a character value that was previously encoded with encodeChar.
decodeChildren() - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an array containing the objects decoded as the receiver's children.
decodeClass() - Method in class com.webobjects.foundation.NSCoder
Decodes a class that was previously encoded with encodeClass.
decodeClassForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Class specified by name as the XML attribute key or null if key is not specified in the XML.
decodeClassForKey(String, Class) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Class specified by name as the XML attribute key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeColorForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Color for the key XML attribute.
decodeColorForKey(String, Color) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Color for the key XML attribute.
decodeDictionaryForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSDictionary specified as child in the XML with the name key or null if key is not specified in the XML.
decodeDictionaryForKey(String, NSDictionary) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an NSDictionary specified as child in the XML with the name key or defaultValueIfNotAvailable if key is not specified in the XML.
decodeDouble() - Method in class com.webobjects.foundation.NSCoder
Decodes a double value that was previously encoded with encodeDouble.
decodeDoubleForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a double value based on the key specified.
decodeDoubleForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a double for the key XML attribute.
decodeDoubleForKey(String, double) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeEditabilityForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a editability specification (EOEditable.IfSupercontrollerEditable, EOEditable.AlwaysEditable, or EOEditable.NeverEditable) for the key XML attribute.
decodeEditabilityForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a editability specification (EOEditable.IfSupercontrollerEditable, EOEditable.AlwaysEditable, or EOEditable.NeverEditable) for the key XML attribute.
decodeFloat() - Method in class com.webobjects.foundation.NSCoder
Decodes a float value that was previously encoded with encodeFloat.
decodeFloatForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns a float value based on the key specified.
decodeFontForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Font for the key XML attribute.
decodeFontForKey(String, Font) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a Font for the key XML attribute.
decodeInsetsForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
 
decodeInsetsForKey(String, Insets) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
 
decodeInt() - Method in class com.webobjects.foundation.NSCoder
Decodes an integer value that was previously encoded with encodeInt.
decodeIntForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and returns an int value based on the key specified.
decodeIntForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeIntForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an integer for the key XML attribute.
decodeIntForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an integer that was archived under the key key.
decodeLong() - Method in class com.webobjects.foundation.NSCoder
Decodes a long value that was previously encoded with encodeLong.
decodeObject(NSCoder) - Static method in class com.webobjects.eoaccess.EODatabaseDataSource
Decodes and returns an EODatabaseDataSource using coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyGlobalID
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOKeyValueQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EONotQualifier
 
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOOrQualifier
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOQualifierVariable
(Re)creates an object based on type information and data stored in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to NSCoding.
decodeObject(NSCoder) - Static method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EOAttribute
Decodes (re-creates) an EOAttribute from the information in the given coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Decodes (re-creates) an EODistributedClassDescription from the stored definitions in the coder.
decodeObject(NSCoder) - Static method in class com.webobjects.eodistribution.client.EORelationship
Re-creates (decodes) an object of this class from the values stored in a NSCoder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSArray
Creates a new NSArray from the data in coder.
decodeObject() - Method in class com.webobjects.foundation.NSCoder
Decodes an object that was previously encoded with encodeObject.
decodeObject(NSCoder) - Method in class com.webobjects.foundation.NSCoding.Support
Implemented by subclasses to decode an object of a specific type from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSData
Creates an NSData from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSDictionary
Creates an NSDictionary from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSKeyValueCoding.Null
Returns the shared instance of NSKeyValueCoding.Null stored in the NSKeyValueCoding constant NullValue.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSNotification
Creates an NSNotification from the data in coder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSSet
Creates an NSSet from the data in an NSCoder.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSTimeZone
Provided for compliance with com.webobjects.foundation.NSCoding.
decodeObject(NSCoder) - Static method in class com.webobjects.foundation.NSTimestamp
Provides an NSTimestamp from data in coder.
decodeObjectForKey(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML data in the internal state of this decoder and constructs an object based on the key specified.
decodeObjectForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an object that was archived in place under the key key.
decodeObjectReferenceForKey(String) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Unarchives an object that was archived as a reference (placeholder).
decodeObjectWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to re(create) the an object from the EOKeyValueUnarchiver unarchiver.
decodeObjects() - Method in class com.webobjects.foundation.NSCoder
Decodes an array of objects that were previously encoded with encodeObjects.
decodePositionForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a position (EOComponentController.Top, EOComponentController.Bottom, EOComponentController.Left, EOComponentController.Right, EOComponentController.TopLeft, EOComponentController.TopRight, EOComponentController.BottomLeft, or EOComponentController.BottomRight) for the key XML attribute.
decodePositionForKey(String, int) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a position (EOComponentController.Top, EOComponentController.Bottom, EOComponentController.Left, EOComponentController.Right, EOComponentController.TopLeft, EOComponentController.TopRight, EOComponentController.BottomLeft, or EOComponentController.BottomRight) for the key XML attribute.
decodeRootObject(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by the URL xmlFile and constructs a corresponding object.
decodeRootObject(NSData) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by an NSData data and constructs a corresponding object.
decodeRootObject(InputSource) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Decodes the XML specified by an InputSource is and constructs a corresponding object.
decodeRootObject(NSDictionary) - Static method in class com.webobjects.eoapplication.EOXMLUnarchiver
Decodes the top object in an XML description, which is represented by an NSDictionary.
decodeShort() - Method in class com.webobjects.foundation.NSCoder
Decodes a short value that was previously encoded with encodeShort.
decodeStringForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a String for the key XML attribute.
decodeStringForKey(String, String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns a String for the key XML attribute.
decodeValueForKey(String) - Method in class com.webobjects.eoapplication.EOXMLUnarchiver
Returns an Object for the key XML attribute.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.appserver.WODisplayGroup
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.Assignment
This method is intentionally undocumented.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.BooleanAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.BooleanQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.DefaultAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.EntityAssignment
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.NonNullQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.Rule
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.ServerSideAction
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.directtoweb.TabDictionaryComputer
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EODetailDataSource
Provides conformance to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOEditingContext
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOFetchSpecification
(Re)creates an object based on information in unarchiver.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Unarchives and returns the newly-unarchived object; provides conformance to the EOKeyValueArchiving interface.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOKeyValueQualifier
(Re)creates an object based on information in unarchiver.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EONotQualifier
 
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOOrQualifier
Conforms to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOQualifierVariable
Conforms to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to EOKeyValueArchiving.
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver) - Static method in class com.webobjects.eogeneration.rules.EOAssignment
 
decoder() - Static method in class com.webobjects.appserver.xml.WOXMLDecoder
Returns a default decoder capable of decoding objects into XML data without using a mapping model.
decoderWithMapping(String) - Static method in class com.webobjects.appserver.xml.WOXMLDecoder
Returns a coder object initialized with the mapping model specified by mappingModelFile.
decrementSnapshotCountForGlobalID(EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabase
Decrements the reference count for the shared snapshot associated with gid, if the receiver releases unreferenced snapshots.
defaultAction() - Method in class com.webobjects.appserver.WODirectAction
Returns a WOActionResults object that is the result of sending generateResponse() to the page named "Main".
defaultAction() - Method in class com.webobjects.directtoweb.D2WActions
 
defaultAction() - Method in class com.webobjects.eogeneration.EOListController
 
defaultAction() - Method in class com.webobjects.eogeneration.EOQueryController
 
defaultAction() - Method in interface com.webobjects.eogeneration.EOWidgetController.DefaultAction
 
defaultAction() - Method in class com.webobjects.woextensions.WOEventDisplay
 
defaultAction() - Method in class com.webobjects.woextensions.WOEventSetup
 
defaultAction() - Method in class com.webobjects.woextensions.WOStats
 
defaultActions() - Method in class com.webobjects.eoapplication.EOApplication
Returns an NSArray containing the actions (EOAction objects) for the application.
defaultActions() - Method in class com.webobjects.eoapplication.EOController
Returns an array of the receiver's default actions (EOAction objects).
defaultActions() - Method in class com.webobjects.eoapplication.EODocumentController
Adds actions for handling editing (like save, revert) the default actions defined by the superclass, EOEntityController (but only if the receiver is a root document controller and if it's not used in a modal dialog.
defaultActions() - Method in class com.webobjects.eoapplication.EOWindowController
Returns the array of default actions.
defaultActions() - Method in class com.webobjects.eogeneration.EOActionController
 
defaultActions() - Method in class com.webobjects.eogeneration.EODynamicApplication
 
defaultActions() - Method in class com.webobjects.eogeneration.EOEditingController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOFormController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOListController
 
defaultActions() - Method in class com.webobjects.eogeneration.EOQueryController
 
defaultCenter() - Static method in class com.webobjects.foundation.NSDelayedCallbackCenter
Returns the current default center for the current request-response cycle.
defaultCenter() - Static method in class com.webobjects.foundation.NSNotificationCenter
Return the single instance of NSNotificationCenter, which should be used for registering all notifications.
defaultComponentSize() - Method in class com.webobjects.eoapplication.EOComponentController
Returns the receiver's default component size.
defaultCoordinator() - Static method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Returns a shared instance of EOObjectStoreCoordinator.
defaultDataSourceFactory() - Static method in class com.webobjects.eoapplication.EODataSourceFactory
defaultDateFormatSymbols() - Method in class com.webobjects.foundation.NSTimestampFormatter
Returns the default set of date format symbols.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EOAdaptor
Returns the default delegate, which is the object that is assigned to new adaptor instances as the delegate, or null if no default delegate is set.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EOAdaptorContext
Returns the default delegate, which is the object assigned as delegate to all newly created EOAdaptorContext instances and their EOAdaptorChannels.
defaultDelegate() - Static method in class com.webobjects.eoaccess.EODatabaseContext
Returns the default delegate that will be used when initializing new EODatabaseContext instances.
defaultDisabledBackgroundColor() - Static method in class com.webobjects.eointerface.EOTextAssociation
This method returns the global defaults for the background colors of disabled text fields.
defaultDisplayNameForProperty() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a String containing a user-presentable version of the current property key in the Direct to Web context in which the receiver's rule fires.
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns a fully qualified name of the JDBC driver class that this plugin prefers to use.
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
defaultDriverName() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
defaultEditingContext() - Method in class com.webobjects.appserver.WOSession
Returns the default EOEditingContext for the receiver.
defaultEnabledBackgroundColor() - Static method in class com.webobjects.eointerface.EOTextAssociation
This method returns the global defaults for the background colors of enabled text fields.
defaultEncoding() - Static method in class com.webobjects.appserver.WOMessage
Returns the default character encoding used to construct a new WOMessage.
defaultEntityName() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns the first entity name in the NSArray returned by the smartDefaultEntityNames method.
defaultExpressionClass() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that should be implemented by subclasses to return the subclass of EOSQLExpression used as the default expression class for the adaptor.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the expression class to use for this adaptor.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the Java Class to use as the expression class.
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MerantPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
defaultExpressionClass() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
defaultFastModel() - Static method in class com.webobjects.directtoweb.D2WFastModel
Gets the default fast model.
defaultFetchTimestampLag() - Static method in class com.webobjects.eocontrol.EOEditingContext
 
defaultFormValueEncoding() - Method in class com.webobjects.appserver.WORequest
Returns the default string encoding the WORequest object uses for converting form values from ASCII to Unicode.
defaultFormatTimeZone() - Method in class com.webobjects.foundation.NSTimestampFormatter
Returns the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp to a string.
defaultFormatterForKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the formatter to use when parsing values for assignment to key.
defaultFormatterForKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
The EOAccess layer's EOEntityClassDescription's implementation returns a Format based on the Java value class specified for key in the associated model file.
defaultFormatterForKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns a default formatter for the attribute key, based on the value class of the attribute.
defaultFormatterForKeyPath(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Similar to defaultFormatterForKey, except this method traverses keyPath before returning the formatter for the key at the end of the path.
defaultGroup() - Static method in class com.webobjects.eoaccess.EOModelGroup
Returns the default EOModelGroup, which is the same as the global EOModelGroup unless you have either explicitly set a default model group with setDefaultGroup or implemented the class delegate method defaultModelGroup to return a non-null value.
defaultLocale() - Static method in class com.webobjects.foundation.NSNumberFormatter
 
defaultLocalizesPattern() - Static method in class com.webobjects.foundation.NSNumberFormatter
Returns true to indicate that the pattern will be localized for all new instances of NSNumberFormatter in your application.
defaultModel() - Static method in class com.webobjects.directtoweb.D2WModel
Gets the default model.
defaultModelGroup() - Method in interface com.webobjects.eoaccess.EOModelGroup.ClassDelegate
Allows the delegate the opportunity to construct and return a different model group to be used as the default model group than the one created by EOModelGroup.
defaultObserverQueue() - Static method in class com.webobjects.eocontrol.EODelayedObserverQueue
Gets a default observer queue so it can be used to enqueue delay observers.
defaultPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a default startup page as a WOComponent, which is a query-all page unless you override the rule for the startupTask key.
defaultParentObjectStore() - Static method in class com.webobjects.eocontrol.EOEditingContext
Returns the EOObjectStore that is the default parent object store for new editing contexts.
defaultParseTimeZone() - Method in class com.webobjects.foundation.NSTimestampFormatter
Returns the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp.
defaultPrefersContinuousChangeNotification() - Static method in class com.webobjects.eointerface.EOWidgetAssociation
Returns the default value for the class preference for continuous change notification.
defaultPropertyKeysFromEntity() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a sorted NSArray containing the property keys for the current entity excluding primary and foreign keys.
defaultPropertyKeysFromEntityWithoutRelationships() - Method in class com.webobjects.directtoweb.DefaultAssignment
Returns a sorted NSArray containing the property keys for the current entity excluding relationships, primary keys, and foreign keys.
defaultReadObject() - Method in class com.webobjects.foundation.xml.NSXMLInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultRequestHandler() - Method in class com.webobjects.appserver.WOApplication
Returns the request handler to be used when no request handler key is found in the URL or WORequest.
defaultRequestHandlerClassName() - Method in class com.webobjects.appserver.WOApplication
Returns the class name of the default request handler.
defaultReuseModeForSpecification(NSDictionary) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
defaultRowspan() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the number of HTML table rows spanned by the vertical rule in the page containing the Direct to Web context in which the rule of the receiver fires.
defaultRowspan() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns a String containing the number of HTML table rows spanned by the vertical rule within the current tab panel.
defaultSharedEditingContext() - Static method in class com.webobjects.eocontrol.EOSharedEditingContext
If a shared context hasn't yet been created, this method creates one and posts a DefaultSharedEditingContextWasInitializedNotification.
defaultSortKey() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the default sort key.
defaultStringLocalizationResourceBundle() - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Returns the ResourceBundle used to locate localized strings.
defaultStringMatchFormat() - Method in class com.webobjects.appserver.WODisplayGroup
If a key in the queryMatch dictionary does not have an associated value in the queryOperator dictionary, then its value is matched using operator pattern matching, and the format string returned by this method specifies how it will be matched.
defaultStringMatchFormat() - Method in class com.webobjects.eointerface.EODisplayGroup
 
defaultStringMatchOperator() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a default operator for matching strings against string values in the queryMatch dictionary for the objects in the WODisplayGroup.
defaultStringMatchOperator() - Method in class com.webobjects.eointerface.EODisplayGroup
 
defaultTimeZone() - Static method in class com.webobjects.foundation.NSTimeZone
Provides the last object given to NSTimeZone via setDefault or setDefaultTimeZone.If no default time zone has been explicitly set, this method returns the system time zone.
defaultType() - Method in class com.webobjects.jndiadaptor.JNDIPlugIn
Gets the default JNDI type.
defaultType() - Method in class com.webobjects.jndiadaptor.LDAPPlugIn
 
defaultURLEncoding() - Static method in class com.webobjects.appserver.WOMessage
Gets the default encoding to use when converting the parameter list that appears in a WebObjects generated URL from transcoded ASCII to Unicode and vice versa.
defaultUndoStackLimit() - Method in class com.webobjects.appserver.WOApplication
Return the number of levels of undo for a session's default editing context.
defaultWriteObject() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defaults() - Method in class com.webobjects.eoapplication.EOApplication
Returns the receiver's defaults manager (an EODefaults object).
definition() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the definition of a derived or flattened attribute or null if the attribute is simple.
definition() - Method in class com.webobjects.eoaccess.EORelationship
Returns the data path of a flattened relationship; for example "department.facility".
delegate() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last delegate object given to the WODisplayGroup via setDelegate.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the receiver's delegate or null if a delegate has not been assigned.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Returns the receiver's delegate, or null if the receiver doesn't have a delegate.
delegate() - Method in class com.webobjects.eoaccess.EOAdaptorContext
Returns the receiver's delegate, or null if the receiver doesn't have a delegate.
delegate() - Method in class com.webobjects.eoaccess.EODatabaseContext
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the receiver's instance delegate, which is different than the EOModelGroup class delegate.
delegate() - Method in class com.webobjects.eocontrol.EOEditingContext
 
delegate() - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the delegate of the distribution context.
delegate() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Returns the receiver's delegate.
delegate() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
delegate() - Method in class com.webobjects.eointerface.EODisplayGroup
 
delete() - Method in class com.webobjects.appserver.WODisplayGroup
Invokes deleteSelection and displayBatchContainingSelectedObject.
delete() - Method in class com.webobjects.eogeneration.EOEditingController
 
delete() - Method in class com.webobjects.eogeneration.EOFormController
 
delete() - Method in class com.webobjects.eogeneration.EOListController
 
delete() - Method in class com.webobjects.eointerface.EODisplayGroup
Deprecated. Deprecated. Use deleteSelection instead.
delete(Object, EOEditingContext) - Method in class com.webobjects.webservices.generation.WODeleteOperation
Deletes the object value from EOEditingContext ec.
deleteAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
Is invoked when the user clicks Delete.
deleteAllElementIDComponents() - Method in class com.webobjects.appserver.WOContext
Deletes all components of the current element ID.
deleteLastElementIDComponent() - Method in class com.webobjects.appserver.WOContext
Deletes the last digit --or name-- of the current element ID, along with its dot separator.
deleteObject(Object) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Deletes object from the data source.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Deletes object from the array of objects maintained by the receiver.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to delete an object.
deleteObject(Object) - Method in class com.webobjects.eocontrol.EODetailDataSource
Sends a removeObjectFromBothSidesOfRelationshipWithKey message to the master object using detailKey.
deleteObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOEditingContext
Specifies that object should be removed from this EOEditingContext's parent EOObjectStore when changes are committed.
deleteObject(EOEnterpriseObject) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception.
deleteObject(Object) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
deleteObjectAction() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
deleteObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks the delete button next to an object on the list page.
deleteObjectAtIndex(int) - Method in class com.webobjects.appserver.WODisplayGroup
Deletes the object at anIndex in allObjects.
deleteObjectAtIndex(int) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to delete the object at index.
deleteRowDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Deletes the row described by qualifier from the database table corresponding to entity.
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to delete the rows described by qualifier from the database table corresponding to entity.
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
deleteRowsDescribedByQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
deleteRule() - Method in class com.webobjects.eoaccess.EORelationship
Returns a rule that describes the action to take when an object is being deleted.
deleteRule() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns an integer constant specifiying the delete rule.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns a delete rule indicating how to treat the destination of the given relationship when the receiver's entity is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to return a delete rule indicating how to treat the destination of the given relationship when the receiving object is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a rule indicating how to handle the destination of the receiver's relationship named by relationshipKey when the receiver is deleted.
deleteRuleForRelationshipKey(String) - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a value indicating how to handle the destination of the receiver's relationship named by relationshipKey when the receiver is deleted.
deleteRuleForRelationshipKey(String) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the delete rule as defined in EOClassDescription, for the specified relationship.
deleteSelectedObjects() - Method in class com.webobjects.eoapplication.EODocumentController
Deletes the objects selected in the receiver's display group and updates the edited status to true.
deleteSelection() - Method in class com.webobjects.appserver.WODisplayGroup
Deletes the selectedObjects from the WODisplayGroup's dataSource.
deleteSelection() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to delete the selected objects
deleteStatementWithQualifier(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL DELETE expression to delete the rows described by qualifier.
deletedObjects() - Method in class com.webobjects.eocontrol.EOEditingContext
 
deletedObjects() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
The shared objects in a shared editing context can't be deleted.
deployment - Variable in class com.webobjects.webservices.support.WOXMLProvider
 
dequeueObserver(EODelayedObserver) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Removes observer from the receiver.
describeModelWithTableNames(NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns null.
describeModelWithTableNames(NSArray) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeModelWithTableNames(NSArray) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
describeResults() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to return an array of EOAttributes describing the properties available in the current result set, as determined by selectAttributes, executeStoredProcedure, or a statement evaluated by evaluateExpression.
describeResults() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeResults() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
describeStoredProcedureNames() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns an empty array.
describeStoredProcedureNames() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeTableNames() - Method in class com.webobjects.eoaccess.EOAdaptorChannel
The default implementation of this method returns an empty array.
describeTableNames() - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
describeTableNames() - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
description() - Method in class com.webobjects.directtoweb.BooleanQualifier
 
description() - Method in class com.webobjects.directtoweb.NonNullQualifier
 
description() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the description of the family of events represented by the class.
description() - Method in class com.webobjects.eocontrol.EOEvent
Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
descriptionForObject(Object) - Method in class com.webobjects.eoaccess.EOAccessFaultHandler
Returns a string naming the original class of the receiver's fault and giving the fault's id, also noting that it's a fault.
descriptionForObject(Object) - Method in class com.webobjects.eocontrol.EOFaultHandler
Returns a String that describes object.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOComponent
Records information about the component, if it is the top-level component.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.appserver.WOStatisticsStore
Records information about the current response by invoking descriptionForResponse on the current response page and returning the result.
descriptionForResponse(WOResponse, WOContext) - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
descriptionPath() - Method in class com.webobjects.eoapplication.EOAction
Returns the receiver's menu hierarchy path, for example Document/Quit.
descriptionPathComponents() - Method in class com.webobjects.eoapplication.EOAction
Returns an NSArray containing the separate components of the receiver's menu hierarchy path.
descriptionTitle() - Method in class com.webobjects.woextensions.WOEventRow
 
deselect() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
destinationAttribute() - Method in class com.webobjects.eoaccess.EOJoin
Returns the destination ("right") attribute of the receiver.
destinationAttributes() - Method in class com.webobjects.eoaccess.EORelationship
Returns an NSArray of destination attributes of the relationship.
destinationDisplayKey() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
destinationDisplayKey() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
destinationEntity() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's destination entity, which is determined by the destination entity of its joins for a simple relationship, and by whatever ends the data path for a flattened relationship.
destinationKeyForSourceObject(EOEditingContext, EOEnterpriseObject, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the foreign key for the rows at the destination of the specified relationship.
destinationName() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the name of destination entity.
destroy() - Method in class com.webobjects.eoapplication.client.EOApplet
Destroys the applet, thereby cleaning up resources, etc.
detailCount() - Method in class com.webobjects.woextensions.WOStatsPage
 
detailDisplayGroup() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailDisplayGroupSortOrderings() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailEntityName() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailKey() - Method in class com.webobjects.appserver.WODisplayGroup
For detail display groups, returns the key to the master object that specifies what this detail display group represents.
detailKey() - Method in class com.webobjects.eocontrol.EODetailDataSource
Gets the detail key of the receiver, which names the relationship for which the receiver provides objects to its master object.
detailKeys() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailPercent() - Method in class com.webobjects.woextensions.WOStatsPage
 
detailRelationshipPath() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
detailsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
dictionary() - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Returns the property list which represents the object archive.
dictionary() - Method in class com.webobjects.webservices.support.xml.WOStringKeyMap
Create and return an NSDictionary containing the keys and values in the receiver.
dictionary() - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
dictionaryForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert the property to an NSDictionary using NSPropertyListSerialization.dictionaryForString
dictionaryForString(String) - Static method in class com.webobjects.foundation.NSPropertyListSerialization
Parses the property list representation string and returns the resulting property list as an NSDictionary.
dictionaryFromFile(File) - Static method in class com.webobjects.directtoweb.Services
 
dictionaryFromPathURL(URL) - Static method in class com.webobjects.directtoweb.Services
 
dictionaryWithObjectsForAttributes(Object[], NSArray) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Used by EOAdaptorChannel subclasses to create dictionaries that can be returned from fetchRow.
didContentTerminatePrematurely() - Method in class com.webobjects.appserver.WOMultipartIterator
Returns true if the underlying content stream terminated early.
directActionRequestHandlerKey() - Method in class com.webobjects.appserver.WOApplication
Returns the key which identifies URLs directed at Direct Action based requests.
directActionTransactions() - Method in class com.webobjects.woextensions.WOStatsPage
 
directActionURLForActionNamed(String, NSDictionary) - Method in class com.webobjects.appserver.WOContext
Returns a complete URL for the specified action.
directActionsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
directConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application directly without going through the web server and WOAdaptors.
dirty() - Method in class com.webobjects.directtoweb.D2WModel
Indicates whether rules have been added to or removed from the model since the last merge or saving or reverting of the Web Assistant rules.
disableActionNamed(String) - Method in class com.webobjects.eoapplication.EOController
Explicitly disables the action method actionName and resets the receiver's actions.
disableClientCaching() - Method in class com.webobjects.appserver.WOResponse
Appends certain headers to the response to disable caching in the client (browser).
disableReferenceForString() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Disables the use of references for repeated Strings in XML output.
disableReferenceForString(int) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
See disableReferenceForString() for details first.
disableReferenceForString() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
disableReferenceForString(int) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
disableSnapshotRefCounting() - Static method in class com.webobjects.eoaccess.EODatabase
Configures EODatabase instances not to release unreferenced snapshots.
disableUndoRegistration() - Method in class com.webobjects.foundation.NSUndoManager
Disables the recording of undo operations, whether by registerUndoWithTarget or by invocation-based undo.
disabledTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of disabled text fields.
discardPendingNotification() - Method in class com.webobjects.eocontrol.EODelayedObserver
Sends a dequeueObserver message to the receiver's EODelayedObserverQueue to clear it from receiving a change notification.
disconnect() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
disjoinWithQualifier(EOSQLQualifier) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
dispatchRequest(WORequest) - Method in class com.webobjects.appserver.WOApplication
The starting point of the request-response cycle in WOApplication.
dispatchesRequestsConcurrently() - Method in class com.webobjects.appserver.WOAdaptor
This should return true if the adaptor is capable of dispatching requests to the application concurrently, false otherwise.
displayBatchContainingSelectedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Displays the batch containing the selection and sets the currentBatchIndex to that batch's index.
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
 
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOSwitchController
 
displayComponentBorderSize() - Method in class com.webobjects.eoapplication.EOTabSwitchController
displayComponentName() - Method in class com.webobjects.appserver.WOApplication.Event
Returns the name of a WebObjects component to use to display the receiver's logging information.
displayComponentName() - Method in class com.webobjects.appserver.WOAssociation.Event
Used by The WOEventDisplay page in WOJExtensions to determine the event row name displayed.
displayComponentName() - Method in class com.webobjects.appserver.WOComponent.Event
Used by the WOEventDisplay page in WOJExtensions to display a custom name for this component's event.
displayComponentName() - Method in class com.webobjects.eocontrol.EOAggregateEvent
 
displayComponentName() - Method in class com.webobjects.eocontrol.EOEvent
Returns the name of a WebObjects component to use to display the receiver's logging information.
displayComponentName() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
displayComponentName() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayGroup - Variable in class com.webobjects.directtoweb.D2WCustomQueryComponent
The display group for a WOSwitchComponent.
displayGroup - Variable in class com.webobjects.directtoweb.D2WDefaultCustomComponent
The display group (for D2WCustomQueryComponent).
displayGroup() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the display group that contains the objects listed on the page.
displayGroup - Variable in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
The WODisplayGroup object that performs the query.
displayGroup - Variable in class com.webobjects.directtoweb.D2WQueryPage
The WODisplayGroup object that performs the query.
displayGroup() - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
displayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Conformance to EOObjectDisplay.
displayGroup() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the display group the receiver uses to display its enterprise objects.
displayGroup() - Method in class com.webobjects.eogeneration.EOAssociationController
 
displayGroup() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
displayGroup() - Method in class com.webobjects.eogeneration.EORangeValueController
 
displayGroup() - Method in class com.webobjects.woextensions.WOAnyField
 
displayGroup() - Method in class com.webobjects.woextensions.WOSortOrder
 
displayGroup() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
displayGroup() - Method in class com.webobjects.woextensions.WXSortOrder
 
displayGroupCreateObjectFailed(EODisplayGroup, EODataSource) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked from insertNewObjectAtIndex to inform the delegate that group has failed to create a new object for dataSource.
displayGroupCreateObjectFailedForDataSource(WODisplayGroup, EODataSource) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has failed to create a new object for dataSource.
displayGroupDidChangeDataSource(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's dataSource has changed.
displayGroupDidChangeDataSource(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group 's EODataSource has changed.
displayGroupDidChangeSelectedObjects(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's selected objects have changed, regardless of whether the selection indexes have changed.
displayGroupDidChangeSelectedObjects(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group's set of selected objects has changed, regardless of whether the selection indexes have changed.
displayGroupDidChangeSelection(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group's selection has changed.
displayGroupDidChangeSelection(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group's selection has changed.
displayGroupDidDeleteObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has deleted eo.
displayGroupDidDeleteObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has deleted eo.
displayGroupDidFetchObjects(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has fetched objects from its dataSource.
displayGroupDidFetchObjects(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has fetched objects.
displayGroupDidInsertObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Informs the delegate that group has inserted eo.
displayGroupDidInsertObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has inserted eo.
displayGroupDidSetValueForObject(EODisplayGroup, Object, Object, String) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Informs the delegate that group has altered a property value of eo.
displayGroupDisplayArrayForObjects(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to filter and sort group's array of objects to limit which ones get displayed.
displayGroupDisplayArrayForObjects(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked from updateDisplayedObjects, this method allows the delegate to filter and sort group's array of objects to limit which ones get displayed.
displayGroupForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
 
displayGroupKeyForAspect(String) - Method in class com.webobjects.eointerface.EOAssociation
 
displayGroupProviderMethodName() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the key path which is used to retrieve the display group for the reveiver.
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EOAssociationController
 
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
displayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EORangeValueController
 
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionAssociation
Returns whether or not the set of selected items in the action display group allows for this association to perform its action.
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionInsertionAssociation
Returns whether or not the set of selected items in the action display group allows for this association to perform its action.
displayGroupSelectionsAllowEnabled() - Method in class com.webobjects.eointerface.EOActionWidgetAssociation
Evaluates whether the state of the association's display groups should allow the association to be enabled.
displayGroupShouldChangeSelection(EODisplayGroup, NSArray) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent a change in selection by group.
displayGroupShouldChangeSelectionToIndexes(WODisplayGroup, NSArray) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent a change in selection by group.
displayGroupShouldDeleteObject(WODisplayGroup, Object) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from deleting eo.
displayGroupShouldDeleteObject(EODisplayGroup, Object) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from deleting eo.
displayGroupShouldDisplayAlert(WODisplayGroup, String, String) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Deprecated. No longer important for WebObjects applications. No user code should depend upon this, and any references to this method may be eliminated freely.
displayGroupShouldDisplayAlert(EODisplayGroup, String, String) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from displaying an attention panel with title and message.
displayGroupShouldFetch(WODisplayGroup) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from fetching.
displayGroupShouldFetch(EODisplayGroup) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from fetching.
displayGroupShouldInsertObject(WODisplayGroup, Object, int) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to prevent group from inserting eo at index.
displayGroupShouldInsertObject(EODisplayGroup, Object, int) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Allows the delegate to prevent group from inserting anObject at index.
displayGroupShouldRedisplay(EODisplayGroup, NSNotification) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked whenever group receives an ObjectsChangedInEditingContextNotification, this method allows the delegate to suppress redisplay based on the nature of the change that has occurred.
displayGroupShouldRefetch(EODisplayGroup, NSNotification) - Method in interface com.webobjects.eointerface.EODisplayGroup.Delegate
Invoked whenever group receives an InvalidatedAllObjectsInStoreNotification, this method allows the delegate to suppress refetching of the invalidated objects.
displayGroupShouldRefetchForInvalidatedAllObjects(WODisplayGroup, NSNotification) - Method in interface com.webobjects.appserver.WODisplayGroup.Delegate
Allows the delegate to suppress immediate refetching when the WODisplayGroup's objects have been invalidated.
displayGroupSortOrderings() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the sort orderings to be used with the receiver's display group.
displayItemClicked() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
displayKey() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
displayKey() - Method in class com.webobjects.woextensions.WOSortOrder
 
displayKey() - Method in class com.webobjects.woextensions.WXSortOrder
 
displayLabelForString(String) - Static method in class com.webobjects.eoapplication.EODisplayUtilities
displayLevelForEvent(EOEvent) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayList() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the select component appears in the lower half of the edit-relationship page.
displayMode() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
displayMode() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
displayMode - Variable in class com.webobjects.woextensions.WOEventRow
 
displayNameForKey(String) - Method in class com.webobjects.eocontrol.EOClassDescription
Provides a means to display a key in the user interface.
displayNameForKeyWhenRelationship() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the name of a property that represents the destination object of the current relationship in the Direct to Web context of the receiver.
displayNameForProperty() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing a user-presentable name for the current property in the Direct to Web context of the component.
displayNameForProperty() - Method in class com.webobjects.directtoweb.D2WContext
Returns a String containing a user-presentable name for the current property.
displayNameForRelationshipKey() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns a String containing a user-presentable name for the relationship edited by the receiver.
displayNew() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the edit component appears in the lower half of the edit-relationship page.
displayNextBatch() - Method in class com.webobjects.appserver.WODisplayGroup
Increments the current batch index, displays that batch of objects, and clears the selection.
displayPattern() - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
displayPreviousBatch() - Method in class com.webobjects.appserver.WODisplayGroup
Decrements the current batch index, displays that batch of objects, and clears the selection.
displayPropertyKeys() - Method in class com.webobjects.directtoweb.D2WComponent
Returns an NSArray containing the keys (Strings) for all visible properties of the current entity in the components Direct to Web context.
displayQuery() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns whether or not the query component appears in the lower half of the edit-relationship page.
displayQueryAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks Search.
displayString() - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
displayStringForItem() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
displayValueAspect() - Method in class com.webobjects.eointerface.EOPickTextAssociation
This method returns null since the corresponding text widget is not used to display values, but to filter rows in a display group.
displayValueAspect() - Method in class com.webobjects.eointerface.EOValueAssociation
 
displayValueForValue(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Formats a data value for display (potentially using a Formatter object as defined in subclasses).
displayValueForValue(Object) - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Returns the display value to set in the interface, given a data value from a data source.
displayValueForValue(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Formats a data value for display (using a Format object, if available).
displayValueFromURL(String) - Method in class com.webobjects.eointerface.EOTextAssociation
This method returns a String value loaded from the URL specified.
displayValueFromURL(String) - Method in class com.webobjects.eointerface.EOValueAssociation
When the Association stores a URL rather than the data the URL references, this method is used to obtain (load) the data pointed to by the URL.
displayedObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the objects to be displayed or otherwise made available to the client (web browser).
displayedObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
 
displayedTabName() - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Returns the name of the tab that is being displayed.
displaysLabelInWidget() - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
disposableRegistry() - Method in class com.webobjects.eoapplication.EOArchive
Returns the disposable registry for the objects loaded from the archive.
disposableRegistry() - Method in class com.webobjects.eoapplication.EOController
Returns the receiver's disposable registry.
dispose() - Method in class com.webobjects.appserver.WODisplayGroup
 
dispose() - Method in class com.webobjects.eoaccess.EODatabase
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoaccess.EODatabaseContext
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoaccess.EOModel
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.eoapplication.EOActionTrigger
 
dispose() - Method in class com.webobjects.eoapplication.EOActionWidgetController
dispose() - Method in class com.webobjects.eoapplication.EOApplication
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOComponentController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EODefaults
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EODocumentController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOEntityController
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eoapplication.EOFrameController
dispose() - Method in class com.webobjects.eoapplication.EOInspectorController
dispose() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
dispose() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
dispose() - Method in class com.webobjects.eoapplication.EOSwitchController
dispose() - Method in class com.webobjects.eoapplication.EOWindowController
Called when this controller isn't needed anymore.
dispose() - Method in class com.webobjects.eoapplication.EOWindowObserver
dispose() - Method in class com.webobjects.eocontrol.EOEditingContext
 
dispose() - Method in class com.webobjects.eocontrol.EOObjectStore
 
dispose() - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
 
dispose() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
 
dispose() - Method in class com.webobjects.eodistribution.EODistributionContext
Prepares the receiver so it is disposed when Java performs garbage collection.
dispose() - Method in class com.webobjects.eogeneration.EOAssociationController
 
dispose() - Method in class com.webobjects.eogeneration.EOControllerFactory
 
dispose() - Method in class com.webobjects.eogeneration.EOEditingController
 
dispose() - Method in class com.webobjects.eogeneration.EOQueryController
 
dispose() - Method in class com.webobjects.eogeneration.EORangeValueController
 
dispose() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
dispose() - Method in class com.webobjects.eogeneration.EOWidgetController
 
dispose() - Method in class com.webobjects.eointerface.EOAssociation
Clears all references this association has to other objects, especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EODisplayGroup
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOMasterDetailAssociation
Clears all references this association has to other objects, especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOTableAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOTextAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Clears all references this plugin has to other objects especially its display object and EOAssociation.
dispose() - Method in class com.webobjects.eointerface.EOWidgetAssociation
Clears all references this association has to other objects especially its display object and EODisplayGroup.
dispose() - Method in class com.webobjects.eointerface.swing.EOControlActionAdapter
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOFormCell
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOTable
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in class com.webobjects.eointerface.swing.EOView
Releases all resources used by this object and ensures that it becomes available for garbage collection.
dispose() - Method in interface com.webobjects.foundation.NSDisposable
Invoked when the receiver should prepare itself for destruction.
dispose() - Method in class com.webobjects.foundation.NSDisposableRegistry
Conformance to NSDisposable.
dispose() - Method in class com.webobjects.foundation.NSUndoManager
Conformance to NSDisposable.
disposeActionMenu(JComboBox) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionButtonsController
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionMenuController
disposeActionWidgets() - Method in class com.webobjects.eoapplication.EOActionWidgetController
disposeAssociations() - Method in class com.webobjects.eogeneration.EOActionController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOAssociationController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EORangeValueController
 
disposeAssociations() - Method in class com.webobjects.eogeneration.EOTitlesController
 
disposeButton(JButton) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeButtonRow(JComponent) - Static method in class com.webobjects.eoapplication.EOActionWidgets
disposeIfDeactivated() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
disposeIfTransient() - Method in class com.webobjects.eoapplication.EOController
Disposes the receiver if it's transient, first removing it from its supercontroller with removeTransientSubcontroller If the receiver's supercontroller is non-null, this method also attempts to dispose of the supercontroller if it's transient.
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOActionController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOAssociationController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOEditingController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EORangeValueController
 
disposeIfTransient() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
disposeMenuBar(JMenuBar) - Static method in class com.webobjects.eoapplication.EOActionWidgets
distantAttribute(String, EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
distantFuture() - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use NSTimestamp.DistantFuture instead
distantPast() - Static method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use NSTimestamp.DistantPast
distantRelationship(String, EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
distributionChannel() - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Returns the distribution channel used by the distributed object store.
distributionChannelShouldThrowIOException(EODistributionChannel, IOException) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to handle an I/O exception which occured while communicating with the server.
distributionChannelShouldThrowServerException(EODistributionChannel, Throwable, String, String) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to handle an exception that occured on the server side.
distributionChannelWillReadFromStream(EODistributionChannel, InputStream) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to decrypt data received from the server.
distributionChannelWillWriteToStream(EODistributionChannel, OutputStream) - Method in interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate
Gives the delegate an opportunity to encrypt data sent to the server.
distributionContext() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns the distribution context used by this component.
distributionContext() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns the distribution context used by this component.
distributionContextDidReceiveData(EODistributionContext, NSData) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Gives the delegate an opportunity to decrypt data sent from the client.
distributionContextShouldAllowAccessToClassDescription(EODistributionContext, EOClassDescription) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should have access to a class description or not.
distributionContextShouldAllowInvocation(EODistributionContext, Object, NSSelector, Object[]) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether a remote method invocation to object should be allowed for the client application of this distribution context or not.
distributionContextShouldFetchObjectWithGlobalID(EODistributionContext, EOGlobalID, EOClassDescription) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to fire a fault for a global ID.
distributionContextShouldFetchObjectsWithFetchSpecification(EODistributionContext, EOFetchSpecification) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to execute a fetch with a fetch specification.
distributionContextShouldFollowKeyPath(EODistributionContext, String) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether a remote method invocation to the object identified by keyPath (which is relative to the invocation target of the distribution context) should be allowed for the client application of this distribution context or not.
distributionContextShouldSave(EODistributionContext, EOEditingContext) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Returns whether the client application of this distribution context should be permitted to save the state of the editing context editingContext (which is the editing context of the distribution context).
distributionContextWillSendData(EODistributionContext, NSData) - Method in interface com.webobjects.eodistribution.EODistributionContext.Delegate
Gives the delegate an opportunity to encrypt data sent to the client.
distributionContextsForSession(WOSession) - Static method in class com.webobjects.eodistribution.EODistributionContext
Returns a array of distribution contexts for a session.
doConfigureEngine(AxisEngine) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
doEndTag() - Method in class com.webobjects.jspservlet.WOComponentTag
Standard method to end the tag.
doEndTag() - Method in class com.webobjects.jspservlet.WODirectActionTag
Standard method to end the tag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.webobjects.jspservlet.WOServletAdaptor
Method for GET requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.webobjects.jspservlet.WOServletAdaptor
Method for POST requests.
doStartTag() - Method in class com.webobjects.jspservlet.WOBindingTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOComponentTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WODirectActionTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Standard method to start using the tag.
doStartTag() - Method in class com.webobjects.jspservlet.WOFormValueTag
Standard method to start using the tag.
documents() - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the application's visible documents (EODocument controllers).
documentsForGlobalID(EOGlobalID, String) - Method in class com.webobjects.eoapplication.EOApplication
Returns an array containing the application's documents (EODocument controllers) that edit enterprise objects with an entity name matching entityName and a global ID matching globalID.
doesBusyRunOnce() - Method in class com.webobjects.appserver.WOAdaptor
Deprecated. This method will never be called and should not be used or overridden.
doesContain(Object) - Method in interface com.webobjects.eocontrol.EOQualifier.Comparison
Returns true if the receiver contains other, false if it doesn't.
doesContain(Object, Object) - Method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Returns true if receiver contains right, false if it doesn't.
domain() - Method in class com.webobjects.appserver.WOCookie
Cookies for a specific domain (such as apple.com) are sent only when accessing URLs in that domain.
domainForIDCookies() - Method in class com.webobjects.appserver.WOSession
Returns the path that will be used when creating the rendevous cookie for the application to use with the cookie mechanism for storing session and instance IDs This path is lazily created the first time this method is called using the current request's adaptorPrefix and the application name, including the .woa extension.
doubleForKey(String) - Static method in class com.webobjects.foundation.NSProperties
Deprecated. Instead, find the system property using System.getProperty and convert the property to a double.
down() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
downloadClientClassURLs() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns an array of URLs to downloaded client classes for desktop application clients.
downloadClientClassURLs() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns an array of URLs to downloaded client classes for desktop application clients.
downloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns an array of classes to be downloaded to desktop application clients before they start.
downloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns an array of classes to be downloaded to desktop application clients before they start.
driverName() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the JDBC driver's name.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Generates and returns an array of EOSQLExpressions that define the SQL statements to drop a database or user that is accessed by the provided connectionDictionary and administrativeConnectionDictionary.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
The default implementation returns null.
dropDatabaseStatementsForConnectionDictionary(NSDictionary, NSDictionary) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropDatabaseWithAdministrativeConnectionDictionary(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptor
Uses the administrative login information to drop the database defined by the administrativeConnectionDictionary.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for entityGroup, or null if primary key generation is not supported.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
The default implementation returns null.
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for all the entities in each of the the entity groups in entityGroups.
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the primary key generation support for all the entities in each of the the entity groups in entityGroups.
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.MySQLPlugIn.MySQLSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory
 
dropPrimaryKeySupportStatementsForEntityGroups(NSArray) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the table identified by entityGroup.
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the table identified by entityGroup.
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn.MicrosoftSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn.OracleSynchronizationFactory
 
dropTableStatementsForEntityGroup(NSArray) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn.SybaseSynchronizationFactory
 
dropTableStatementsForEntityGroups(NSArray) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the tables for all the entity groups in entityGroups.
dropTableStatementsForEntityGroups(NSArray) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Returns an array of EOSQLExpression objects that define the SQL necessary to drop the tables for all the entity groups in entityGroups.
dummyEntity() - Method in class com.webobjects.directtoweb.ServerSideSettings
 
dummyTrueQualifier - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
duration() - Method in class com.webobjects.eocontrol.EOEvent
Returns the duration of the receiver in milliseconds or 0 if the event is atomic (not a branch event) or if the branch is not yet closed.
duration() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the value of the duration binding.
duration() - Method in class com.webobjects.smil.WOSMILPar
Retruns the value of the duration binding.
duration() - Method in class com.webobjects.smil.WOSMILSeq
Returns the value of the duration binding.
durationOfEvent(EOEvent) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
durationWithoutSubevents() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Gets the the sum of all of the aggregated events'durations excluding the receivers subevents.
durationWithoutSubevents() - Method in class com.webobjects.eocontrol.EOEvent
Returns the duration of the receiver in milliseconds, not including the time spent in its subevents (if any).
dynamicElementWithName(String, NSDictionary, WOElement, NSArray) - Method in class com.webobjects.appserver.WOApplication
Creates and returns a WOElement object based on the element's name, a dictionary of associations, and a template of WOElements.
dynamicPage() - Method in class com.webobjects.directtoweb.D2WContext
Returns the value of the current named configuration
dynamicPages() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
dynamicPages() - Method in class com.webobjects.directtoweb.D2WModel
Gets a list of all the dynamic pages found in the model.
dynamicPagesInvolved() - Method in class com.webobjects.directtoweb.Rule
Gets the set of names of dynamic pages involved.

Last updated Thu Oct 21 15:04:16 PDT 2004.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2004 Apple Computer, Inc.