WebObjects 5.1

Uses of Class
com.webobjects.foundation.NSMutableDictionary

Packages that use NSMutableDictionary
com.webobjects.appserver   
com.webobjects.directtoweb   
com.webobjects.eoaccess   
com.webobjects.foundation   
com.webobjects.jdbcadaptor   
com.webobjects.jndiadaptor Provides an implementation of an Enterprise Objects Frameworks (EOF) adaptor for JNDI data sources. 
com.webobjects.woextensions   
 

Uses of NSMutableDictionary in com.webobjects.appserver
 

Methods in com.webobjects.appserver that return NSMutableDictionary
 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 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").
 

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 EODatabaseOperation.newRow()
          Returns a dictionary representation of the receiver's enterprise object.
 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 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 EORelationship.encodeIntoPropertyList(NSMutableDictionary result)
           
 void EOStoredProcedure.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the definitions of this EOStoredProcedure into a property list.
 void EODatabaseOperation.setNewRow(NSMutableDictionary newRow)
          Sets the dictionary representation of the receiver's enterprise object.
 void EOEntity.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver as a property list.
 void EOPropertyListEncoding.encodeIntoPropertyList(NSMutableDictionary dic)
          Encodes the receiver as a property list.
 void EOAttribute.encodeIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver as a property list.
 void EOAdaptorChannel.Delegate.adaptorChannelDidFetchRow(Object object, NSMutableDictionary row)
          Invoked from fetchRow after a row is fetched successfully.
 void EOModel.encodeTableOfContentsIntoPropertyList(NSMutableDictionary result)
          Encodes the receiver into result.
 void EOSQLQualifier.encodeIntoPropertyList(NSMutableDictionary result)
          Deprecated.  
 

Uses of NSMutableDictionary in com.webobjects.foundation
 

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

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.woextensions
 

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


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.