|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.board.web.BoardHistoryController
@Controller @SessionAttributes(types=SessionVO.class) public class BoardHistoryController
게시물 로그에 대한 controller 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 -------------- -------- --------------------------- 2011.04.25 양민욱 rfc3 iam 참조 Copyright (C) 2009 by MOPAS All right reserved.
Constructor Summary | |
---|---|
BoardHistoryController()
|
Method Summary | |
---|---|
java.lang.String |
dataCount(BoardSearchVO boardSearchVO,
BoardHistoryVO boardHistoryVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
게시물 통계 |
java.lang.String |
deleteList(BoardHistoryVO boardHistoryVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
삭제게시물 목록 |
java.lang.String |
officeCount(BoardSearchVO boardSearchVO,
OfficeVO officeVO,
BoardHistoryVO boardHistoryVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
officeDataCount(BoardHistoryVO boardHistoryVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
부서별 게시물 통계 |
java.lang.String |
selectSkinList(BoardHistoryVO boardHistoryVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
게시판 스킨 목록 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoardHistoryController()
Method Detail |
---|
@RequestMapping(value={"/cms/board/history/list.sko","/cms/board/history/exceList.sko"}) public java.lang.String selectSkinList(@ModelAttribute(value="boardHistoryVO") BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) throws java.lang.Exception
boardSkinVO
- request
- response
- model
-
java.lang.Exception
@RequestMapping(value="/cms/board/data/dataCount.sko") public java.lang.String dataCount(@ModelAttribute(value="boardSearchVO") BoardSearchVO boardSearchVO, @ModelAttribute(value="boardHistoryVO") BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) throws java.lang.Exception
boardHistoryVO
- request
- response
- model
-
java.lang.Exception
@RequestMapping(value="/cms/board/data/officeCount.sko") public java.lang.String officeCount(@ModelAttribute(value="boardSearchVO") BoardSearchVO boardSearchVO, @ModelAttribute(value="OfficeVO") OfficeVO officeVO, @ModelAttribute(value="boardHistoryVO") BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) throws java.lang.Exception
java.lang.Exception
@RequestMapping(value="/cms/board/data/deleteList.sko") public java.lang.String deleteList(@ModelAttribute(value="boardHistoryVO") BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) throws java.lang.Exception
boardHistoryVO
- request
- response
- model
-
java.lang.Exception
@RequestMapping(value="/cms/board/data/officeDataCount.sko") public java.lang.String officeDataCount(@ModelAttribute(value="boardHistoryVO") BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model) throws java.lang.Exception
boardHistoryVO
- request
- response
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |