@Service @Transactional public class SysTaskService extends BaseService<SysTask>
log
Constructor and Description |
---|
SysTaskService() |
Modifier and Type | Method and Description |
---|---|
PageHandler |
getPage(Short siteId,
Integer status,
Date beginUpdateDate,
Integer pageIndex,
Integer pageSize) |
void |
updateStatus(Integer id,
int status) |
boolean |
updateStatusToRunning(Integer id) |
delete, delete, getEntity, getEntity, getEntitys, getEntitys, save, save, update, update
@Transactional(readOnly=true) public PageHandler getPage(Short siteId, Integer status, Date beginUpdateDate, Integer pageIndex, Integer pageSize)
siteId
- status
- beginUpdateDate
- pageIndex
- pageSize
- public void updateStatus(Integer id, int status)
id
- status
- public boolean updateStatusToRunning(Integer id)
id
- Copyright © 2018. All rights reserved.