|
||||||||||
| 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.contents.service.impl.ContentsServiceImpl
@Service(value="ContentsService") public class ContentsServiceImpl
| 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 |
|---|
public ContentsServiceImpl()
| Method Detail |
|---|
public int selectContentsTotCnt(ContentsVO contentsVO)
throws java.lang.Exception
selectContentsTotCnt in interface ContentsServicecontentsVO -
java.lang.Exception
public java.util.List<ContentsVO> selectContentstList(ContentsVO contentsVO)
throws java.lang.Exception
selectContentstList in interface ContentsServicecontentsVO -
java.lang.Exception
public int insertContentstList(ContentsVO contentsVO)
throws java.lang.Exception
insertContentstList in interface ContentsServicecontentsVO -
java.lang.Exception
public ContentsVO viewContentstList(ContentsVO contentsVO)
throws java.lang.Exception
viewContentstList in interface ContentsServicecontentsVO -
java.lang.Exception
public ContentsVO ContentstData(long contentsSid)
throws java.lang.Exception
ContentstData in interface ContentsServicecontentsVO -
java.lang.Exception
public int deleteContents(ContentsVO contentsVO)
throws java.lang.Exception
deleteContents in interface ContentsServicecontentsVO -
java.lang.Exception
public int deleteAllContentsToDomain(java.lang.String domainId)
throws java.lang.Exception
ContentsService
deleteAllContentsToDomain in interface ContentsServicejava.lang.Exception
public int updateContents(ContentsVO contentsVO)
throws java.lang.Exception
updateContents in interface ContentsServicecontentsVO -
java.lang.Exception
public int updateContentLinkDate(ContentsVO contentsVO)
throws java.lang.Exception
updateContentLinkDate in interface ContentsServicecontentsVO -
java.lang.Exception
public ContentsVO contentstVO(ContentsVO contentsVO)
throws java.lang.Exception
contentstVO in interface ContentsServicecontentsVO -
java.lang.Exception
public int selectContentsMainCnt(ContentsVO contentsVO)
throws java.lang.Exception
selectContentsMainCnt in interface ContentsServicejava.lang.Exception
public int selectContentsUpdeteMainCnt(ContentsVO contentsVO)
throws java.lang.Exception
selectContentsUpdeteMainCnt in interface ContentsServicejava.lang.Exception
public int selectContentsBackUpTotCnt(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
selectContentsBackUpTotCnt in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public java.util.List<ContentsBackUpVO> selectContentstBackUpList(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
selectContentstBackUpList in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public int insertContentsBackUptList(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
insertContentsBackUptList in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public ContentsVO ContentstBackUoVO(ContentsVO contentsVO)
throws java.lang.Exception
ContentstBackUoVO in interface ContentsServicecontentsVO -
java.lang.Exception
public ContentsBackUpVO selectContentstBackUpVo(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
selectContentstBackUpVo in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public int updateBackupContents(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
updateBackupContents in interface ContentsServicejava.lang.Exception
public ContentsBackUpVO viewContentstBackupList(ContentsBackUpVO contentsBackUpVO)
throws java.lang.Exception
viewContentstBackupList in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public int selectContentsBackUpPkCnt(ContentsVO contentsVO)
throws java.lang.Exception
selectContentsBackUpPkCnt in interface ContentsServicecontentsBackUpVO -
java.lang.Exception
public java.util.List<ContentsVO> domainCopyContentstList(ContentsVO contentsVO)
throws java.lang.Exception
domainCopyContentstList in interface ContentsServicecontentsVO -
java.lang.Exception
public java.util.List<MenuGradeVO> getSurveyList(MenuGradeVO menuGradeVO)
throws java.lang.Exception
getSurveyList in interface ContentsServicemenuGradeVO -
java.lang.Exception
public java.util.List<MenuGradeVO> getSurveyTotalList(MenuGradeVO menuGradeVO)
throws java.lang.Exception
getSurveyTotalList in interface ContentsServicemenuGradeVO -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||