|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoardActionVO | |
---|---|
egovframework.rfc3.board.dao | |
egovframework.rfc3.board.service | |
egovframework.rfc3.board.service.impl | |
egovframework.rfc3.board.web |
Uses of BoardActionVO in egovframework.rfc3.board.dao |
---|
Methods in egovframework.rfc3.board.dao that return BoardActionVO | |
---|---|
BoardActionVO |
BoardDAO.getBoardAction(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.dao that return types with arguments of type BoardActionVO | |
---|---|
java.util.List<BoardActionVO> |
BoardDAO.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardDAO.selectBoardActionListAll(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.dao with parameters of type BoardActionVO | |
---|---|
void |
BoardDAO.deleteBoardAction(BoardActionVO boardActionVO)
|
BoardActionVO |
BoardDAO.getBoardAction(BoardActionVO boardActionVO)
|
void |
BoardDAO.insertBoardAction(BoardActionVO boardActionVO)
|
int |
BoardDAO.selectBoardActionCount(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardDAO.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardDAO.selectBoardActionListAll(BoardActionVO boardActionVO)
|
int |
BoardDAO.selectBoardActionTotal(BoardActionVO boardActionVO)
|
void |
BoardDAO.updateBoardAction(BoardActionVO boardActionVO)
|
Uses of BoardActionVO in egovframework.rfc3.board.service |
---|
Methods in egovframework.rfc3.board.service that return BoardActionVO | |
---|---|
BoardActionVO |
BoardService.getBoardAction(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.service that return types with arguments of type BoardActionVO | |
---|---|
java.util.List<BoardActionVO> |
BoardService.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardService.selectBoardActionListAll(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.service with parameters of type BoardActionVO | |
---|---|
void |
BoardService.deleteBoardAction(BoardActionVO boardActionVO)
|
BoardActionVO |
BoardService.getBoardAction(BoardActionVO boardActionVO)
|
void |
BoardService.insertBoardAction(BoardActionVO boardActionVO)
|
int |
BoardService.selectBoardActionCount(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardService.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardService.selectBoardActionListAll(BoardActionVO boardActionVO)
|
int |
BoardService.selectBoardActionTotal(BoardActionVO boardActionVO)
|
void |
BoardService.updateBoardAction(BoardActionVO boardActionVO)
|
Uses of BoardActionVO in egovframework.rfc3.board.service.impl |
---|
Methods in egovframework.rfc3.board.service.impl that return BoardActionVO | |
---|---|
BoardActionVO |
BoardServiceImpl.getBoardAction(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.service.impl that return types with arguments of type BoardActionVO | |
---|---|
java.util.List<BoardActionVO> |
BoardServiceImpl.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardServiceImpl.selectBoardActionListAll(BoardActionVO boardActionVO)
|
Methods in egovframework.rfc3.board.service.impl with parameters of type BoardActionVO | |
---|---|
void |
BoardServiceImpl.deleteBoardAction(BoardActionVO boardActionVO)
|
BoardActionVO |
BoardServiceImpl.getBoardAction(BoardActionVO boardActionVO)
|
void |
BoardServiceImpl.insertBoardAction(BoardActionVO boardActionVO)
|
int |
BoardServiceImpl.selectBoardActionCount(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardServiceImpl.selectBoardActionList(BoardActionVO boardActionVO)
|
java.util.List<BoardActionVO> |
BoardServiceImpl.selectBoardActionListAll(BoardActionVO boardActionVO)
|
int |
BoardServiceImpl.selectBoardActionTotal(BoardActionVO boardActionVO)
|
void |
BoardServiceImpl.updateBoardAction(BoardActionVO boardActionVO)
|
Uses of BoardActionVO in egovframework.rfc3.board.web |
---|
Methods in egovframework.rfc3.board.web with parameters of type BoardActionVO | |
---|---|
java.lang.String |
BoardDataController.boardAction(BoardActionVO boardActionVO,
BoardSearchVO boardSearchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
게시판 액션 이동 |
java.lang.String |
BoardActionController.deleteBoardSkin(BoardActionVO boardActionVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
스킨 정보 삭제 |
java.lang.String |
BoardActionController.selectBoardList(BoardActionVO boardActionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
게시판 목록 리스트 |
java.lang.String |
BoardActionController.updateBoardActipAct(javax.servlet.http.HttpServletRequest request,
BoardActionVO boardActionVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
스킨 등록 액션 |
java.lang.String |
BoardActionController.writeBoardActionAct(javax.servlet.http.HttpServletRequest request,
BoardActionVO boardActionVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
스킨 등록 액션 |
java.lang.String |
BoardActionController.writeBoardInfo(BoardActionVO boardActionVO,
BoardVO searchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
게시판 등록/수정 페이지 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |