public abstract class BackgroundTaskServiceBaseImpl
extends com.liferay.portal.service.BaseServiceImpl
implements com.liferay.portal.service.BackgroundTaskService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in BackgroundTaskServiceImpl.
BackgroundTaskServiceImpl,
BackgroundTaskServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.service.BackgroundTaskLocalService |
backgroundTaskLocalService |
protected com.liferay.portal.service.persistence.BackgroundTaskPersistence |
backgroundTaskPersistence |
protected com.liferay.portal.service.BackgroundTaskService |
backgroundTaskService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
BackgroundTaskServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.portal.service.BackgroundTaskLocalService |
getBackgroundTaskLocalService()
Returns the background task local service.
|
com.liferay.portal.service.persistence.BackgroundTaskPersistence |
getBackgroundTaskPersistence()
Returns the background task persistence.
|
com.liferay.portal.service.BackgroundTaskService |
getBackgroundTaskService()
Returns the background task remote service.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setBackgroundTaskLocalService(com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService)
Sets the background task local service.
|
void |
setBackgroundTaskPersistence(com.liferay.portal.service.persistence.BackgroundTaskPersistence backgroundTaskPersistence)
Sets the background task persistence.
|
void |
setBackgroundTaskService(com.liferay.portal.service.BackgroundTaskService backgroundTaskService)
Sets the background task remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId@BeanReference(type=com.liferay.portal.service.BackgroundTaskLocalService.class) protected com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService
@BeanReference(type=com.liferay.portal.service.BackgroundTaskService.class) protected com.liferay.portal.service.BackgroundTaskService backgroundTaskService
@BeanReference(type=com.liferay.portal.service.persistence.BackgroundTaskPersistence.class) protected com.liferay.portal.service.persistence.BackgroundTaskPersistence backgroundTaskPersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
public com.liferay.portal.service.BackgroundTaskLocalService getBackgroundTaskLocalService()
public void setBackgroundTaskLocalService(com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService)
backgroundTaskLocalService - the background task local servicepublic com.liferay.portal.service.BackgroundTaskService getBackgroundTaskService()
public void setBackgroundTaskService(com.liferay.portal.service.BackgroundTaskService backgroundTaskService)
backgroundTaskService - the background task remote servicepublic com.liferay.portal.service.persistence.BackgroundTaskPersistence getBackgroundTaskPersistence()
public void setBackgroundTaskPersistence(com.liferay.portal.service.persistence.BackgroundTaskPersistence backgroundTaskPersistence)
backgroundTaskPersistence - the background task persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portal.service.BackgroundTaskServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portal.service.BackgroundTaskServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query