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

Method getSearchResultCnt

ch4/BoardService.java:16–16  ·  view source on GitHub ↗
(SearchCondition sc)

Source from the content-addressed store, hash-verified

14 int modify(BoardDto boardDto) throws Exception;
15
16 int getSearchResultCnt(SearchCondition sc) throws Exception;
17 List<BoardDto> getSearchResultPage(SearchCondition sc) throws Exception;
18}

Callers 1

listMethod · 0.65

Implementers 1

BoardServiceImplch4/BoardServiceImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected