com.liferay.portal.service
Class PortalLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortalLocalServiceWrapper
- All Implemented Interfaces:
- PortalLocalService
public class PortalLocalServiceWrapper
- extends Object
- implements PortalLocalService
This class is 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)
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()
setWrappedPortalLocalService
public void setWrappedPortalLocalService(PortalLocalService portalLocalService)