org.apache.wsrp4j.persistence.xml
Interface ServerPersistentInformationProvider

All Superinterfaces:
PersistentInformationProvider
All Known Implementing Classes:
ServerPersistentInformationProviderImpl

public interface ServerPersistentInformationProvider
extends PersistentInformationProvider

Contains the persistent file store information for the castor xml file support used by server applications e.g. producers.

Version:
$Id: ServerPersistentInformationProvider.java,v 1.4 2005/08/10 14:59:59 cziegeler Exp $
Author:
Ralf Altrichter

Method Summary
 PersistentInformation getPersistentInformation(ConsumerConfiguredPortletList cceList)
          Returns the persistent file information for the ConsumerConfiguredPortlet
 PersistentInformation getPersistentInformation(ConsumerPortletRegistrationList regList)
          Returns the persistent file information for the ConsumerPortletRegistrationList
 PersistentInformation getPersistentInformation(PortletDescriptionList portletDescriptionList)
          Returns the persistent file information for the PortletDescription
 PersistentInformation getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation getPersistentInformation(RegistrationList registrationList)
          Returns the persistent file information for the Registration
 PersistentInformation getPersistentInformation(ServiceDescriptionList serviceDescriptionList)
          Returns the persistent file information for the ServiceDescription
 PersistentInformation getPersistentInformation(UserList userList)
          Returns the persistent file information for the user
 

Method Detail

getPersistentInformation

public PersistentInformation getPersistentInformation(ServiceDescriptionList serviceDescriptionList)
Returns the persistent file information for the ServiceDescription

Parameters:
serviceDescriptionList - ServiceDescriptionList
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(PortletDescriptionList portletDescriptionList)
Returns the persistent file information for the PortletDescription

Parameters:
portletDescriptionList - PortletDescriptionList
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(RegistrationList registrationList)
Returns the persistent file information for the Registration

Parameters:
registrationList - RegistrationList
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(ConsumerConfiguredPortletList cceList)
Returns the persistent file information for the ConsumerConfiguredPortlet

Parameters:
cceList - ConsumerConfiguredPortletList
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(ProducerList producerList)
Returns the persistent file information for the producers

Parameters:
producerList -
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(UserList userList)
Returns the persistent file information for the user

Parameters:
userList -
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(PortletList portletList)
Returns the persistent file information for the Portlet

Parameters:
portletList -
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(ConsumerPortletRegistrationList regList)
Returns the persistent file information for the ConsumerPortletRegistrationList

Parameters:
regList - ConsumerPortletRegistrationList
Returns:
PersistentInformation


--