@ProviderType public class PortletServiceWrapper extends java.lang.Object implements PortletService, ServiceWrapper<PortletService>
PortletService.PortletService| Constructor and Description |
|---|
PortletServiceWrapper(PortletService portletService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
JSONArray |
getWARPortlets() |
PortletService |
getWrappedPortletService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortletService |
getWrappedService() |
void |
setWrappedPortletService(PortletService portletService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PortletService) |
void |
setWrappedService(PortletService portletService) |
Portlet |
updatePortlet(long companyId,
java.lang.String portletId,
java.lang.String roles,
boolean active) |
public PortletServiceWrapper(PortletService portletService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortletServicepublic JSONArray getWARPortlets()
getWARPortlets in interface PortletServicepublic Portlet updatePortlet(long companyId, java.lang.String portletId, java.lang.String roles, boolean active) throws PortalException
updatePortlet in interface PortletServicePortalException@Deprecated public PortletService getWrappedPortletService()
getWrappedService()@Deprecated public void setWrappedPortletService(PortletService portletService)
setWrappedService(com.liferay.portal.service.PortletService)public PortletService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletService>public void setWrappedService(PortletService portletService)
setWrappedService in interface ServiceWrapper<PortletService>