@ProviderType public class PortalLocalServiceWrapper extends java.lang.Object implements PortalLocalService, ServiceWrapper<PortalLocalService>
PortalLocalService.PortalLocalService| Constructor and Description |
|---|
PortalLocalServiceWrapper(PortalLocalService portalLocalService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
PortalLocalService |
getWrappedPortalLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortalLocalService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPortalLocalService(PortalLocalService portalLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PortalLocalService) |
void |
setWrappedService(PortalLocalService portalLocalService) |
public PortalLocalServiceWrapper(PortalLocalService portalLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PortalLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PortalLocalServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public PortalLocalService getWrappedPortalLocalService()
getWrappedService()@Deprecated public void setWrappedPortalLocalService(PortalLocalService portalLocalService)
setWrappedService(com.liferay.portal.service.PortalLocalService)public PortalLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<PortalLocalService>public void setWrappedService(PortalLocalService portalLocalService)
setWrappedService in interface ServiceWrapper<PortalLocalService>