Uses of Interface
org.apache.wsrp4j.persistence.PersistentDataObject

Packages that use PersistentDataObject
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
org.apache.wsrp4j.persistence   
org.apache.wsrp4j.persistence.xml   
org.apache.wsrp4j.persistence.xml.driver   
org.apache.wsrp4j.producer.driver   
org.apache.wsrp4j.producer.provider.driver   
org.apache.wsrp4j.producer.provider.pluto.driver   
 

Uses of PersistentDataObject in org.apache.wsrp4j.consumer.app.driver
 

Fields in org.apache.wsrp4j.consumer.app.driver declared as PersistentDataObject
private  PersistentDataObject UserRegistryImpl.persistentDataObject
           
private  PersistentDataObject PortletRegistryImpl.persistentDataObject
           
private  PersistentDataObject PortletRegistryImpl.persistentDataObjectContext
           
private  PersistentDataObject PageRegistryImpl.persistentDataObject
           
 

Methods in org.apache.wsrp4j.consumer.app.driver with parameters of type PersistentDataObject
private  void PortletRegistryImpl.store(PersistentDataObject persistentDataObject)
          Store the input PersistentDataObject to the persistent store
private  void PortletRegistryImpl.delete(PersistentDataObject persistentDataObject)
          Delete the input PersistentDataObject from the persistent store
 

Uses of PersistentDataObject in org.apache.wsrp4j.consumer.driver
 

Fields in org.apache.wsrp4j.consumer.driver declared as PersistentDataObject
protected  PersistentDataObject GenericPersistentProducerRegistryImpl.persistentDataObject
           
 

Uses of PersistentDataObject in org.apache.wsrp4j.persistence
 

Methods in org.apache.wsrp4j.persistence that return PersistentDataObject
 PersistentDataObject PersistentFactory.getPortletList()
          Returns the PortletList
 PersistentDataObject PersistentFactory.getUserList()
          Returns the UserList
 PersistentDataObject PersistentFactory.getProducerList()
          Returns the ProducerList
 PersistentDataObject ClientPersistentFactory.getPageList()
          Returns a PageList
 PersistentDataObject ClientPersistentFactory.getConsumerPortletContextList()
          Returns the ConsumerPortletContextList
 PersistentDataObject PersistentHandler.restore(PersistentDataObject persistentDataObject)
          Restore a single object into the persistentDataObject from the persistent store
 PersistentDataObject PersistentHandler.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known objects into the persistentDataObject from the persistent store
 PersistentDataObject ServerPersistentFactory.getRegistrationList()
          Returns the RegistrationList
 PersistentDataObject ServerPersistentFactory.getConsumerConfiguredPortletList()
          Returns the ConsumerConfiguredPortletList
 PersistentDataObject ServerPersistentFactory.getPortletDescriptionList()
          Returns the PortletDescriptionList
 PersistentDataObject ServerPersistentFactory.getServiceDescriptionList()
          Returns the ServiceDescriptionList
 PersistentDataObject ServerPersistentFactory.getConsumerPortletRegistrationList()
          Returns the ConsumerPortletRegistrationList
 

Methods in org.apache.wsrp4j.persistence with parameters of type PersistentDataObject
 void PersistentHandler.store(PersistentDataObject persistentDataObject)
          Store a single object from the PersistentDataObject to persistent store.
 PersistentDataObject PersistentHandler.restore(PersistentDataObject persistentDataObject)
          Restore a single object into the persistentDataObject from the persistent store
 PersistentDataObject PersistentHandler.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known objects into the persistentDataObject from the persistent store
 void PersistentHandler.delete(PersistentDataObject persistentDataObject)
          Delete a object from the persistent store
 

Uses of PersistentDataObject in org.apache.wsrp4j.persistence.xml
 

Subinterfaces of PersistentDataObject in org.apache.wsrp4j.persistence.xml
 interface PersistentDataObjectXML
          This class is the generic interface for the PersistentDataObject implementations with XML support.
 

Uses of PersistentDataObject in org.apache.wsrp4j.persistence.xml.driver
 

Classes in org.apache.wsrp4j.persistence.xml.driver that implement PersistentDataObject
 class ConsumerConfiguredPortletList
          This class collects ConsumerConfiguredPortlets and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ConsumerPortletContextList
          This class collects ConsumerPortletContext objects and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ConsumerPortletRegistrationList
          This class collects ConsumerPortletRegistrations and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PageList
          This class collects Pages and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PersistentDataObjectImpl
          This class is the abstract implementation of the class PersistentDataObjectXML.
 class PortletDescriptionList
          This class collects PortletDescriptions and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PortletList
          This class collects Portlets and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ProducerList
          This class collects Producer and implements the marshal / unmarshal methods for CASTOR XML file support.
 class RegistrationList
          This class collects Registration objects and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ServiceDescriptionList
          This class contains a ServiceDescription and implements the marshal / unmarshal methods for CASTOR XML file support.
 class UserList
          This class collects Users and implements the marshal / unmarshal methods for CASTOR XML file support.
 

Methods in org.apache.wsrp4j.persistence.xml.driver that return PersistentDataObject
 PersistentDataObject PersistentHandlerImpl.restore(PersistentDataObject persistentDataObject)
          Restores a single XML file into the persistentDataObject.
 PersistentDataObject PersistentHandlerImpl.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known XML files from the persistent store into the PersistentDataObject.
 PersistentDataObject ClientPersistentFactoryImpl.getPortletList()
          Returns the PortletList
 PersistentDataObject ClientPersistentFactoryImpl.getConsumerPortletContextList()
          Returns the ConsumerPortletContextList
 PersistentDataObject ClientPersistentFactoryImpl.getProducerList()
          Returns the ProducerList
 PersistentDataObject ClientPersistentFactoryImpl.getPageList()
          Returns the PageList
 PersistentDataObject ClientPersistentFactoryImpl.getUserList()
          Returns the UserList
 PersistentDataObject ServerPersistentFactoryImpl.getPortletList()
          Returns the PortletList
 PersistentDataObject ServerPersistentFactoryImpl.getProducerList()
          Returns the ProducerList
 PersistentDataObject ServerPersistentFactoryImpl.getRegistrationList()
          Returns the RegistrationList
 PersistentDataObject ServerPersistentFactoryImpl.getUserList()
          Returns the UserList
 PersistentDataObject ServerPersistentFactoryImpl.getConsumerConfiguredPortletList()
          Returns the ConsumerConfiguredPortletList
 PersistentDataObject ServerPersistentFactoryImpl.getPortletDescriptionList()
          Returns the PortletDescriptionList
 PersistentDataObject ServerPersistentFactoryImpl.getServiceDescriptionList()
          Returns the ServiceDescriptionList
 PersistentDataObject ServerPersistentFactoryImpl.getConsumerPortletRegistrationList()
          Returns the ConsumerPortletRegistrationList
 

Methods in org.apache.wsrp4j.persistence.xml.driver with parameters of type PersistentDataObject
 void PersistentHandlerImpl.store(PersistentDataObject persistentDataObject)
          Store a single XML file, contained in the persistentDataObject to the persistent file store via the marshalFile method of the input object.
 PersistentDataObject PersistentHandlerImpl.restore(PersistentDataObject persistentDataObject)
          Restores a single XML file into the persistentDataObject.
 PersistentDataObject PersistentHandlerImpl.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known XML files from the persistent store into the PersistentDataObject.
 void PersistentHandlerImpl.delete(PersistentDataObject persistentDataObject)
          Delete the related XML persistent file of the input persistentDataObject information.
 

Uses of PersistentDataObject in org.apache.wsrp4j.producer.driver
 

Fields in org.apache.wsrp4j.producer.driver declared as PersistentDataObject
private  PersistentDataObject ConsumerRegistryImpl.persistentDataObject
           
 

Methods in org.apache.wsrp4j.producer.driver with parameters of type PersistentDataObject
private  void ConsumerRegistryImpl.store(PersistentDataObject persistentDataObject)
          Store the given Registration to persistent store
private  void ConsumerRegistryImpl.delete(PersistentDataObject persistentDataObject)
          Delete the given Registration from persistent store
 

Uses of PersistentDataObject in org.apache.wsrp4j.producer.provider.driver
 

Fields in org.apache.wsrp4j.producer.provider.driver declared as PersistentDataObject
private  PersistentDataObject PortletRegistrationFilterImpl.persistentDataObject
           
 

Methods in org.apache.wsrp4j.producer.provider.driver with parameters of type PersistentDataObject
private  void PortletRegistrationFilterImpl.delete(PersistentDataObject persistentDataObject)
          Delete the ConsumerPortletRegistration object from persistent store
private  void PortletRegistrationFilterImpl.store(PersistentDataObject persistentDataObject)
          Store the ConsumerPortletRegistration object to persistent store
 

Uses of PersistentDataObject in org.apache.wsrp4j.producer.provider.pluto.driver
 

Fields in org.apache.wsrp4j.producer.provider.pluto.driver declared as PersistentDataObject
private  PersistentDataObject PortletPoolImpl.persistentDataObject
           
private  PersistentDataObject DescriptionHandlerImpl.persistentDataObject
           
 

Methods in org.apache.wsrp4j.producer.provider.pluto.driver with parameters of type PersistentDataObject
private  void PortletPoolImpl.store(PersistentDataObject persistentDataObject)
          Store the object to persistent store
private  void PortletPoolImpl.delete(PersistentDataObject persistentDataObject)
          Delete the object from persistent store
private  void DescriptionHandlerImpl.store(PersistentDataObject persistentDataObject)
          Stores the ServiceDescription to persistent store
 



--