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

Method getSearchResultPage

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

Source from the content-addressed store, hash-verified

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