Liferay 6.0.5

com.liferay.portal.service
Interface QuartzLocalService

All Known Implementing Classes:
QuartzLocalServiceBaseImpl, QuartzLocalServiceImpl, QuartzLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface QuartzLocalService

The interface for the quartz local service.

Never modify or reference this interface directly. Always use QuartzLocalServiceUtil to access the quartz local service. Add custom service methods to QuartzLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
QuartzLocalServiceUtil, QuartzLocalServiceBaseImpl, QuartzLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void checkQuartzTables()
           
 

Method Detail

checkQuartzTables

void checkQuartzTables()
                       throws SystemException
Throws:
SystemException

Liferay 6.0.5