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

Method remove

ch4/BoardService.java:9–9  ·  view source on GitHub ↗
(Integer bno, String writer)

Source from the content-addressed store, hash-verified

7public interface BoardService {
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;

Callers 4

removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65

Implementers 1

BoardServiceImplch4/BoardServiceImpl.java

Calls

no outgoing calls

Tested by 1

removeMethod · 0.52