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

Method getPage

ch4/BoardServiceImpl.java:43–46  ·  view source on GitHub ↗
(Map map)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public List<BoardDto> getPage(Map map) throws Exception {
45 return boardDao.selectPage(map);
46 }
47
48 @Override
49 public int modify(BoardDto boardDto) throws Exception {

Callers

nothing calls this directly

Calls 1

selectPageMethod · 0.65

Tested by

no test coverage detected