Liferay 7.0-ce-m3

com.liferay.portal.service.impl
Class QuartzLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.QuartzLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.QuartzLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, QuartzLocalService

public class QuartzLocalServiceImpl
extends QuartzLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.QuartzLocalServiceBaseImpl
counterLocalService, quartzLocalService
 
Constructor Summary
QuartzLocalServiceImpl()
           
 
Method Summary
 void checkQuartzTables()
           
 
Methods inherited from class com.liferay.portal.service.base.QuartzLocalServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getQuartzLocalService, runSQL, setBeanIdentifier, setCounterLocalService, setQuartzLocalService
 
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
 

Constructor Detail

QuartzLocalServiceImpl

public QuartzLocalServiceImpl()
Method Detail

checkQuartzTables

public void checkQuartzTables()

Liferay 7.0-ce-m3