(Map map)
| 11 | List<BoardDto> getList() throws Exception; |
| 12 | BoardDto read(Integer bno) throws Exception; |
| 13 | List<BoardDto> getPage(Map map) throws Exception; |
| 14 | int modify(BoardDto boardDto) throws Exception; |
| 15 | |
| 16 | int getSearchResultCnt(SearchCondition sc) throws Exception; |
no outgoing calls
no test coverage detected