public class PortletServiceWrapper extends Object implements PortletService, ServiceWrapper<PortletService>
PortletService.PortletService| Constructor and Description |
|---|
PortletServiceWrapper(PortletService portletService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
JSONArray |
getWARPortlets() |
PortletService |
getWrappedService() |
void |
setWrappedService(PortletService portletService) |
Portlet |
updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
public PortletServiceWrapper(PortletService portletService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortletServicepublic JSONArray getWARPortlets()
getWARPortlets in interface PortletServicepublic Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws PortalException
updatePortlet in interface PortletServicePortalExceptionpublic PortletService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletService>public void setWrappedService(PortletService portletService)
setWrappedService in interface ServiceWrapper<PortletService>