com.liferay.portal.service
Class QuartzLocalServiceWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzLocalServiceWrapper
public QuartzLocalServiceWrapper(QuartzLocalService quartzLocalService)
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface QuartzLocalService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface QuartzLocalService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
checkQuartzTables
public void checkQuartzTables()
throws SystemException
- Specified by:
checkQuartzTables in interface QuartzLocalService
- Throws:
SystemException
getWrappedQuartzLocalService
public QuartzLocalService getWrappedQuartzLocalService()
setWrappedQuartzLocalService
public void setWrappedQuartzLocalService(QuartzLocalService quartzLocalService)