org.infoglue.deliver.portal.services
Class PortletEntityRegistryServiceFileImplIG

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.PortletEntityRegistryServiceFileImplIG

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

Version:
$Revision: 1.4 $
Author:
joran

Constructor Summary
PortletEntityRegistryServiceFileImplIG()
           
 
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.ServletContext aContext, org.apache.pluto.portalImpl.util.Properties aProperties)
           
 void load()
           
static void main(java.lang.String[] args)
           
 void refresh(org.apache.pluto.om.entity.PortletEntity portletEntity)
           
 void store()
           
 
Methods inherited from class org.apache.pluto.portalImpl.services.Service
destroy, destroy, init, init, postInit, postInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletEntityRegistryServiceFileImplIG

public PortletEntityRegistryServiceFileImplIG()
Method Detail

init

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

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 portletEntity)
Specified by:
refresh in class org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService

main

public static void main(java.lang.String[] args)


Copyright © 2005 InfoGlue.org All Rights Reserved.