org.apache.pluto.portlet.admin.services
Class PortletRegistryService
java.lang.Object
org.apache.pluto.portlet.admin.BaseAdminObject
org.apache.pluto.portlet.admin.services.PortletRegistryService
public class PortletRegistryService
- extends BaseAdminObject
Service concerned with portletentityregistry.xml persistence
- Author:
- Craig Doremus
- See Also:
PortletEntityRegistryPortlet
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 |
PortletRegistryService
public PortletRegistryService()
- Default constructor
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-2009 . All Rights Reserved.