Liferay 7.0-ce-a3

com.liferay.portal.service
Class PortalLocalServiceWrapper

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

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

Provides a wrapper for PortalLocalService.

See Also:
PortalLocalService

Constructor Summary
PortalLocalServiceWrapper(PortalLocalService portalLocalService)
           
 
Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PortalLocalService getWrappedPortalLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 PortalLocalService getWrappedService()
           
 void setWrappedPortalLocalService(PortalLocalService portalLocalService)
          Deprecated. As of 6.1.0, replaced by 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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface PortalLocalService
Returns:
the OSGi service identifier

getWrappedPortalLocalService

@Deprecated
public PortalLocalService getWrappedPortalLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedPortalLocalService

@Deprecated
public void setWrappedPortalLocalService(PortalLocalService portalLocalService)
Deprecated. As of 6.1.0, replaced by 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 7.0-ce-a3