Uses of Class
net.risesoft.y9public.entity.Y9logAccessLog
-
Packages that use Y9logAccessLog Package Description net.risesoft.util net.risesoft.y9public.repository net.risesoft.y9public.repository.custom net.risesoft.y9public.repository.custom.impl -
-
Uses of Y9logAccessLog in net.risesoft.util
Methods in net.risesoft.util with parameters of type Y9logAccessLog Modifier and Type Method Description static net.risesoft.model.log.AccessLogAccessLogModelConvertUtil. logEsToModel(Y9logAccessLog source)Method parameters in net.risesoft.util with type arguments of type Y9logAccessLog Modifier and Type Method Description static List<net.risesoft.model.log.AccessLog>AccessLogModelConvertUtil. logEsListToModels(List<Y9logAccessLog> sources) -
Uses of Y9logAccessLog in net.risesoft.y9public.repository
Methods in net.risesoft.y9public.repository that return types with arguments of type Y9logAccessLog Modifier and Type Method Description org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogRepository. findByOperateType(String operateType, org.springframework.data.domain.Pageable pageable) -
Uses of Y9logAccessLog in net.risesoft.y9public.repository.custom
Methods in net.risesoft.y9public.repository.custom that return types with arguments of type Y9logAccessLog Modifier and Type Method Description org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. page(int page, int rows, String sort)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. pageByTenantIdAndManagerLevelAndUserId(String tenantId, String managerLevel, String userId, Integer page, Integer rows, String sort)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel search, String startDay, String endDay, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel search, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. pageSearchByCondition(net.risesoft.model.log.LogInfoModel search, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepository. searchQuery(String tenantId, String managerLevel, net.risesoft.model.log.LogInfoModel loginInfoModel, Integer page, Integer rows)Methods in net.risesoft.y9public.repository.custom with parameters of type Y9logAccessLog Modifier and Type Method Description voidY9logAccessLogCustomRepository. save(Y9logAccessLog y9logAccessLog) -
Uses of Y9logAccessLog in net.risesoft.y9public.repository.custom.impl
Methods in net.risesoft.y9public.repository.custom.impl that return types with arguments of type Y9logAccessLog Modifier and Type Method Description org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. page(int page, int rows, String sort)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. pageByTenantIdAndManagerLevelAndUserId(String tenantId, String managerLevel, String userId, Integer page, Integer rows, String sort)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. pageElapsedTimeByCondition(net.risesoft.model.log.LogInfoModel searchDto, String startDay, String endDay, String sTime, String lTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. pageOperateStatusByOperateStatus(net.risesoft.model.log.LogInfoModel searchDto, String operateStatus, String date, String hour, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. pageSearchByCondition(net.risesoft.model.log.LogInfoModel loginInfoModel, String startTime, String endTime, Integer page, Integer rows)org.springframework.data.domain.Page<Y9logAccessLog>Y9logAccessLogCustomRepositoryImpl. searchQuery(String tenantId, String managerLevel, net.risesoft.model.log.LogInfoModel loginInfoModel, Integer page, Integer rows)Methods in net.risesoft.y9public.repository.custom.impl with parameters of type Y9logAccessLog Modifier and Type Method Description voidY9logAccessLogCustomRepositoryImpl. save(Y9logAccessLog y9logAccessLog)
-