org.apache.wsrp4j.persistence.xml
Interface ClientPersistentInformationProvider

All Superinterfaces:
PersistentInformationProvider
All Known Implementing Classes:
ClientPersistentInformationProviderImpl

public interface ClientPersistentInformationProvider
extends PersistentInformationProvider

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

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

Method Summary
 PersistentInformation getPersistentInformation(ConsumerPortletContextList consumerPortletContextList)
          Returns the persistent file information for the ConsumerPortletContext
 PersistentInformation getPersistentInformation(PageList pageList)
          Returns the persistent file information for the Page
 PersistentInformation getPersistentInformation(PortletList portletList)
          Returns the persistent file information for the Portlet
 PersistentInformation getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the Producer
 PersistentInformation getPersistentInformation(UserList userList)
          Returns the persistent file information for the User
 

Method Detail

getPersistentInformation

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

Parameters:
portletList -
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(PageList pageList)
Returns the persistent file information for the Page

Parameters:
pageList -
Returns:
PersistentInformation

getPersistentInformation

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

Parameters:
userList -
Returns:
PersistentInformation

getPersistentInformation

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

Parameters:
producerList -
Returns:
PersistentInformation

getPersistentInformation

public PersistentInformation getPersistentInformation(ConsumerPortletContextList consumerPortletContextList)
Returns the persistent file information for the ConsumerPortletContext

Parameters:
consumerPortletContextList - ConsumerPortletContextList
Returns:
PersistentInformation


--