org.infoglue.deliver.portal.services
Class PortletEntityRegistryServiceDBImpl

java.lang.Object
  |
  +--org.apache.pluto.portalImpl.services.Service
        |
        +--org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
              |
              +--org.infoglue.deliver.portal.services.PortletEntityRegistryServiceDBImpl

public class PortletEntityRegistryServiceDBImpl
extends org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService

Infoglue native portlet entity registry service. The registry is loaded/stored in the infoglue database as a digital asset named "portletentityregistry.xml".

Author:
jand

Field Summary
static java.lang.String PORTLET_REGISTRY_CONTENT_NAME
           
 
Constructor Summary
PortletEntityRegistryServiceDBImpl()
           
 
Method Summary
 org.apache.pluto.om.entity.PortletApplicationEntityList getPortletApplicationEntityList()
           
 org.apache.pluto.om.entity.PortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
           
 void load()
           
 void refresh(org.apache.pluto.om.entity.PortletEntity entity)
           
 void store()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PORTLET_REGISTRY_CONTENT_NAME

public static final java.lang.String PORTLET_REGISTRY_CONTENT_NAME
See Also:
Constant Field Values
Constructor Detail

PortletEntityRegistryServiceDBImpl

public PortletEntityRegistryServiceDBImpl()
Method Detail

getPortletApplicationEntityList

public org.apache.pluto.om.entity.PortletApplicationEntityList getPortletApplicationEntityList()
Specified by:
getPortletApplicationEntityList in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService

getPortletEntity

public org.apache.pluto.om.entity.PortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
Specified by:
getPortletEntity in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService

store

public void store()
           throws java.io.IOException
Specified by:
store in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
java.io.IOException

load

public void load()
          throws java.io.IOException
Specified by:
load in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
java.io.IOException

refresh

public void refresh(org.apache.pluto.om.entity.PortletEntity entity)
Specified by:
refresh in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object