org.infoglue.deliver.portal.services
Class PortletEntityRegistryServiceFileImplIG
java.lang.Object
|
+--org.apache.pluto.portalImpl.services.Service
|
+--org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
|
+--org.infoglue.deliver.portal.services.PortletEntityRegistryServiceFileImplIG
- public class PortletEntityRegistryServiceFileImplIG
- extends org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
- Version:
- $Revision: 1.3 $
- Author:
- joran
|
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()
|
static void |
main(java.lang.String[] args)
|
void |
refresh(org.apache.pluto.om.entity.PortletEntity portletEntity)
|
void |
store()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletEntityRegistryServiceFileImplIG
public PortletEntityRegistryServiceFileImplIG()
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 portletEntity)
- Specified by:
refresh in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
main
public static void main(java.lang.String[] args)