|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.services.persistence.PersistenceManager
Static accessor to the Portal Persistence Service for storing and retrieving portlet instances.
| Constructor Summary | |
PersistenceManager()
|
|
| Method Summary | |
static PortletInstance |
getInstance(Portlet portlet,
Profile profile)
Retrieves a portlet instance from persistent storage for the given portlet. |
static PortletInstance |
getInstance(Portlet portlet,
org.apache.turbine.util.RunData data)
Retrieves a portlet instance from persistent storage for the given portlet. |
static java.util.List |
getInstances(Profile profile)
Retrieves a List of portlet instances for the given profile. |
static java.util.List |
getInstances(org.apache.turbine.util.RunData data)
Retrieves a List of portlet instances for the current profile. |
protected static PortalPersistenceService |
getService()
|
static void |
store(PortletInstance pPortlet)
Store a portlet instance to permenant storage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PersistenceManager()
| Method Detail |
public static java.util.List getInstances(Profile profile)
throws PortletException
profile - Retrieve instances from this profile.
PortletException
public static java.util.List getInstances(org.apache.turbine.util.RunData data)
throws PortletException
data - Request rundata.
PortletException
public static PortletInstance getInstance(Portlet portlet,
Profile profile)
portlet - The portlet to retrieve an instance for
public static PortletInstance getInstance(Portlet portlet,
org.apache.turbine.util.RunData data)
portlet - The portlet to retrieve an instance fordata - Request rundata.
public static void store(PortletInstance pPortlet)
throws PortalPersistenceException
PortalPersistenceException - if there were problems
storing the PSMLDocument to persistent storage.protected static PortalPersistenceService getService()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||