org.apache.pluto.portlet.admin.services
Class PortletRegistryService

java.lang.Object
  extended by org.apache.pluto.portlet.admin.BaseAdminObject
      extended by org.apache.pluto.portlet.admin.services.PortletRegistryService

public class PortletRegistryService
extends BaseAdminObject

Service concerned with portletentityregistry.xml persistence

Author:
Craig Doremus
See Also:
PortletEntityRegistryPortlet

Constructor Summary
PortletRegistryService()
          Default constructor
 
Method Summary
 java.util.List addPortletPreference(java.lang.String perPath, java.lang.String appId, java.lang.String portletId)
           
static java.lang.String getNextAppId()
           
 java.util.List getPageRegistryData(java.lang.String prPath)
           
 void getPortletEntityRegistry(javax.portlet.RenderRequest request)
           
 java.util.List getPortletEntityRegistry(java.lang.String perPath)
           
 void getPortletEntityRegistryApp(javax.portlet.ActionRequest request)
           
 void getPortletPreferences(javax.portlet.ActionRequest request)
           
 java.util.List getPortletPreferences(java.lang.String perPath, java.lang.String appId, java.lang.String portletId)
           
 
Methods inherited from class org.apache.pluto.portlet.admin.BaseAdminObject
logDebug, logError, logError, logMethodEnd, logMethodEnd, logMethodStart, logParam, logParam, logParam, logVar, logVar, logVar, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRegistryService

public PortletRegistryService()
Default constructor

Method Detail

getPageRegistryData

public java.util.List getPageRegistryData(java.lang.String prPath)

getPortletEntityRegistry

public java.util.List getPortletEntityRegistry(java.lang.String perPath)

getPortletPreferences

public java.util.List getPortletPreferences(java.lang.String perPath,
                                            java.lang.String appId,
                                            java.lang.String portletId)

addPortletPreference

public java.util.List addPortletPreference(java.lang.String perPath,
                                           java.lang.String appId,
                                           java.lang.String portletId)

getNextAppId

public static java.lang.String getNextAppId()

getPortletEntityRegistry

public void getPortletEntityRegistry(javax.portlet.RenderRequest request)

getPortletEntityRegistryApp

public void getPortletEntityRegistryApp(javax.portlet.ActionRequest request)

getPortletPreferences

public void getPortletPreferences(javax.portlet.ActionRequest request)


Copyright © 2003-2011 . All Rights Reserved.