@ProviderType 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 PortletService
public JSONArray getWARPortlets()
getWARPortlets
in interface PortletService
public Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws PortalException
updatePortlet
in interface PortletService
PortalException
public PortletService getWrappedService()
getWrappedService
in interface ServiceWrapper<PortletService>
public void setWrappedService(PortletService portletService)
setWrappedService
in interface ServiceWrapper<PortletService>