|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.PortletServiceWrapper
@ProviderType public class PortletServiceWrapper
Provides a wrapper for PortletService.
PortletService| Constructor Summary | |
|---|---|
PortletServiceWrapper(PortletService portletService)
|
|
| Method Summary | |
|---|---|
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,
String portletId,
String roles,
boolean active)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletServiceWrapper(PortletService portletService)
| Method Detail |
|---|
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortletServicepublic JSONArray getWARPortlets()
getWARPortlets in interface PortletService
public Portlet updatePortlet(long companyId,
String portletId,
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>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||