WebObjects 5.4.1
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 _

S

safeEquals(Object, Object) - Static method in class com.webobjects.directtoweb.D2WUtils
 
safeSubstring(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
sanitizeCharForXML(char, boolean) - Static method in class com.webobjects.foundation._NSSerialFieldDesc
all chars below 0x20 including (Remember that '\r' has to be encoded specially because of http://www.w3.org/TR/2000/REC-xml-20001006#sec-line-ends): \r CR --> \n LF --> \t HT --> Also, 0x7f, 0xfffe, 0xffff In addition, for array of chars SP --> \ --> \
save() - Method in interface com.webobjects.eoapplication.EODocument
Saves the receiver's edits, returning whether the operation was successful.
save() - Method in class com.webobjects.eoapplication.EODocumentController
Saves the receiver's editing context changes by invoking saveChanges, requesting an error dialog upon failure.
save() - Method in class com.webobjects.eogeneration.assistant.EOAssistant
 
save() - Method in class com.webobjects.eogeneration.EOFormController
 
save() - Method in class com.webobjects.eogeneration.EOListController
 
saveAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Save in the edit component of the edit-relationship page.
SaveActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save action.
saveAll() - Method in class com.webobjects.eoapplication.EOApplication
Attempts to save all of the receiver's edited documents.
SaveAllActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save All action.
saveAndMakeInvisible() - Method in class com.webobjects.eoapplication.EODocumentController
Attempts to save the receiver's editing context changes and makes the receiver's user interface invisible if the save succeeded (which usually results in a window closing).
SaveAsActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Save As action.
saveChanges(boolean, String) - Method in class com.webobjects.eoapplication.EODocumentController
Tells the receiver's editing context to save changes and updates the receiver's editing state on success.
saveChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
Sends editingContextWillSaveChanges messages to this EOEditingContext's editors, and commits changes made to its parent EOObjectStore by sending it the message saveChangesInEditingContext If the parent is an EOObjectStoreCoordinator, it guides its EOCooperatingObjectStores, typically EODatabaseContexts, through a multi-pass save operation If a database error occurs, a RuntimeException is thrown.
saveChanges(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use EOEditingContext.saveChanges() instead.
saveChanges() - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception.
SaveChangesInEditingContext - Static variable in class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
The type of DatabaseContextEvent that is logged whenever the method saveChangesInEditingContext is invoked.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sent by an EOEditingContext context to its EOObjectStore to commit changes.
SaveChangesInEditingContext - Static variable in class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
A constant for SaveChangesInEditingContext events.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Overrides the implementation inherited from EOObjectStore to tell this EOEditingContext's EOObjectStore to accept changes from a child EOEditingContext.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStore
Saves any changes in context to the receiver's repository.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Overrides the EOObjectStore implementation to save the changes made in context.
saveChangesInEditingContext(EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Requests the server to commit changes to the enterprise objects in the editing context editingContext.
saveChangesInEditingContext() - Method in class com.webobjects.webservices.generation.WOOperation
Saves changes to the operation's EOEditingContext if the operation should save its changes immediately as specified by WOServiceUtilities.commitOperationImmediately
saveD2WModelAction() - Method in class com.webobjects.webservices.generation._WSDirectAction
 
SaveD2WModelActionName - Static variable in class com.webobjects.webservices.generation._WSDirectAction
 
saveFailed(Exception, boolean, String) - Method in class com.webobjects.eoapplication.EODocumentController
Invoked from saveChanges if the save failed.
saveIfUserConfirms(String, String) - Method in interface com.webobjects.eoapplication.EODocument
If the receiver's enterprise object graph has been edited, opens an alert panel that allows the user to save the edits, discard the edits, or cancel the save operation.
saveIfUserConfirms(String, String) - Method in class com.webobjects.eoapplication.EODocumentController
Presents an alert panel asking the user whether the receiver's editing context changes should be saved or not (operationTitle is used as a description of the operation, message as the question displayed in the alert panel).
saveIfUserConfirms() - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirms(boolean, String) with default values for a normal save operation.
saveIfUserConfirmsAndMakeInvisible(String, String) - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirms(boolean, String) and makes the receiver's user interface invisible if the save succeeded (which usually results in a window closing).
saveIfUserConfirmsAndMakeInvisible() - Method in class com.webobjects.eoapplication.EODocumentController
Invokes saveIfUserConfirmsAndMakeInvisible(String, String) with default values for a normal save & close operation.
savePage(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page cache.
savePageInPageCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page cache.
savePageInPageFragmentCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Saves the page instance aPage in the session's page fragment cache.
savePageInPermanentCache(WOComponent) - Method in class com.webobjects.appserver.WOSession
Puts aPageComponent into the permanent page cache.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.client.EORemoteStorageDefaults
Saves the persistent user defaults by asking the server to store them.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.EODefaults
Saves the persistent user defaults.
savePersistentValues(NSDictionary) - Method in class com.webobjects.eoapplication.EOUserFileDefaults
Saves the persistent user defaults in the file system.
saveRuleDescriptions(NSArray) - Method in class com.webobjects.eogeneration.assistant._EORemoteRuleProvider
 
saveRuleDescriptions(NSArray) - Method in class com.webobjects.eogeneration.assistant._EORuleProvider
 
saveRuleDescriptions(NSArray) - Method in interface com.webobjects.eogeneration.assistant.EOAssistant._RuleProvider
 
saveSessionForContext(WOContext) - Method in class com.webobjects.appserver._WOSimpleApplication._SimpleSessionStore
 
saveSessionForContext(WOContext) - Method in class com.webobjects.appserver.WOApplication
Called at the end of the request handling loop when the current session object needs to be saved.
saveSessionForContext(WOContext) - Method in class com.webobjects.appserver.WOSessionStore
Saves the current WOSession in context into storage.
saveSessionForContext(WOContext) - Method in class com.webobjects.jspservlet.WOServletSessionStore
 
saveToFile() - Method in class com.webobjects.eogeneration.assistant.EOXMLEditor._DisplayObject
 
SaveUserDefaultsNotification - Static variable in class com.webobjects.eoapplication.EODefaults
The name of the notification sent by default managers which rely on other objects to store default values (default implementation of EODefaults, but commonly overridden by subclasses).
saveWebAssistantRulesIntoUsedModelFile() - Method in class com.webobjects.directtoweb.D2WModel
Saves Web Assistant rules in the used model file.
saveXMLToFile(String) - Method in class com.webobjects.eogeneration.assistant.EOXMLEditor
 
scale() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the scale of the database representation for attributes with a numeric type, i.e., Number or java.math.BigDecimal.
scale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
Scale as defined by the eomodel
scale() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronization.ColumnTypes
Returns the receiver's scale.
scale() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
ScaleDefaultValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleFastValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Key for use in change dictionaries whose value is the scale value in the database for an EOAttribute.
ScaleNone - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should not be scaled depending on the component size.
ScaleNoneValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleProportionally - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled proportionally to the component size.
ScaleProportionallyIfTooLarge - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled to proportionally so that the larger dimension fits the component size.
ScaleProportionallyIfTooLargeValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleProportionallyValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleSmoothValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
ScaleToFit - Static variable in class com.webobjects.eointerface.swing.EOImageView
This constant is used to specify that images should be scaled to fit exactly the component size.
ScaleToFitValue - Static variable in class com.webobjects.eoapplication._EOValueConversion
 
scalingHints() - Method in class com.webobjects.eogeneration.EOImageViewController
 
scalingHints() - Method in class com.webobjects.eointerface.swing.EOImageView
Returns the receiver's image scaling hints.
scalingHintsFromValue(Object) - Static method in class com.webobjects.eoapplication._EOValueConversion
 
ScalingHintsParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
schedule() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Schedule the WOTimer to be fired.
scheduledTimer(long, Object, String, Object, boolean) - Static method in class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
scheduledTimer(long, Object, String, Object, Class, boolean) - Static method in class com.webobjects.appserver.WOTimer
Deprecated. Creates a timer which will fire after ti milliseconds, and at intervals ti thereafter (if repeats is true).
schemaBasedQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOEntity
Returns an SQL qualifier based on qualifier that is suitable for evaluation by a database (as opposed to in-memory evaluation).
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration._AndQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration._KeyComparisonQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration._KeyValueQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration._NotQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration._OrQualifierSupport
 
schemaBasedQualifierWithRootEntity(EOEntity) - Method in interface com.webobjects.eoaccess.EOQualifierSQLGeneration
Returns an equivalent EOQualifier with object references replaced by foreign key references.
schemaBasedQualifierWithRootEntity(EOQualifier, EOEntity) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Returns an EOQualifier that is translated so that it is based on the foreign keys of the entity.
schemaBasedQualifierWithRootEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
schemaCreationScriptForEntities(NSArray<EOEntity>, NSDictionary<String, String>) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationScriptForEntities(NSArray<EOEntity>, NSDictionary<String, String>) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
schemaCreationScriptForEntities(NSArray<EOEntity>, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationScriptForEntities(NSArray<EOEntity>, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns a script of SQL statements suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray<EOEntity>, NSDictionary<String, String>) - Method in interface com.webobjects.eoaccess.EOSchemaGeneration
Deprecated. Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray<EOEntity>, NSDictionary<String, String>) - Method in class com.webobjects.eoaccess.EOSynchronizationFactory
Deprecated.  
schemaCreationStatementsForEntities(NSArray<EOEntity>, EOSchemaGenerationOptions) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray<EOEntity>, EOSchemaGenerationOptions) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns an array of EOSQLExpressions suitable to create the schema based on options for the EOEntity objects in allEntities.
schemaCreationStatementsForEntities(NSArray<EOEntity>, EOSchemaGenerationOptions) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn.FrontbaseSynchronizationFactory
 
schemaGenerationDelegate() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
schemaGenerationDelegate() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.FrontbasePlugIn
 
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Return the schema associated with entity.
schemaNameForEntity(EOEntity) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
schemaSynchronizationAdaptor() - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationAdaptorChannelForModel(EOModel) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationDelegate() - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Returns the receiver's delegate.
schemaSynchronizationFactory() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that supports changes made to EOSQLExpression and related classes and interfaces.
schemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
schemaSynchronizationFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the EOSynchronizationFactory, creating a new one if necessary.
schemaSynchronizationFactory() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
SchemaSynchronizationForeignKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create foreign key constraints.
SchemaSynchronizationPrimaryKeyConstraintsKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create primary key constraints.
SchemaSynchronizationPrimaryKeySupportKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Deprecated. Options dictionary key; an associated value of "YES" determines that the EOSQLExpression should generate SQL to create primary key support.
schemaSynchronizationStatementsWillCopyTableNamed(NSArray<EOSQLExpression>, String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
schemaSynchronizationStatementsWillDeleteTableNamed(NSArray<EOSQLExpression>, String) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory.Delegate
Restricted method.
SCHEME_CDATA_CONTENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_CDATA_NAME - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_CONTENT - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SCHEME_NAME - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SchemeContent - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SchemeContentCData - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
scriptExecutorString - Variable in class com.webobjects.directtoweb.DarwinShadow
 
SearchableKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
SearchActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Search action.
searchesTitlesObjectsInEditingContext() - Method in class com.webobjects.eogeneration.EOTitlesController
 
SearchesTitlesObjectsInEditingContextParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
secondaryActionWidgetContainer() - Method in class com.webobjects.eoapplication.EOActionWidgetController
secondOfMinute() - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use GregorianCalendar instead.
secondsFromGMT() - Method in class com.webobjects.foundation.NSTimeZone
Indicates the difference between the NSTimeZone and Greenwich Mean Time (the offset) at the current instant.
secondsFromGMTForTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimeZone
Indicates the difference between the NSTimeZone and Greenwich Mean Time (the offset) at the instant specified by aTimestamp.
secureMode() - Method in class com.webobjects.appserver.WOContext
Return true if the context is in secure mode.
secureRequest() - Method in class com.webobjects.appserver.WOContext
Return the secure state of the request
selectAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Select button next to an object in the select component.
selectAll() - Method in class com.webobjects.woextensions.WOEventSetupPage
 
selectAttributes(NSArray<EOAttribute>, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to select attributes in rows matching the qualifier in fetchSpecification and set the receiver's attributes to fetch.
selectAttributes(NSArray<EOAttribute>, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
selectAttributes(NSArray<EOAttribute>, EOFetchSpecification, boolean, EOEntity) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
selectByInsertingWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
selectControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
selectDataSource - Variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
Contains the data source that holds the possible destination objects for the relationship.
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOMenuSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOSwitchController
selectedBorderComponentInDisplayComponent(JComponent) - Method in class com.webobjects.eoapplication.EOTabSwitchController
SelectedIndexAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Index aspect
selectedKey() - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
selectedKey() - Method in class com.webobjects.woextensions.WOAnyField
 
selectedKey() - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
selectedKeyItem - Variable in class com.webobjects.woextensions.WOAnyField
 
selectedObject() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the first object from selectedObjects.
selectedObject() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the selected object of the display group.
selectedObject - Variable in class com.webobjects.directtoweb.D2WMasterDetailPage
 
selectedObject() - Method in interface com.webobjects.directtoweb.SelectPageInterface
Returns the object selected by the user.
selectedObject() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the first enterprise object selected in the receiver's display group.
selectedObject() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the first selected object in the displayed objects array, or null if there is no such object.
SelectedObjectAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Object aspect
selectedObjectGlobalID() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the global ID of the first enterprise object selected in the receiver's display group.
selectedObjectPaths() - Method in class com.webobjects.eogeneration.EOTreeController
 
selectedObjects() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last selection given to the WODisplayGroup via setSelectedObjects.
selectedObjects() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the enterprise objects selected in the receiver's display group.
selectedObjects() - Method in class com.webobjects.eogeneration.EOTreeController
 
selectedObjects() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the objects selected in the receiver's displayed objects array.
selectedObjectsGlobalIDs() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the global IDs of the enterprise objects selected in the receiver's display group.
selectedObjectValueForKey(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the value corresponding to key for the first selected object in the receiver's displayed objects array, or null if no objects are selected.
selectedOperator() - Method in class com.webobjects.woextensions.WOAnyField
 
selectedOperatorItem - Variable in class com.webobjects.woextensions.WOAnyField
 
selectedString() - Method in class com.webobjects.eogeneration.assistant._EOEditorStringSelector
 
selectedStrings() - Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
 
selectedTab() - Method in class com.webobjects.woextensions.WOTabPanel
 
selectedTabName() - Method in class com.webobjects.woextensions.WOTabPanel
 
SelectedTitleAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Selected Title aspect
selection() - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
selection() - Method in class com.webobjects.woextensions.WOToOneRelationship
 
selectionChanged() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the selection has changed and not all observers have been notified, false otherwise.
selectionDidChange(NSArray, NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
selectionIndex() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
 
selectionIndex() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Returns the selected choice in the JComboBox.
selectionIndexes() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last selection given to the WODisplayGroup via setSelectionIndexes.
selectionIndexes() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the indexes of the receiver's selected objects as Numbers, in terms of its displayed objects array.
selectionIndexes() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the selected rows.
selectionIndexes() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns an array with the indexes of the selected rows.
selectionPath - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
selections() - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
selections() - Method in class com.webobjects.woextensions.WOToManyRelationship
 
selectionValues() - Method in class com.webobjects.eogeneration.assistant._EOEditorSelectionValueCustomizer
 
selectNext() - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object just after the currently selected one.
selectNext() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the object just after the currently selected one, returning true if successful and false if not.
selectObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object equal to object in the WODisplayGroup's displayedObjects, returning true if successful and false otherwise.
selectObject(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to find and select object.
selectObjectAction() - Method in class com.webobjects.directtoweb.D2WCompactInspectComponent
 
selectObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks 'Select' next to one of the objects on the select page.
selectObjectsIdenticalTo(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the objects in the WODisplayGroup's displayedObjects array whose addresses are equal to those of objects, returning true if successful and false otherwise.
selectObjectsIdenticalTo(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the objects in the receiver's displayed objects array which are equal to those of objectSelection.
selectObjectsIdenticalToSelectFirstOnNoMatch(NSArray, boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Selects the objects in the WODisplayGroup's displayed objectSelection array whose addresses are equal to those of objectSelection, returning true if successful and false otherwise.
selectObjectsIdenticalToSelectFirstOnNoMatch(NSArray, boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Selects the objects in the receiver's displayed objects array that are equal to those of objectSelection.
selectObjectsWithFetchSpecification(EOFetchSpecification, EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Selects objects described by fetchSpecification to be fetched into context.
selector() - Method in class com.webobjects.appserver.WOTimer
Deprecated. Returns the NSSelector which will be invoked when the WOTimer fires.
selector() - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The operator method used to do the comparison.
selector() - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns the selector that the receiver uses when qualifying (for instance, with evaluateWithObject).
selector() - Method in class com.webobjects.eocontrol.EOSortOrdering
Returns the method selector used to compare values when sorting.
selectPageDelegate() - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
Returns the next page delegate, an object implementing the NextPageDelegate interface, for the select component on the master-detail page.
selectPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a select page as a WOComponent implementing the SelectPageInterface for the entity identified by entityName.
SelectPageInterface - Interface in com.webobjects.directtoweb
This interface is implemented by pages returned by the D2W method selectPageForEntityNamed.
selectPrevious() - Method in class com.webobjects.appserver.WODisplayGroup
Attempts to select the object just before the presently selected one.
selectPrevious() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to select the object just before the presently selected one, returning true if successful and false if not.
selectSettings() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the settings for the page.
selectsFirstObjectAfterFetch() - Method in class com.webobjects.appserver.WODisplayGroup
Indicates whether the WODisplayGroup should select the first object from its displayedObjects after a fetch when there were no selections before the fetch.
selectsFirstObjectAfterFetch() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true if the receiver automatically selects its first displayed object after a fetch if there was no selection, false if it leaves an empty selection as-is.
selectStatementForAttributes(NSArray, boolean, EOFetchSpecification, EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL SELECT expression.
SelectTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
selectWithEntityName(String, boolean, boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
SEMI - Static variable in interface com.webobjects.appserver.parser.declaration.WODeclarationParserConstants
 
SEND_NOW - Static variable in class com.webobjects.appserver.WOMailDelivery
Constant for passing as sendNow parameter to composeComponentEmail and composePlainTextEmail.
sendEmail(String) - Method in class com.webobjects.appserver.WOMailDelivery
Sends mailString, with mailString being a String conforming to the SMTP format.
senderID() - Method in class com.webobjects.appserver.WOContext
Returns the part of the WORequest's URI that identifies the dynamic element on the page (such as a form or an active image) responsible for submitting the request.
SenderIDKey - Static variable in class com.webobjects.appserver.WORequest
String used by the WOComponentRequestHandler to store to and retrieve from an NSDictionary the request's sender ID.
sendPacket(AssistantPacket) - Method in class com.webobjects.directtoweb.AssistantConnection
 
sendRequest(WORequest) - Method in class com.webobjects.appserver.WOHTTPConnection
Sends a WORequest request to a destination connection point initialized in the constructor WOHTTPConnection.
SendsActionToAllControllersParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
sendTimeout() - Method in class com.webobjects.appserver.WOHTTPConnection
Gets the send timeout interval.
separatorLabelComponent() - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
serializable - Variable in class com.webobjects.foundation._NSObjectStreamClass
true if represented class implements Serializable
serializableFields() - Method in class com.webobjects.foundation._NSObjectStreamClass
 
serializableFields() - Method in class com.webobjects.foundation._NSSerialClassReflector
Returns array of objects representing the serializable fields of the given class.
serializationStrategy() - Method in class com.webobjects.webservices.generation.WOOperation
Returns the serialization strategy to use when serializing and deserializing objects for this operation.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOArraySerializer
Serialize an NSArray.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WODataSerializer
Serialize an NSData.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WODictionarySerializer
Serialize an NSDictionary.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializer
Serialize a value implementing EOEnterpriseObject into an element named name, with the indicated attributes.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOGlobalIDSerializer
Serialize an EOGlobalID.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WONullSerializer
Serialize an element that is an NSKeyValueCoding.Null.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WORangeSerializer
Serialize an NSRange to an element named name, with the indicated attributes.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOSetSerializer
Serialize an element that is an NSSet.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOStringKeyMapSerializer
Serialize an element that is an WOStringKeyMap.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneSerializer
Serialize an element that is an NSTimeZone.
serializeAsCompleteEOEnterpriseObject() - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Overrides serializeAsCompleteEOEnterpriseObject in WOEnterpriseObjectSerializationStrategy.
serializeAsCompleteEOEnterpriseObject() - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
Invoked during serialization.
serialVersionUID(Class) - Method in class com.webobjects.foundation._NSObjectStreamClass
Given a class, return its serialVersionUID.
ServerInterface - Interface in com.webobjects.directtoweb
 
ServerInterfaceManager - Class in com.webobjects.directtoweb
 
ServerInterfaceManager() - Constructor for class com.webobjects.directtoweb.ServerInterfaceManager
 
ServerPortHeader - Static variable in class com.webobjects.appserver.WORequest
Defaults to SERVER_PORT
ServerPortHeaderX - Static variable in class com.webobjects.appserver.WORequest
Defaults to x-webobjects-server-port
ServerPortSecureValue - Static variable in class com.webobjects.appserver.WORequest
Defaults to 443
serverSessionStore() - Static method in class com.webobjects.appserver.WOSessionStore
Gets the default WOSessionStore object that saves and restores session states using application memory.
ServerSideAction - Class in com.webobjects.directtoweb
 
ServerSideAction() - Constructor for class com.webobjects.directtoweb.ServerSideAction
 
ServerSideAction(String, String, String) - Constructor for class com.webobjects.directtoweb.ServerSideAction
 
ServerSideSettings - Class in com.webobjects.directtoweb
 
ServerSideSettings() - Constructor for class com.webobjects.directtoweb.ServerSideSettings
 
serverTimeZone() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the time zone assumed for dates in the database server, or the local time zone if one hasn't been set.
ServerUrlKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary key representing the server URL.
serviceLocationURL() - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Returns the location URL of the soap:address element of the WSDL generated for the service this operation is grouped in.
serviceNameIsDefaultServiceName() - Method in class com.webobjects.webservices.generation._WOAssignment
 
ServiceNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the name of the current service
serviceNames() - Method in class com.webobjects.webservices.client.WOWebServiceClient
Returns the names of all WOWebServices controlled by this client.
Services - Class in com.webobjects.directtoweb
 
Services() - Constructor for class com.webobjects.directtoweb.Services
 
servicesDictionary() - Method in class com.webobjects.webservices.client.WOWebServiceClient
Returns an NSDictionary containing a mapping of service name to WOWebServices.
serviceStringCloseTag() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringD2WRPCProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringDeclaration() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringMsgProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringOpenTag(String, boolean) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterAllowedMethods(String[]) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterClassName(String) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterNamespace() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringParameterScope() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringRPCProvider() - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
serviceStringTypeMappings(WSDDTypeMapping) - Method in class com.webobjects.appserver.WOWSDDRegistrar
 
servletConfig() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the ServletConfig.
servletConnectURL() - Method in class com.webobjects.appserver.WOApplication
Returns the URL to connect to the application through a servlet container.
servletContext() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the ServletContext.
servletDispatchRequest(Map<String, Object>, boolean) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
servletDispatchRequest(Map<String, Object>, boolean) - Method in interface com.webobjects.jspservlet._WOServletAppInterface
 
servletResponseForComponentWithName(String, Map<String, Object>, Map<String, ? extends List<String>>, Map<String, Object>, String, String, boolean, boolean) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
servletResponseForComponentWithName(String, Map<String, Object>, Map<String, ? extends List<String>>, Map<String, Object>, String, String, boolean, boolean) - Method in interface com.webobjects.jspservlet._WOServletAppInterface
 
servletResponseForDirectActionWithNameAndClass(String, String, Map<String, Object>, InputStream, Map<String, ? extends List<String>>, Map<String, Object>, String, String, boolean, boolean) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
servletResponseForDirectActionWithNameAndClass(String, String, Map<String, Object>, InputStream, Map<String, ? extends List<String>>, Map<String, Object>, String, String, boolean, boolean) - Method in interface com.webobjects.jspservlet._WOServletAppInterface
 
session() - Method in class com.webobjects.appserver.WOAction
If there is no session, this method first tries to restore the session that the request's session ID refers to.
session() - Method in class com.webobjects.appserver.WOComponent
Returns the current WOSession object.
session() - Method in class com.webobjects.appserver.WOContext
Returns the object representing the receiving context's session, if one exists.
session() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the session for the distribution context.
session() - Method in class com.webobjects.jspservlet.WOServletContext
Returns the object representing the receiving context's session, if one exists.
SessionDidCreateNotification - Static variable in class com.webobjects.appserver.WOSession
Sent at the end of session creation (including awake).
SessionDidRestoreNotification - Static variable in class com.webobjects.appserver.WOSession
Sent after the session is fully restored (including awake).
sessionDidTimeOut(NSNotification) - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
SessionDidTimeOutNotification - Static variable in class com.webobjects.appserver.WOSession
Sent when a session times out but before it is released.
sessionID() - Method in class com.webobjects.appserver.WORequest
Returns the session ID if there is one.
sessionID() - Method in class com.webobjects.appserver.WOSession
Return the receivers sessionID.
sessionID() - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
sessionID() - Method in interface com.webobjects.directtoweb.ServerInterface
 
sessionID() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. Returns a string containing the receiver's session ID.
sessionID() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns a string containing the receiver's session ID.
SessionIDBindingKey - Static variable in class com.webobjects.appserver.WOContext
wosid
sessionIDInQueryDictionary(NSDictionary<String, Object>) - Method in class com.webobjects.appserver.WOContext
 
sessionIdKey() - Method in class com.webobjects.appserver.WOApplication
Return the string key used to obtain the session ID from a request using methods like formValueForKey(String) and cookieValueForKey(String).
SessionIDKey - Static variable in class com.webobjects.appserver.WORequest
Deprecated. 
SessionIDKey - Static variable in class com.webobjects.eodistribution.client.EOHTTPChannel
The name of the sessionID connection key.
SessionIDKey - Static variable in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. The name of the client side parameter containing the session ID.
SessionIDKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the client side parameter containing the session ID.
sessionInfo() - Method in class com.webobjects.webservices.client.WOWebService
Return an opaque SessionInfo object which can be used to transfer session information between instances of WOWebService.
sessionInfoForServiceNamed(String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return an opaque SessionInfo object which can be used to transfer session information between instances of WOWebService.
SessionKey - Static variable in class com.webobjects.directtoweb.D2WModel
The session key.
sessionMemoryDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionMovingAverageSampleSize() - Method in class com.webobjects.appserver.WOStatisticsStore
The WOStatisticsStore object uses the returned sample size to compute the response time for the last n transactions and the idle time between the last n transactions, where n is the number returned by this method.
sessionMovingAverageSampleSize() - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
sessionsDict - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionStats - Variable in class com.webobjects.woextensions.WOStatsPage
 
sessionStore() - Method in class com.webobjects.appserver.WOApplication
Returns the application's current WOSessionStore object.
sessionStoreClassName() - Method in class com.webobjects.appserver.WOApplication
Return the name of the class that will be used to store sessions.
sessionTimeOut() - Method in class com.webobjects.appserver.WOApplication
Return the number of seconds for which a session may be idle before it times out.
set(Object) - Method in class com.webobjects.foundation._NSJavaArrayListIterator
 
set(int, E) - Method in class com.webobjects.foundation.NSArray
 
set(E) - Method in class com.webobjects.foundation.NSMutableArray.MutableArrayListIterator
 
set(int, E) - Method in class com.webobjects.foundation.NSMutableArray
 
set(Object) - Method in class com.webobjects.webservices.support.xml.WOKVCTarget
 
set_componentUnroll(Object) - Method in class com.webobjects.appserver.WOComponent
Private.
set_privateList(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
set_privateList(NSArray) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
set_privateSelection(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
set_privateSelections(NSArray) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
set_unroll(Object) - Method in class com.webobjects.appserver.WOComponent
Private - this method is used by the Direct to Web generation layer, and does nothing in WOComponent.
setActionInvoked(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if action was invoked
setActionKey(String) - Method in class com.webobjects.eogeneration.EOActionController
 
setActionName(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the name of the method that executes when the receiver triggers.
setActionName(String) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets the attribute actionName for this tag.
setActionPageDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
setActionPriority(int) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's action priority, which determines the order in which its button or menu item appears within a category.
setActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for large-size action buttons.
setActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in large-size action buttons.
setActionWidgetContainer(JComponent) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setActionWidgetPosition(int) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setActivateWindowsDelayed(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether windows should be activated delayed at the end of an event.
setAdaptor(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOAdaptor instead
setAdaptorName(String) - Method in class com.webobjects.eoaccess.EOModel
Sets the name of the receiver's adaptor to adaptorName.
setAdaptorOperator(int) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's adaptor operator to adaptorOperator.
setAdaptorValueConversionClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the class used to convert a custom class to a primitive type to conversionMethodName.
setAdaptorValueConversionMethodName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the method used to convert a custom class to a primitive type to conversionMethodName.
setAdditionalActions(NSArray) - Method in class com.webobjects.eoapplication.EOActionTrigger
 
setAdditionalActions(NSArray) - Method in class com.webobjects.eoapplication.EOController
Sets actions to be added to the controllers default actions.
setAdditionalAdaptors(NSArray<NSDictionary<String, Object>>) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOAdditionalAdaptors instead
setAdditionalKeyValuePair(Object, String) - Method in class com.webobjects.eoapplication.EOController
Adds value to the dictionary of additionalKeyValuePairs with key.
setAdditionalKeyValuePairs(NSDictionary) - Method in class com.webobjects.eoapplication.EOController
Sets NSDictionary, dictionary, of key-value pairs for use in handleQueryWithUnboundKey()
setAdditionalMainArguments(NSDictionary) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets additional command line parameters (in addition to the predefined, standard ones) which will be passed to the main method on the client.
setAjaxFormSubmitKey(String) - Static method in class com.webobjects.appserver.WORequest
Set the key in the form values used to identify a AJAX form sumit.
setAlias(String, String) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setAlignment(int) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setAlignmentForWidget(JComponent, int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setAlignsComponents(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver attempts to align all text labels in its component (and its integrated subcontroller components).
setAllowActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons should use icons or not (if icons are available).
setAllowedDebugGroups(long) - Static method in class com.webobjects.foundation.NSLog
Specifies the set (the bit mask) of allowed debug groups.
setAllowedDebugLevel(int) - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Passes aDebugLevel to setLevel on log4jLogger.
setAllowedDebugLevel(int) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the debug level to aDebugLevel.
setAllowedDebugLevel(int) - Static method in class com.webobjects.foundation.NSLog
Deprecated. Use NSLog.debug.setAllowedDebugLevel instead.
setAllowNull(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setAllowsConcurrentRequestHandling(boolean) - Method in class com.webobjects.appserver.WOApplication
Explicitly specifiy whether concurrent request handling is allowed.
setAllowsDiscontiguousSelection(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setAllowsDuplicates(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setAllowsFloats(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter allows as input floating-point values (that is, values that include the decimal-separator character).
setAllowSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons should use icons or not (if icons are available).
setAllowsMultipleSelection(boolean) - Method in class com.webobjects.eogeneration.EOTableController
 
setAllowsMultipleSelection(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setAllowsMultipleSelection(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.TableWidget
 
setAllowsNull(boolean) - Method in class com.webobjects.eoaccess.EOAttribute
Sets whether or not the attribute can have a null value to allowsNull.
setAllowsNull(Boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setAllowsOneTouchExpandable(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setAllowsRemoveAll(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setAllowsSnapToZero(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setAnOperator(String) - Method in class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
setApplet(EOApplet) - Method in class com.webobjects.eoapplication.client.EOAppletController
Sets the receiver's applet.
setApplication(Object) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
setApplicationBaseURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets to aString the path to which the current application may be found under the document root, with or without the .woa.
setApplicationDescription(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets a string describing the application.
setApplicationIcon(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets a URL for the (optional) application icon.
setApplicationLastAccessTime(long) - Method in class com.webobjects.appserver.WOStatisticsStore
JMX Support
setApplicationLastAccessTime(long) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setApplicationName(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationName(String) - Method in class com.webobjects.eoapplication.EOApplication
Sets the receiver's application name.
setApplicationName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the descriptive client application name.
setApplicationNameToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationNumber(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationNumberToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setApplicationURL(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the application's URL so that it can be used in the JNLP file generation.
setArchiveName(String) - Method in class com.webobjects.eoapplication.EOArchiveController
Sets the name of the interface file archive to be loaded by the controller instead of generating its component dynamically.
setArguments(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets arguments as the array of EOAttributes that describe the receiver's arguments.
setArguments(NSDictionary) - Static method in class com.webobjects.eoapplication.EOApplication
Sets the application's arguments.
setArguments(NSDictionary) - Method in class com.webobjects.eogeneration.rules.EOXMLComponent
 
setArray(NSArray) - Method in class com.webobjects.eocontrol._EOCheapCopyMutableArray
 
setArray(NSArray) - Method in class com.webobjects.eocontrol.EOArrayDataSource
Sets the receiver's array of objects to array.
setArray(NSArray) - Method in class com.webobjects.foundation.NSMutableArray
Sets this array's elements to those in otherArray.
setAssociation(String, String, WOAssociation) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
setAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setAssociationFactory(String, WOAssociationFactory) - Method in class com.webobjects.appserver.WOAssociationFactoryRegistry
 
setAttribute(String, String, WOMLAttribute) - Method in class com.webobjects.appserver.parser.woml.WOMLAttributeMap
 
setAttributedStringForNil(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForNull(java.lang.String).
setAttributedStringForNotANumber(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForNotANumber(java.lang.String).
setAttributedStringForZero(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setStringForZero(java.lang.String).
setAttributes(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the array of attributes to select when locking the row to attributes.
setAttributes(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the list of attributes used by this index
setAttributesToFetch(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to specify the set of attributes used to describe fetch data from a corresponding select.
setAttributesToFetch(NSArray<EOAttribute>) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
setAttributesToFetch(NSArray<EOAttribute>) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
setAttributesUsedForLocking(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes can be used by an EODatabaseChannel to lock Enterprise Objects for updates, sets attributes as the receiver's attributes used for locking and returns true.
setAutoOpenClientApplication(boolean) - Method in class com.webobjects.appserver.WOApplication
Controls whether starting up an application instance also launches a Java Client client application.
setAutoOpenInBrowser(boolean) - Method in class com.webobjects.appserver.WOApplication
Controls whether starting up this application also launches a web browser.
setAutosizingMask(Component, int) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Sets the autosizing mask of a component layed out by the EOViewLayout to autosizingMask.
setAuxilaryQualifierOnDataSource(EODataSource, EOQualifier) - Method in class com.webobjects.eoapplication.client.EOClientApplicationSupport._DataSourceFactory
 
setAuxilaryQualifierOnDataSource(EODataSource, EOQualifier) - Method in class com.webobjects.eoapplication.EOApplicationSupport._DataSourceFactory
 
setAuxilaryQualifierOnDataSource(EODataSource, EOQualifier) - Method in class com.webobjects.eoapplication.EODataSourceFactory
setAuxiliaryQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the auxiliary qualifier to newQualifier.
setAuxiliaryQualifier(EOQualifier) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Assigns qualifier as an auxiliary qualifier to the receiver's fetch specification.
setAvailableTitlesKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setBackgroundColorForRow(String) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the row background color to the specified value.
setBatchIndex(Integer) - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
setBinding(String, Object) - Method in class com.webobjects.jspservlet.WOComponentTag
Sets a key-value pair to be passed to the WOComponent for binding.
setBindingNameWithComponent(WOComponent, WOAssociation) - Method in class com.webobjects.appserver.WOAssociation.Event
Used to set a default binding name on Events created for associations which have not had setDebugEnabledForBinding() invoked.
setBorder(Border) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's border to border.
setBorderType(int) - Method in class com.webobjects.eoapplication.EOBoxController
setBothValueKeys(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's bounds.
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Sets the receiver's bounds.
setBounds(int, int, int, int) - Method in class com.webobjects.eointerface.swing.EOView
Sets the receiver's bounds.
setButtonPosition(int) - Method in class com.webobjects.eogeneration.EOActionController
 
setByIntersectingSet(NSSet<?>) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet that is the result of intersecting another NSSet with this NSSet.
setBySubtractingSet(NSSet<?>) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet whose members are in this NSSet but not in otherSet.
setByUnioningSet(NSSet<?>) - Method in class com.webobjects.foundation.NSSet
Creates a new NSSet whose members are in this NSSet or in otherSet, or both.
setCachesControllers(boolean) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
setCacheSize(int) - Method in class com.webobjects.eogeneration.EOControllerFactory._SpecificationData
 
setCachesObjects(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Based on the Boolean value flag, sets whether the receiver's Enterprise Objects are cached the first time the associated database table is queried.
setCachingEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets whether or not component caching is enabled.
setCachingEnabled(boolean) - Method in class com.webobjects.appserver.WOComponent
Enables or disables the caching of this component's definition.
setCancelDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the receiver's cancel delegate.
setCancelDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the cancel delegate of the receiver.
setCancelled(boolean) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setCanQuit(boolean) - Method in class com.webobjects.eoapplication.EOApplication
Sets whether or not the application can quit (shows a Quit menu item).
setCanResetToDefault(boolean) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
 
setCanResizeHorizontally(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver's component can resize horizontally.
setCanResizeVertically(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver's component can resize vertically.
setCanvasResizing(int) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Sets the receiver's canvas resizing mode to canvasResizing.
setCategoryPriority(int) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's category priority, which determines the order in which the group of buttons or menu items that contains the receiver appears.
setCellEditorValue(Object) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Invoked from getTableCellEditorComponent to assign value as the inital editor value.
setCellEditorValue(Object) - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Sets the value of the text field editor component (the text displayed in the editor cell).
setCGIAdaptorURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets the URL through the web server to aString.
setChangedValues(NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the dictionary of values that need to be updated, inserted, or compared for locking purposes.
setChannelClassName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the channelClassName so that it can be used in the JNLP file generation.
setChildrenKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setClassDelegate(Object) - Static method in class com.webobjects.eoaccess.EODatabase
Assigns delegate as EODatabase's class delegate.
setClassDelegate(Object) - Static method in class com.webobjects.eoaccess.EOModelGroup
Assigns delegate as EOModelGroup's class delegate.
setClassDelegate(Object) - Static method in class com.webobjects.eocontrol.EOClassDescription
Sets the delegate for the entire EOClassDescription class.
setClassForName(Class, String) - Static method in class com.webobjects.foundation._NSUtilities
 
setClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the attribute's class to name.
setClassName(String) - Method in class com.webobjects.eoaccess.EOEntity
Assigns name as the name of the Enterprise Object class associated with the receiver if name is not null.
setClassProperties(NSArray<EOProperty>) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes are valid class properties of the receiver, sets attributes as the receiver's class properties and returns true.
setCodebase(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the codebase URL.
setColor(Color) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setColor(Color) - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
setColors(Object, Object) - Method in class com.webobjects.eointerface.EOTextAssociation.TextPlugin
This method sets the foreground and background colors for the text widget.
setColors(Object, Object) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets the colors of the text widget.
setColumn(Integer) - Method in class com.webobjects.eogeneration.rules.EOForm
 
setColumnName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the database column that corresponds with this attribute to columnName.
setCombinedTemplateFileExtensions(List<String>) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
Set supported file extensions for combined html components
setCommonFrames(int) - Method in class com.webobjects.woextensions.WOParsedException
 
setComponent(Component) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's component.
setComponentName(String) - Method in class com.webobjects.appserver.WOEvent
Sets the event's component name to aComponentName.
setComponentName(String) - Method in class com.webobjects.directtoweb.generation.DTWTemplate
 
setComponentRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _ComponentRequestHandlerKey instead
setConfirmDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the receiver's confirm delegate.
setConfirmDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the confirm delegate of the receiver.
setConnected(boolean) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's connection status.
setConnectionDictionary(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOAdaptor
Sets the adaptor's connection dictionary to dictionary, which must only contain String, NSData, NSDictionary, and NSArray objects.
setConnectionDictionary(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOModel
Sets the dictionary containing information used to connect to the database to connectionDictionary.
setConnectionDictionary(NSDictionary<String, String>) - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Sets the connection dictionary to be used to connect to the server.
setConnectionDictionary(NSDictionary<String, Object>) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
 
setConnectionDictionary(NSDictionary<String, Object>) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
setConnectTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. There will be a connection only after a sendRequest has been executed. Thus, it would make more sense to control the send timeout using setSendTimeout.
setConstraint(EOEntityIndex.Constraint) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index constraint.
setConstraint(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index constraint.
setContent(byte[]) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied byte array.
setContent(char[]) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied character array.
setContent(NSData) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to someContent.
setContent(String) - Method in class com.webobjects.appserver.WOMessage
Sets the message content to the contents of the supplied String object.
setContentDOMDocument(Document) - Method in class com.webobjects.appserver._WOMessageHelper
 
setContentDOMDocument(Document) - Method in class com.webobjects.appserver.WOMessage
Sets the XML content of the response to the DOM document aDocument.
setContentEncoding(String) - Method in class com.webobjects.appserver.WOMessage
Sets the encoding used for the message content.
setContentStream(InputStream, int, long) - Method in class com.webobjects.appserver.WOResponse
This sets an InputStream as the source of the response content (rather than a String or an NSData).
setContentStream(InputStream, int, int) - Method in class com.webobjects.appserver.WOResponse
Deprecated. since 5.4
setContentStream(InputStream) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets the content of the WOResponse as seen by the Direct Action.
setContext(WOContext) - Method in class com.webobjects.appserver.WORequest
Sets the context for the request.
setContext(EODatabaseContext, EOEditingContext) - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
 
setContextClassName(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the WOContext subclass class.
setContextClassName(String) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
setContextClassName(String) - Method in interface com.webobjects.jspservlet._WOServletAppInterface
 
setContextClassToRegister(Class) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Sets the class that is created and registered when a CooperatingObjectStoreNeeded notification is posted by an EOObjectStoreCoordinator to contextclass.
setControllerDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eoapplication.EOArchiveController
Sets and prepares the controller display group - the display group that contains the receiver itsself.
setCoordinator(EOObjectStoreCoordinator) - Method in class com.webobjects.eoaccess.EODatabaseContext
 
setCoordinator(EOObjectStoreCoordinator) - Method in class com.webobjects.eocontrol.EOCooperatingObjectStore
 
setCreateDatabase(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreateIndexes(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreatePrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCreateTables(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setCurrencySymbol(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to represent currency.
setCurrentBatchIndex(int) - Method in class com.webobjects.appserver.WODisplayGroup
Displays the batchIndex batch of objects.
setCurrentCol(Number) - Method in class com.webobjects.woextensions.WOTable
 
setCurrentEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets the EOEditingContext into which objects are fetched to context.
setCurrentEntity(EOEntity) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets the EOEntity used when fetching Enterprise Objects to entity.
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
setCurrentItem(Object) - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay2
 
setCurrentKey(Object) - Method in class com.webobjects.woextensions.WODictionaryRepetition
 
setCurrentKey(String) - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
setCurrentRow(Number) - Method in class com.webobjects.woextensions.WOTable
 
setCurrentSettings(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WOOperation
Sets this operations D2WContext
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the template's D2WContext.
setD2wContext(D2WContext) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Sets the D2WContext this object uses to implement its serialization strategy.
setData(NSData, String, String, WOSession) - Method in class com.webobjects.appserver.WOResourceManager
Assigns someData to a key and caches it for later url retrieval.
setData(NSMutableData) - Method in class com.webobjects.foundation._NSStreamingOutputData
 
setData(NSData) - Method in class com.webobjects.foundation.NSMutableData
Replaces the entire contents of the receiver with the contents of otherdata.
setData(byte[]) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
setDatabaseOperator(int) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the receiver's database operator to databaseOperator, which must be one of the list below.
setDataSource(EODataSource) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's EODataSource to ds.
setDataSource(Object) - Method in class com.webobjects.directtoweb.D2WList
 
setDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the data source to the specified data source.
setDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WPage
Sets the EODataSource, defined in the EOControl Framework, containing the objects displayed on the page.
setDataSource(Object) - Method in class com.webobjects.directtoweb.D2WSelect
 
setDataSource(EODataSource) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets data source containing objects to display.
setDataSource(EODataSource) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets the receiver's data source.
setDataSource(EODataSource) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's EODataSource to ds.
setDataSource(EODatabaseDataSource) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setDataSource(EODatabaseDataSource) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setDataType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setDate(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setDBSnapshot(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the snapshot for the receiver's Enterprise Object.
setDebug(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the debugging logger NSLog.debug to instance.
setDebug(NSLog.Logger, int) - Static method in class com.webobjects.foundation.NSLog
Sets the debugging logger NSLog.debug to instance.
setDebugEnabledForBinding(String, String, String) - Method in class com.webobjects.appserver.WOAssociation
Enables logging whenever the association assigns or retrieves values.
setDebugStream(PrintStream) - Method in class com.webobjects.appserver.parser.declaration.WODeclarationParserTokenManager
 
setDecimalSeparator(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the first character of newSeparator as the decimal separator for this NSNumberFormatter If newSeparator is the current thousands' separator for this formatter, the thousands' separator and the decimal separator are swapped.
setDeclarations(NSDictionary<String, WODeclaration>) - Method in class com.webobjects.appserver.parser.WOBundleComponentTemplateParser
 
setDeclarationString(String) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setDefault(TimeZone) - Static method in class com.webobjects.foundation.NSTimeZone
Changes the time zone provided by getDefault or defaultTimeZone for the application.
setDefaultBackgroundColors(Object, Object) - Static method in class com.webobjects.eointerface.EOTextAssociation
This method sets the global defaults for the background colors of text fields.
setDefaultComponentSize(Dimension) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's default component size.
setDefaultCoordinator(EOObjectStoreCoordinator) - Static method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Sets a shared instance EOObjectStoreCoordinator.
setDefaultDataSourceFactory(EODataSourceFactory) - Static method in class com.webobjects.eoapplication.EODataSourceFactory
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EOAdaptor
Sets the default delegate, which is the object assigned as delegate to all newly created EOAdaptor instances.
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EOAdaptorContext
Sets the default delegate, which is the object assigned as delegate to all newly created EOAdaptorContext instances and their EOAdaptorChannels, to delegate.
setDefaultDelegate(Object) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Sets the default delegate for new instances of EODatabaseContext to defaultDelegate.
setDefaultEditingContext(EOEditingContext) - Method in class com.webobjects.appserver.WOSession
Sets the editing context to be returned by defaultEditingContext.
setDefaultElementGenerator(WOMLAbstractNamespace.WOMLElementGenerator) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setDefaultEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Lets you specify the default character encoding to be used when constructing a new WOMessage.
setDefaultEncoding(String) - Static method in class com.webobjects.foundation._NSStringUtilities
This method sets the default application encoding.
setDefaultFetchTimestampLag(long) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets the default timestamp lag for newly instantiated editing contexts to lag.
setDefaultFormatTimeZone(NSTimeZone) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets the default time zone this NSTimestampFormatter uses for formatting -- converting an NSTimestamp into a string -- to zone.
setDefaultFormValueEncoding(String) - Method in class com.webobjects.appserver.WORequest
Sets the default string encoding for the receiver to use when converting its form values from ASCII to Unicode.
setDefaultGroup(EOModelGroup) - Static method in class com.webobjects.eoaccess.EOModelGroup
Sets the default model group to group.
setDefaultHeaderEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Set the Encoding to be used when reading Http headers.
setDefaultLocale(Locale) - Static method in class com.webobjects.foundation.NSNumberFormatter
Sets the default locale of this NSNumberFormatter.
setDefaultLocalizesPattern(boolean) - Static method in class com.webobjects.foundation.NSNumberFormatter
Sets whether all new NSNumberFormatter instances should localize their patterns based on the locale.
setDefaultModel(D2WModel) - Static method in class com.webobjects.directtoweb.D2WModel
Sets the default model to the specified value.
setDefaultNamespace(WOMLNamespace) - Method in class com.webobjects.appserver.parser.woml.WOMLDefaultNamespaceProvider
 
setDefaultParentObjectStore(EOObjectStore) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets the default parent EOObjectStore to store.
setDefaultParseTimeZone(NSTimeZone) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets the default time zone this NSTimestampFormatter uses for parsing -- converting a string to an NSTimestamp -- to zone.
setDefaultPrefersContinuousChangeNotification(boolean) - Static method in class com.webobjects.eointerface.EOWidgetAssociation
Sets the default preference for continuous change notification for all new instances of the association.
setDefaultRequestHandler(WORequestHandler) - Method in class com.webobjects.appserver.WOApplication
Sets the default request handler.
setDefaults(EODefaults) - Method in class com.webobjects.eoapplication.EOApplication
Sets the receiver's defaults manager (an EODefaults object).
setDefaultSharedEditingContext(EOSharedEditingContext) - Static method in class com.webobjects.eocontrol.EOSharedEditingContext
Sets the default shared editing context.
setDefaultStringLocalizationResourceBundle(ResourceBundle) - Method in class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
Sets the ResourceBunde to search when looking for localized strings.
setDefaultStringMatchFormat(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes how pattern matching will be performed on String values in the queryMatch dictionary.
setDefaultStringMatchFormat(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets how pattern matching will be performed on String values in the query dictionaries ( equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
setDefaultStringMatchOperator(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the operator used to perform pattern matching for String values in the queryMatch dictionary.
setDefaultStringMatchOperator(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the operator used to perform pattern matching for String values in the queryMatch dictionary.
setDefaultTimeZone(NSTimeZone) - Static method in class com.webobjects.foundation.NSTimeZone
Changes the time zone provided by getDefault or defaultTimeZone for the application.
setDefaultUndoStackLimit(int) - Method in class com.webobjects.appserver.WOApplication
Set the limit size for the undo stack for a session's default editing context.
setDefaultURLEncoding(String) - Static method in class com.webobjects.appserver.WOMessage
Sets 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.
setDefaultValue(Object) - Method in class com.webobjects.eocontrol._EOMutableDefaultValueDictionary
 
setDefinition(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the attribute's definition to definition.
setDefinition(String) - Method in class com.webobjects.eoaccess.EORelationship
Changes the relationship to a flattened relationship by releasing any joins and attributes (both source and destination) associated with the relationship and setting definition as its data path.
setDelegate(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's delegate to anObject.
setDelegate(WOWSDDRegistrar.Delegate) - Static method in class com.webobjects.appserver.WOWSDDRegistrar
Set the class delegate.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptor
Sets the receiver's delegate to delegate, or removes its delegate if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
Sets the receiver's delegate to delegate or removes its delegate if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOAdaptorContext
Sets the receiver's delegate and the delegate of all the receiver's channels to delegate, or removes their delegates if delegate is null.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sets delegate as the delegate for the receiver and all the receiver's EODatabaseChannels.
setDelegate(Object) - Method in class com.webobjects.eoaccess.EOModelGroup
Sets the receiver's instance delegate to delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Set this EOEditingContext's delegate to be delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Sets the receiver's delegate.
setDelegate(Object) - Method in class com.webobjects.eodistribution.EODistributionContext
Sets the delegate of the distribution context.
setDelegate(Object) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
setDelegate(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's delegate to anObject.
setDelegate(Object) - Method in class com.webobjects.foundation._NSDelegate
setDelegate needs to be called in a threadsafe situation, it is not lccked for threadsafety, (inspite of _setupForDelegate being synchronized), just the values are volatile so they are updated between threads
setDeletedColumnNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted column names.
setDeletedForeignKeyConstrainNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted foreign key constraint names.
setDeletedIndexNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the deleted index names.
setDeletedTableNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the deleted table names.
setDeleteRule(int) - Method in class com.webobjects.eoaccess.EORelationship
Set a rule describing the action to take when object is being deleted.
setDeployment(WSDDDeployment) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
setDescriptionPath(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's menu hierarchy path to descriptionPath, for example Document/Quit.
setDestinationDisplayKey(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setDestinationDisplayKey(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setDetailKey(String) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the detail key to detailKey for a detail display group.
setDetailKey(String) - Method in class com.webobjects.eocontrol.EODetailDataSource
Sets the detail key of the receiver, which names the relationship for which the receiver provides objects to its master object.
setDetailKeys(NSArray) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setDetailPercent(String) - Method in class com.webobjects.woextensions.WOStatsPage
 
setDetailRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setDictionary(NSDictionary) - Method in class com.webobjects.foundation.NSMutableDictionary
Replaces this dictionary's entries with those in otherDictionary.
setDirectActionRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _DirectActionRequestHandlerKey instead
setDirectConnectEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WODirectConnectEnabled instead
setDirty(boolean) - Method in class com.webobjects.directtoweb.D2WModel
Sets whether the model is dirty to the specified value.
setDisabledTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of disabled text fields.
setDisplayedTabName(String) - Method in class com.webobjects.directtoweb.D2WTabInspectPage
Sets the displayed tab to the one with the specified name.
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the display group used by this controller.
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the provider method which is used to retrieve the display group for the reveiver.
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setDisplayMode(Object) - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
setDisplayPattern(String) - Method in class com.webobjects.eogeneration.EODisplayStatisticsController
 
setDisplaysLabelInWidget(boolean) - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
setDisposeIfDeactivated(boolean) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setDistributionEnabled(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the distribution mechanism that effects load balancing among multiple application instances.
setDocument(Document) - Method in class com.webobjects.webservices.support.WOXMLProvider
 
setDocumentLocator(Locator) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setDomain(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "domain" attribute to aDomain.
setDropDatabase(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropIndexes(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropPrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDropTables(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setDTDHandler(DTDHandler) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setDTDString(String) - Method in class com.webobjects.appserver._WODocumentType
 
setDynamicAttributePrefix(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
setDynamicAttributeSuffix(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateExtensions
 
setDynamicPage(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current named configuration
setDynamicPages(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEditability(int) - Method in class com.webobjects.eoapplication.EODocumentController
 
setEditability(int) - Method in interface com.webobjects.eoapplication.EOEditable
Sets the editability of the receiver to editability.
setEditability(int) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEditability(int) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEditable(boolean) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the editablity flag of the text area.
setEditableTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of editable text fields.
setEdited(boolean) - Method in interface com.webobjects.eoapplication.EODocument
Sets the receiver's edited state.
setEdited(boolean) - Method in class com.webobjects.eoapplication.EODocumentController
Conformance to EODocument.
setEditingContext(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setEditingContext(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WInspectPage
This method is intentionally undocumented.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Used internally.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the editing context used by this controller.
setEditingContext(EOEditingContext) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Sets the receiver's editing context.
setEditingContextProviderMethodName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the provider method which is used to retrieve the editing context for the reveiver.
setEditorComponent(Component) - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Sets the receiver's editor component to editorComponent.
setEditorSpecificationValueForKey(String, String) - Method in class com.webobjects.eogeneration.assistant.EOAssistant
 
setEditPageDelegate(Object) - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
This method is intentionally undocumented.
setElementGenerator(String, WOMLAbstractNamespace.WOMLElementGenerator) - Method in class com.webobjects.appserver.parser.woml.namespaces.WOMLAbstractNamespace
 
setElementID(String) - Method in class com.webobjects.directtoweb.DarwinShadow
 
setEnabled(boolean) - Method in class com.webobjects.eogeneration.assistant._EOEditorValueCustomizer
 
setEnabled(boolean) - Method in class com.webobjects.eointerface.EOActionWidgetAssociation.ActionPlugin
Set whether or not the user should be able to manipulate the association's User Interface widget.
setEnabled(boolean) - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Will pass on the enabled state to the AbstractButton widget.
setEnabledDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnabledDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnabledKey(String) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setEnabledKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setEnableSaveOnlyIfEdited(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether Save actions should only be enabled if a document is edited.
setEncoding(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Sets the character encoding.
setEncoding(String) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets the encoding for this output method.
setEngineConfiguration(EngineConfiguration) - Method in class com.webobjects.webservices.client.WOWebService
Set the EngineConfiguration to used by the underlying Axis service.
setEngineConfigurationForServiceNamed(EngineConfiguration, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Set the EngineConfiguration to used by the underlying Axis service object used by the service named serviceName.
setEntities(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntity(EOEntity) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntity(EOEntity) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current entity.
setEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOEntityIndex
 
setEntity(EOEntity) - Method in class com.webobjects.eoaccess.EORelationship
Sets the entity of the relationship to entity.
setEntityName(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setEntityName(String) - Method in class com.webobjects.eoapplication.EOEntityController
Sets the entity name of the enterprise objects displayed by the receiver.
setEntityName(String) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the name of the root entity to be fetched to entityName.
setEntityName(String) - Method in class com.webobjects.eogeneration.EOEditingController
 
setEntityName(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
Set the name of the class to which an element will be deserialized.
setEntityResolver(EntityResolver) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setEqualToQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of equalTo query values.
setErr(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the logger NSLog.err to instance.
setError() - Method in class com.webobjects.foundation.NSLog._DevNullPrintStream
 
setErrorHandler(ErrorHandler) - Method in class com.webobjects.appserver.parser.woml.WOMLTemplateParser
 
setException(Throwable) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's exception to exception.
setException(Throwable) - Method in class com.webobjects.woextensions.WOExceptionPage
 
setExpandedIconKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setExpires(NSTimestamp) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "expires" attribute to expirationDate.
setExplicitlyDisabled(boolean) - Method in class com.webobjects.eointerface.EOAssociation
Sets according to flag whether or not the association is explicitly disabled.
setExpressionClassName(String, String) - Static method in class com.webobjects.eoaccess.EOAdaptor
Sets the expression class for instances of the class named adaptorClassName to sqlExpressionClassName.
setExternalName(String) - Method in class com.webobjects.eoaccess.EOEntity
Sets the name of the receiver as understood by the database server (that is, the receiver's external name) to string.
setExternalName(String) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the external name of the stored procedure to externalName.
setExternalQuery(String) - Method in class com.webobjects.eoaccess.EOEntity
Assigns string as the query statement used for selecting rows from the entity when there is no qualifier.
setExternalType(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the type of the attribute, as recognized by the database adaptor and the database server, to string.
setExternalType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setExtraBindings(NSMutableDictionary) - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
setExtraBindings(Object) - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Sets the extra bindings to the specified value.
setFactory(D2W) - Static method in class com.webobjects.directtoweb.D2W
Sets the Direct to Web factory, an instance of D2W that is used to create all of the Direct to Web pages of an application.
setFactoryMethodArgumentType(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the type of argument that should be passed to the factory method, which is invoked by the attribute to create a value for a custom class.
setFetchEnabled(boolean) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Controls whether objects can be fetched by the receiver.
setFetchEnabled(boolean) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Sets whether or not fetching is enabled in the receiver.
setFetchesOnConnect(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should fetch its display group content next time its connection is established.
setFetchesOnConnectEnabled(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should ever fetch its display group content when a connection is established.
setFetchesOnLoad(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup automatically fetches its objects after being loaded.
setFetchesOnLoad(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls whether the receiver automatically fetches its objects after being loaded from a nib file.
setFetchesRawRows(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the behavior for fetching raw rows.
setFetchLimit(int) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the fetch limit value which indicates the maximum number of objects to fetch.
setFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the fetch specification used when supplying objects to fetchSpec.
setFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Assigns fetchSpecification to the receiver as the fetch specification to use when fetching objects.
setFetchSpecificationByName(String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Retrieves the fetch specification identified by fetchSpecificationName from the root EOEntity for the receiver and sets it as the receiver's fetch specification.
setFetchSpecificationName(String) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
setFetchTimestamp(long) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets the receiver's fetch timestamp.
setFieldValue(Object, Field, Object) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Sets object's field value to value.
setFirstFocusComponent(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the JComponent that should get the keyboard focus during activateFirstFocusComponent.
setFollowRedirects(boolean) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setFont(Font) - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
setFont(Font) - Method in class com.webobjects.eointerface.swing._EODefaultBorder
 
setFontProperties(int, int) - Method in class com.webobjects.eointerface.EOTextAssociation.TextPlugin
This method sets the font properties (bold and italic) of the text widget.
setFontProperties(int, int) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets the font properties of the text widget.
setForeignKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setPattern(java.lang.String).
setFormatAllowed(boolean) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatAllowed(boolean) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatAllowed(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormatClass(Class) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatClass(Class) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatClass(Class) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormatPattern(String) - Method in class com.webobjects.eogeneration.EOFormatValueController
 
setFormatPattern(String) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setFormatPattern(String) - Method in interface com.webobjects.eogeneration.EOWidgetController.FormatWidget
 
setFormSubmitted(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if form as submitted
setFormValue(String, String) - Method in class com.webobjects.jspservlet.WODirectActionTag
Sets a key-value pair to be passed to the Direct Action as a form value in the queryString.
setFormValueEncoding(String) - Method in class com.webobjects.appserver.WORequest
Sets the form value encoding
setFormValueEncodingDetectionEnabled(boolean) - Method in class com.webobjects.appserver.WORequest
Enables or disables automatic detection of the best encoding for the receiver to use when it converts form values from ASCII to Unicode.
setFrames(NSArray<WOParsedErrorLine>) - Method in class com.webobjects.woextensions.WOParsedException
 
setFrameworksBaseURL(String) - Method in class com.webobjects.appserver.WOApplication
Sets aString as the path under which all frameworks can be found inside the document root.
setGlobalDefaultForValidatesChangesImmediately(boolean) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the class default behavior controlling whether submitted changes are immediately validated.
setGlobalDefaultForValidatesChangesImmediately(boolean) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default behavior display group instances use when they encounter a validation error.
setGlobalDefaultStringMatchFormat(String) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the default string match format for the class.
setGlobalDefaultStringMatchFormat(String) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default string match format to be used by display group instances.
setGlobalDefaultStringMatchOperator(String) - Static method in class com.webobjects.appserver.WODisplayGroup
Changes the default string match operator for the class.
setGlobalDefaultStringMatchOperator(String) - Static method in class com.webobjects.eointerface.EODisplayGroup
Sets the default string match operator to be used by display group instances.
setGlobalID(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
Set the globalID of the object to be instantiated.
setGreaterThanQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of greaterThan query values.
setGroupIdentifier(Object) - Method in class com.webobjects.foundation.NSUndoManager._NSUndoStack
Associates a group identifier with the current undo group.
setGroupsByEvent(boolean) - Method in class com.webobjects.foundation.NSUndoManager
Sets whether this NSUndoManager automatically groups undo operations during the run loop.
setHandlerKeyToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setHandlerPathToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setHasThousandSeparators(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter uses a thousands separator.
setHeader(String, String) - Method in class com.webobjects.appserver.WOMessage
Sets an HTTP header in the receiver with field-name aKey and value aString.
setHeaders(List<String>, String) - Method in class com.webobjects.appserver.WOMessage
Sets an HTTP header in the receiver with field-name aKey and values someStrings.
setHeaders(Map<String, ? extends List<String>>) - Method in class com.webobjects.appserver.WOMessage
Sets the HTTP headers in the receiver to the contents of the supplied NSDictionary object.
setHighlightLabelColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for highlighted labels (in front of widgets).
setHighlightLabelFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for highlighted labels (in front of widgets).
setHighlightsLabel(boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setHighlightsTitle(boolean) - Method in class com.webobjects.eoapplication.EOBoxController
setHighlightTitleColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for highlighted titles, for example in boxes and tab views.
setHighlightTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for highlighted titles, for example in boxes and tab views.
setHints(NSDictionary) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the receiver's hints to hints.
setHomepage(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the Homepage URL.
setHours(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setHtmlString(String) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setHTTPVersion(String) - Method in class com.webobjects.appserver.WOMessage
Sets the version of HTTP used for the message (for example, "HTTP/1.0").
setIcon(Icon) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's icon to icon.
setIcon(Icon) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's icon.
setIcon(Icon) - Method in class com.webobjects.eogeneration.EOStaticIconController
 
setIconKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setID(String) - Method in class com.webobjects.foundation.NSTimeZone
Irrelevant for NSTimeZone objects, which are not mutable.
setIgnorePackage(boolean) - Method in class com.webobjects.woextensions.WOParsedErrorLine
 
setImage(Image) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image to image and repaints if necessary.
setImageScaling(int) - Method in class com.webobjects.eogeneration.EOImageViewController
 
setImageScaling(int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image scaling mode to imageScaling.
setIncludeCommentsInResponses(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets whether or not HTML comments are appended to the response.
setIndenting(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets the indentation on and off.
setIndexKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setIndexType(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaIndexDescription
 
setInfo(Object) - Method in class com.webobjects.eocontrol.EOEvent
Sets the custom event information for the receiver.
setInForm(boolean) - Method in class com.webobjects.appserver.WOContext
If you write something that behaves like a WOForm, invoke this method with aFlag true in appendToResponse(WOResponse aResponse, WOContext aContext) before calling super.appendToResponse(WOResponse aResponse, WOContext aContext) to notify any contained WODynamicElements that they are in a form.
setInitialValueAssociation(WOAssociation) - Method in class com.webobjects.appserver.WOComponentVariable
 
setInputPartNames(NSArray) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the input part names.
setInQueryMode(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. No longer important for WebObjects applications. No user code should implement or depend upon this, and any implementations or references to this method may be eliminated freely.
setInQueryMode(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets according to yn whether the receiver is in query mode.
setInsertedColumnNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted column names.
setInsertedForeignKeyConstrainNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted foreign key constraint names.
setInsertedIndexNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the inserted index names.
setInsertedObjectDefaultValues(NSDictionary) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the dictionary of default values added to empty objects that are inserted into the WODisplayGroup.
setInsertedObjectDefaultValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets default values to be used for newly inserted objects.
setInsertedTableNames(Collection<String>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the inserted table names.
setInsets(Insets) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the inset area around this controller's component.
setInspectArrayAction(Object) - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
setInspectorIdentifier(String) - Method in class com.webobjects.eoapplication.EOInspectorController
setInstancesRetainRegisteredObjects(boolean) - Static method in class com.webobjects.eocontrol.EOEditingContext
Set the retain policy for EOEditingContext objects created by this application instance.
setIntegerDictionary(_NSIntegerDictionary) - Method in class com.webobjects.foundation._NSMutableIntegerDictionary
 
setIntegerDictionary(_NSIntegerKeyDictionary<V>) - Method in class com.webobjects.foundation._NSMutableIntegerKeyDictionary
 
setIntegerForKey(int, Object) - Method in class com.webobjects.foundation._NSMutableIntegerDictionary
 
setInternalDataType(Object) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setInvalidatesObjectsWhenFinalized(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
This method should not be used.
setInvocationTarget(Object) - Method in class com.webobjects.eodistribution.EODistributionContext
Sets the invocation target for remote method invocations which use a key path.
setInvokesDefaultAction(boolean) - Method in class com.webobjects.eogeneration.EODefaultActionTrigger
 
setIsAbstractEntity(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Based on the Boolean flag, sets whether the receiver is an abstract entity, false otherwise.
setIsClassRegisteredForLogging(boolean) - Method in class com.webobjects.woextensions.WOEventSetupPage
 
setIsDeep(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether a fetch should include sub-entities of the receiver's entity.
setIsEnabled(boolean) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the value of an internal boolean to aBool.
setIsExpanded(boolean) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin._TreeNode
 
setIsLeafKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setIsLocking(boolean) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets whether the receiver locks the database records it selects.
setIsMandatory(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Specifies according to isMandatory whether the target of the relationship must be supplied or can be null.
setIsMandatory(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setIsMandatory(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setIsMultipleSubmitForm(boolean) - Method in class com.webobjects.appserver.WOContext
Convenience to set if multiple submit form was submitted
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOComboBoxController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
setIsQueryWidget(boolean) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setIsQueryWidget(boolean) - Method in interface com.webobjects.eogeneration.EOWidgetController.QueryWidget
 
setIsRefreshingObjects(boolean) - Method in class com.webobjects.eoaccess.EODatabaseChannel
Sets whether the receiver causes existing snapshots and enterprise objects to be overwritten with fetched values.
setIsSecure(boolean) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "secure" attribute to aBoolean.
setIsSelected(boolean) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin._TreeNode
 
setIsVerbose(boolean) - Method in class com.webobjects.foundation.NSLog.Logger
Sets the value of an internal boolean to aBool.
setJ2seVersion(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the J2SE version required for the client installation.
setJarFileName(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the current jar file that the WORepetition (for the jar file names) is iterating over while generating the JNLP file.
setJarFileNames(NSArray) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the array of jar files to be downloaded by Web Start (at the codebase URL).
setJavaScriptElementIDPrefix(String) - Static method in class com.webobjects.appserver.WOContext
Sets the prefix for the JavaScript element id.
setJavaScriptElementIDSeparator(String) - Static method in class com.webobjects.appserver.WOContext
Sets the separator for the JavaScript element id.
setJDBCInfo(NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
setJMXDomain(String) - Method in class com.webobjects.appserver.WOApplication
Set the JMX domain.
setJoinSemantic(int) - Method in class com.webobjects.eoaccess.EORelationship
Sets the semantic used to create SQL expressions for this relationship.
setKeepAliveEnabled(boolean) - Method in class com.webobjects.appserver.WOHTTPConnection
Specifies according to keepAlive whether the connection is to be left open after a request has been sent so that subsequent requests to the same destination connection point don't require the connection to be re-opened.
setKey(String) - Method in class com.webobjects.eogeneration.assistant.EOAssistantRule
 
setKey(String) - Method in class com.webobjects.jspservlet.WOBindingTag
Sets the attribute key for this tag.
setKey(String) - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Sets the attribute key for this tag.
setKey(String) - Method in class com.webobjects.jspservlet.WOFormValueTag
Sets the attribute key for this tag.
setKeyPath(String) - Method in class com.webobjects.appserver.WOAssociation.Event
Unused, but added for key value coding symmetry.
setLabel(String) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's label.
setLabel(String) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
setLabel(String) - Method in class com.webobjects.eogeneration.EOStaticLabelController
 
setLabelColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for labels (in front of widgets).
setLabelComponent(JComponent) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentAlignment(int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentPosition(int) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setLabelComponentWidth(int) - Method in class com.webobjects.eogeneration.EOWidgetController
Sets the receiver's alignment width, the minimum width used for text labels in its component (and its integrated subcontroller components).
setLabelDistance(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the distance between labels and widgets used by the default controller layout mechanisms.
setLabelFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for labels (in front of widgets).
setLanguages(NSArray<String>) - Method in class com.webobjects.appserver.parser.WOComponentTemplateParser
 
setLanguages(NSArray<String>) - Method in class com.webobjects.appserver.WOAction
Sets the languages for which the action is localized.
setLanguages(NSArray<String>) - Method in class com.webobjects.appserver.WOSession
Sets the languages for which the session is localized.
setLargeBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the large border size used by the default controller layout mechanisms.
setLastFocusComponent(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the JComponent that will get the keyboard focus last during focus traversal.
setLastKnownSize(Component, Dimension) - Method in class com.webobjects.eointerface.swing.EOViewLayout
Sets the "last known size" of a component layed out by the EOViewLayout.
setLayoutLevel(Integer) - Method in class com.webobjects.eogeneration.rules.EOForm
 
setLength(int) - Method in class com.webobjects.foundation.NSMutableData
Extends or truncates a mutable data object to the specified length.
setLength(int) - Method in class com.webobjects.foundation.NSMutableRange
Sets the length of the receiver to length.
setLessThanQueryValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets to values the receiver's dictionary of lessThan query values.
setLevelsOfUndo(int) - Method in class com.webobjects.foundation.NSUndoManager
Sets the maximum number of top-level undo groups this NSUndoManager will hold to levels.
setLhs(EOQualifier) - Method in class com.webobjects.directtoweb.Rule
Sets the left-hand side to the specified value.
setList(Object) - Method in class com.webobjects.directtoweb.D2WDisplayToMany
This method is intentionally undocumented.
setListenQueueSize(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOListenQueueSize instead
setLiveAssistantEnabled(boolean) - Method in class com.webobjects.directtoweb.D2W
Deprecated.  
setLoadFrameworks(NSArray) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOLoadFrameworks instead
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WComponent
Sets the Direct to Web context for this component to newValue.
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WListPage
Sets the local context to the specified D2WContext.
setLocalContext(D2WContext) - Method in class com.webobjects.directtoweb.D2WPlainListPage
Sets the local context to the specified D2WContext.
setLocale(Locale) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the locale of this NSNumberFormatter.
setLocalizesFormat(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setLocalizesPattern(boolean).
setLocalizesPattern(boolean) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets whether this NSNumberFormatter's pattern should be localized.
setLocalKeys(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the additional keys to which WOAssociations for the objects in this WODisplayGroup may be bound to the Strings in newKeySet.
setLocalKeys(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the additional keys to which EOAssociations can be bound to the strings in newKeySet.
setLocation(int) - Method in class com.webobjects.foundation.NSMutableRange
Sets the starting location of the receiver to location.
setLocksObjects(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether a fetch should result in the selected objects being locked in the data repository.
setLocksObjectsBeforeFirstModification(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to yn whether this EOEditingContext locks object in the external store (with lockObject) the first time object is modified.
setLog4jLogger(Logger) - Method in class com.webobjects.foundation.NSLog.Log4JLogger
Redirects output from this NSLog.Log4JLogger instance to aLogger.
setLogFile(String, long) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the full path of the log file to which statistics will be recorded; these statistics will be in Common Log File Format (CLFF).
setLogFile(String, double) - Method in class com.webobjects.appserver.WOStatisticsStore
Deprecated. Use setLogFile(String path, long milliseconds) instead
setLogFile(String, long) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
Logging to Files
setLoggingEnabled(boolean, Class) - Method in class com.webobjects.appserver.WOApplication._EventLoggingEnabler
 
setLoggingEnabled(boolean, Class) - Method in class com.webobjects.appserver.WOAssociation._EventLoggingEnabler
 
setLoggingEnabled(boolean, Class) - Method in class com.webobjects.appserver.WOComponent._EventLoggingEnabler
Enable event logging
setLoggingEnabled(boolean, Class) - Method in class com.webobjects.eoaccess.EODatabaseContext._EventLoggingEnabler
 
setLoggingEnabled(boolean, Class) - Method in class com.webobjects.eocontrol.EOEditingContext._EventLoggingEnabler
 
setLoggingEnabled(boolean, Class) - Method in interface com.webobjects.eocontrol.EOEventCenter.EventRecordingHandler
If flag is true, instrumented code should log events of class aClass and the receiver should enable updating in instrumented code.
setMainArgument(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the current main argument that the WORepetition (for the main arguments) is iterating over over while generating the JNLP file.
setMakeIconBackgroundsTransparent(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether the background of all icons loaded through the default resource bundle should be made explicitly transparent.
setManageForeignKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setManagePrimaryKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setManagePrimaryKeySupport(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setMandatoryRelationshipPaths(NSArray) - Method in class com.webobjects.eogeneration.EOEditingController
 
setManipulatedEntityName(String) - Method in class com.webobjects.directtoweb.DefaultHeader
Sets the entity name that the user chooses in the pop-up list in the menu bar.
setMasterClassDescription(EOClassDescription) - Method in class com.webobjects.eocontrol.EODetailDataSource
Assigns master as the EOClassDescription for the receiver's master object.
setMasterDetailAssociation(EOMasterDetailAssociation) - Method in class com.webobjects.eogeneration.EOEditingController
 
setMasterObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the master object to masterObject for detail display groups and then performs a fetch if the display group is set to fetch on load.
setMasterObjectAndRelationshipKey(EOEnterpriseObject, String) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setMasterObjectAndRelationshipKey(EOEnterpriseObject, String) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets the object and relationship to edit.
setMax(int) - Method in class com.webobjects.foundation.NSUndoManager._NSUndoStack
 
setMaximum(BigDecimal) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the highest number this NSNumberFormatter allows as input.
setMaximumAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMaximumValueKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMaxNumberOfInstancesToBatchFetch(int) - Method in class com.webobjects.eoaccess.EOEntity
Sets the maximum number of faults from the entity to trigger at one time to size.
setMaxSocketIdleTime(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOMaxSocketIdleTime instead
setMaxValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
setMediumBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the medium border size used by the default controller layout mechanisms.
setMenuAccelerator(KeyStroke) - Method in class com.webobjects.eoapplication.EOAction
Sets the KeyStroke the user can type to invoke the receiver instead of selecting it from a menu.
setMessage(String) - Method in interface com.webobjects.directtoweb.ConfirmPageInterface
Sets the message displayed by the confirm page.
setMessage(String) - Method in class com.webobjects.directtoweb.D2WConfirmPage
Sets the message displayed by the confirm page.
setMessage(String) - Method in class com.webobjects.directtoweb.D2WErrorPage
 
setMessage(String) - Method in interface com.webobjects.directtoweb.ErrorPageInterface
Sets the message displayed by the error page.
setMessageHandler(Object) - Method in class com.webobjects.eocontrol.EOEditingContext
Set this EOEditingContext's message handler to be handler.
setMethodValue(Object, Method, Object) - Method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Uses method to set object's corresponding property to value.
setMinimum(BigDecimal) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the minimum number this NSNumberFormatter allows as input.
setMinimumActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of large-size action buttons.
setMinimumActiveSessionsCount(int) - Method in class com.webobjects.appserver.WOApplication
Sets the minimum number of active sessions to aVal.
setMinimumAssociation(EOAssociation) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMinimumSmallActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of small-size action buttons.
setMinimumSpecialActionButtonSize(Dimension) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the minimum size of small-size of special action buttons used as integration components for controllers activated by buttons.
setMinimumValueKey(String) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setMinimumWidgetSize(Dimension) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setMinutes(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setMinValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryRangeComponent
This method is intentionally undocumented.
setModelGroup(EOModelGroup) - Method in class com.webobjects.eoaccess.EOModel
Sets the model group to which the receiver should belong.
setModelGroupForObjectStoreCoordinator(EOObjectStoreCoordinator, EOModelGroup) - Static method in class com.webobjects.eoaccess.EOModelGroup
Assigns group as the working model group for the EOObjectStoreCoordinator objectCoord.
setMonitorEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
Sets the value of the WOMonitorEnabled property.
setMonitorHost(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setMonitorHost no longer supported
setMonth(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setMovie(Object) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Displays the movie movie in the EOQuickTimeView.
setMovieFromURL(String) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Loads a movie from the URL url and displays it in the EOQuickTimeView.
setName(String) - Method in class com.webobjects.appserver.WOComponentVariable
 
setName(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "name" attribute to aName.
setName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the attribute's name to name, which can not be a name that is already in use by an attribute or relationship belonging to the same entity as the receiver.
setName(String) - Method in class com.webobjects.eoaccess.EOEntity
Sets the receiver's name to name.
setName(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the attribute's name to name, which can not be a name that is already in use by an attribute or relationship belonging to the same entity as the receiver.
setName(String) - Method in class com.webobjects.eoaccess.EOModel
Sets the name of the receiver to newNname.
setName(String) - Method in class com.webobjects.eoaccess.EORelationship
Sets the relationship's name to name.
setName(String) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the name of this EOStoredProcedure.
setName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaPropertyDescription
Sets the name of this property
setName(String) - Method in class com.webobjects.jdbcadaptor.OpenBasePlugIn.OpenBaseSynchronizationFactory.OpenBaseTableDescription
 
setName(String) - Method in class com.webobjects.webservices.support.xml.WOTimeZoneDeserializer
 
setNamespaceProvider(WOMLNamespaceProvider) - Method in class com.webobjects.appserver.WOApplication
Set the WOMLNamespaceProvider
setNanos(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setNeedsAllPermissions(boolean) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets whether the Java Client application needs all permissions (versus running in an applet-like sandbox).
setNegativeFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setNegativePattern(java.lang.String)
setNegativePattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the pattern this NSNumberFormatter uses to display negative numbers.
setNewObjectInRelationship(Object) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
setNewRow(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EODatabaseOperation
Sets the dictionary representation of the receiver's enterprise object.
setNextPage(WOComponent) - Method in class com.webobjects.directtoweb.D2WPage
Sets the page that displays when the user clicks Return in the page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets page to display when the user clicks 'Return' in the edit-relationship page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.ErrorPageInterface
Sets page to display when the user clicks 'Return' in the error page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets page to display when the user clicks 'Return' in the inspect page.
setNextPage(WOComponent) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets page to display when the user clicks 'Return' in the list page.
setNextPageDelegate(NextPageDelegate) - Method in class com.webobjects.directtoweb.D2WPage
Sets the next page delegate of the receiver to the specified delegate.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.EditRelationshipPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.ListPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.QueryPageInterface
Sets delegate object that receives call to nextPage method.
setNextPageDelegate(NextPageDelegate) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets delegate object that receives call to nextPage method.
setNumberOfObjectsPerBatch(int) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the number of objects the WODisplayGroup displays at a time.
setNumberOfObjectsPerBatch(Integer) - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
setNumberOfToManyFaultsToBatchFetch(int) - Method in class com.webobjects.eoaccess.EORelationship
Sets the number of "toMany" faults that are fired at one time to size.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WComponent
Sets the EOEnterpriseObject, defined in the EOControl Framework, that the receiver manipulates to the specified object.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WInspectPage
Sets the object displayed by the inspect or edit page.
setObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WKeyPathContainer
This method is intentionally undocumented.
setObject(EOEnterpriseObject) - Method in interface com.webobjects.directtoweb.InspectPageInterface
Sets the object displayed by the inspect page.
setObject(Object) - Method in class com.webobjects.eointerface.EOAssociation
Sets aDisplayObject to be the display object that the association manages.
setObject(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method assigns a display object (table column widget) to this association.
setObject(Object) - Method in class com.webobjects.eointerface.EOWidgetAssociation
See the setObject method description in the superclass EOAssociation.
setObject(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin._TreeNode
 
setObjectArray(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's array of allObjects to array, regardless of what its dataSource provides.
setObjectArray(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's objects to array, regardless of what its EODataSource provides.
setObjectForIndex(Object, int, NSMutableDictionary) - Method in class com.webobjects.eocontrol._EOMutableKnownKeyDictionary.Initializer
 
setObjectForKey(Object, String) - Method in class com.webobjects.appserver.WOSession
Stores an Object within the session under a given key.
setObjectForKey(Object, Object) - Method in class com.webobjects.eocontrol._EOMutableKnownKeyDictionary
 
setObjectForKey(V, int) - Method in class com.webobjects.foundation._NSMutableIntegerKeyDictionary
 
setObjectForKey(Object, Object) - Method in class com.webobjects.foundation._NSThreadsafeMutableDictionary
 
setObjectForKey(Object, Object) - Method in class com.webobjects.foundation._NSWeakValueMutableDictionary
 
setObjectForKey(Object, Object) - Method in class com.webobjects.foundation.NSMutableDictionary
Adds or replaces an entry to this dictionary consisting of key and its corresponding value object.
setObjectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the objects specified by fetchSpecification into the receiver's display group.
setObjectsWithGlobalIDs(NSArray) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the objects specified by the global IDs in globalIDs into the receiver's display group.
setObjectToAddToRelationship(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Sets the object that is added to the relationship.
setObjectWithGlobalID(EOGlobalID) - Method in class com.webobjects.eoapplication.EOEntityController
Fetches the object specified by the global ID globalID into the receiver's display group.
setOldName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
Sets the old name of the column
setOldName(String) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Sets the old name of the table
setOmitXMLDeclaration(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Sets XML declaration omitting on and off.
setOpaque(boolean) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets whether the text area is opaque.
setOperationName(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the operation name.
setOperationTypesSchema(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the content that will be added the WSDL types element of the service this operation is grouped in.
setOperatorForKey(String, NSArray.Operator) - Static method in class com.webobjects.foundation.NSArray
Registers an operator with a String.
setOptimizeMenuAccelerators(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether standard menu accelerators like Command-n (new), Command-o (open) should be constantly updated to affect the active type of document (object).
setOrder(EOEntityIndex.Order) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index order.
setOrder(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index order.
setOtherNamespaces(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the additional namespace attributes that will be added the WSDL defenition element of the service this operation is grouped in.
setOut(NSLog.Logger) - Static method in class com.webobjects.foundation.NSLog
Sets the logger NSLog.out to instance.
setOutputFormat(NSXMLOutputFormat) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the current NSXMLOutputFormat object that will be used to change the format of the XML output.
setOwnsDestination(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Sets according to bool whether a receiver's source object owns its destination objects.
setPage(String) - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Sets the page so that it can be used in the JNLP file generation.
setPageCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the number of page instances the cache will hold.
setPageFragmentCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the number of page fragments the cache will hold.
setPageFragmentID(String) - Method in class com.webobjects.appserver.WOContext
Stes the ID used in the page fragment cache to identify the component.
setPageName(String) - Method in class com.webobjects.appserver.WOEvent
Sets the event's page name to aPageName.
setPageRefreshOnBacktrackEnabled(boolean) - Method in class com.webobjects.appserver.WOApplication
When aFlag is true, disables caching of pages by the client by setting the page's expiration-time header to the current date and time.
setParameterDirection(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the parameter direction for attributes that are arguments to a stored procedure.
setParentDataSourceRelationshipKey(EODataSource, String) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Called from Interface Builder to reset the parent entity.
setParentKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setParserrClassName(String) - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Deprecated.  
setPartName(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Accessor for partName.
setPassword(String) - Method in class com.webobjects.appserver.WOStatisticsStore
Implements security for the WOStats page by setting its password to password.
setPassword(String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Sets the password which allows access to event logging information.
setPath(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "path" attribute to aPath.
setPattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets this NSNumberFormatter's pattern.
setPattern(String) - Method in class com.webobjects.foundation.NSTimestampFormatter
Deprecated. Sets this NSTimestampFormatter's pattern to pattern.
setPermanentPageCacheSize(int) - Method in class com.webobjects.appserver.WOApplication
Sets the permanentPageCacheSize to anUnsigned.
setPersistentValueForKey(Object, String) - Method in class com.webobjects.eoapplication.EODefaults
Stores a value with the key key as persistent in the defaults manager.
setPlayer(Object) - Method in class com.webobjects.eointerface.swing.EOQuickTimeView
Displays the movie player in the EOQuickTimeView.
setPlugInNameForSubprotocol(String, String) - Static method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Sets the internal mapping of subprotocol to pluginName for guessing which plugin to use.
setPollingInterval(int) - Static method in class com.webobjects.foundation.NSSocketUtilities
Deprecated. This method no longer does anything, and should not be used.
setPort(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property WOPort instead
setPosition(WOMLPosition) - Method in class com.webobjects.appserver.parser.woml.WOMLNode
 
setPositiveFormat(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.setPositivePattern(java.lang.String).
setPositivePattern(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the pattern this NSNumberFormatter uses to display positive numbers.
setPrecision(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the precision of the database representation for numeric attributes to precision.
setPrecision(int) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setPrefersContinuousChangeNotification(boolean) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setPrefersContinuousChangeNotification(boolean) - Method in class com.webobjects.eointerface.EOWidgetAssociation
Sets whether or not the receiver should be notified of every change made to its display object.
setPrefersIconOnly(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver prefers to represent itself with only an icon or with an icon and a label.
setPrefetchingRelationshipKeyPaths(NSArray<String>) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets an array of relationship key paths that should be prefetched along with the main fetch.
setPrefix(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setPrefixToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setPrimaryKeyAttributes(NSArray<EOAttribute>) - Method in class com.webobjects.eoaccess.EOEntity
If all of the the EOAttributes in attributes are valid primary keys of the receiver, sets attributes as the receiver's primary keys and returns true.
setPrimaryKeyConstraints(boolean) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaGenerationOptions
 
setPrintsHTMLParserDiagnostics(boolean) - Method in class com.webobjects.appserver.WOApplication
Deprecated. See com.webobjects.foundation.NSLog
setPrintStream(PrintStream) - Method in class com.webobjects.foundation.NSLog.PrintStreamLogger
Redirects all output for this NSLog.Logger instance to aStream.
setProjectSearchPath(NSArray<String>) - Method in class com.webobjects.appserver.WOApplication
Sets the array of file system paths which are searched for projects for rapid turnaround mode.
setPromptsAfterFetchLimit(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether or not the application's message handler is notified when the fetch limit has been reached, enabling the message handler to prompt the user whether to continue to fetch more rows.
setPropagatesDeletesAtEndOfEvent(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to propagatesDeletesAtEndOfEvent whether this EOEditingContext propagates deletes at the end of the event in which a change was made, or only just before saving changes.
setPropagatesPrimaryKey(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Specifies according to bool whether objects should propagate their primary key to related objects through this relationship.
setProperties(Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectDeserializer
 
setPropertiesFromArgv(String[]) - Static method in class com.webobjects.foundation.NSProperties
Loads all of the application's properties from all the three sources described in the class description and merges them with the Java System properties.
setProperty(String, Object) - Method in class com.webobjects.appserver.parser.woml.WOMLElement
 
setPropertyForKeyPath(Object, String, Object) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
This method is invoked during the deserialization process after parsing the SOAP-XML message.
setPropertyForKeyPath(Object, String, Object) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
This method is invoked during the deserialization process after parsing the SOAP-XML message.
setPropertyKey(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setPropertyKey(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current property.
setProtectedAccessorForPackageNamed(NSKeyValueCoding.ValueAccessor, String) - Static method in class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
Sets the value accessor for the package identified by packageName to valueAccessor.
setPrototype(EOAttribute) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the prototype attribute.
setQualifier(EOQualifier) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the EOQualifier used by the WODisplayGroup to filter its displayedObjects.
setQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the EOQualifier that identifies the row to which the adaptor operation will be applied.
setQualifier(EOQualifier) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets this fetch specification's qualifier to qualifier.
setQualifier(EOQualifier) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the receiver's qualifier to qualifier.
setQualifierBindings(NSDictionary) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets a dictionary of bindings to be used for variable replacement on the fetch specification's qualifier and the auxiliary qualifier before the fetch is executed.
setQueryBindingValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the dictionary of values that a user wants to query on.
setQueryDataSource(EODataSource) - Method in class com.webobjects.directtoweb.D2WQueryPage
Sets the query data source to the specified data source.
setQueryDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOQueryController
 
setQueryEditingContext(EOEditingContext) - Method in class com.webobjects.eogeneration.EOQueryController
 
setQueryOperatorValues(NSDictionary) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the dictionary of operators to use on items in the query dictionaries ( equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
setQueryString(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setQueryStringToken(String, int, int) - Method in class com.webobjects.appserver.WODynamicURL
 
setQueryTextBackgroundColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for the background of query text fields.
setQuickTimeCanvasResizing(int) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
setQuitsOnLastWindowClose(boolean) - Method in class com.webobjects.eoapplication.EOApplication
Sets whether or not the receiver quits when the user closes all of its windows.
setRangeWidget(JComponent) - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
setRawOffset(int) - Method in class com.webobjects.foundation.NSTimeZone
Irrelevant for NSTimeZone objects, which are not mutable.
setRawRowKeyPaths(NSArray<String>) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets an array of attribute key paths that should be fetched as raw data and returned as an array of dictionaries (instead of the normal result of full objects).
setReadFormat(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the format string that is used to generate the expression value for the attribute for SELECT statements.
setReadOnly(boolean) - Method in class com.webobjects.eoaccess.EOAttribute
Sets whether the value of the attribute can be modified.
setReadOnly(boolean) - Method in class com.webobjects.eoaccess.EOEntity
Sets whether the receiver is read-only based on the Boolean value flag.
setReadTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the timeout interval to control each finer-grained socket read operation when receiving data from a remote connection.
setReceiveTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the receive timeout interval to receiveTimeout milliseconds.
setRecordingPath(String) - Method in class com.webobjects.appserver.WOApplication
Sets the file system path to where the recording information should be saved.
setRecordsEvents(boolean, Class) - Static method in class com.webobjects.eocontrol.EOEventCenter
Sets according to flag whether event centers record events of the eventClass class (and its subclasses).
setReferenceList(_EOEditorStringList) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
 
setRefreshesRefetchedObjects(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether existing objects are overwritten with fetched values when they have been updated or changed.
setRefreshInterval(double) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setRelationshipKey(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setRelationshipKey(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOEditingController
 
setRelationshipPath(String) - Method in class com.webobjects.eogeneration.EOEnumerationController
 
setRequestHandlerKey(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setRequestHandlerPath(String) - Method in class com.webobjects.appserver.WODynamicURL
 
setRequiresAllQualifierBindingVariables(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the behavior when a missing binding is encountered during variable substitution.
setResetsEditingContextWhenPreparingForNewTask(boolean) - Method in class com.webobjects.eoapplication.EOEntityController
Sets whether the receiver should reset its editing context when preparing for a new task in prepareForNewTask(boolean).
setResetTitlesObjectsOnEveryConnect(boolean) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setResizeWeight(double) - Method in class com.webobjects.eoapplication.EOSplitController
 
setResourceManager(WOResourceManager) - Method in class com.webobjects.appserver.WOApplication
Deprecated. use createResourceManager instead.
setResourcePathURL(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setResourceRequestHandlerKey(String) - Method in class com.webobjects.appserver.WOApplication
Deprecated. Use the system property _ResourceRequestHandlerKey instead
setRestrictingQualifier(EOQualifier) - Method in class com.webobjects.eoaccess.EOEntity
Assigns qualifier as the qualifier used to restrict all queries made against the receiver.
setResult(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setResultCache(NSArray, String) - Method in class com.webobjects.eoaccess.EODatabase
Updates the receiver's result cache for name with cache.
setRetainsRegisteredObjects(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Set the retain policy for this EOEditingContext.
setReuseMode(int) - Method in class com.webobjects.eogeneration.EOControllerFactory._SpecificationData
 
setRhs(Assignment) - Method in class com.webobjects.directtoweb.Rule
Sets the right-hand side to the specified value.
setRootKey(String) - Method in class com.webobjects.eogeneration.EOTreeController
 
setRootObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
 
setRootObject(Object) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
setRootObjectArchive(NSDictionary) - Method in class com.webobjects.eogeneration.EOControllerFactory._SpecificationData
 
setRootObjectChildren(NSArray) - Method in class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
 
setRootObjectChildren(NSArray) - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
setRootVisible(boolean) - Method in class com.webobjects.eogeneration.EOTreeController
 
setRoundingBehavior(int) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets this NSNumberFormatter's rounding behavior.
setRules(NSArray) - Method in class com.webobjects.directtoweb.D2WModel
Sets the rules to the specified value; sorts the rules.
setRuleValue(String, NSDictionary, Object) - Method in class com.webobjects.eogeneration.assistant.EOAssistant
 
setRunsConfirmDialogForEmptyQualifiers(boolean) - Method in class com.webobjects.eogeneration.EOQueryController
 
setScale(int) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the scale of the database representation of the attribute to scale, which may be negative.
setScale(Number) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaColumnDescription
 
setScale(int) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationColumnChanges
 
setScalingHints(int) - Method in class com.webobjects.eogeneration.EOImageViewController
 
setScalingHints(int) - Method in class com.webobjects.eointerface.swing.EOImageView
Sets the receiver's image scaling hints to scalingHints.
setSchemaGenerationDelegate(EOSchemaGeneration.Delegate) - Method in interface com.webobjects.eoaccess.synchronization.EOSchemaGeneration
 
setSchemaGenerationDelegate(EOSchemaGeneration.Delegate) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
 
setSchemaSynchronizationDelegate(EOSchemaSynchronizationFactory.Delegate) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationFactory
Sets the receiver's delegate to delegate.
setScope(WOComponentVariable.WOComponentVariableScope) - Method in class com.webobjects.appserver.WOComponentVariable
 
setSearchesTitlesObjectsInEditingContext(boolean) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setSecondaryActionWidgetContainer(JComponent) - Method in class com.webobjects.eoapplication.EOActionWidgetController
setSeconds(int) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setSecureMode(boolean) - Method in class com.webobjects.appserver.WOContext
Puts the context in secure mode.
setSecurityDelegate(Object) - Static method in class com.webobjects.appserver.WOWebServiceRegistrar
Register aDelegate as the security delegate for Axis.
setSecurityDelegate(Object) - Method in class com.webobjects.appserver.WOWSDDRegistrar
Register aDelegate as the security delegate for Axis.
setSecurityDelegate(Object) - Method in class com.webobjects.webservices.client.WOWebService
 
setSecurityDelegateForServiceNamed(Object, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Register aDelegate as the security delegate for the service named serviceName.
setSelectable(boolean) - Method in class com.webobjects.eointerface.swing.EOTextField
Sets the receiver's selectable state.
setSelectedKey(String) - Method in class com.webobjects.directtoweb.D2WQueryAnyField
This method is intentionally undocumented.
setSelectedKey(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setSelectedKey(String) - Method in class com.webobjects.woextensions.WOSortOrderManyKey
 
setSelectedObject(Object) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's selectedObjects to an array containing only anObject.
setSelectedObject(EOEnterpriseObject) - Method in class com.webobjects.directtoweb.D2WListPage
Selects the object in the display group if the specified object is not null; clears the selection of the display group otherwise.
setSelectedObject(EOEnterpriseObject) - Method in interface com.webobjects.directtoweb.SelectPageInterface
Sets the receiver's selected object.
setSelectedObject(Object) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObject(Object) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the selected objects to anObject.
setSelectedObjects(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the WODisplayGroup's selection from displayedObjects to objects.
setSelectedObjects(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjects(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the selected objects to objects.
setSelectedObjectsWithNumericPaths(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectsWithObjectPaths(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectsWithParentKey(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectValue(Object, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invokes setValueForObject with the first selected object, returning true if successful and false otherwise.
setSelectedObjectWithNumericPath(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectWithObjectPath(NSArray) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedObjectWithParentKey(Object) - Method in class com.webobjects.eogeneration.EOTreeController
 
setSelectedOperator(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setSelection(String) - Method in class com.webobjects.woextensions.WORadioButtonMatrix
 
setSelection(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSelectionEnabled(boolean) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringSelector
 
setSelectionIndex(int, boolean) - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Selects the title at index selectionIndex in the UI widget.
setSelectionIndex(int, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Sets the selected choice and whether the JCombobox is enabled
setSelectionIndexes(NSArray) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the selection from allObjects.
setSelectionIndexes(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Selects the objects at indexe of s in the receiver's array if possible, returning true if successful and false if not (in which case the selection remains unaltered).
setSelections(NSArray) - Method in class com.webobjects.woextensions.WOCheckboxMatrix
 
setSelections(NSArray<Object>) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSelectPageDelegate(Object) - Method in class com.webobjects.directtoweb.D2WMasterDetailPage
This method is intentionally undocumented.
setSelectsFirstObjectAfterFetch(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup should select the first object from its displayedObjects after a fetch when there were no selections before the fetch.
setSelectsFirstObjectAfterFetch(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls whether the receiver automatically selects its first displayed object after a fetch when there were no selected objects before the fetch.
setSendTimeout(int) - Method in class com.webobjects.appserver.WOHTTPConnection
Sets the send timeout interval to sendTimeout milliseconds.
setSeparatorLabelComponent(JComponent) - Method in class com.webobjects.eogeneration.EORangeWidgetController
 
setServerTimeZone(TimeZone) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the time zone used for dates provided by the database server to tz.
setServiceLocationURL(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the location URL of the soap:address element of the WSDL generated for the service this operation is grouped in.
setSessionInfo(WOWebService.SessionInfo) - Method in class com.webobjects.webservices.client.WOWebService
Set the session information for the service to the values contained in aSessionInfo.
setSessionInfoForServiceNamed(WOWebService.SessionInfo, String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Sets the session information for the service named serviceName to the values in info.
setSessionMovingAverageSampleSize(int) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the moving average sample size for each session to aCount.
setSessionMovingAverageSampleSize(int) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setSessionStore(WOSessionStore) - Method in class com.webobjects.appserver.WOApplication
Set the session-store object for the application.
setSessionStoreClassName(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the session store class to the specified name.
setSessionStoreClassName(String) - Method in class com.webobjects.jspservlet._WOApplicationWrapper
 
setSessionStoreClassName(String) - Method in interface com.webobjects.jspservlet._WOServletAppInterface
 
setSessionTimeOut(Number) - Method in class com.webobjects.appserver.WOApplication
Set the interval, in seconds, during which a session may be idle before it times out.
setSet(NSSet<? extends E>) - Method in class com.webobjects.foundation.NSMutableSet
Makes this set contain exactly the same members as otherSet The current members in this set are discarded.
setSharedEditingContext(EOSharedEditingContext) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets this EOEditingContext shared editing context.
setSharedEditingContext(EOSharedEditingContext) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception unless sharedEditingContext is null.
setSharedObjectFetchSpecificationsByName(NSArray<String>) - Method in class com.webobjects.eoaccess.EOEntity
Sets the names of the fetch specifications used to load objects into a shared editing context to names.
setSharedObjectLoadingEnabled(boolean) - Static method in class com.webobjects.eoaccess.EODatabaseContext
Based on the value of the Boolean parameter bool, enables or disables automatic loading of Enterprise Objects into the default shared editing context when a database context loads a model which contains shared object fetch specifications.
setSharedURLClassLoader(EOURLClassLoader) - Static method in class com.webobjects.eoapplication.EOURLClassLoader
Sets the class loader object to use as the shared EOURLClassLoader class loader.
setShortDescription(String) - Method in class com.webobjects.eoapplication.EOAction
Sets the action's short description to string.
setShouldEmitEnd(boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
setShouldEmitStart(boolean) - Method in class com.webobjects.appserver.parser.woml.WOMLDataNode
 
setShowDefaultDocumentActionsInWindows(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether the default document actions like Save and Revert should be shown with explicit buttons in document windows.
setSingleDetailKey(String) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setSingleTitleKey(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setSize(Dimension) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the size of the text area.
setSize(int, int) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the size of the text area.
setSmallActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for small-size action buttons.
setSmallActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in small-size action buttons.
setSmallBorder(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the small border size used by the default controller layout mechanisms.
setSmallIcon(Icon) - Method in class com.webobjects.eoapplication.EOAction
Sets the receiver's small icon used for some small buttons in the user interface.
setSMTPHost(String) - Method in class com.webobjects.appserver.WOApplication
Sets the name of the host that will be used to send e-mail messages created by WOMailDelivery.
setSoapAction(String) - Method in class com.webobjects.webservices.client.WOClientOperation
Set the HTTP SoapAction header to be used when invoking the operation.
setSocketCacheSize(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setSocketCacheSize no longer supported
setSocketMonitorSleepTime(Number) - Method in class com.webobjects.appserver.WOApplication
Deprecated. setSocketMonitorSleepTime no longer supported
setSortingSelector(NSSelector) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method will set the sorting selector.
setSortOrderingByTableColumnOrder() - Method in class com.webobjects.eointerface.EOTableAssociation
This method is called internally by several other methods in order to perform sort ordering by column order.
setSortOrderings(NSArray<EOSortOrdering>) - Method in class com.webobjects.appserver.WODisplayGroup
Changes the EOQualifier used by the WODisplayGroup to filter its objects.
setSortOrderings(NSArray<EOSortOrdering>) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets the receiver's array of EOSortOrderings to sortOrderings.
setSortOrderings(NSArray) - Method in class com.webobjects.eointerface.EODisplayGroup
Sets the EOSortOrdering objects that updateDisplayedObjects uses to sort the displayed objects to orderings.
setSortsByColumnOrder(boolean) - Method in class com.webobjects.eogeneration.EOTableController
 
setSortsByColumnOrder(boolean) - Method in class com.webobjects.eointerface.EOTableAssociation
Enables or disables sorting by column order.
setSourceEntityName(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSourceEntityName(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSourceObject(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setSourceObject(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setSpecialActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for special action buttons with icons.
setSpecialActionTitlePosition(int) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the title position in the special action buttons used as integration components for controllers activated by buttons.
setSpecialParameter(String, String) - Method in class com.webobjects.eogeneration.assistant._EOEditorValueCustomizer
 
setSpecialTextOnlyActionTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for special action buttons without icons (text only).
setSpecification(NSDictionary) - Method in class com.webobjects.eogeneration.assistant.EOAssistantRule
 
setStandardResourceBundle(ResourceBundle) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the resource bundle used by the methods on EOUserInterfaceParameters to retrieve localized and platform specific resources.
setStatement(String) - Method in class com.webobjects.eoaccess.EOSQLExpression
Sets the receiver's SQL statement to statement, which should be a valid expression in the target query language.
setStatisticsStore(WOStatisticsStore) - Method in class com.webobjects.appserver.WOApplication
Sets the WOStatisticsStore object to aStatisticsStore.
setStatus(int) - Method in class com.webobjects.appserver.WOResponse
Sets the HTTP status to aStatus.
setStatus(Object) - Method in class com.webobjects.woextensions.WOLongResponsePage
 
setStopsValidationAfterFirstError(boolean) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets according to yn whether this EOEditingContext stops validating after the first error is encountered, or continues for all objects (validation typically occurs during a save operation).
setStoredProcedure(EOStoredProcedure) - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Sets the receiver's stored procedure.
setStoredProcedure(EOStoredProcedure, String) - Method in class com.webobjects.eoaccess.EOEntity
Sets storedProcedure as a stored procedure for the receiver and associates with it the name operation, which must be one of the following:

FetchAllProcedureOperation FetchWithPrimaryKeyProcedureOperation InsertProcedureOperation DeleteProcedureOperation NextPrimaryKeyProcedureOperation
This information is used when changes from the object graph have been transformed into EODatabaseOperations that are being used to construct EOAdaptorOperations.
setStorePageInBacktrackCache(boolean) - Method in class com.webobjects.appserver.WOMessage
For WOAjaxHandlerRequests, the default is false.
setStoresIDsInCookies(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the use of cookies for storing the session and instance IDs.
setStoresIDsInURLs(boolean) - Method in class com.webobjects.appserver.WOSession
Enables or disables the use of URLs for storing the session and instance IDs.
setStrategyForService(WOEnterpriseObjectSerializationStrategy, String, String) - Static method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
A convenience method which gets the current org.apache.axis.MessageContext for the serialization/deserializtion operation in this thread, and sets the WOEnterpriseObjectSerializationStrategy.ContextPropertyName to rules
setString(String) - Method in class com.webobjects.appserver.parser.woml.WOHTMLBareStringReabable
 
setStringForNotANumber(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to display values that are incapable of being displayed as real numbers.
setStringForNull(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to represent null values.
setStringForZero(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the string this NSNumberFormatter uses to display zero values.
setStrings(NSArray) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
 
setStrings(NSArray) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringSelector
 
setStringsWithSelection(NSArray, NSArray) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringList
 
setStringsWithSelection(NSArray, String) - Method in class com.webobjects.eogeneration.assistant._EOEditorStringSelector
 
setStyle(String) - Method in class com.webobjects.webservices.client.WOClientOperation
Set the operation style to aStyle.
setSubContext(Object) - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Sets the sub-context.
setSubcontrollerArea(JComponent) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the receiver's subcontroller area, the component that holds the subcontroller integration comonents.
setSubstitutionEditingContext(EOEditingContext) - Static method in class com.webobjects.eocontrol.EOEditingContext
Assigns ec as the global replacement EOEditingContext to substitute for one in the process of being de-serialized.
setSupercontroller(EOController) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's supercontroller to controller and resets the receiver's actions.
setSupportForClass(EOQualifierSQLGeneration.Support, Class) - Static method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Sets the Support class to be used internally for the specified qualifier class.
setSupportForClass(EOKeyValueArchiving.Support, Class) - Static method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Sets the support object used for archiving and unarchiving for instances of aClass to support.
setSupportForClass(EOQualifier.ComparisonSupport, Class) - Static method in class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
Sets aClass as the support class to be used for comparing instances of aClass.
setSupportForClass(EOSortOrdering.ComparisonSupport, Class) - Static method in class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
Sets support as the support object to be used for comparing instances of aClass.
setSupportForClass(NSCoding.Support, Class) - Static method in class com.webobjects.foundation.NSCoding.Support
Sets support as the NSCoding.Support class to use for encoding and decoding instances of aClass.
setSuppressesAssociation(boolean) - Method in class com.webobjects.eogeneration.EOAssociationController
 
setSuppressesAssociation(boolean) - Method in class com.webobjects.eogeneration.EORangeValueController
 
setTable(Object) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method stores the corresponding table widget for the table column managed by this association.
setTableColumn(TableColumn) - Method in class com.webobjects.eogeneration.EOTableColumnController
 
setTableColumnCustomizer(EOSwingTableColumnPlugin.TableColumnCustomizer) - Static method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
This method sets the TableColumnCustomizer which will be used to obtain the CellRenderer and CellEditor for this plugin's column.
setTabSize(int) - Method in class com.webobjects.appserver.parser.declaration.JavaCharStream
 
setTagOpen(boolean) - Method in class com.webobjects.foundation.NSPropertyListSerialization._XML.DictionaryParser.XMLNode
 
setTarget(Object) - Method in class com.webobjects.eointerface.swing.EOControlActionAdapter
Sets the receiver's target to target.
setTargetNamespace(String) - Method in class com.webobjects.webservices.generation.WOOperationWSDLTemplate
Sets the target namespace string for this operation's definitions.
setTask(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setTask(String) - Method in class com.webobjects.directtoweb.D2WContext
Sets the value of the current task.
setTasks(String) - Method in class com.webobjects.directtoweb.D2WComponent
This method is intentionally undocumented.
setText(String) - Method in class com.webobjects.appserver.parser.woml.WOMLTextNode
 
setText(String) - Method in class com.webobjects.eointerface.swing.EOTextArea
Sets the text displayed in the text area.
setTextFieldValue(String) - Method in class com.webobjects.woextensions.WOAnyField
 
setTheCurrentItem(Object) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setTheCurrentItem(Object) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setTheList(NSArray) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setThousandSeparator(String) - Method in class com.webobjects.foundation.NSNumberFormatter
Sets the first character of newSeparator as the thousands separator for this NSNumberFormatter If newSeparator is the current decimal separator for this formatter, the thousands' separator and the decimal separator are swapped.
setTime(long) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. NSTimestamp objects are immutable.
setTimeInMillis(long) - Method in class com.webobjects.foundation._NSGregorianCalendar
 
setTimeOut(double) - Method in class com.webobjects.appserver.WOApplication
Sets the number of seconds the application can experience inactivity before it terminates execution.
setTimeOut(int) - Method in class com.webobjects.appserver.WOCookie
A negative value is used to indicate that there is no timeout, analogous to a NSTimestamp of null.
setTimeOut(double) - Method in class com.webobjects.appserver.WOSession
Set the session time-out in seconds.
setTimestampToNow() - Method in class com.webobjects.eoaccess.EODatabase
Sets the internal timestamp to the current system time.
setTimeZone(NSTimeZone) - Method in class com.webobjects.foundation._NSGregorianCalendar
 
setTimeZone(TimeZone) - Method in class com.webobjects.foundation._NSGregorianCalendar
 
settings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the settings with the display properties.
setTitle(String) - Method in class com.webobjects.eointerface.swing.EOFormCell
Sets the receiver's label to title.
setTitleColor(Color) - Method in class com.webobjects.eoapplication.EOBoxController
setTitleColor(Color) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the color used for titles, for example in boxes and tab views.
setTitleFont(Font) - Method in class com.webobjects.eoapplication.EOBoxController
setTitleFont(Font) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets the font used for titles, for example in boxes and tab views.
setTitleKeys(NSArray) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlePosition(int) - Method in class com.webobjects.eoapplication.EOBoxController
setTitlesDisplayGroup(EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesDisplayGroupProviderMethodName(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesEntityName(String) - Method in class com.webobjects.eogeneration.EOTitlesController
 
setTitlesFromObjects(Object[]) - Method in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Sets the Object array to use for populating the titles of popup menu's or selection matrices.
setTitlesFromObjects(Object[]) - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Sets the titles in the plugin's JComboBox.
setTitleWidth(int) - Method in class com.webobjects.eointerface.swing.EOFormCell
Sets the width of the receiver's label component.
setToMany(boolean) - Method in class com.webobjects.eoaccess.EORelationship
Sets a simple relationship as to-many according to bool.
setToolTip(String) - Method in class com.webobjects.eoapplication.EOAction
 
setToolTip(String) - Method in class com.webobjects.eoapplication.EOComponentController
Sets the tool tip text used for the controller's component.
setTransactionMovingAverageSampleSize(int) - Method in class com.webobjects.appserver.WOStatisticsStore
Sets the moving average sample size for each transaction to aCount.
setTransactionMovingAverageSampleSize(int) - Method in interface com.webobjects.appserver.WOStatisticsStoreMBean
 
setTransformer(Transformer) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
Sets the XSLT transformer that will be used to transform the XML output before the it is written out.
setTransientExplicitlyForbidden(boolean) - Method in class com.webobjects.eoapplication.EOController
Sets whether transience is explicitly forbidden for this controller.
setTransientValueForKey(Object, String) - Method in class com.webobjects.eoapplication.EODefaults
Stores a value with the key key as transient in the defaults manager.
setType(Class) - Method in class com.webobjects.appserver.WOComponentVariable
 
setType(EOEntityIndex.Type) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index type.
setType(String) - Method in class com.webobjects.eoaccess.EOEntityIndex
Set the value of the index type.
setType(String) - Method in class com.webobjects.eocontrol.EOEvent
Sets the receiver's type.
setTypeName(String) - Method in class com.webobjects.eoapplication.EOController
Sets the receiver's type name.
setUiStyle(String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
setUiStyle(String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
setUndoManager(NSUndoManager) - Method in class com.webobjects.eocontrol.EOEditingContext
Sets the receiver's NSUndoManager to undoManager.
setUndoManager(NSUndoManager) - Method in class com.webobjects.eocontrol.EOSharedEditingContext
Raises an exception unless undoManager is null.
setUpdatedColumnNames(Map<String, ? extends EOSchemaSynchronizationColumnChanges>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationTableChanges
Set the updated column names and updates descriptions.
setUpdatedTableNames(Map<String, ? extends EOSchemaSynchronizationTableChanges>) - Method in class com.webobjects.eoaccess.synchronization.EOSchemaSynchronizationModelChanges
Set the updated table names and updates descriptions.
setUpdateStrategy(int) - Method in class com.webobjects.eoaccess.EODatabaseContext
Sets the update strategy used by the receiver to strategy, which must be one of the following constants:
UpdateWithOptimisticLocking UpdateWithPessimisticLocking UpdateWithNoLocking
Throws an exception if the receiver has any transactions in progress, or if you try to set strategy to UpdateWithPessimisticLocking and the receiver's EODatabase already has snapshots.
setupJndiConfiguration() - Method in class com.webobjects.jdbcadaptor.JDBCContext
 
setUrl(String) - Method in class com.webobjects.appserver.WORedirect
Sets the URL to which the user's browser should be redirected.
setURL(String) - Method in class com.webobjects.appserver.WORedirect
Deprecated. : setURL is a deprecated method use instead setUrl.
setURLKey(String) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
setURLKey(String) - Method in class com.webobjects.eogeneration.EOValueAndURLController
 
setUseAliases(boolean) - Method in class com.webobjects.eoaccess.EOSQLExpression
Tells the receiver whether or not to use table aliases.
setUseBase64ForBinaryData(boolean) - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Sets the output mode for binary data (essentially array of bytes) to be either using the Base64 encoding or a simple series of numbers (-128 to 127) delimited by a space.
setUseBase64ForBinaryData(boolean) - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
setUseBindVariables(boolean) - Method in class com.webobjects.eoaccess.EOSQLExpression
Sets according to flag whether all instances of EOSQLExpression subclasses use bind variables.
setUseBorderWithActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons with icons use borders or not.
setUseBorderWithSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons with icons use borders or not.
setUseQuotedExternalNames(boolean) - Static method in class com.webobjects.eoaccess.EOSQLExpression
Deprecated. This static method is inappropriate in Java. Subclasses should implement their own policy on quoting identifiers.
setUserInfo(Map<String, Object>) - Method in class com.webobjects.appserver.WOContext
Sets a dictionary in the WOContext object that can contain, as a convenience, any kind of information related to the current response.
setUserInfo(Map<String, Object>) - Method in class com.webobjects.appserver.WOMessage
Sets a dictionary in the WOMessage object that can contain, as a convenience, any kind of information related to the current response.
setUserInfo(NSDictionary) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the dictionary of auxiliary data associated with the attribute to dictionary.
setUserInfo(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOEntity
Sets the dictionary of auxiliary user data to dictionary.
setUserInfo(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOEntityIndex
Sets the dictionary of auxiliary data, which the application can use for whatever it needs.
setUserInfo(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOModel
Sets the receiver's userInfo dictionary to dictionary.
setUserInfo(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EORelationship
Sets the dictionary of auxiliary data, which the application can use for whatever it needs.
setUserInfo(NSDictionary<String, Object>) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Sets the dictionary of auxiliary data, which your application can use for whatever it needs.
setUserInfo(Map<String, Object>) - Method in class com.webobjects.eocontrol.EOObjectStore
Sets a dictionary in the WOMessage object that can contain, as a convenience, any kind of information related to the current response.
setUserInfoForKey(Object, String) - Method in class com.webobjects.appserver.WOContext
Setes the value for key in the infor user dictionary
setUserInfoForKey(Object, String) - Method in class com.webobjects.appserver.WOMessage
Sets the value for key in the user info dictionary
setUserInfoForKey(Object, String) - Method in class com.webobjects.eocontrol.EOObjectStore
Setes the value for key in the infor user dictionary
setUsesAction(boolean) - Method in class com.webobjects.eogeneration.EOActionController
 
setUsesActivationAction(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets whether the activation action is to be used The activation action usually appears within another window's toolbar or menu and will open a new window controlled by this controller.
setUsesActivationButton(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether an activation button is used for this window (controller).
setUsesButton(boolean) - Method in class com.webobjects.eogeneration.EOActionController
 
setUsesContextRelativeEncoding(boolean) - Static method in class com.webobjects.eocontrol.EOEditingContext
Sets according to flag whether Serialization or use context relative encoding.
setUsesContinuousLayout(boolean) - Method in class com.webobjects.eoapplication.EOSplitController
 
setUsesDefaultBackgroundColors(boolean) - Method in class com.webobjects.eointerface.EOTextAssociation
This method defines whether the text widget managed by this association will use the global defaults for background colors.
setUsesDistinct(boolean) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
setUsesDistinct(boolean) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Sets whether duplicate objects or records are removed after fetching.
setUsesHorizontalLayout(boolean) - Method in class com.webobjects.eoapplication.EOComponentController
Sets whether the receiver uses horizontal or vertical layout.
setUsesLabelComponent(boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
setUsesLargeButtonRepresentation(boolean) - Method in class com.webobjects.eoapplication.EOActionButtonsController
setUsesLargeButtonRepresentation(boolean) - Method in class com.webobjects.eoapplication.EOActionTrigger
 
setUsesOptimisticRefresh(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls how the receiver redisplays on changes to objects.
setUsesPasswordField(boolean) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
setUseSpecialColors(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether widgets generated dynamically by controllers use the colors specified in EOUserInterfaceParameters or not.
setUseSpecialFonts(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether widgets generated dynamically by controllers use the fonts specified in EOUserInterfaceParameters or not.
setUsesTableLabels(boolean) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
setUsesTitledBorder(boolean) - Method in class com.webobjects.eoapplication.EOBoxController
setUsesUserDefaultsWindowLocation(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether this window will use user-defaults for its window location.
setUsesUserDefaultsWindowSize(boolean) - Method in class com.webobjects.eoapplication.EOWindowController
Sets the flag whether this window will use user-defaults for its window size.
setUseTitleWithActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether large-size action buttons with icons also display titles or not.
setUseTitleWithSmallActionIcons(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether small-size action buttons with icons also display titles or not.
setUseWindowMenus(boolean) - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Sets whether all windows (frames) of the application should show the standard application actions menu.
setUtility(_EOKeyPathUtility) - Static method in class com.webobjects.eogeneration._EOKeyPathUtility
 
setValidatesChangesImmediately(boolean) - Method in class com.webobjects.appserver.WODisplayGroup
Changes whether the WODisplayGroup immediately validates submitted changes.
setValidatesChangesImmediately(boolean) - Method in class com.webobjects.eointerface.EODisplayGroup
Controls the receiver's behavior on encountering a validation error.
setValue(Object, WOComponent) - Method in class com.webobjects.appserver.WOAssociation
Sets the value for this association in the component.
setValue(String) - Method in class com.webobjects.appserver.WOCookie
Sets the cookie's "value" attribute to aValue.
setValue(Object, WOComponent) - Method in class com.webobjects.appserver.WOVariableAssociation
 
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryBoolean
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryToManyField
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryToOneField
Sets the value to the specified new value.
setValue(Object) - Method in class com.webobjects.directtoweb.D2WQueryUnavailable
The current implementation does nothing.
setValue(Object) - Method in class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
setValue(Object) - Method in class com.webobjects.eogeneration.assistant.EOAssistantRule
 
SetValue - Static variable in class com.webobjects.eointerface.EOAssociation
Used to indicate that an aspect value has been set to a true/enabled value.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Sets the value of this plugin's widget to value.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Sets the checkbox to 'checked' or 'not-checked' and also sets the enabled state.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Set NSData object to be used for the image, and set the enabled state of the view.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Set the URL for the QuickTime movie to be diplayed, and set the enabled state of the view.
setValue(Object, boolean) - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Sets value as the object to display in the plugin's widget .
setValue(V) - Method in class com.webobjects.foundation.NSDictionary._JavaNSDictionaryMapEntry
 
setValue(Object) - Method in class com.webobjects.foundation.NSPropertyListSerialization._XML.DictionaryParser.XMLNode
 
setValue(Object) - Method in class com.webobjects.jspservlet.WOBindingTag
Sets the attribute value for this tag.
setValue(String) - Method in class com.webobjects.jspservlet.WOExtraHeaderTag
Sets the attribute value for this tag.
setValue(String) - Method in class com.webobjects.jspservlet.WOFormValueTag
Sets the attribute value for this tag.
setValue(Object) - Method in class com.webobjects.woextensions.WOAnyField
 
setValueAtColumnAndRow(Object, int, int) - Method in class com.webobjects.eointerface.EOTableAssociation
This method sets value on the table cell at the specified row and column.
setValueAtRow(Object, int) - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method sets the value Object for the specified row in this column.
setValueClassName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated. Use setClassName instead.
setValueFactoryMethodName(String) - Method in class com.webobjects.eoaccess.EOAttribute
Sets the name of the factory method which is invoked by the attribute to create a value for a custom class to factoryMethodName.
setValueForAspect(Object, String) - Method in class com.webobjects.eointerface.EOAssociation
Sets value in the selected enterprise object in the EODisplayGroup bound to aspect.
setValueForAspectAtIndex(Object, String, int) - Method in class com.webobjects.eointerface.EOAssociation
Sets a value of the enterprise object at index in the EODisplayGroup bound to aspect.
setValueForBinding(Object, String) - Method in class com.webobjects.appserver.WOComponent
Sets the value of the binding specified in the parent component.
setValueFormatter(Object) - Method in class com.webobjects.eointerface.EOWidgetAssociation
Attempts to set format as the formatter object for this association's display object.
setValueFormatter(Object) - Method in interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.For