|
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.BaseLocalServiceImpl
com.liferay.portal.service.base.QuartzLocalServiceBaseImpl
@ProviderType public abstract class QuartzLocalServiceBaseImpl
Provides the base implementation for the quartz 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 QuartzLocalServiceImpl.
QuartzLocalServiceImpl,
QuartzLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected QuartzLocalService |
quartzLocalService
|
| Constructor Summary | |
|---|---|
QuartzLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
QuartzLocalService |
getQuartzLocalService()
Returns the quartz local service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setQuartzLocalService(QuartzLocalService quartzLocalService)
Sets the quartz local service. |
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.QuartzLocalService |
|---|
checkQuartzTables |
| Field Detail |
|---|
@BeanReference(type=QuartzLocalService.class) protected QuartzLocalService quartzLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
| Constructor Detail |
|---|
public QuartzLocalServiceBaseImpl()
| Method Detail |
|---|
public QuartzLocalService getQuartzLocalService()
public void setQuartzLocalService(QuartzLocalService quartzLocalService)
quartzLocalService - the quartz local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface QuartzLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface QuartzLocalServicebeanIdentifier - the Spring bean ID for this beanprotected 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 | |||||||||