com.liferay.portal.service
Class PortalLocalServiceWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalLocalServiceWrapper
public PortalLocalServiceWrapper(PortalLocalService portalLocalService)
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface PortalLocalService
- Returns:
- the OSGi service identifier
getWrappedService
public PortalLocalService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<PortalLocalService>
setWrappedService
public void setWrappedService(PortalLocalService portalLocalService)
- Specified by:
setWrappedService in interface ServiceWrapper<PortalLocalService>