Class Y9logFlowableAccessLogCustomRepositoryImpl
- java.lang.Object
-
- net.risesoft.y9public.repository.custom.impl.Y9logFlowableAccessLogCustomRepositoryImpl
-
- All Implemented Interfaces:
Y9logFlowableAccessLogCustomRepository
@Component @Transactional(value="rsPublicTransactionManager", readOnly=true) public class Y9logFlowableAccessLogCustomRepositoryImpl extends Object implements Y9logFlowableAccessLogCustomRepository- Author:
- guoweijun, shidaobang, mengjuhua
-
-
Constructor Summary
Constructors Constructor Description Y9logFlowableAccessLogCustomRepositoryImpl(Y9logFlowableAccessLogRepository y9logFlowableAccessLogRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetOperateTimeCount(Date startDay, Date endDay, boolean betweenAble, long elapsedTimeStart, Long elapsedTimeEnd)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 searchDto, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel searchDto, String startDay, String endDay, String sTime, String lTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel searchDto, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>pageSearchByCondition(net.risesoft.model.log.LogInfoModel loginInfoModel, String startTime, String endTime, Integer page, Integer rows)voidsave(Y9logFlowableAccessLog y9logAccessLog)
-
-
-
Constructor Detail
-
Y9logFlowableAccessLogCustomRepositoryImpl
public Y9logFlowableAccessLogCustomRepositoryImpl(Y9logFlowableAccessLogRepository y9logFlowableAccessLogRepository)
-
-
Method Detail
-
getOperateTimeCount
public long getOperateTimeCount(Date startDay, Date endDay, boolean betweenAble, long elapsedTimeStart, Long elapsedTimeEnd)
-
listOperateTimeCount
public List<Long> listOperateTimeCount(String startDay, String endDay)
- Specified by:
listOperateTimeCountin interfaceY9logFlowableAccessLogCustomRepository
-
page
public org.springframework.data.domain.Page<Y9logFlowableAccessLog> page(int page, int rows, String sort)
- Specified by:
pagein interfaceY9logFlowableAccessLogCustomRepository
-
pageByCondition
public net.risesoft.pojo.Y9Page<net.risesoft.model.log.FlowableAccessLog> pageByCondition(net.risesoft.model.log.LogInfoModel searchDto, String startTime, String endTime, Integer page, Integer rows)- Specified by:
pageByConditionin interfaceY9logFlowableAccessLogCustomRepository
-
pageElapsedTimeByCondition
public org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel searchDto, String startDay, String endDay, String sTime, String lTime, Integer page, Integer rows) throws ParseException
- Specified by:
pageElapsedTimeByConditionin interfaceY9logFlowableAccessLogCustomRepository- Throws:
ParseException
-
pageOperateStatusByOperateStatus
public org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel searchDto, String operateStatus, String date, String hour, Integer page, Integer rows) throws ParseException
- Specified by:
pageOperateStatusByOperateStatusin interfaceY9logFlowableAccessLogCustomRepository- Throws:
ParseException
-
pageSearchByCondition
public org.springframework.data.domain.Page<Y9logFlowableAccessLog> pageSearchByCondition(net.risesoft.model.log.LogInfoModel loginInfoModel, String startTime, String endTime, Integer page, Integer rows)
- Specified by:
pageSearchByConditionin interfaceY9logFlowableAccessLogCustomRepository
-
save
@Transactional(readOnly=false) public void save(Y9logFlowableAccessLog y9logAccessLog)
- Specified by:
savein interfaceY9logFlowableAccessLogCustomRepository
-
-