Uses of Interface
org.nakedobjects.runtime.persistence.objectstore.transaction.DestroyObjectCommand

Packages that use DestroyObjectCommand
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.objectstore.inmemory.internal.commands   
org.nakedobjects.runtime.persistence.objectstore   
 

Uses of DestroyObjectCommand in org.nakedobjects.runtime.objectstore.inmemory
 

Methods in org.nakedobjects.runtime.objectstore.inmemory that return DestroyObjectCommand
 DestroyObjectCommand InMemoryObjectStore.createDestroyObjectCommand(NakedObject object)
           
 

Uses of DestroyObjectCommand in org.nakedobjects.runtime.objectstore.inmemory.internal.commands
 

Classes in org.nakedobjects.runtime.objectstore.inmemory.internal.commands that implement DestroyObjectCommand
 class InMemoryDestroyObjectCommand
           
 

Uses of DestroyObjectCommand in org.nakedobjects.runtime.persistence.objectstore
 

Methods in org.nakedobjects.runtime.persistence.objectstore that return DestroyObjectCommand
 DestroyObjectCommand NakedObjectStoreLogger.createDestroyObjectCommand(NakedObject object)
           
 DestroyObjectCommand NakedObjectStoreDelegating.createDestroyObjectCommand(NakedObject object)
           
 DestroyObjectCommand ObjectStorePersistence.createDestroyObjectCommand(NakedObject object)
          Removes the specified object from the object store.
 



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