org.apache.wsrp4j.persistence
Interface ClientPersistentFactory

All Superinterfaces:
PersistentFactory
All Known Implementing Classes:
ClientPersistentFactoryImpl

public interface ClientPersistentFactory
extends PersistentFactory

This class is the interface definition for the client persistence support factory class. E.g. a consumer uses client persistent support.

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

Method Summary
 PersistentDataObject getConsumerPortletContextList()
          Returns the ConsumerPortletContextList
 PersistentDataObject getPageList()
          Returns a PageList
 
Methods inherited from interface org.apache.wsrp4j.persistence.PersistentFactory
getPersistentHandler, getPersistentInformationProvider, getPortletList, getProducerList, getUserList
 

Method Detail

getPageList

public PersistentDataObject getPageList()
                                 throws WSRPException
Returns a PageList

Returns:
PersistentDataObject
Throws:
WSRPException

getConsumerPortletContextList

public PersistentDataObject getConsumerPortletContextList()
                                                   throws WSRPException
Returns the ConsumerPortletContextList

Returns:
PersistentDataObject
Throws:
WSRPException


--