org.apache.pluto.portalImpl.services.portletentityregistry
Class PortletEntityRegistry
java.lang.Object
org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistry
public class PortletEntityRegistry
- extends java.lang.Object
This class is a static accessor for a PortletPoolService
implementation.
Method Summary |
static org.apache.pluto.om.entity.PortletApplicationEntityList |
getPortletApplicationEntityList()
Returns the portlet application instance with the given id. |
static org.apache.pluto.om.entity.PortletEntity |
getPortletEntity(org.apache.pluto.om.common.ObjectID id)
Returns the portlet Entity with the given id. |
static void |
load()
|
static void |
refresh(org.apache.pluto.om.entity.PortletEntity portletEntity)
|
static void |
setPortletEntityRegistryService()
|
static void |
store()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletEntityRegistry
public PortletEntityRegistry()
getPortletApplicationEntityList
public static org.apache.pluto.om.entity.PortletApplicationEntityList getPortletApplicationEntityList()
- Returns the portlet application instance with the given id.
- Returns:
- the portlet application instance
getPortletEntity
public static org.apache.pluto.om.entity.PortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
- Returns the portlet Entity with the given id.
- Parameters:
id
- the identifier of the portlet Entity to be returned
- Returns:
- the portlet Entity
store
public static void store()
throws java.io.IOException
- Throws:
java.io.IOException
load
public static void load()
throws java.io.IOException
- Throws:
java.io.IOException
refresh
public static void refresh(org.apache.pluto.om.entity.PortletEntity portletEntity)
setPortletEntityRegistryService
public static void setPortletEntityRegistryService()
Copyright © 2003-2010 . All Rights Reserved.