Uses of Class
net.risesoft.y9public.entity.Y9logFlowableAccessLog
-
Packages that use Y9logFlowableAccessLog Package Description net.risesoft.util net.risesoft.y9public.repository.custom net.risesoft.y9public.repository.custom.impl -
-
Uses of Y9logFlowableAccessLog in net.risesoft.util
Method parameters in net.risesoft.util with type arguments of type Y9logFlowableAccessLog Modifier and Type Method Description static List<net.risesoft.model.log.FlowableAccessLog>AccessLogModelConvertUtil. flowableLogEsListToModels(List<Y9logFlowableAccessLog> sources) -
Uses of Y9logFlowableAccessLog in net.risesoft.y9public.repository.custom
Methods in net.risesoft.y9public.repository.custom that return types with arguments of type Y9logFlowableAccessLog Modifier and Type Method Description org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepository. page(int page, int rows, String sort)org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepository. 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>Y9logFlowableAccessLogCustomRepository. pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel search, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepository. pageSearchByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)Methods in net.risesoft.y9public.repository.custom with parameters of type Y9logFlowableAccessLog Modifier and Type Method Description voidY9logFlowableAccessLogCustomRepository. save(Y9logFlowableAccessLog y9logFlowableAccessLog) -
Uses of Y9logFlowableAccessLog in net.risesoft.y9public.repository.custom.impl
Methods in net.risesoft.y9public.repository.custom.impl that return types with arguments of type Y9logFlowableAccessLog Modifier and Type Method Description org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepositoryImpl. page(int page, int rows, String sort)org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepositoryImpl. 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>Y9logFlowableAccessLogCustomRepositoryImpl. pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel searchDto, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logFlowableAccessLog>Y9logFlowableAccessLogCustomRepositoryImpl. pageSearchByCondition(net.risesoft.model.log.LogInfoModel loginInfoModel, String startTime, String endTime, Integer page, Integer rows)Methods in net.risesoft.y9public.repository.custom.impl with parameters of type Y9logFlowableAccessLog Modifier and Type Method Description voidY9logFlowableAccessLogCustomRepositoryImpl. save(Y9logFlowableAccessLog y9logAccessLog)
-