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

Packages that use PersistentInformation
org.apache.wsrp4j.persistence   
org.apache.wsrp4j.persistence.xml   
org.apache.wsrp4j.persistence.xml.driver   
 

Uses of PersistentInformation in org.apache.wsrp4j.persistence
 

Methods in org.apache.wsrp4j.persistence that return PersistentInformation
 PersistentInformation PersistentDataObject.getPersistentInformation()
          Get the PersistentInformation for this PersistentDataObject
 

Methods in org.apache.wsrp4j.persistence with parameters of type PersistentInformation
 void PersistentDataObject.setPersistentInformation(PersistentInformation persistentInfo)
          Sets the PersistentInformation object for this PersistentDataObject
 

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

Subinterfaces of PersistentInformation in org.apache.wsrp4j.persistence.xml
 interface PersistentInformationXML
          This class defines the interface for persistent information needed to store and retrieve PersistentDataObjects with castor XML support.
 

Methods in org.apache.wsrp4j.persistence.xml that return PersistentInformation
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(ServiceDescriptionList serviceDescriptionList)
          Returns the persistent file information for the ServiceDescription
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(PortletDescriptionList portletDescriptionList)
          Returns the persistent file information for the PortletDescription
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(RegistrationList registrationList)
          Returns the persistent file information for the Registration
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(ConsumerConfiguredPortletList cceList)
          Returns the persistent file information for the ConsumerConfiguredPortlet
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(ConsumerPortletRegistrationList regList)
          Returns the persistent file information for the ConsumerPortletRegistrationList
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(PageList pageList)
          Returns the persistent file information for the Page
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(UserList userList)
          Returns the persistent file information for the User
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the Producer
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(ConsumerPortletContextList consumerPortletContextList)
          Returns the persistent file information for the ConsumerPortletContext
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement PersistentInformation
 class PersistentInformationImpl
          Contains the persistent file store information for the castor xml file support.
 

Fields in org.apache.wsrp4j.persistence.xml.driver declared as PersistentInformation
private  PersistentInformation PersistentDataObjectImpl._persistentInfo
           
 

Methods in org.apache.wsrp4j.persistence.xml.driver that return PersistentInformation
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(PageList pageList)
          Returns the persistent file information for the Page
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(ConsumerPortletContextList consumerPortletContextList)
          Returns the persistent file information for the ConsumerPortletContext
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(ServiceDescriptionList serviceDescriptionList)
          Returns the persistent file information for the ServiceDescription
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(PortletDescriptionList portletDescriptionList)
          Returns the persistent file information for the PortletDescription
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(RegistrationList registrationList)
          Returns the persistent file information for the Registration
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(ConsumerConfiguredPortletList cceList)
          Returns the persistent file information for the ConsumerConfiguredPortlet
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(ConsumerPortletRegistrationList regList)
          Returns the persistent file information for the ConsumerPortletRegistrationList
 PersistentInformation PersistentDataObjectImpl.getPersistentInformation()
          Returns the persistent information object, contained in this data object.
 

Methods in org.apache.wsrp4j.persistence.xml.driver with parameters of type PersistentInformation
 void PersistentDataObjectImpl.setPersistentInformation(PersistentInformation persistentInfo)
          Set the persistent information object to this data object.
 



--