MCPcopy Create free account
hub / github.com/castello/spring_basic / getSearchResultCnt

Method getSearchResultCnt

ch4/BoardServiceImpl.java:53–56  ·  view source on GitHub ↗
(SearchCondition sc)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

searchResultCntMethod · 0.65

Tested by

no test coverage detected