Interface Y9logFlowableAccessLogCustomRepository
-
- All Known Implementing Classes:
Y9logFlowableAccessLogCustomRepositoryImpl
public interface Y9logFlowableAccessLogCustomRepository- Author:
- qinman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Long>listOperateTimeCount(String startDay, String endDay)org.springframework.data.domain.Page<Y9logFlowableAccessLog>page(int page, int rows, String sort)net.risesoft.pojo.Y9Page<net.risesoft.model.log.FlowableAccessLog>pageByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel search, String startDay, String endDay, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel search, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageSearchByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)voidsave(Y9logFlowableAccessLog y9logFlowableAccessLog)
-
-
-
Method Detail
-
page
org.springframework.data.domain.Page<Y9logFlowableAccessLog> page(int page, int rows, String sort)
-
pageByCondition
net.risesoft.pojo.Y9Page<net.risesoft.model.log.FlowableAccessLog> pageByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)
-
pageElapsedTimeByCondition
org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel search, String startDay, String endDay, String startTime, String endTime, Integer page, Integer rows) throws ParseException
- Throws:
ParseException
-
pageOperateStatusByOperateStatus
org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel search, String operateStatus, String date, String hour, Integer page, Integer rows) throws ParseException
- Throws:
ParseException
-
pageSearchByCondition
org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageSearchByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)
-
save
void save(Y9logFlowableAccessLog y9logFlowableAccessLog)
-
-