com.liferay.portal.service
Class PortletServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletServiceWrapper
- All Implemented Interfaces:
- PortletService
public class PortletServiceWrapper
- extends Object
- implements PortletService
This class is a wrapper for PortletService
.
- See Also:
PortletService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletServiceWrapper
public PortletServiceWrapper(PortletService portletService)
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()