org.apache.pluto.portalImpl.services.portletentityregistry
Class PortletEntityRegistry

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistry

public class PortletEntityRegistry
extends java.lang.Object

This class is a static accessor for a PortletPoolService implementation.


Field Summary
private static PortletEntityRegistryService cService
           
 
Constructor Summary
PortletEntityRegistry()
           
 
Method Summary
static PortletApplicationEntityList getPortletApplicationEntityList()
          Returns the portlet application instance with the given id.
static PortletEntity getPortletEntity(ObjectID id)
          Returns the portlet Entity with the given id.
static void load()
           
static void refresh(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
 

Field Detail

cService

private static PortletEntityRegistryService cService
Constructor Detail

PortletEntityRegistry

public PortletEntityRegistry()
Method Detail

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()