(SearchCondition sc)
| 51 | } |
| 52 | |
| 53 | @Override |
| 54 | public int getSearchResultCnt(SearchCondition sc) throws Exception { |
| 55 | return boardDao.searchResultCnt(sc); |
| 56 | } |
| 57 | |
| 58 | @Override |
| 59 | public List<BoardDto> getSearchResultPage(SearchCondition sc) throws Exception { |
nothing calls this directly
no test coverage detected