Package kr.com.inspect.dao.impl
Class ChartDaoImpl
- java.lang.Object
-
- kr.com.inspect.dao.impl.ChartDaoImpl
-
-
Constructor Summary
Constructors Constructor Description ChartDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCountLessAndMoreThanOnJsonLog(java.time.LocalTime time1, java.time.LocalTime time2)특정 시간보다 빠르거나 느린 jsonlog 개수 가져오기intgetCountLessThanOnJsonLog(java.time.LocalTime time)특정 시간보다 빠른 jsonlog 개수 가져오기intgetCountMoreThanOnJsonLog(java.time.LocalTime time)특정 시간보다 느린 jsonlog 개수 가져오기
-
-
-
Method Detail
-
getCountLessThanOnJsonLog
public int getCountLessThanOnJsonLog(java.time.LocalTime time)
특정 시간보다 빠른 jsonlog 개수 가져오기- Specified by:
getCountLessThanOnJsonLogin interfaceChartDao- Parameters:
time- 기준시간- Returns:
- 특정 시간보다 빠른 jsonlog 개수
-
getCountMoreThanOnJsonLog
public int getCountMoreThanOnJsonLog(java.time.LocalTime time)
특정 시간보다 느린 jsonlog 개수 가져오기- Specified by:
getCountMoreThanOnJsonLogin interfaceChartDao- Parameters:
time- 기준시간- Returns:
- 특정 시간보다 느린 jsonlog 개수
-
getCountLessAndMoreThanOnJsonLog
public int getCountLessAndMoreThanOnJsonLog(java.time.LocalTime time1, java.time.LocalTime time2)특정 시간보다 빠르거나 느린 jsonlog 개수 가져오기- Specified by:
getCountLessAndMoreThanOnJsonLogin interfaceChartDao- Parameters:
time1- 기준시간1time2- 기준시간2- Returns:
- 특정 시간보다 빠르거나 느린 jsonlog 개수
-
-