org.infoglue.deliver.portal.services
Class PortletEntityRegistryServiceDBImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.Service
      extended by org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
          extended by 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)
           
protected  void init(javax.servlet.ServletConfig conf, org.apache.pluto.portalImpl.util.Properties props)
           
 void load()
           
protected  void postInit(javax.servlet.ServletConfig conf)
           
 void refresh(org.apache.pluto.om.entity.PortletEntity entity)
           
 void store()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.pluto.portalImpl.services.Service
destroy, destroy, init, init, postInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Throws:
java.io.IOException

load

public void load()
          throws java.io.IOException
Specified by:
load in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
Throws:
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

init

protected void init(javax.servlet.ServletConfig conf,
                    org.apache.pluto.portalImpl.util.Properties props)
             throws java.lang.Exception
Overrides:
init in class org.apache.pluto.portalImpl.services.Service
Throws:
java.lang.Exception

postInit

protected void postInit(javax.servlet.ServletConfig conf)
                 throws java.lang.Exception
Overrides:
postInit in class org.apache.pluto.portalImpl.services.Service
Throws:
java.lang.Exception


Copyright © 2005 InfoGlue.org All Rights Reserved.