Uses of Class
org.nakedobjects.plugins.xml.objectstore.internal.data.ObjectData

Packages that use ObjectData
org.nakedobjects.plugins.xml.objectstore.internal.data   
org.nakedobjects.plugins.xml.objectstore.internal.data.xml   
 

Uses of ObjectData in org.nakedobjects.plugins.xml.objectstore.internal.data
 

Methods in org.nakedobjects.plugins.xml.objectstore.internal.data that return ObjectData
 ObjectData ObjectDataVector.element(int i)
           
 

Methods in org.nakedobjects.plugins.xml.objectstore.internal.data with parameters of type ObjectData
 void ObjectDataVector.addElement(ObjectData instanceData)
           
 boolean ObjectDataVector.contains(ObjectData data)
           
 ObjectDataVector DataManager.getInstances(ObjectData pattern)
          Return data for all instances that match the pattern.
 void DataManager.insertObject(ObjectData data)
          Save the data for an object and adds the reference to a list of instances
 int DataManager.numberOfInstances(ObjectData pattern)
          Return the number of instances that match the specified data
 

Uses of ObjectData in org.nakedobjects.plugins.xml.objectstore.internal.data.xml
 

Methods in org.nakedobjects.plugins.xml.objectstore.internal.data.xml with parameters of type ObjectData
 ObjectDataVector XmlDataManager.getInstances(ObjectData pattern)
           
 void XmlDataManager.insertObject(ObjectData data)
          Save the data for an object and adds the reference to a list of instances
protected  boolean XmlDataManager.matchesPattern(ObjectData patternData, ObjectData candidateData)
          A helper that determines if two sets of data match.
 int XmlDataManager.numberOfInstances(ObjectData pattern)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.