Liferay 6.2-ce-ga5

com.liferay.portal.service
Class PortletServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortletServiceWrapper
All Implemented Interfaces:
BaseService, PortletService, ServiceWrapper<PortletService>

@ProviderType
public class PortletServiceWrapper
extends Object
implements PortletService, ServiceWrapper<PortletService>

Provides a wrapper for PortletService.

See Also:
PortletService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
PortletServiceWrapper(PortletService portletService)
           
 
Method Summary
 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(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, 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

PortletServiceWrapper

public PortletServiceWrapper(PortletService portletService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PortletService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PortletService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getWARPortlets

public JSONArray getWARPortlets()
Specified by:
getWARPortlets in interface PortletService

updatePortlet

public Portlet updatePortlet(long companyId,
                             String portletId,
                             String roles,
                             boolean active)
                      throws PortalException,
                             SystemException
Specified by:
updatePortlet in interface PortletService
Throws:
PortalException
SystemException

getWrappedPortletService

public PortletService getWrappedPortletService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedPortletService

public void setWrappedPortletService(PortletService portletService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PortletService)


getWrappedService

public PortletService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PortletService>

setWrappedService

public void setWrappedService(PortletService portletService)
Specified by:
setWrappedService in interface ServiceWrapper<PortletService>

Liferay 6.2-ce-ga5