|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl
public abstract class SocialRequestServiceBaseImpl
Provides the base implementation for the social request remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialRequestServiceImpl.
SocialRequestServiceImpl,
SocialRequestServiceUtil| Field Summary | |
|---|---|
protected ClassNameLocalService |
classNameLocalService
|
protected ClassNamePersistence |
classNamePersistence
|
protected ClassNameService |
classNameService
|
protected CounterLocalService |
counterLocalService
|
protected SocialRequestInterpreterLocalService |
socialRequestInterpreterLocalService
|
protected SocialRequestLocalService |
socialRequestLocalService
|
protected SocialRequestPersistence |
socialRequestPersistence
|
protected SocialRequestService |
socialRequestService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
SocialRequestServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
ClassNameService |
getClassNameService()
Returns the class name remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
SocialRequestInterpreterLocalService |
getSocialRequestInterpreterLocalService()
Returns the social request interpreter local service. |
SocialRequestLocalService |
getSocialRequestLocalService()
Returns the social request local service. |
SocialRequestPersistence |
getSocialRequestPersistence()
Returns the social request persistence. |
SocialRequestService |
getSocialRequestService()
Returns the social request remote service. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service. |
void |
setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
Sets the social request local service. |
void |
setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence. |
void |
setSocialRequestService(SocialRequestService socialRequestService)
Sets the social request remote service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| 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.SocialRequestService |
|---|
updateRequest |
| Field Detail |
|---|
@BeanReference(type=SocialRequestLocalService.class) protected SocialRequestLocalService socialRequestLocalService
@BeanReference(type=SocialRequestService.class) protected SocialRequestService socialRequestService
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=SocialRequestInterpreterLocalService.class) protected SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
| Constructor Detail |
|---|
public SocialRequestServiceBaseImpl()
| Method Detail |
|---|
public SocialRequestLocalService getSocialRequestLocalService()
public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
socialRequestLocalService - the social request local servicepublic SocialRequestService getSocialRequestService()
public void setSocialRequestService(SocialRequestService socialRequestService)
socialRequestService - the social request remote servicepublic SocialRequestPersistence getSocialRequestPersistence()
public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
socialRequestPersistence - the social request persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
public void setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
socialRequestInterpreterLocalService - the social request interpreter local servicepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface SocialRequestServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface SocialRequestServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||