egovframework.rfc3.contents.service.impl
Class ContentsServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.contents.service.impl.ContentsServiceImpl
All Implemented Interfaces:
ContentsService

@Service(value="ContentsService")
public class ContentsServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements ContentsService


Constructor Summary
ContentsServiceImpl()
           
 
Method Summary
 ContentsVO ContentstBackUoVO(ContentsVO contentsVO)
          컨텐츠 삭제시 BackUp 데이터 VO
 ContentsVO ContentstData(long contentsSid)
          콘텐츠 수정
 ContentsVO contentstVO(ContentsVO contentsVO)
          indexAction 관련 정보
 int deleteAllContentsToDomain(java.lang.String domainId)
          도메인에 해당하는 컨텐츠 전부 삭제
 int deleteContents(ContentsVO contentsVO)
          콘텐츠 삭제
 java.util.List<ContentsVO> domainCopyContentstList(ContentsVO contentsVO)
          도메인 복사 콘텐츠 리스트
 java.util.List<MenuGradeVO> getSurveyList(MenuGradeVO menuGradeVO)
          만족도 리스트
 java.util.List<MenuGradeVO> getSurveyTotalList(MenuGradeVO menuGradeVO)
          만족도 카운팅 리스트
 int insertContentsBackUptList(ContentsBackUpVO contentsBackUpVO)
          Contents BackIUp insert
 int insertContentstList(ContentsVO contentsVO)
          콘텐츠 insert
 int selectContentsBackUpPkCnt(ContentsVO contentsVO)
          백업 삭제 데이터 복구중 중복값 체크
 int selectContentsBackUpTotCnt(ContentsBackUpVO contentsBackUpVO)
          Contents BackIUp List Count
 int selectContentsMainCnt(ContentsVO contentsVO)
          콘텐츠 메인 중복 카운팅
 java.util.List<ContentsBackUpVO> selectContentstBackUpList(ContentsBackUpVO contentsBackUpVO)
          Contents BackIUp List
 ContentsBackUpVO selectContentstBackUpVo(ContentsBackUpVO contentsBackUpVO)
          복원 백업VO
 java.util.List<ContentsVO> selectContentstList(ContentsVO contentsVO)
          콘텐츠 리스트
 int selectContentsTotCnt(ContentsVO contentsVO)
          콘텐츠 리스트 카운터
 int selectContentsUpdeteMainCnt(ContentsVO contentsVO)
          콘텐츠 수정시 메인 중복 카운팅
 int updateBackupContents(ContentsBackUpVO contentsBackUpVO)
          복원후 복원일 업데이트
 int updateContentLinkDate(ContentsVO contentsVO)
          컨텐츠 수정시 컨텐츠 리읔 수정일 수정
 int updateContents(ContentsVO contentsVO)
          컨텐츠 수정
 ContentsBackUpVO viewContentstBackupList(ContentsBackUpVO contentsBackUpVO)
          백업컨텐츠 보기
 ContentsVO viewContentstList(ContentsVO contentsVO)
          콘텐츠 수정
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentsServiceImpl

public ContentsServiceImpl()
Method Detail

selectContentsTotCnt

public int selectContentsTotCnt(ContentsVO contentsVO)
                         throws java.lang.Exception
콘텐츠 리스트 카운터

Specified by:
selectContentsTotCnt in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

selectContentstList

public java.util.List<ContentsVO> selectContentstList(ContentsVO contentsVO)
                                               throws java.lang.Exception
콘텐츠 리스트

Specified by:
selectContentstList in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

insertContentstList

public int insertContentstList(ContentsVO contentsVO)
                        throws java.lang.Exception
콘텐츠 insert

Specified by:
insertContentstList in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

viewContentstList

public ContentsVO viewContentstList(ContentsVO contentsVO)
                             throws java.lang.Exception
콘텐츠 수정

Specified by:
viewContentstList in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

ContentstData

public ContentsVO ContentstData(long contentsSid)
                         throws java.lang.Exception
콘텐츠 수정

Specified by:
ContentstData in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

deleteContents

public int deleteContents(ContentsVO contentsVO)
                   throws java.lang.Exception
콘텐츠 삭제

Specified by:
deleteContents in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

deleteAllContentsToDomain

public int deleteAllContentsToDomain(java.lang.String domainId)
                              throws java.lang.Exception
Description copied from interface: ContentsService
도메인에 해당하는 컨텐츠 전부 삭제

Specified by:
deleteAllContentsToDomain in interface ContentsService
Returns:
Throws:
java.lang.Exception

updateContents

public int updateContents(ContentsVO contentsVO)
                   throws java.lang.Exception
컨텐츠 수정

Specified by:
updateContents in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

updateContentLinkDate

public int updateContentLinkDate(ContentsVO contentsVO)
                          throws java.lang.Exception
컨텐츠 수정시 컨텐츠 리읔 수정일 수정

Specified by:
updateContentLinkDate in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

contentstVO

public ContentsVO contentstVO(ContentsVO contentsVO)
                       throws java.lang.Exception
indexAction 관련 정보

Specified by:
contentstVO in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

selectContentsMainCnt

public int selectContentsMainCnt(ContentsVO contentsVO)
                          throws java.lang.Exception
콘텐츠 메인 중복 카운팅

Specified by:
selectContentsMainCnt in interface ContentsService
Throws:
java.lang.Exception

selectContentsUpdeteMainCnt

public int selectContentsUpdeteMainCnt(ContentsVO contentsVO)
                                throws java.lang.Exception
콘텐츠 수정시 메인 중복 카운팅

Specified by:
selectContentsUpdeteMainCnt in interface ContentsService
Throws:
java.lang.Exception

selectContentsBackUpTotCnt

public int selectContentsBackUpTotCnt(ContentsBackUpVO contentsBackUpVO)
                               throws java.lang.Exception
Contents BackIUp List Count

Specified by:
selectContentsBackUpTotCnt in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

selectContentstBackUpList

public java.util.List<ContentsBackUpVO> selectContentstBackUpList(ContentsBackUpVO contentsBackUpVO)
                                                           throws java.lang.Exception
Contents BackIUp List

Specified by:
selectContentstBackUpList in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

insertContentsBackUptList

public int insertContentsBackUptList(ContentsBackUpVO contentsBackUpVO)
                              throws java.lang.Exception
Contents BackIUp insert

Specified by:
insertContentsBackUptList in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

ContentstBackUoVO

public ContentsVO ContentstBackUoVO(ContentsVO contentsVO)
                             throws java.lang.Exception
컨텐츠 삭제시 BackUp 데이터 VO

Specified by:
ContentstBackUoVO in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

selectContentstBackUpVo

public ContentsBackUpVO selectContentstBackUpVo(ContentsBackUpVO contentsBackUpVO)
                                         throws java.lang.Exception
복원 백업VO

Specified by:
selectContentstBackUpVo in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

updateBackupContents

public int updateBackupContents(ContentsBackUpVO contentsBackUpVO)
                         throws java.lang.Exception
복원후 복원일 업데이트

Specified by:
updateBackupContents in interface ContentsService
Throws:
java.lang.Exception

viewContentstBackupList

public ContentsBackUpVO viewContentstBackupList(ContentsBackUpVO contentsBackUpVO)
                                         throws java.lang.Exception
백업컨텐츠 보기

Specified by:
viewContentstBackupList in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

selectContentsBackUpPkCnt

public int selectContentsBackUpPkCnt(ContentsVO contentsVO)
                              throws java.lang.Exception
백업 삭제 데이터 복구중 중복값 체크

Specified by:
selectContentsBackUpPkCnt in interface ContentsService
Parameters:
contentsBackUpVO -
Returns:
Throws:
java.lang.Exception

domainCopyContentstList

public java.util.List<ContentsVO> domainCopyContentstList(ContentsVO contentsVO)
                                                   throws java.lang.Exception
도메인 복사 콘텐츠 리스트

Specified by:
domainCopyContentstList in interface ContentsService
Parameters:
contentsVO -
Returns:
Throws:
java.lang.Exception

getSurveyList

public java.util.List<MenuGradeVO> getSurveyList(MenuGradeVO menuGradeVO)
                                          throws java.lang.Exception
만족도 리스트

Specified by:
getSurveyList in interface ContentsService
Parameters:
menuGradeVO -
Returns:
menuCd,count
Throws:
java.lang.Exception

getSurveyTotalList

public java.util.List<MenuGradeVO> getSurveyTotalList(MenuGradeVO menuGradeVO)
                                               throws java.lang.Exception
만족도 카운팅 리스트

Specified by:
getSurveyTotalList in interface ContentsService
Parameters:
menuGradeVO -
Returns:
Throws:
java.lang.Exception