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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PORTLET_REGISTRY_CONTENT_NAME
public static final java.lang.String PORTLET_REGISTRY_CONTENT_NAME
- See Also:
- Constant Field Values
PortletEntityRegistryServiceDBImpl
public PortletEntityRegistryServiceDBImpl()
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