Uses of Interface
org.gvsig.tools.persistence.PersistentState

Packages that use PersistentState
org.gvsig.tools.persistence   
org.gvsig.tools.persistence.impl   
org.gvsig.tools.persistence.spi   
org.gvsig.tools.persistence.xml   
org.gvsig.tools.service   
org.gvsig.tools.service.spi   
 

Uses of PersistentState in org.gvsig.tools.persistence
 

Methods in org.gvsig.tools.persistence that return PersistentState
 PersistentState PersistenceManager.getState(Object obj)
           Creates a persistent state from an Persistent object.
 PersistentState PersistenceManager.getState(Object obj, boolean collectAllErrors)
          Creates a persistent state from an Persistent object.
 PersistentState PersistenceManager.loadState(InputStream in)
           De-serializes an state from the data read from the provided reader.
 

Methods in org.gvsig.tools.persistence with parameters of type PersistentState
 Object PersistenceManager.create(PersistentState state)
           Instantiates an object from a persistent state.
 Object PersistenceFactory.createFromState(PersistentState state)
          Create an instance of the object represented by the state.
 PersistenceFactory PersistenceManager.Factories.get(PersistentState state)
          Return factory associated to the object stored in the state.
 Class AbstractMultiPersistenceFactory.getManagedClass(PersistentState state)
           
 Class PersistenceFactory.getManagedClass(PersistentState state)
          Return the class or interface the factory asociate to the object.
 Class AbstractSinglePersistenceFactory.getManagedClass(PersistentState state)
           
 void Persistent.loadFromState(PersistentState state)
          Set the state of the object from the state passed as parameter.
 void AbstractMultiPersistenceFactory.loadFromState(PersistentState state, Object object)
           
 void PersistenceFactory.loadFromState(PersistentState state, Object object)
          Load a instance of classToUse from state data.
 void AbstractSinglePersistenceFactory.loadFromState(PersistentState state, Object object)
           
 boolean AbstractMultiPersistenceFactory.manages(PersistentState state)
           
 boolean PersistenceFactory.manages(PersistentState state)
          Informs if this factory can recreate the object represented by state.
 boolean AbstractSinglePersistenceFactory.manages(PersistentState state)
           
 void PersistenceManager.saveState(PersistentState state, OutputStream out)
           Serializes the PersistentState and writes the serialized data in the provided OutputStream.
 void Persistent.saveToState(PersistentState state)
          Saves the internal state of the object on the provided PersistentState object.
 void PersistenceFactory.saveToState(PersistentState state, Object obj)
          Fill state with data to persist of obj.
 void PersistenceManager.validate(PersistentState state, int mode)
           Validates persistent state by using the corresponding registered attribute definition.
 void PersistenceManager.validateAll(PersistentState state, int mode)
           Validates all persistent state related to the state by using the corresponding registered attribute definition.
 

Uses of PersistentState in org.gvsig.tools.persistence.impl
 

Classes in org.gvsig.tools.persistence.impl that implement PersistentState
 class AbstractPersistentState
           
 

Methods in org.gvsig.tools.persistence.impl that return PersistentState
 PersistentState DefaultPersistentContext.getState(Integer id)
           
 PersistentState AbstractPersistenceManager.getState(Object obj)
           
 PersistentState DefaultPersistentContext.getState(Object obj)
           
 PersistentState AbstractPersistenceManager.getState(Object obj, boolean collectAllErrors)
           
 

Methods in org.gvsig.tools.persistence.impl with parameters of type PersistentState
 PersistentContextServices.ObjectReference DefaultPersistentContext.add(PersistentState state, Object obj)
           
 Object AbstractPersistenceManager.create(PersistentState state)
           
 Object DynObjectPersistenceFactory.createFromState(PersistentState state)
           
 Object SimplePersistenceFactory.createFromState(PersistentState state)
           
 PersistentContextServices.ObjectReference DefaultPersistentContext.get(PersistentState state)
           
 PersistenceFactory DefaultFactories.get(PersistentState state)
           
 Class DynObjectPersistenceFactory.getManagedClass(PersistentState state)
           
 Class SimplePersistenceFactory.getManagedClass(PersistentState state)
           
 void DynObjectPersistenceFactory.loadFromState(PersistentState state, Object object)
           
 void SimplePersistenceFactory.loadFromState(PersistentState state, Object object)
           
 boolean DynObjectPersistenceFactory.manages(PersistentState state)
           
 boolean SimplePersistenceFactory.manages(PersistentState state)
           
 void DynObjectPersistenceFactory.saveToState(PersistentState state, Object obj)
           
 void SimplePersistenceFactory.saveToState(PersistentState state, Object obj)
           
 void AbstractPersistenceManager.validate(PersistentState state, int mode)
           
 void AbstractPersistenceManager.validateAll(PersistentState state, int mode)
           
 

Uses of PersistentState in org.gvsig.tools.persistence.spi
 

Subinterfaces of PersistentState in org.gvsig.tools.persistence.spi
 interface PersistentStateServices
           
 

Methods in org.gvsig.tools.persistence.spi that return PersistentState
 PersistentState PersistentContextServices.ObjectReference.getState()
          Return the state associated to this object reference.
 PersistentState PersistentContextServices.getState(Integer id)
          Deprecated.  
 PersistentState PersistentContextServices.getState(Object obj)
          Deprecated.  
 

Methods in org.gvsig.tools.persistence.spi with parameters of type PersistentState
 PersistentContextServices.ObjectReference PersistentContextServices.add(PersistentState state, Object obj)
          Add a reference to the object associated to the state.
 PersistentContextServices.ObjectReference PersistentContextServices.get(PersistentState state)
          Return the object reference associated to the state passed as parameter.
 

Uses of PersistentState in org.gvsig.tools.persistence.xml
 

Methods in org.gvsig.tools.persistence.xml that return PersistentState
 PersistentState ZipXMLPersistenceManager.loadState(InputStream in)
           
 PersistentState XMLPersistenceManager.loadState(InputStream in)
           
 

Methods in org.gvsig.tools.persistence.xml with parameters of type PersistentState
 void ZipXMLPersistenceManager.saveState(PersistentState state, OutputStream out)
           
 void XMLPersistenceManager.saveState(PersistentState state, OutputStream out)
           
 

Uses of PersistentState in org.gvsig.tools.service
 

Methods in org.gvsig.tools.service with parameters of type PersistentState
protected abstract  void AbstractPersistentService.doLoadFromState(PersistentState state)
          Set the state of the child class persistent attributes from the state passed as parameter.
protected abstract  void AbstractPersistentService.doSaveToState(PersistentState state)
          Saves the internal state of the child class persistent attributes on the provided PersistentState object.
 void AbstractPersistentService.loadFromState(PersistentState state)
           
 void AbstractPersistentService.saveToState(PersistentState state)
           
 

Uses of PersistentState in org.gvsig.tools.service.spi
 

Methods in org.gvsig.tools.service.spi with parameters of type PersistentState
protected abstract  void AbstractPersistentProviderServices.doLoadFromState(PersistentState state)
          Set the state of the child class persistent attributes from the state passed as parameter.
protected abstract  void AbstractPersistentProviderServices.doSaveToState(PersistentState state)
          Saves the internal state of the child class persistent attributes on the provided PersistentState object.
 void AbstractPersistentProviderServices.loadFromState(PersistentState state)
           
 void AbstractPersistentProviderServices.saveToState(PersistentState state)
           
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.