MCPcopy Index your code
hub / github.com/castello/spring_basic / modify

Method modify

ch4/BoardServiceImpl.java:48–51  ·  view source on GitHub ↗
(BoardDto boardDto)

Source from the content-addressed store, hash-verified

46 }
47
48 @Override
49 public int modify(BoardDto boardDto) throws Exception {
50 return boardDao.update(boardDto);
51 }
52
53 @Override
54 public int getSearchResultCnt(SearchCondition sc) throws Exception {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected