egovframework.rfc3.board.web
Class BoardHistoryController

java.lang.Object
  extended by egovframework.rfc3.board.web.BoardHistoryController

@Controller
@SessionAttributes(types=SessionVO.class)
public class BoardHistoryController
extends java.lang.Object

게시물 로그에 대한 controller 클래스를 정의한다.

Since:
2011.04.25
Version:
egovframework RFC 3.0
Author:
개발팀 양민욱
See Also:
 << 개정이력(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

BoardHistoryController

public BoardHistoryController()
Method Detail

selectSkinList

@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
게시판 스킨 목록

Parameters:
boardSkinVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

dataCount

@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
게시물 통계

Parameters:
boardHistoryVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

officeCount

@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
Throws:
java.lang.Exception

deleteList

@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
삭제게시물 목록

Parameters:
boardHistoryVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

officeDataCount

@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
부서별 게시물 통계

Parameters:
boardHistoryVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception