egovframework.rfc3.board.service
Interface BoardService

All Known Implementing Classes:
BoardServiceImpl

public interface BoardService

게시판에 대한 interface 클래스를 정의한다.

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.
 

Method Summary
 java.util.List<BoardCountVO> boardDataCount(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardCountVO> boardOfficeCount(BoardSearchVO boardSearchVO)
           
 void deleteBoardAction(BoardActionVO boardActionVO)
           
 void deleteBoardCategory(BoardCategoryVO boardCategoryVO)
           
 void deleteBoardData(BoardDataVO boardDataVO)
           
 void deleteBoardDataBak(BoardVO boardVO)
           
 void deleteBoardDataLike(BoardDataLikeVO boardDataLikeVO)
           
 void deleteBoardFile(BoardFileVO boardFileVO)
           
 void deleteBoardInfo(BoardVO boardVO)
          게시판 기본정보 수정
 void deleteBoardReplyOffice(BoardReplyVO boardReplyVO)
           
 void deleteComment(CommentVO commentVO)
           
 void deleteDataCommentManager(BoardVO boardVO)
           
 void deleteDataExtManager(BoardVO boardVO)
           
 void deleteDataFileManager(BoardVO boardVO)
           
 void deleteDataListManager(BoardVO boardVO)
           
 void deleteExtensionField(BoardExtensionVO boardExtensionVO)
           
 void deleteRealBoardData(BoardDataVO boardDataVO)
           
 void deleteSkin(BoardSkinVO boardSkinVO)
           
 void deleteSkinEtc(BoardSkinVO boardSkinVO)
           
 void deleteUserBoardData(BoardDataVO boardDataVO)
          게시물 삭제 상태 변경
 BoardActionVO getBoardAction(BoardActionVO boardActionVO)
           
 BoardVO getBoardBasic(BoardVO boardVO)
          게시판의 기본 정보
 BoardVO getBoardBasicInfo(BoardVO boardVO)
           
 BoardVO getBoardBasicInfoId(BoardVO boardVO)
           
 BoardCategoryVO getBoardCategory(BoardCategoryVO boardCategoryVO)
           
 int getBoardCommentAllCnt(BoardSearchVO boardSearchVO)
          만족도 전체리스트 년 월 일 카운트
 int getBoardCommentIdx(BoardSearchVO boardSearchVO)
           
 BoardDataVO getBoardData(BoardDataVO boardDataVO)
           
 BoardDataVO getBoardDataBak(BoardDataVO boardDataVO)
           
 java.util.List<BoardDataVO> getBoardDataBakList(BoardVO boardVO)
           
 int getBoardDataIdx(BoardVO boardVO)
           
 BoardEtcVO getBoardEtc(BoardEtcVO boardEtcVO)
          게시판 기타정보
 BoardFileVO getBoardFile(BoardFileVO boardFileVO)
           
 BoardVO getBoardItem(BoardVO boardVO)
           
 java.util.List<MenuVO> getBoardMenuList(BoardSearchVO boardSearchVO)
           
 BoardDataVO getBoardRecentlyPosted(BoardDataVO boardDataVO)
          관리자 게시판목록 게시판에 따른 최근게시일
 BoardReplyVO getBoardReplyOffice(BoardReplyVO boardReplyVO)
           
 BoardSkinVO getBoardSkin(BoardSkinVO boardSkinVO)
           
 BoardSkinHistoryVO getBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
           
 BoardSkinEtcVO getBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
           
 BoardSkinVO getBoardSkinId(BoardSkinVO boardSkinVO)
           
 CommentVO getComment(CommentVO commentVO)
           
 int getCommentCnt(CommentVO commentVO)
           
 java.util.List<CommentVO> getCommentListAll(BoardSearchVO boardSearchVO)
          만족도 전체리스트 년 월 일 검색 ALL
 java.util.List<CommentVO> getCommentListAllPage(BoardSearchVO boardSearchVO)
          만족도 전체리스트 년 월 일 검색
 java.lang.String getDataContent(BoardDataVO boardDataVO)
           
 BoardExtensionVO getDefaultField(BoardExtensionVO boardExtensionVO)
           
 java.lang.String getExampleEditorSkin(java.lang.String skinType, java.lang.String skinEditor, java.lang.String skinArea)
           
 java.lang.String getExampleSkin(java.lang.String skinType, java.lang.String skinArea)
           
 java.util.List<BoardFileVO> getMultiFileList(BoardVO boardVO)
           
 int getStarPoint(BoardSearchVO boardSearchVO)
           
 void initBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
           
 void insertBoardAction(BoardActionVO boardActionVO)
           
 void insertBoardCategory(BoardCategoryVO boardCategoryVO)
           
 void insertBoardData(BoardDataVO boardDataVO)
           
 void insertBoardDataBackup(BoardDataVO boardDataVO)
           
 void insertBoardDataLike(BoardDataLikeVO boardDataLikeVO)
          게시판글 좋아요,싫어요,찬성,반대
 void insertBoardEtc(BoardEtcVO boardEtcVO)
          게시판 기타정보 입력
 void insertBoardFile(BoardFileVO boardFileVO)
           
 void insertBoardHistory(long logId, java.lang.String boardId, long boardSid, long dataSid, java.lang.String actionType, java.lang.String dataTitle, java.lang.String userId, java.lang.String userName, java.lang.String userIp, java.lang.String writeID, java.lang.String WriteName)
           
 void insertBoardInfo(BoardVO boardVO)
          게시판 등록
 void insertBoardInfoAll(BoardVO boardVO)
           
 void insertBoardReplyOffice(BoardReplyVO boardReplyVO)
           
 void insertBoardSkin(BoardSkinVO boardSkinVO)
           
 void insertBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
           
 void insertBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
           
 void insertComment(CommentVO commentVO)
           
 void insertCommentDataLike(CommentLikeVO commentLikeVO)
          게시판 댓글에 공감 비공감
 void insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)
           
 void insertExtensionData(BoardExtensionDataVO boardExtensionDataVO)
           
 void insertExtensionField(BoardExtensionVO boardExtensionVO)
           
 java.lang.String insertFileId(java.lang.String boardId, java.lang.String dataSid, java.lang.String fileSid, javax.servlet.http.HttpServletRequest request)
           
 java.util.List<BoardReplyVO> listBoardReplyOffice(BoardReplyVO boardReplyVO)
          담당부서 설정
 int passwordValidate(BoardSearchVO boardSearchVO)
           
 void restoreBoardDataBak(BoardVO boardVO)
           
 java.util.List<BoardDataVO> selectBackupHistoryList(BoardDataVO boardDataVO)
           
 int selectBackupHistoryTotal(BoardDataVO boardDataVO)
           
 int selectBoardActionCount(BoardActionVO boardActionVO)
           
 java.util.List<BoardActionVO> selectBoardActionList(BoardActionVO boardActionVO)
           
 java.util.List<BoardActionVO> selectBoardActionListAll(BoardActionVO boardActionVO)
           
 int selectBoardActionTotal(BoardActionVO boardActionVO)
           
 java.util.List<BoardCategoryVO> selectBoardCategory(BoardCategoryVO boardCategoryVO)
           
 int selectBoardCategoryCount(BoardCategoryVO boardCategoryVO)
           
 int selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
           
 java.util.List<BoardDataVO> selectBoardDataBackupList(BoardVO boardVO)
           
 int selectBoardDataBackupTotal(BoardVO boardVO)
           
 int selectBoardDataLikeCnt(BoardDataLikeVO boardDataLikeVO)
           
 java.util.List<BoardDataLikeVO> selectBoardDataLikeList(BoardDataLikeVO boardDataLikeVO)
           
 java.util.List<BoardDataVO> selectBoardDataList(BoardSearchVO boardSearchVO)
           
 int selectBoardDataListTotal(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> selectBoardDataManagerList(BoardVO boardVO)
           
 java.util.List<BoardDataVO> selectBoardDataManagerStandbyList(BoardVO boardVO)
          게시물 관리 대기 목록
 int selectBoardDataManagerStandbyListCnt(BoardVO boardVO)
          게시물 관리 대기 목록수
 int selectBoardDataManagerTotal(BoardVO boardVO)
           
 java.util.List<BoardDataVO> selectBoardDataOriginal(BoardDataVO boardDataVO)
           
 int selectBoardDataReplyCnt(BoardDataVO boardDataVO)
           
 int selectBoardDataReplyCount(BoardDataVO boardDataVO)
           
 java.util.List<BoardDataVO> selectBoardDataReplyList(BoardDataVO boardDataVO)
           
 int selectBoardExtensionDataCount(BoardExtensionDataVO boardExtensionDataVO)
           
 java.util.List<BoardExtensionDataVO> selectBoardExtensionDataList(BoardDataVO boardDataVO)
           
 java.util.List<BoardFileVO> selectBoardFile(BoardDataVO boardDataVO)
           
 java.util.List<BoardHistoryVO> selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 int selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
           
 int selectBoardIdCount(BoardVO boardVO)
          게시판 중복 검색
 java.util.List<BoardVO> selectBoardList(BoardVO boardVO)
          페이징 처리된 게시판 리스트
 int selectBoardListTotal(BoardVO boardVO)
          게시판 전체 갯수
 java.util.List<BoardDataVO> selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardReplyVO> selectBoardReplyOfficeList(BoardReplyVO boardReplyVO)
           
 BoardSkinVO selectBoardSkinArea(BoardSkinVO boardSkinVO)
           
 java.util.List<BoardSkinHistoryVO> selectBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
           
 int selectBoardSkinEtcCount(BoardSkinEtcVO boardSkinEtcVO)
           
 int selectBoardSkinIdCount(BoardSkinVO boardSkinVO)
           
 java.util.List<BoardSkinVO> selectBoardSkinList(BoardSkinVO boardSkinVO)
           
 int selectBoardSkinListTotal(BoardSkinVO boardSkinVO)
           
 int selectCommentCount(BoardSearchVO boardSearchVO)
           
 java.util.List<CommentVO> selectCommentList(BoardSearchVO boardSearchVO)
           
 java.util.List<CommentVO> selectCommentListAll(BoardDataVO boardDataVO)
           
 java.util.List<BoardExtensionVO> selectDefaultField()
           
 int selectDownloadHistoryTotal(java.lang.String boardId, long dataSid, long fileSid)
           
 int selectDownloadHistoryTotal(java.lang.String boardId, long dataSid, long fileSid, boolean isNow)
           
 java.util.List<BoardExtensionVO> selectExtensionField(BoardExtensionVO boardExtensionVO)
           
 int selectExtensionFieldCount(BoardExtensionVO boardExtensionVO)
           
 java.util.List<BoardExtensionVO> selectExtensionFieldUse(BoardExtensionVO boardExtensionVO)
           
 java.util.List<BoardExtensionVO> selectFieldValidator(java.lang.String boardId, java.lang.String extensionKey)
           
 java.util.List<BoardDataVO> selectNoticeUpdateDataList(BoardSearchVO boardSearchVO)
          공지 지난글 목록 검색
 java.util.List<BoardDataVO> selectPeriodUpdateDataList(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardDataVO> selectScheduleDataList(BoardSearchVO boardSearchVO)
           
 int selectScheduleDataListTotal(BoardSearchVO boardSearchVO)
           
 java.util.List<BoardVO> selectSgroupDomainBoardList(java.lang.String sgroupId, java.lang.String domainId)
           
 java.util.List<BoardSkinVO> selectSgroupDomainSkinList(java.lang.String sgroupId, java.lang.String domainId)
           
 java.util.List<BoardDataVO> selectStandByDataList(BoardSearchVO boardSearchVO)
          승인대기 게시물 목록
 void updateBoardAction(BoardActionVO boardActionVO)
           
 void updateBoardCategory(BoardCategoryVO boardCategoryVO)
           
 void updateBoardData(BoardDataVO boardDataVO)
           
 void updateBoardDataAnswerStatus(BoardDataVO boardDataVO)
           
 void updateBoardDataReplyNotice(BoardDataVO boardDataVO)
           
 void updateBoardDataStatus(BoardDataVO boardDataVO)
           
 void updateBoardEtc(BoardEtcVO boardEtcVO)
          게시판 기타정보 수정
 void updateBoardFile(BoardFileVO boardFileVO)
           
 void updateBoardFileId(BoardFileVO boardFileVO)
           
 void updateBoardInfo(BoardVO boardVO)
          게시판 기본정보 수정
 void updateBoardItemList(BoardVO boardVO)
           
 void updateBoardItemView(BoardVO boardVO)
           
 void updateBoardItemWrite(BoardVO boardVO)
           
 void updateBoardReplyOffice(BoardReplyVO boardReplyVO)
           
 void updateBoardSkin(BoardSkinVO boardSkinVO)
           
 void updateBoardSkinArea(BoardSkinVO boardSkinVO)
           
 void updateBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
           
 void updateBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
           
 void updateBoardSkinList(BoardSkinVO boardSkinVO)
           
 void updateBoardSkinPublic(BoardSkinVO boardSkinVO)
           
 void updateBoardSkinView(BoardSkinVO boardSkinVO)
           
 void updateBoardSkinWrite(BoardSkinVO boardSkinVO)
           
 void updateCommentReplyOrder(CommentVO commentVO)
           
 java.lang.String updateDataRegisterDt(long dataSid, java.lang.String register_dt)
           
 void updateDataReplyOrder(BoardDataVO boardDataVO)
           
 void updateDataStarPoint(BoardDataVO boardDataVO)
           
 int updateDataTmpField(long dataSid, int tmpDp, java.lang.String tmpField)
          게시물 임시필드값 수정 (DWR)
 void updateDataViewCount(BoardDataVO boardDataVO)
           
 void updateExtensionData(BoardExtensionDataVO boardExtensionDataVO)
           
 void updateExtensionField(BoardExtensionVO boardExtensionVO)
           
 void updateFileDeleteStatus(BoardDataVO boardDataVO)
           
 void updateNoticeData(BoardDataVO boardDataVO)
          공지기간 지난글 업데이트
 void updatePeriodData(BoardDataVO boardDataVO)
           
 

Method Detail

selectBoardListTotal

int selectBoardListTotal(BoardVO boardVO)
                         throws java.lang.Exception
게시판 전체 갯수

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

selectBoardList

java.util.List<BoardVO> selectBoardList(BoardVO boardVO)
                                        throws java.lang.Exception
페이징 처리된 게시판 리스트

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

selectSgroupDomainBoardList

java.util.List<BoardVO> selectSgroupDomainBoardList(java.lang.String sgroupId,
                                                    java.lang.String domainId)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getBoardBasic

BoardVO getBoardBasic(BoardVO boardVO)
                      throws java.lang.Exception
게시판의 기본 정보

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

getBoardBasicInfo

BoardVO getBoardBasicInfo(BoardVO boardVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getBoardBasicInfoId

BoardVO getBoardBasicInfoId(BoardVO boardVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardInfo

void insertBoardInfo(BoardVO boardVO)
                     throws java.lang.Exception
게시판 등록

Parameters:
boardVO -
Throws:
java.lang.Exception

insertBoardInfoAll

void insertBoardInfoAll(BoardVO boardVO)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardIdCount

int selectBoardIdCount(BoardVO boardVO)
                       throws java.lang.Exception
게시판 중복 검색

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

updateBoardInfo

void updateBoardInfo(BoardVO boardVO)
                     throws java.lang.Exception
게시판 기본정보 수정

Parameters:
boardVO -
Throws:
java.lang.Exception

deleteBoardInfo

void deleteBoardInfo(BoardVO boardVO)
                     throws java.lang.Exception
게시판 기본정보 수정

Parameters:
boardVO -
Throws:
java.lang.Exception

getBoardEtc

BoardEtcVO getBoardEtc(BoardEtcVO boardEtcVO)
                       throws java.lang.Exception
게시판 기타정보

Parameters:
boardEtcVO -
Throws:
java.lang.Exception

insertBoardEtc

void insertBoardEtc(BoardEtcVO boardEtcVO)
                    throws java.lang.Exception
게시판 기타정보 입력

Parameters:
boardEtcVO -
Throws:
java.lang.Exception

updateBoardEtc

void updateBoardEtc(BoardEtcVO boardEtcVO)
                    throws java.lang.Exception
게시판 기타정보 수정

Parameters:
boardEtcVO -
Throws:
java.lang.Exception

selectDefaultField

java.util.List<BoardExtensionVO> selectDefaultField()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectExtensionFieldCount

int selectExtensionFieldCount(BoardExtensionVO boardExtensionVO)
                              throws java.lang.Exception
Throws:
java.lang.Exception

selectFieldValidator

java.util.List<BoardExtensionVO> selectFieldValidator(java.lang.String boardId,
                                                      java.lang.String extensionKey)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectExtensionField

java.util.List<BoardExtensionVO> selectExtensionField(BoardExtensionVO boardExtensionVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectExtensionFieldUse

java.util.List<BoardExtensionVO> selectExtensionFieldUse(BoardExtensionVO boardExtensionVO)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getDefaultField

BoardExtensionVO getDefaultField(BoardExtensionVO boardExtensionVO)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

insertExtensionField

void insertExtensionField(BoardExtensionVO boardExtensionVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateExtensionField

void updateExtensionField(BoardExtensionVO boardExtensionVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

deleteExtensionField

void deleteExtensionField(BoardExtensionVO boardExtensionVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardCategory

java.util.List<BoardCategoryVO> selectBoardCategory(BoardCategoryVO boardCategoryVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getBoardCategory

BoardCategoryVO getBoardCategory(BoardCategoryVO boardCategoryVO)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardCategoryCount

int selectBoardCategoryCount(BoardCategoryVO boardCategoryVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardCategory

void insertBoardCategory(BoardCategoryVO boardCategoryVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardCategory

void updateBoardCategory(BoardCategoryVO boardCategoryVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardCategory

void deleteBoardCategory(BoardCategoryVO boardCategoryVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getBoardItem

BoardVO getBoardItem(BoardVO boardVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardItemList

void updateBoardItemList(BoardVO boardVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardItemView

void updateBoardItemView(BoardVO boardVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardItemWrite

void updateBoardItemWrite(BoardVO boardVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinListTotal

int selectBoardSkinListTotal(BoardSkinVO boardSkinVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinList

java.util.List<BoardSkinVO> selectBoardSkinList(BoardSkinVO boardSkinVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getBoardSkin

BoardSkinVO getBoardSkin(BoardSkinVO boardSkinVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getBoardSkinId

BoardSkinVO getBoardSkinId(BoardSkinVO boardSkinVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinIdCount

int selectBoardSkinIdCount(BoardSkinVO boardSkinVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardSkin

void insertBoardSkin(BoardSkinVO boardSkinVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkin

void updateBoardSkin(BoardSkinVO boardSkinVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinArea

BoardSkinVO selectBoardSkinArea(BoardSkinVO boardSkinVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinArea

void updateBoardSkinArea(BoardSkinVO boardSkinVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

deleteSkin

void deleteSkin(BoardSkinVO boardSkinVO)
                throws java.lang.Exception
Throws:
java.lang.Exception

deleteSkinEtc

void deleteSkinEtc(BoardSkinVO boardSkinVO)
                   throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardSkinEtc

void insertBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinEtc

void updateBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinEtcCount

int selectBoardSkinEtcCount(BoardSkinEtcVO boardSkinEtcVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getBoardSkinEtc

BoardSkinEtcVO getBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
                               throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinPublic

void updateBoardSkinPublic(BoardSkinVO boardSkinVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinList

void updateBoardSkinList(BoardSkinVO boardSkinVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinWrite

void updateBoardSkinWrite(BoardSkinVO boardSkinVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinView

void updateBoardSkinView(BoardSkinVO boardSkinVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getExampleSkin

java.lang.String getExampleSkin(java.lang.String skinType,
                                java.lang.String skinArea)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getExampleEditorSkin

java.lang.String getExampleEditorSkin(java.lang.String skinType,
                                      java.lang.String skinEditor,
                                      java.lang.String skinArea)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardSkinBackup

java.util.List<BoardSkinHistoryVO> selectBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getBoardSkinBackup

BoardSkinHistoryVO getBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardSkinBackup

void insertBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

initBoardSkinBackup

void initBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardSkinBackup

void updateBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectSgroupDomainSkinList

java.util.List<BoardSkinVO> selectSgroupDomainSkinList(java.lang.String sgroupId,
                                                       java.lang.String domainId)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataListTotal

int selectBoardDataListTotal(BoardSearchVO boardSearchVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataList

java.util.List<BoardDataVO> selectBoardDataList(BoardSearchVO boardSearchVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardNoticeDataList

java.util.List<BoardDataVO> selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectStandByDataList

java.util.List<BoardDataVO> selectStandByDataList(BoardSearchVO boardSearchVO)
                                                  throws java.lang.Exception
승인대기 게시물 목록

Parameters:
boardSearchVO -
Returns:
Throws:
java.lang.Exception

getBoardData

BoardDataVO getBoardData(BoardDataVO boardDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getBoardDataIdx

int getBoardDataIdx(BoardVO boardVO)
                    throws java.lang.Exception
Throws:
java.lang.Exception

passwordValidate

int passwordValidate(BoardSearchVO boardSearchVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardData

void insertBoardData(BoardDataVO boardDataVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardData

void updateBoardData(BoardDataVO boardDataVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardData

void deleteBoardData(BoardDataVO boardDataVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardDataStatus

void updateBoardDataStatus(BoardDataVO boardDataVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardDataAnswerStatus

void updateBoardDataAnswerStatus(BoardDataVO boardDataVO)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardDataReplyNotice

void updateBoardDataReplyNotice(BoardDataVO boardDataVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardExtensionDataCount

int selectBoardExtensionDataCount(BoardExtensionDataVO boardExtensionDataVO)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

insertExtensionData

void insertExtensionData(BoardExtensionDataVO boardExtensionDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateExtensionData

void updateExtensionData(BoardExtensionDataVO boardExtensionDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardExtensionDataList

java.util.List<BoardExtensionDataVO> selectBoardExtensionDataList(BoardDataVO boardDataVO)
                                                                  throws java.lang.Exception
Throws:
java.lang.Exception

updateDataReplyOrder

void updateDataReplyOrder(BoardDataVO boardDataVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

updateDataViewCount

void updateDataViewCount(BoardDataVO boardDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardFile

java.util.List<BoardFileVO> selectBoardFile(BoardDataVO boardDataVO)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getBoardFile

BoardFileVO getBoardFile(BoardFileVO boardFileVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardFile

void insertBoardFile(BoardFileVO boardFileVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardFile

void updateBoardFile(BoardFileVO boardFileVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardFileId

void updateBoardFileId(BoardFileVO boardFileVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardFile

void deleteBoardFile(BoardFileVO boardFileVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateFileDeleteStatus

void updateFileDeleteStatus(BoardDataVO boardDataVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getDataContent

java.lang.String getDataContent(BoardDataVO boardDataVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataOriginal

java.util.List<BoardDataVO> selectBoardDataOriginal(BoardDataVO boardDataVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataReplyList

java.util.List<BoardDataVO> selectBoardDataReplyList(BoardDataVO boardDataVO)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataReplyCount

int selectBoardDataReplyCount(BoardDataVO boardDataVO)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getBoardCommentIdx

int getBoardCommentIdx(BoardSearchVO boardSearchVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

selectCommentCount

int selectCommentCount(BoardSearchVO boardSearchVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

selectCommentList

java.util.List<CommentVO> selectCommentList(BoardSearchVO boardSearchVO)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getComment

CommentVO getComment(CommentVO commentVO)
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateCommentReplyOrder

void updateCommentReplyOrder(CommentVO commentVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

insertComment

void insertComment(CommentVO commentVO)
                   throws java.lang.Exception
Throws:
java.lang.Exception

deleteComment

void deleteComment(CommentVO commentVO)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getStarPoint

int getStarPoint(BoardSearchVO boardSearchVO)
                 throws java.lang.Exception
Throws:
java.lang.Exception

updateDataStarPoint

void updateDataStarPoint(BoardDataVO boardDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

updateDataRegisterDt

java.lang.String updateDataRegisterDt(long dataSid,
                                      java.lang.String register_dt)

selectBoardActionTotal

int selectBoardActionTotal(BoardActionVO boardActionVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardActionCount

int selectBoardActionCount(BoardActionVO boardActionVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardActionList

java.util.List<BoardActionVO> selectBoardActionList(BoardActionVO boardActionVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardActionListAll

java.util.List<BoardActionVO> selectBoardActionListAll(BoardActionVO boardActionVO)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

getBoardAction

BoardActionVO getBoardAction(BoardActionVO boardActionVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardAction

void insertBoardAction(BoardActionVO boardActionVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardAction

void updateBoardAction(BoardActionVO boardActionVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardAction

void deleteBoardAction(BoardActionVO boardActionVO)
                       throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardHistoryListTotal

int selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardHistoryList

java.util.List<BoardHistoryVO> selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardHistory

void insertBoardHistory(long logId,
                        java.lang.String boardId,
                        long boardSid,
                        long dataSid,
                        java.lang.String actionType,
                        java.lang.String dataTitle,
                        java.lang.String userId,
                        java.lang.String userName,
                        java.lang.String userIp,
                        java.lang.String writeID,
                        java.lang.String WriteName)
                        throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardDataBackup

void insertBoardDataBackup(BoardDataVO boardDataVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataBackupTotal

int selectBoardDataBackupTotal(BoardVO boardVO)
                               throws java.lang.Exception
Throws:
java.lang.Exception

selectBackupHistoryTotal

int selectBackupHistoryTotal(BoardDataVO boardDataVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataBackupList

java.util.List<BoardDataVO> selectBoardDataBackupList(BoardVO boardVO)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectBackupHistoryList

java.util.List<BoardDataVO> selectBackupHistoryList(BoardDataVO boardDataVO)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getBoardDataBak

BoardDataVO getBoardDataBak(BoardDataVO boardDataVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

restoreBoardDataBak

void restoreBoardDataBak(BoardVO boardVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getBoardDataBakList

java.util.List<BoardDataVO> getBoardDataBakList(BoardVO boardVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardDataBak

void deleteBoardDataBak(BoardVO boardVO)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataManagerTotal

int selectBoardDataManagerTotal(BoardVO boardVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataManagerList

java.util.List<BoardDataVO> selectBoardDataManagerList(BoardVO boardVO)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataManagerStandbyListCnt

int selectBoardDataManagerStandbyListCnt(BoardVO boardVO)
                                         throws java.lang.Exception
게시물 관리 대기 목록수

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataManagerStandbyList

java.util.List<BoardDataVO> selectBoardDataManagerStandbyList(BoardVO boardVO)
                                                              throws java.lang.Exception
게시물 관리 대기 목록

Parameters:
boardVO -
Returns:
Throws:
java.lang.Exception

deleteDataListManager

void deleteDataListManager(BoardVO boardVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

deleteDataFileManager

void deleteDataFileManager(BoardVO boardVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

deleteDataExtManager

void deleteDataExtManager(BoardVO boardVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

deleteDataCommentManager

void deleteDataCommentManager(BoardVO boardVO)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getMultiFileList

java.util.List<BoardFileVO> getMultiFileList(BoardVO boardVO)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

selectCommentListAll

java.util.List<CommentVO> selectCommentListAll(BoardDataVO boardDataVO)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardReplyOfficeList

java.util.List<BoardReplyVO> selectBoardReplyOfficeList(BoardReplyVO boardReplyVO)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardReplyOffice

void insertBoardReplyOffice(BoardReplyVO boardReplyVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

updateBoardReplyOffice

void updateBoardReplyOffice(BoardReplyVO boardReplyVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

deleteBoardReplyOffice

void deleteBoardReplyOffice(BoardReplyVO boardReplyVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getBoardReplyOffice

BoardReplyVO getBoardReplyOffice(BoardReplyVO boardReplyVO)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectScheduleDataListTotal

int selectScheduleDataListTotal(BoardSearchVO boardSearchVO)
                                throws java.lang.Exception
Throws:
java.lang.Exception

selectScheduleDataList

java.util.List<BoardDataVO> selectScheduleDataList(BoardSearchVO boardSearchVO)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

insertDownloadHistory

void insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectDownloadHistoryTotal

int selectDownloadHistoryTotal(java.lang.String boardId,
                               long dataSid,
                               long fileSid)
                               throws java.lang.Exception
Throws:
java.lang.Exception

selectDownloadHistoryTotal

int selectDownloadHistoryTotal(java.lang.String boardId,
                               long dataSid,
                               long fileSid,
                               boolean isNow)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getBoardMenuList

java.util.List<MenuVO> getBoardMenuList(BoardSearchVO boardSearchVO)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

insertFileId

java.lang.String insertFileId(java.lang.String boardId,
                              java.lang.String dataSid,
                              java.lang.String fileSid,
                              javax.servlet.http.HttpServletRequest request)
                              throws java.lang.Exception
Throws:
java.lang.Exception

boardDataCount

java.util.List<BoardCountVO> boardDataCount(BoardSearchVO boardSearchVO)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

boardOfficeCount

java.util.List<BoardCountVO> boardOfficeCount(BoardSearchVO boardSearchVO)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

updateDataTmpField

int updateDataTmpField(long dataSid,
                       int tmpDp,
                       java.lang.String tmpField)
                       throws java.lang.Exception
게시물 임시필드값 수정 (DWR)

Parameters:
boardEtcVO -
Throws:
java.lang.Exception

listBoardReplyOffice

java.util.List<BoardReplyVO> listBoardReplyOffice(BoardReplyVO boardReplyVO)
                                                  throws java.lang.Exception
담당부서 설정

Parameters:
boardReplyVO -
Returns:
Throws:
java.lang.Exception

getCommentCnt

int getCommentCnt(CommentVO commentVO)
                  throws java.lang.Exception
Throws:
java.lang.Exception

deleteUserBoardData

void deleteUserBoardData(BoardDataVO boardDataVO)
                         throws java.lang.Exception
게시물 삭제 상태 변경

Throws:
java.lang.Exception

deleteRealBoardData

void deleteRealBoardData(BoardDataVO boardDataVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataReplyCnt

int selectBoardDataReplyCnt(BoardDataVO boardDataVO)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getBoardCommentAllCnt

int getBoardCommentAllCnt(BoardSearchVO boardSearchVO)
                          throws java.lang.Exception
만족도 전체리스트 년 월 일 카운트

Throws:
java.lang.Exception

getCommentListAllPage

java.util.List<CommentVO> getCommentListAllPage(BoardSearchVO boardSearchVO)
                                                throws java.lang.Exception
만족도 전체리스트 년 월 일 검색

Parameters:
boardSearchVO -
Returns:
Throws:
java.lang.Exception

getCommentListAll

java.util.List<CommentVO> getCommentListAll(BoardSearchVO boardSearchVO)
                                            throws java.lang.Exception
만족도 전체리스트 년 월 일 검색 ALL

Parameters:
boardSearchVO -
Returns:
Throws:
java.lang.Exception

selectNoticeUpdateDataList

java.util.List<BoardDataVO> selectNoticeUpdateDataList(BoardSearchVO boardSearchVO)
                                                       throws java.lang.Exception
공지 지난글 목록 검색

Parameters:
boardSearchVO -
Returns:
Throws:
java.lang.Exception

selectPeriodUpdateDataList

java.util.List<BoardDataVO> selectPeriodUpdateDataList(BoardSearchVO boardSearchVO)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

updateNoticeData

void updateNoticeData(BoardDataVO boardDataVO)
                      throws java.lang.Exception
공지기간 지난글 업데이트

Parameters:
boardDataVO -
Throws:
java.lang.Exception

updatePeriodData

void updatePeriodData(BoardDataVO boardDataVO)
                      throws java.lang.Exception
Throws:
java.lang.Exception

insertBoardDataLike

void insertBoardDataLike(BoardDataLikeVO boardDataLikeVO)
                         throws java.lang.Exception
게시판글 좋아요,싫어요,찬성,반대

Parameters:
boardDataLikeVO -
Throws:
java.lang.Exception

deleteBoardDataLike

void deleteBoardDataLike(BoardDataLikeVO boardDataLikeVO)
                         throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataLikeCnt

int selectBoardDataLikeCnt(BoardDataLikeVO boardDataLikeVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectBoardDataLikeList

java.util.List<BoardDataLikeVO> selectBoardDataLikeList(BoardDataLikeVO boardDataLikeVO)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

insertCommentDataLike

void insertCommentDataLike(CommentLikeVO commentLikeVO)
                           throws java.lang.Exception
게시판 댓글에 공감 비공감

Parameters:
commentLikeVO -
Throws:
java.lang.Exception

selectBoardCommentLikeCnt

int selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getBoardRecentlyPosted

BoardDataVO getBoardRecentlyPosted(BoardDataVO boardDataVO)
                                   throws java.lang.Exception
관리자 게시판목록 게시판에 따른 최근게시일

Throws:
java.lang.Exception