Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Class PortletServiceWrapper

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

public class PortletServiceWrapper
extends Object
implements PortletService, ServiceWrapper<PortletService>

This class is a wrapper for PortletService.

See Also:
PortletService

Constructor Summary
PortletServiceWrapper(PortletService portletService)
           
 
Method Summary
 JSONArray getWARPortlets()
           
 PortletService getWrappedPortletService()
          Deprecated. Renamed to getWrappedService()
 PortletService getWrappedService()
           
 void setWrappedPortletService(PortletService portletService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortletService)
 void setWrappedService(PortletService portletService)
           
 Portlet updatePortlet(long companyId, String portletId, 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 JSONArray getWARPortlets()
Specified by:
getWARPortlets in interface PortletService

updatePortlet

public Portlet updatePortlet(long companyId,
                             String portletId,
                             String roles,
                             boolean active)
                      throws PortalException,
                             SystemException
Specified by:
updatePortlet in interface PortletService
Throws:
PortalException
SystemException

getWrappedPortletService

public PortletService getWrappedPortletService()
Deprecated. Renamed to getWrappedService()


setWrappedPortletService

public void setWrappedPortletService(PortletService portletService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortletService)


getWrappedService

public PortletService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PortletService>

setWrappedService

public void setWrappedService(PortletService portletService)
Specified by:
setWrappedService in interface ServiceWrapper<PortletService>

Liferay 6.1.10-ee-ga1