public abstract class SocialRequestInterpreterLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.social.kernel.service.SocialRequestInterpreterLocalService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialRequestInterpreterLocalServiceImpl.
SocialRequestInterpreterLocalServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.social.kernel.service.SocialRequestInterpreterLocalService |
socialRequestInterpreterLocalService |
| Constructor and Description |
|---|
SocialRequestInterpreterLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.social.kernel.service.SocialRequestInterpreterLocalService |
getSocialRequestInterpreterLocalService()
Returns the social request interpreter local service.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setSocialRequestInterpreterLocalService(com.liferay.social.kernel.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service.
|
getClassLoader, getLocalizationMap@BeanReference(type=com.liferay.social.kernel.service.SocialRequestInterpreterLocalService.class) protected com.liferay.social.kernel.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public SocialRequestInterpreterLocalServiceBaseImpl()
public com.liferay.social.kernel.service.SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
public void setSocialRequestInterpreterLocalService(com.liferay.social.kernel.service.SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
socialRequestInterpreterLocalService - the social request interpreter local servicepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.social.kernel.service.SocialRequestInterpreterLocalServiceprotected void runSQL(String sql)
sql - the sql query