|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.social.service.base.SocialRequestInterpreterLocalServiceBaseImpl
@ProviderType public abstract class SocialRequestInterpreterLocalServiceBaseImpl
Provides the base implementation for the social request interpreter local service.
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,
SocialRequestInterpreterLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected SocialRequestInterpreterLocalService |
socialRequestInterpreterLocalService
|
| Constructor Summary | |
|---|---|
SocialRequestInterpreterLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
SocialRequestInterpreterLocalService |
getSocialRequestInterpreterLocalService()
Returns the social request interpreter local service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service. |
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.social.service.SocialRequestInterpreterLocalService |
|---|
addRequestInterpreter, deleteRequestInterpreter, interpret, processConfirmation, processRejection |
| Field Detail |
|---|
@BeanReference(type=SocialRequestInterpreterLocalService.class) protected SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public SocialRequestInterpreterLocalServiceBaseImpl()
| Method Detail |
|---|
public SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
public void setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
socialRequestInterpreterLocalService - the social request interpreter local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface SocialRequestInterpreterLocalServiceprotected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||