com.liferay.portal.service
Class QuartzLocalServiceWrapper

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

public class QuartzLocalServiceWrapper
extends java.lang.Object
implements QuartzLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for QuartzLocalService.

Author:
Brian Wing Shun Chan
See Also:
QuartzLocalService
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 com.liferay.portal.kernel.exception.SystemException
Specified by:
checkQuartzTables in interface QuartzLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWrappedQuartzLocalService

public QuartzLocalService getWrappedQuartzLocalService()