@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
JSONArray |
getWARPortlets() |
PortletService |
getWrappedPortletService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortletService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 getBeanIdentifier()
getBeanIdentifier in interface PortletServicepublic JSONArray getWARPortlets()
getWARPortlets in interface PortletServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PortletServicebeanIdentifier - the Spring bean ID for this beanpublic 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>