Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class PortalLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortalLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PortalLocalService, ServiceWrapper<PortalLocalService>

public class PortalLocalServiceWrapper
extends Object
implements PortalLocalService, ServiceWrapper<PortalLocalService>

This class is a wrapper for PortalLocalService.

See Also:
PortalLocalService

Constructor Summary
PortalLocalServiceWrapper(PortalLocalService portalLocalService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 PortalLocalService getWrappedPortalLocalService()
          Deprecated. Renamed to getWrappedService()
 PortalLocalService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPortalLocalService(PortalLocalService portalLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortalLocalService)
 void setWrappedService(PortalLocalService portalLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalLocalServiceWrapper

public PortalLocalServiceWrapper(PortalLocalService portalLocalService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface PortalLocalService
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 PortalLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getWrappedPortalLocalService

public PortalLocalService getWrappedPortalLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedPortalLocalService

public void setWrappedPortalLocalService(PortalLocalService portalLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortalLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(PortalLocalService portalLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<PortalLocalService>

Liferay 6.1.2-ce-ga3