fr.paris.lutece.plugins.jsr168.pluto.services.portletentityregistry
Class PortletEntityRegistryServiceFileImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.Service
      extended by org.apache.pluto.portalImpl.services.portletentityregistry.PortletEntityRegistryService
          extended by fr.paris.lutece.plugins.jsr168.pluto.services.portletentityregistry.PortletEntityRegistryServiceFileImpl

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

A simple XML Castor file based implementation of the PortletEntityRegistryService

This store persit the PortletEntityRegistry informations


Constructor Summary
PortletEntityRegistryServiceFileImpl()
          Default constructor
 
Method Summary
 org.apache.pluto.om.entity.PortletApplicationEntityList getPortletApplicationEntityList()
           
 java.util.Map getPortletEntities()
          Return portlet entities defined for this web application
 org.apache.pluto.om.entity.PortletEntity getPortletEntity(org.apache.pluto.om.common.ObjectID id)
           
 void init(javax.servlet.ServletConfig servletConfig, org.apache.pluto.portalImpl.util.Properties properties)
           
 void load()
           
 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

PortletEntityRegistryServiceFileImpl

public PortletEntityRegistryServiceFileImpl()
Default constructor

Method Detail

init

public void init(javax.servlet.ServletConfig servletConfig,
                 org.apache.pluto.portalImpl.util.Properties properties)
          throws java.lang.Exception
Overrides:
init in class org.apache.pluto.portalImpl.services.Service
Throws:
java.lang.Exception
See Also:
Service.init(javax.servlet.ServletConfig, org.apache.pluto.portalImpl.util.Properties)

getPortletApplicationEntityList

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

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
See Also:
PortletEntityRegistryService.getPortletEntity(org.apache.pluto.om.common.ObjectID)

store

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

load

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

refresh

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

getPortletEntities

public java.util.Map getPortletEntities()
Return portlet entities defined for this web application

Returns:
portlet entities defined for this web application


Copyright © 2008 Mairie de Paris. All Rights Reserved.