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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cService
private static PortletEntityRegistryService cService
PortletEntityRegistry
public PortletEntityRegistry()
getPortletApplicationEntityList
public static PortletApplicationEntityList getPortletApplicationEntityList()
- Returns the portlet application instance with the given id.
- Returns:
- the portlet application instance
getPortletEntity
public static PortletEntity getPortletEntity(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(PortletEntity portletEntity)
setPortletEntityRegistryService
public static void setPortletEntityRegistryService()