WebObjects 5.2.3

Uses of Class
com.webobjects.foundation.NSMutableDictionary

Packages that use NSMutableDictionary
com.webobjects.appserver Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. 
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.foundation Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. 
com.webobjects.jdbcadaptor Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. 
com.webobjects.jndiadaptor Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources. 
com.webobjects.webservices.client Provides classes that can be used to create a client to consume Web services provided by other applications. 
com.webobjects.woextensions The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. 
 

Uses of NSMutableDictionary in com.webobjects.appserver
 

Methods in com.webobjects.appserver that return NSMutableDictionary
 NSMutableDictionary WOStatisticsStore.memoryUsage()
          Gets an NSMutableDictionary that indicates the total amount of memory in the Java Virtual Machine (access this value using the dictionary key "Total Memory"), and an approximation of the amount of free memory in the system (access this value using the dictionary key "Free Memory").
 NSMutableDictionary WODisplayGroup.queryBindings()
          You use this method to perform a query stored in the EOModel file.
 NSMutableDictionary WODisplayGroup.queryMatch()
          The qualifierFromQueryValues method uses this dictionary along with the queryMax and queryMin dictionaries to construct qualifiers.
 NSMutableDictionary WODisplayGroup.queryMax()
          Provides a dictionary of "less than" query values.
 NSMutableDictionary WODisplayGroup.queryMin()
          Provides a dictionary of "greater than" query values.
 NSMutableDictionary WODisplayGroup.queryOperator()
          If a key in the queryMatch dictionary also exists in queryOperator, that operator for that key is used.
 NSMutableDictionary WOApplication.handleMalformedCookieString(RuntimeException anException, String cookieString, NSMutableDictionary aReturnDict)
          Invoked when a malformed cookie is parsed.
 

Methods in com.webobjects.appserver with parameters of type NSMutableDictionary
 NSMutableDictionary WOApplication.handleMalformedCookieString(RuntimeException anException, String cookieString, NSMutableDictionary aReturnDict)
          Invoked when a malformed cookie is parsed.
 

Uses of NSMutableDictionary in com.webobjects.directtoweb
 

Methods in com.webobjects.directtoweb that return NSMutableDictionary
 NSMutableDictionary D2WPage.extraBindings()
          This method is intentionally undocumented.
 

Methods in com.webobjects.directtoweb with parameters of type NSMutableDictionary
 void D2WPage.setExtraBindings(NSMutableDictionary extraBindings)
          This method is intentionally undocumented.
 

Uses of NSMutableDictionary in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return NSMutableDictionary
 NSMutableDictionary EOSQLExpression.aliasesByRelationshipPath()
          Returns a dictionary of table aliases.
abstract  NSMutableDictionary EOSQLExpression.bindVariableDictionaryForAttribute(EOAttribute attribute, Object value)
          Implemented by subclasses to create and return the bind variable dictionary for attribute and value.
 NSMutableDictionary EODatabaseOperation.newRow()
          Returns a dictionary representation of the receiver's enterprise object.
 NSMutableDictionary EOAdaptorChannel.dictionaryWithObjectsForAttributes(Object[] objects, NSArray attributes)
          Used by EOAdaptorChannel subclasses to create dictionaries that can be returned from fetchRow.
abstract  NSMutableDictionary EOAdaptorChannel.fetchRow()
          An abstract method that should be implemented by subclasses to fetch the next row from the result set of the last selectAttributes, executeStoredProcedure, or evaluateExpression message sent to the receiver.
 

Methods in com.webobjects.eoaccess with parameters of type NSMutableDictionary
 void EOStoredProcedure.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the definitions of this EOStoredProcedure into a property list.
 void EOSQLQualifier.encodeIntoPropertyList(NSMutableDictionary result)
          Deprecated.  
 void EORelationship.encodeIntoPropertyList(NSMutableDictionary result)
           
 void EOPropertyListEncoding.encodeIntoPropertyList(NSMutableDictionary dic)
          Encodes the receiver as a property list.
 void EOModel.encodeTableOfContentsIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver into result.
 void EOEntity.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver as a property list.
 void EODatabaseOperation.setNewRow(NSMutableDictionary newRow)
          Sets the dictionary representation of the receiver's enterprise object.
 void EOAttribute.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver as a property list.
 void EOAdaptorChannel.Delegate.adaptorChannelDidFetchRow(EOAdaptorChannel channel, NSMutableDictionary row)
          Invoked from fetchRow after a row is fetched successfully.
 

Uses of NSMutableDictionary in com.webobjects.foundation
 

Methods in com.webobjects.foundation that return NSMutableDictionary
 NSMutableDictionary NSMutableDictionary.mutableClone()
          Creates a new NSMutableDictionary with the same collection of keys and their values as this one currently contains.
 NSMutableDictionary NSDictionary.mutableClone()
           
 

Uses of NSMutableDictionary in com.webobjects.jdbcadaptor
 

Methods in com.webobjects.jdbcadaptor that return NSMutableDictionary
 NSMutableDictionary JDBCExpression.bindVariableDictionaryForAttribute(EOAttribute att, Object value)
           
 NSMutableDictionary JDBCChannel.fetchRow()
           
 

Uses of NSMutableDictionary in com.webobjects.jndiadaptor
 

Methods in com.webobjects.jndiadaptor that return NSMutableDictionary
 NSMutableDictionary JNDIChannel.fetchRow()
           
 

Uses of NSMutableDictionary in com.webobjects.webservices.client
 

Methods in com.webobjects.webservices.client that return NSMutableDictionary
 NSMutableDictionary WOWebServiceClient.servicesDictionary()
          Returns an NSMutableDictionary containing a mapping of service name to WOWebServices.
 

Uses of NSMutableDictionary in com.webobjects.woextensions
 

Fields in com.webobjects.woextensions declared as NSMutableDictionary
 NSMutableDictionary WOStatsPage.sessionsDict
           
 NSMutableDictionary WOEventDisplayPage.cache
           
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.