|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.board.service.impl.BoardServiceImpl
@Service(value="BoardService") public class BoardServiceImpl
게시판에 대한 ServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >>
수정일 수정자 수정내용
-------------- -------- ---------------------------
2011.04.25 양민욱 rfc3 iam 참조
Copyright (C) 2009 by MOPAS All right reserved.
| Constructor Summary | |
|---|---|
BoardServiceImpl()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoardServiceImpl()
| Method Detail |
|---|
public int selectBoardListTotal(BoardVO boardVO)
throws java.lang.Exception
selectBoardListTotal in interface BoardServiceboardVO -
java.lang.Exception
public java.util.List<BoardVO> selectBoardList(BoardVO boardVO)
throws java.lang.Exception
selectBoardList in interface BoardServiceboardVO -
java.lang.Exception
public java.util.List<BoardVO> selectSgroupDomainBoardList(java.lang.String sgroupId,
java.lang.String domainId)
throws java.lang.Exception
selectSgroupDomainBoardList in interface BoardServicejava.lang.Exception
public java.util.List<BoardSkinVO> selectSgroupDomainSkinList(java.lang.String sgroupId,
java.lang.String domainId)
throws java.lang.Exception
selectSgroupDomainSkinList in interface BoardServicejava.lang.Exception
public BoardVO getBoardBasic(BoardVO boardVO)
throws java.lang.Exception
getBoardBasic in interface BoardServiceboardVO -
java.lang.Exception
public BoardVO getBoardBasicInfo(BoardVO boardVO)
throws java.lang.Exception
getBoardBasicInfo in interface BoardServicejava.lang.Exception
public BoardVO getBoardBasicInfoId(BoardVO boardVO)
throws java.lang.Exception
getBoardBasicInfoId in interface BoardServicejava.lang.Exception
public void insertBoardInfo(BoardVO boardVO)
throws java.lang.Exception
insertBoardInfo in interface BoardServiceboardVO -
java.lang.Exception
public void insertBoardInfoAll(BoardVO boardVO)
throws java.lang.Exception
insertBoardInfoAll in interface BoardServicejava.lang.Exception
public int selectBoardIdCount(BoardVO boardVO)
throws java.lang.Exception
selectBoardIdCount in interface BoardServicejava.lang.Exception
public void updateBoardInfo(BoardVO boardVO)
throws java.lang.Exception
updateBoardInfo in interface BoardServiceboardVO -
java.lang.Exception
public void deleteBoardInfo(BoardVO boardVO)
throws java.lang.Exception
BoardService
deleteBoardInfo in interface BoardServicejava.lang.Exception
public BoardEtcVO getBoardEtc(BoardEtcVO boardEtcVO)
throws java.lang.Exception
getBoardEtc in interface BoardServicejava.lang.Exception
public void insertBoardEtc(BoardEtcVO boardEtcVO)
throws java.lang.Exception
BoardService
insertBoardEtc in interface BoardServicejava.lang.Exception
public void updateBoardEtc(BoardEtcVO boardEtcVO)
throws java.lang.Exception
BoardService
updateBoardEtc in interface BoardServicejava.lang.Exception
public java.util.List<BoardExtensionVO> selectDefaultField()
throws java.lang.Exception
selectDefaultField in interface BoardServicejava.lang.Exception
public int selectExtensionFieldCount(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
selectExtensionFieldCount in interface BoardServicejava.lang.Exception
public java.util.List<BoardExtensionVO> selectFieldValidator(java.lang.String boardId,
java.lang.String extensionKey)
throws java.lang.Exception
selectFieldValidator in interface BoardServicejava.lang.Exception
public java.util.List<BoardExtensionVO> selectExtensionField(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
selectExtensionField in interface BoardServicejava.lang.Exception
public java.util.List<BoardExtensionVO> selectExtensionFieldUse(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
selectExtensionFieldUse in interface BoardServicejava.lang.Exception
public BoardExtensionVO getDefaultField(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
getDefaultField in interface BoardServicejava.lang.Exception
public void insertExtensionField(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
insertExtensionField in interface BoardServicejava.lang.Exception
public void updateExtensionField(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
updateExtensionField in interface BoardServicejava.lang.Exception
public void deleteExtensionField(BoardExtensionVO boardExtensionVO)
throws java.lang.Exception
deleteExtensionField in interface BoardServicejava.lang.Exception
public java.util.List<BoardCategoryVO> selectBoardCategory(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
selectBoardCategory in interface BoardServicejava.lang.Exception
public BoardCategoryVO getBoardCategory(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
getBoardCategory in interface BoardServicejava.lang.Exception
public int selectBoardCategoryCount(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
selectBoardCategoryCount in interface BoardServicejava.lang.Exception
public void insertBoardCategory(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
insertBoardCategory in interface BoardServicejava.lang.Exception
public void updateBoardCategory(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
updateBoardCategory in interface BoardServicejava.lang.Exception
public void deleteBoardCategory(BoardCategoryVO boardCategoryVO)
throws java.lang.Exception
deleteBoardCategory in interface BoardServicejava.lang.Exception
public BoardVO getBoardItem(BoardVO boardVO)
throws java.lang.Exception
getBoardItem in interface BoardServicejava.lang.Exception
public void updateBoardItemList(BoardVO boardVO)
throws java.lang.Exception
updateBoardItemList in interface BoardServicejava.lang.Exception
public void updateBoardItemView(BoardVO boardVO)
throws java.lang.Exception
updateBoardItemView in interface BoardServicejava.lang.Exception
public void updateBoardItemWrite(BoardVO boardVO)
throws java.lang.Exception
updateBoardItemWrite in interface BoardServicejava.lang.Exception
public int selectBoardSkinListTotal(BoardSkinVO boardSkinVO)
throws java.lang.Exception
selectBoardSkinListTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardSkinVO> selectBoardSkinList(BoardSkinVO boardSkinVO)
throws java.lang.Exception
selectBoardSkinList in interface BoardServicejava.lang.Exception
public BoardSkinVO getBoardSkin(BoardSkinVO boardSkinVO)
throws java.lang.Exception
getBoardSkin in interface BoardServicejava.lang.Exception
public BoardSkinVO getBoardSkinId(BoardSkinVO boardSkinVO)
throws java.lang.Exception
getBoardSkinId in interface BoardServicejava.lang.Exception
public int selectBoardSkinIdCount(BoardSkinVO boardSkinVO)
throws java.lang.Exception
selectBoardSkinIdCount in interface BoardServicejava.lang.Exception
public void insertBoardSkin(BoardSkinVO boardSkinVO)
throws java.lang.Exception
insertBoardSkin in interface BoardServicejava.lang.Exception
public void updateBoardSkin(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkin in interface BoardServicejava.lang.Exception
public BoardSkinVO selectBoardSkinArea(BoardSkinVO boardSkinVO)
throws java.lang.Exception
selectBoardSkinArea in interface BoardServicejava.lang.Exception
public void updateBoardSkinArea(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkinArea in interface BoardServicejava.lang.Exception
public void deleteSkin(BoardSkinVO boardSkinVO)
throws java.lang.Exception
deleteSkin in interface BoardServicejava.lang.Exception
public void deleteSkinEtc(BoardSkinVO boardSkinVO)
throws java.lang.Exception
deleteSkinEtc in interface BoardServicejava.lang.Exception
public void insertBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
throws java.lang.Exception
insertBoardSkinEtc in interface BoardServicejava.lang.Exception
public void updateBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
throws java.lang.Exception
updateBoardSkinEtc in interface BoardServicejava.lang.Exception
public int selectBoardSkinEtcCount(BoardSkinEtcVO boardSkinEtcVO)
throws java.lang.Exception
selectBoardSkinEtcCount in interface BoardServicejava.lang.Exception
public BoardSkinEtcVO getBoardSkinEtc(BoardSkinEtcVO boardSkinEtcVO)
throws java.lang.Exception
getBoardSkinEtc in interface BoardServicejava.lang.Exception
public void updateBoardSkinPublic(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkinPublic in interface BoardServicejava.lang.Exception
public void updateBoardSkinList(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkinList in interface BoardServicejava.lang.Exception
public void updateBoardSkinWrite(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkinWrite in interface BoardServicejava.lang.Exception
public void updateBoardSkinView(BoardSkinVO boardSkinVO)
throws java.lang.Exception
updateBoardSkinView in interface BoardServicejava.lang.Exception
public java.lang.String getExampleSkin(java.lang.String skinType,
java.lang.String skinArea)
throws java.lang.Exception
getExampleSkin in interface BoardServicejava.lang.Exception
public java.lang.String getExampleEditorSkin(java.lang.String skinType,
java.lang.String skinEditor,
java.lang.String skinArea)
throws java.lang.Exception
getExampleEditorSkin in interface BoardServicejava.lang.Exception
public java.util.List<BoardSkinHistoryVO> selectBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
throws java.lang.Exception
selectBoardSkinBackup in interface BoardServicejava.lang.Exception
public BoardSkinHistoryVO getBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
throws java.lang.Exception
getBoardSkinBackup in interface BoardServicejava.lang.Exception
public void insertBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
throws java.lang.Exception
insertBoardSkinBackup in interface BoardServicejava.lang.Exception
public void initBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
throws java.lang.Exception
initBoardSkinBackup in interface BoardServicejava.lang.Exception
public void updateBoardSkinBackup(BoardSkinHistoryVO boardSkinHistoryVO)
throws java.lang.Exception
updateBoardSkinBackup in interface BoardServicejava.lang.Exception
public int selectBoardDataListTotal(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectBoardDataListTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectBoardDataList in interface BoardServicejava.lang.Exceptionpublic BoardSearchVO boardSearchFilter(BoardSearchVO boardSearchVO)
boardSearchVO -
public java.util.List<BoardDataVO> selectBoardNoticeDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectBoardNoticeDataList in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectStandByDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectStandByDataList in interface BoardServiceboardSearchVO -
java.lang.Exception
public BoardDataVO getBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
getBoardData in interface BoardServicejava.lang.Exception
public int getBoardDataIdx(BoardVO boardVO)
throws java.lang.Exception
getBoardDataIdx in interface BoardServicejava.lang.Exception
public int passwordValidate(BoardSearchVO boardSearchVO)
throws java.lang.Exception
passwordValidate in interface BoardServicejava.lang.Exception
public void insertBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
insertBoardData in interface BoardServicejava.lang.Exception
public void updateBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
updateBoardData in interface BoardServicejava.lang.Exception
public void deleteBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
deleteBoardData in interface BoardServicejava.lang.Exception
public void updateBoardDataStatus(BoardDataVO boardDataVO)
throws java.lang.Exception
updateBoardDataStatus in interface BoardServiceboardDataVO -
java.lang.Exception
public void updateBoardDataAnswerStatus(BoardDataVO boardDataVO)
throws java.lang.Exception
updateBoardDataAnswerStatus in interface BoardServicejava.lang.Exception
public void updateBoardDataReplyNotice(BoardDataVO boardDataVO)
throws java.lang.Exception
updateBoardDataReplyNotice in interface BoardServicejava.lang.Exception
public int selectBoardExtensionDataCount(BoardExtensionDataVO boardExtensionDataVO)
throws java.lang.Exception
selectBoardExtensionDataCount in interface BoardServicejava.lang.Exception
public void insertExtensionData(BoardExtensionDataVO boardExtensionDataVO)
throws java.lang.Exception
insertExtensionData in interface BoardServicejava.lang.Exception
public void updateExtensionData(BoardExtensionDataVO boardExtensionDataVO)
throws java.lang.Exception
updateExtensionData in interface BoardServicejava.lang.Exception
public java.util.List<BoardExtensionDataVO> selectBoardExtensionDataList(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardExtensionDataList in interface BoardServicejava.lang.Exception
public void updateDataReplyOrder(BoardDataVO boardDataVO)
throws java.lang.Exception
updateDataReplyOrder in interface BoardServicejava.lang.Exception
public void updateDataViewCount(BoardDataVO boardDataVO)
throws java.lang.Exception
updateDataViewCount in interface BoardServicejava.lang.Exception
public void updateDataStarPoint(BoardDataVO boardDataVO)
throws java.lang.Exception
updateDataStarPoint in interface BoardServicejava.lang.Exception
public java.lang.String updateDataRegisterDt(long dataSid,
java.lang.String register_dt)
updateDataRegisterDt in interface BoardService
public java.util.List<BoardFileVO> selectBoardFile(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardFile in interface BoardServicejava.lang.Exception
public BoardFileVO getBoardFile(BoardFileVO boardFileVO)
throws java.lang.Exception
getBoardFile in interface BoardServicejava.lang.Exception
public void insertBoardFile(BoardFileVO boardFileVO)
throws java.lang.Exception
insertBoardFile in interface BoardServicejava.lang.Exception
public void updateBoardFile(BoardFileVO boardFileVO)
throws java.lang.Exception
updateBoardFile in interface BoardServicejava.lang.Exception
public void updateBoardFileId(BoardFileVO boardFileVO)
throws java.lang.Exception
updateBoardFileId in interface BoardServicejava.lang.Exception
public void deleteBoardFile(BoardFileVO boardFileVO)
throws java.lang.Exception
deleteBoardFile in interface BoardServicejava.lang.Exception
public void updateFileDeleteStatus(BoardDataVO boardDataVO)
throws java.lang.Exception
updateFileDeleteStatus in interface BoardServicejava.lang.Exception
public java.lang.String getDataContent(BoardDataVO boardDataVO)
throws java.lang.Exception
getDataContent in interface BoardServicejava.lang.Exception
public int selectBoardDataReplyCount(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardDataReplyCount in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataOriginal(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardDataOriginal in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataReplyList(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardDataReplyList in interface BoardServicejava.lang.Exception
public int getBoardCommentIdx(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getBoardCommentIdx in interface BoardServicejava.lang.Exception
public int selectCommentCount(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectCommentCount in interface BoardServicejava.lang.Exception
public java.util.List<CommentVO> selectCommentList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectCommentList in interface BoardServicejava.lang.Exception
public CommentVO getComment(CommentVO commentVO)
throws java.lang.Exception
getComment in interface BoardServicejava.lang.Exception
public void updateCommentReplyOrder(CommentVO commentVO)
throws java.lang.Exception
updateCommentReplyOrder in interface BoardServicejava.lang.Exception
public void insertComment(CommentVO commentVO)
throws java.lang.Exception
insertComment in interface BoardServicejava.lang.Exception
public void deleteComment(CommentVO commentVO)
throws java.lang.Exception
deleteComment in interface BoardServicejava.lang.Exception
public int getStarPoint(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getStarPoint in interface BoardServicejava.lang.Exception
public int selectBoardActionTotal(BoardActionVO boardActionVO)
throws java.lang.Exception
selectBoardActionTotal in interface BoardServicejava.lang.Exception
public int selectBoardActionCount(BoardActionVO boardActionVO)
throws java.lang.Exception
selectBoardActionCount in interface BoardServicejava.lang.Exception
public java.util.List<BoardActionVO> selectBoardActionList(BoardActionVO boardActionVO)
throws java.lang.Exception
selectBoardActionList in interface BoardServicejava.lang.Exception
public java.util.List<BoardActionVO> selectBoardActionListAll(BoardActionVO boardActionVO)
throws java.lang.Exception
selectBoardActionListAll in interface BoardServicejava.lang.Exception
public BoardActionVO getBoardAction(BoardActionVO boardActionVO)
throws java.lang.Exception
getBoardAction in interface BoardServicejava.lang.Exception
public void insertBoardAction(BoardActionVO boardActionVO)
throws java.lang.Exception
insertBoardAction in interface BoardServicejava.lang.Exception
public void updateBoardAction(BoardActionVO boardActionVO)
throws java.lang.Exception
updateBoardAction in interface BoardServicejava.lang.Exception
public void deleteBoardAction(BoardActionVO boardActionVO)
throws java.lang.Exception
deleteBoardAction in interface BoardServicejava.lang.Exception
public int selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
throws java.lang.Exception
selectBoardHistoryListTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardHistoryVO> selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
throws java.lang.Exception
selectBoardHistoryList in interface BoardServicejava.lang.Exception
public 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
insertBoardHistory in interface BoardServicejava.lang.Exception
public int selectDownloadHistoryTotal(java.lang.String boardId,
long dataSid,
long fileSid)
throws java.lang.Exception
selectDownloadHistoryTotal in interface BoardServicejava.lang.Exception
public int selectDownloadHistoryTotal(java.lang.String boardId,
long dataSid,
long fileSid,
boolean isNow)
throws java.lang.Exception
selectDownloadHistoryTotal in interface BoardServicejava.lang.Exception
public void insertBoardDataBackup(BoardDataVO boardDataVO)
throws java.lang.Exception
insertBoardDataBackup in interface BoardServicejava.lang.Exception
public int selectBoardDataBackupTotal(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataBackupTotal in interface BoardServicejava.lang.Exception
public int selectBackupHistoryTotal(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBackupHistoryTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataBackupList(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataBackupList in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBackupHistoryList(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBackupHistoryList in interface BoardServicejava.lang.Exception
public BoardDataVO getBoardDataBak(BoardDataVO boardDataVO)
throws java.lang.Exception
getBoardDataBak in interface BoardServicejava.lang.Exception
public void restoreBoardDataBak(BoardVO boardVO)
throws java.lang.Exception
restoreBoardDataBak in interface BoardServiceboardDataVO -
java.lang.Exception
public java.util.List<BoardDataVO> getBoardDataBakList(BoardVO boardVO)
throws java.lang.Exception
getBoardDataBakList in interface BoardServicejava.lang.Exception
public void deleteBoardDataBak(BoardVO boardVO)
throws java.lang.Exception
deleteBoardDataBak in interface BoardServicejava.lang.Exception
public int selectBoardDataManagerTotal(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataManagerTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataManagerList(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataManagerList in interface BoardServicejava.lang.Exception
public int selectBoardDataManagerStandbyListCnt(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataManagerStandbyListCnt in interface BoardServiceboardVO -
java.lang.Exception
public java.util.List<BoardDataVO> selectBoardDataManagerStandbyList(BoardVO boardVO)
throws java.lang.Exception
selectBoardDataManagerStandbyList in interface BoardServiceboardVO -
java.lang.Exception
public void deleteDataListManager(BoardVO boardVO)
throws java.lang.Exception
deleteDataListManager in interface BoardServicejava.lang.Exception
public void deleteDataFileManager(BoardVO boardVO)
throws java.lang.Exception
deleteDataFileManager in interface BoardServicejava.lang.Exception
public void deleteDataExtManager(BoardVO boardVO)
throws java.lang.Exception
deleteDataExtManager in interface BoardServicejava.lang.Exception
public void deleteDataCommentManager(BoardVO boardVO)
throws java.lang.Exception
deleteDataCommentManager in interface BoardServicejava.lang.Exception
public java.util.List<BoardFileVO> getMultiFileList(BoardVO boardVO)
throws java.lang.Exception
getMultiFileList in interface BoardServicejava.lang.Exception
public java.util.List<CommentVO> selectCommentListAll(BoardDataVO boardDataVO)
throws java.lang.Exception
selectCommentListAll in interface BoardServicejava.lang.Exception
public java.util.List<BoardReplyVO> selectBoardReplyOfficeList(BoardReplyVO boardReplyVO)
throws java.lang.Exception
selectBoardReplyOfficeList in interface BoardServicejava.lang.Exception
public void insertBoardReplyOffice(BoardReplyVO boardReplyVO)
throws java.lang.Exception
insertBoardReplyOffice in interface BoardServicejava.lang.Exception
public void updateBoardReplyOffice(BoardReplyVO boardReplyVO)
throws java.lang.Exception
updateBoardReplyOffice in interface BoardServicejava.lang.Exception
public void deleteBoardReplyOffice(BoardReplyVO boardReplyVO)
throws java.lang.Exception
deleteBoardReplyOffice in interface BoardServicejava.lang.Exception
public BoardReplyVO getBoardReplyOffice(BoardReplyVO boardReplyVO)
throws java.lang.Exception
getBoardReplyOffice in interface BoardServicejava.lang.Exception
public int selectScheduleDataListTotal(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectScheduleDataListTotal in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataVO> selectScheduleDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectScheduleDataList in interface BoardServicejava.lang.Exception
public void insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)
throws java.lang.Exception
insertDownloadHistory in interface BoardServicejava.lang.Exception
public java.util.List<MenuVO> getBoardMenuList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getBoardMenuList in interface BoardServicejava.lang.Exception
public 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
insertFileId in interface BoardServicejava.lang.Exception
public java.util.List<BoardCountVO> boardDataCount(BoardSearchVO boardSearchVO)
throws java.lang.Exception
boardDataCount in interface BoardServicejava.lang.Exception
public java.util.List<BoardCountVO> boardOfficeCount(BoardSearchVO boardSearchVO)
throws java.lang.Exception
boardOfficeCount in interface BoardServicejava.lang.Exception
public int updateDataTmpField(long dataSid,
int tmpDp,
java.lang.String tmpField)
throws java.lang.Exception
updateDataTmpField in interface BoardServiceboardEtcVO -
java.lang.Exception
public java.util.List<BoardReplyVO> listBoardReplyOffice(BoardReplyVO boardReplyVO)
throws java.lang.Exception
listBoardReplyOffice in interface BoardServiceboardReplyVO -
java.lang.Exception
public int getCommentCnt(CommentVO commentVO)
throws java.lang.Exception
getCommentCnt in interface BoardServicejava.lang.Exception
public void deleteUserBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
deleteUserBoardData in interface BoardServicejava.lang.Exception
public void deleteRealBoardData(BoardDataVO boardDataVO)
throws java.lang.Exception
deleteRealBoardData in interface BoardServicejava.lang.Exception
public int selectBoardDataReplyCnt(BoardDataVO boardDataVO)
throws java.lang.Exception
selectBoardDataReplyCnt in interface BoardServicejava.lang.Exception
public int getBoardCommentAllCnt(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getBoardCommentAllCnt in interface BoardServicejava.lang.Exception
public java.util.List<CommentVO> getCommentListAllPage(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getCommentListAllPage in interface BoardServiceboardSearchVO -
java.lang.Exception
public java.util.List<CommentVO> getCommentListAll(BoardSearchVO boardSearchVO)
throws java.lang.Exception
getCommentListAll in interface BoardServiceboardSearchVO -
java.lang.Exception
public java.util.List<BoardDataVO> selectNoticeUpdateDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectNoticeUpdateDataList in interface BoardServiceboardSearchVO -
java.lang.Exception
public java.util.List<BoardDataVO> selectPeriodUpdateDataList(BoardSearchVO boardSearchVO)
throws java.lang.Exception
selectPeriodUpdateDataList in interface BoardServicejava.lang.Exception
public void updateNoticeData(BoardDataVO boardDataVO)
throws java.lang.Exception
updateNoticeData in interface BoardServiceboardDataVO -
java.lang.Exception
public void updatePeriodData(BoardDataVO boardDataVO)
throws java.lang.Exception
updatePeriodData in interface BoardServicejava.lang.Exception
public void insertBoardDataLike(BoardDataLikeVO boardDataLikeVO)
throws java.lang.Exception
insertBoardDataLike in interface BoardServiceboardDataLikeVO -
java.lang.Exception
public void deleteBoardDataLike(BoardDataLikeVO boardDataLikeVO)
throws java.lang.Exception
deleteBoardDataLike in interface BoardServicejava.lang.Exception
public int selectBoardDataLikeCnt(BoardDataLikeVO boardDataLikeVO)
throws java.lang.Exception
selectBoardDataLikeCnt in interface BoardServicejava.lang.Exception
public java.util.List<BoardDataLikeVO> selectBoardDataLikeList(BoardDataLikeVO boardDataLikeVO)
throws java.lang.Exception
selectBoardDataLikeList in interface BoardServicejava.lang.Exception
public void insertCommentDataLike(CommentLikeVO commentLikeVO)
throws java.lang.Exception
insertCommentDataLike in interface BoardServicecommentLikeVO -
java.lang.Exception
public int selectBoardCommentLikeCnt(CommentLikeVO commentLikeVO)
throws java.lang.Exception
selectBoardCommentLikeCnt in interface BoardServicejava.lang.Exception
public boolean getExtendedSelectNot(java.lang.String boardId,
long dataSid,
int officeRegDp,
java.lang.String selectProcTime)
throws java.lang.Exception
java.lang.Exception
public BoardDataVO getBoardRecentlyPosted(BoardDataVO boardDataVO)
throws java.lang.Exception
getBoardRecentlyPosted in interface BoardServicejava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||