com.liferay.portal.service
Class PortletServiceWrapper
java.lang.Object
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:
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 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()