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

Method write

ch4/BoardService.java:10–10  ·  view source on GitHub ↗
(BoardDto boardDto)

Source from the content-addressed store, hash-verified

8 int getCount() throws Exception;
9 int remove(Integer bno, String writer) throws Exception;
10 int write(BoardDto boardDto) throws Exception;
11 List<BoardDto> getList() throws Exception;
12 BoardDto read(Integer bno) throws Exception;
13 List<BoardDto> getPage(Map map) throws Exception;

Callers 5

writeMethod · 0.65
removeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65

Implementers 1

BoardServiceImplch4/BoardServiceImpl.java

Calls

no outgoing calls

Tested by 2

removeMethod · 0.52
writeMethod · 0.52