Class ChartDaoImpl

  • All Implemented Interfaces:
    ChartDao

    @Repository
    public class ChartDaoImpl
    extends java.lang.Object
    implements ChartDao
    차트와 관련된 DAO 구현 클래스
    Version:
    1.0
    Author:
    Yeonhee Kim
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartDaoImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCountLessAndMoreThanOnJsonLog​(java.time.LocalTime time1, java.time.LocalTime time2)
      특정 시간보다 빠르거나 느린 jsonlog 개수 가져오기
      int getCountLessThanOnJsonLog​(java.time.LocalTime time)
      특정 시간보다 빠른 jsonlog 개수 가져오기
      int getCountMoreThanOnJsonLog​(java.time.LocalTime time)
      특정 시간보다 느린 jsonlog 개수 가져오기
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChartDaoImpl

        public ChartDaoImpl()
    • Method Detail

      • getCountLessThanOnJsonLog

        public int getCountLessThanOnJsonLog​(java.time.LocalTime time)
        특정 시간보다 빠른 jsonlog 개수 가져오기
        Specified by:
        getCountLessThanOnJsonLog in interface ChartDao
        Parameters:
        time - 기준시간
        Returns:
        특정 시간보다 빠른 jsonlog 개수
      • getCountMoreThanOnJsonLog

        public int getCountMoreThanOnJsonLog​(java.time.LocalTime time)
        특정 시간보다 느린 jsonlog 개수 가져오기
        Specified by:
        getCountMoreThanOnJsonLog in interface ChartDao
        Parameters:
        time - 기준시간
        Returns:
        특정 시간보다 느린 jsonlog 개수
      • getCountLessAndMoreThanOnJsonLog

        public int getCountLessAndMoreThanOnJsonLog​(java.time.LocalTime time1,
                                                    java.time.LocalTime time2)
        특정 시간보다 빠르거나 느린 jsonlog 개수 가져오기
        Specified by:
        getCountLessAndMoreThanOnJsonLog in interface ChartDao
        Parameters:
        time1 - 기준시간1
        time2 - 기준시간2
        Returns:
        특정 시간보다 빠르거나 느린 jsonlog 개수