Liferay 6.0.5

com.liferay.portal.service
Class QuartzLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.QuartzLocalServiceWrapper
All Implemented Interfaces:
QuartzLocalService

public class QuartzLocalServiceWrapper
extends Object
implements QuartzLocalService

This class is a wrapper for QuartzLocalService.

See Also:
QuartzLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
QuartzLocalServiceWrapper(QuartzLocalService quartzLocalService)
           
 
Method Summary
 void checkQuartzTables()
           
 QuartzLocalService getWrappedQuartzLocalService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzLocalServiceWrapper

public QuartzLocalServiceWrapper(QuartzLocalService quartzLocalService)
Method Detail

checkQuartzTables

public void checkQuartzTables()
                       throws SystemException
Specified by:
checkQuartzTables in interface QuartzLocalService
Throws:
SystemException

getWrappedQuartzLocalService

public QuartzLocalService getWrappedQuartzLocalService()

Liferay 6.0.5