|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.PortletServiceWrapper
public class PortletServiceWrapper
This class is a wrapper for PortletService
.
PortletService
Constructor Summary | |
---|---|
PortletServiceWrapper(PortletService portletService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JSONArray |
getWARPortlets()
|
PortletService |
getWrappedPortletService()
Deprecated. Renamed to getWrappedService() |
PortletService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedPortletService(PortletService portletService)
Deprecated. Renamed to 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 getBeanIdentifier()
getBeanIdentifier
in interface PortletService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface PortletService
beanIdentifier
- the Spring bean ID for this beanpublic JSONArray getWARPortlets()
getWARPortlets
in interface PortletService
public Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws PortalException, SystemException
updatePortlet
in interface PortletService
PortalException
SystemException
public PortletService getWrappedPortletService()
getWrappedService()
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 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |