com.liferay.portal.service
Class PortletServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortletServiceWrapper
All Implemented Interfaces:
PortletService

public class PortletServiceWrapper
extends java.lang.Object
implements PortletService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for PortletService.

Author:
Brian Wing Shun Chan
See Also:
PortletService
Generated:

Constructor Summary
PortletServiceWrapper(PortletService portletService)
           
 
Method Summary
 com.liferay.portal.kernel.json.JSONArray getWARPortlets()
           
 PortletService getWrappedPortletService()
           
 Portlet updatePortlet(long companyId, java.lang.String portletId, java.lang.String roles, boolean active)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletServiceWrapper

public PortletServiceWrapper(PortletService portletService)
Method Detail

getWARPortlets

public com.liferay.portal.kernel.json.JSONArray getWARPortlets()
Specified by:
getWARPortlets in interface PortletService

updatePortlet

public Portlet updatePortlet(long companyId,
                             java.lang.String portletId,
                             java.lang.String roles,
                             boolean active)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updatePortlet in interface PortletService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedPortletService

public PortletService getWrappedPortletService()