@Service(value="scheduleJobService") public class SimpleScheduleJobService extends GenericEntityService<ScheduleJobEntity,String> implements ScheduleJobService
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.quartz.Scheduler |
scheduler |
entityFactory, entityType, logger, logicPrimaryKeyValidator, primaryKeyType, validator| 构造器和说明 |
|---|
SimpleScheduleJobService() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Date> |
computeFireTimesBetween(org.quartz.spi.OperableTrigger trigger,
org.quartz.Calendar cal,
Date from,
Date to,
int num) |
protected org.quartz.JobDataMap |
createJobDataMap(String parameters) |
protected org.quartz.JobKey |
createJobKey(ScheduleJobEntity jobEntity) |
protected org.quartz.TriggerKey |
createTriggerKey(ScheduleJobEntity jobEntity) |
void |
disable(String id) |
void |
enable(String id) |
ScheduleJobDao |
getDao() |
protected org.hswebframework.web.id.IDGenerator<String> |
getIDGenerator() |
protected void |
startJob(ScheduleJobEntity jobEntity) |
dataExisted, deleteByPk, init, insert, saveOrUpdate, selectByPk, selectByPk, updateByPk, updateByPk, updateByPkassertNotNull, assertNotNull, createEntity, entityFactoryIsEnabled, getEntityInstanceType, getEntityType, getPrimaryKeyType, setEntityFactory, setLogicPrimaryKeyValidator, setValidator, tryValidate, tryValidate, tryValidate, tryValidateProperty, tryValidateProperty, tryValidatePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, select, selectPager, selectSinglesaveOrUpdate, updateByPk, updateByPkinsertdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkcount, createQuery, createQuery, selectcount, select, selectPager, selectSinglecreateUpdate, createUpdate, createUpdate, createUpdatecreateDelete, createDelete, createDeleteprotected org.hswebframework.web.id.IDGenerator<String> getIDGenerator()
public ScheduleJobDao getDao()
getDao 在接口中 DefaultDSLDeleteService<ScheduleJobEntity,String>getDao 在接口中 DefaultDSLUpdateService<ScheduleJobEntity,String>getDao 在接口中 DefaultQueryByEntityService<ScheduleJobEntity>getDao 在接口中 GenericService<ScheduleJobEntity,String>public static List<Date> computeFireTimesBetween(org.quartz.spi.OperableTrigger trigger, org.quartz.Calendar cal, Date from, Date to, int num)
protected void startJob(ScheduleJobEntity jobEntity)
protected org.quartz.JobDataMap createJobDataMap(String parameters)
protected org.quartz.JobKey createJobKey(ScheduleJobEntity jobEntity)
protected org.quartz.TriggerKey createTriggerKey(ScheduleJobEntity jobEntity)
public void enable(String id)
enable 在接口中 ScheduleJobServicepublic void disable(String id)
disable 在接口中 ScheduleJobServiceCopyright © 2018. All rights reserved.