Class PortalLocalServiceWrapper
Object
com.liferay.portal.kernel.service.PortalLocalServiceWrapper
- All Implemented Interfaces:
BaseLocalService
,PortalLocalService
,ServiceWrapper<PortalLocalService>
public class PortalLocalServiceWrapper
extends Object
implements PortalLocalService, ServiceWrapper<PortalLocalService>
Provides a wrapper for
PortalLocalService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.void
setWrappedService
(PortalLocalService portalLocalService)
-
Constructor Details
-
PortalLocalServiceWrapper
public PortalLocalServiceWrapper() -
PortalLocalServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacePortalLocalService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<PortalLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<PortalLocalService>
-