Class ScheduleDataDaoImpl
- All Implemented Interfaces:
ScheduleDataDao
-
Field Summary
Fields inherited from class JdbcDao
jdbcTemplate, platform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ScheduleData> findAll()List<ScheduleData> List<ScheduleData> findAllPaginatedWithFilter(ScheduleDataFilter filter, int offset, int limit) List<ScheduleData> Methods inherited from class JdbcDao
getJdbcTemplate, getPlatform, setJdbcTemplate, setPlatform
-
Constructor Details
-
ScheduleDataDaoImpl
public ScheduleDataDaoImpl()
-
-
Method Details
-
getScheduleDataCount
- Specified by:
getScheduleDataCountin interfaceScheduleDataDao
-
findAll
- Specified by:
findAllin interfaceScheduleDataDao
-
findAllLazy
- Specified by:
findAllLazyin interfaceScheduleDataDao
-
findAllWithHolidays
- Specified by:
findAllWithHolidaysin interfaceScheduleDataDao
-
findAllPaginatedWithFilter
public List<ScheduleData> findAllPaginatedWithFilter(ScheduleDataFilter filter, int offset, int limit) - Specified by:
findAllPaginatedWithFilterin interfaceScheduleDataDao
-