egovframework.rfc3.category.service
Interface CategoryService

All Known Implementing Classes:
CategoryServiceImpl

public interface CategoryService


Method Summary
 java.util.List<CategoryCode1VO> categoryCode1Dwr(java.lang.String cateCd)
          1차 카테고리 리스트 (DWR)
 java.util.List<CategoryCode2VO> categoryCode2Dwr(java.lang.String cateCd, java.lang.String cate1Cd)
          2차 카테고리 리스트 (DWR)
 void deleteCommon(CategoryCode1VO categoryCode1VO)
          카테고리 1차 삭제
 void deleteCommon(CategoryCode2VO categoryCode2VO)
          카테고리 2차 삭제
 void deleteCommon(CategoryCode3VO categoryCode3VO)
          카테고리 3차 삭제
 void deleteCommon(CategoryVO categoryVO)
          공통 카테고리 삭제
 void insertCategorysList(CategoryCode1VO categoryCode1VO)
          카테고리 1차 등록
 void insertCategorysList(CategoryCode2VO categoryCode2VO)
          카테고리 2차 등록
 void insertCategorysList(CategoryCode3VO categoryCode3VO)
          카테고리 3차 등록
 void insertCategorysList(CategoryVO categoryVO)
          공통 카테고리 등록
 java.util.List<CategoryCode1VO> selectCategoryCommonList(CategoryCode1VO categoryCode1VO)
          카테고리 1차 리스트
 java.util.List<CategoryCode2VO> selectCategoryCommonList(CategoryCode2VO categoryCode2VO)
          카테고리 2차 리스트
 java.util.List<CategoryCode3VO> selectCategoryCommonList(CategoryCode3VO categoryCode3VO)
          카테고리 2차 리스트
 java.util.List<CategoryVO> selectCategoryCommonList(CategoryVO categoryVO)
          공통 카테고리 리스트
 java.util.List<CategoryCode1VO> selectCategoryCommonListVO(CategoryCode1VO categoryCode1VO)
          카테고리1차 검색 리스트
 java.util.List<CategoryCode2VO> selectCategoryCommonListVO(CategoryCode2VO categoryCode2VO)
          카테고리2차 검색 리스트
 java.util.List<CategoryCode3VO> selectCategoryCommonListVO(CategoryCode3VO categoryCode3VO)
          카테고리3차 검색 리스트
 java.util.List<CategoryVO> selectCategoryCommonListVO(CategoryVO categoryVO)
          공통코드 검색 리스트
 int selectCategoryCommonTotCnt(CategoryCode1VO categoryCode1VO)
          카테고리 1차 리스트 카운트
 int selectCategoryCommonTotCnt(CategoryCode2VO categoryCode2VO)
          카테고리 2차 리스트 카운트
 int selectCategoryCommonTotCnt(CategoryCode3VO categoryCode3VO)
          카테고리 3차 리스트 카운트
 int selectCategoryCommonTotCnt(CategoryVO categoryVO)
          공통 카테고리 리스트 카운트
 CategoryCode1VO selectCategoryCommonVO(CategoryCode1VO categoryCode1VO)
          카테고리 1차 VO리스트
 CategoryCode2VO selectCategoryCommonVO(CategoryCode2VO categoryCode2VO)
          카테고리 2차 VO리스트
 CategoryCode3VO selectCategoryCommonVO(CategoryCode3VO categoryCode3VO)
          카테고리 3차 VO리스트
 CategoryVO selectCategoryCommonVO(CategoryVO categoryVO)
          공통 카테고리 VO리스트
 void updateCommon(CategoryCode1VO categoryCode1VO)
          카테고리 1차 수정
 void updateCommon(CategoryCode2VO categoryCode2VO)
          카테고리 2차 수정
 void updateCommon(CategoryCode3VO categoryCode3VO)
          카테고리 3차 수정
 void updateCommon(CategoryVO categoryVO)
          공통 카테고리 수정
 

Method Detail

selectCategoryCommonTotCnt

int selectCategoryCommonTotCnt(CategoryVO categoryVO)
                               throws java.lang.Exception
공통 카테고리 리스트 카운트

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

selectCategoryCommonTotCnt

int selectCategoryCommonTotCnt(CategoryCode1VO categoryCode1VO)
                               throws java.lang.Exception
카테고리 1차 리스트 카운트

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

selectCategoryCommonTotCnt

int selectCategoryCommonTotCnt(CategoryCode2VO categoryCode2VO)
                               throws java.lang.Exception
카테고리 2차 리스트 카운트

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

selectCategoryCommonTotCnt

int selectCategoryCommonTotCnt(CategoryCode3VO categoryCode3VO)
                               throws java.lang.Exception
카테고리 3차 리스트 카운트

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

selectCategoryCommonList

java.util.List<CategoryVO> selectCategoryCommonList(CategoryVO categoryVO)
                                                    throws java.lang.Exception
공통 카테고리 리스트

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

selectCategoryCommonList

java.util.List<CategoryCode1VO> selectCategoryCommonList(CategoryCode1VO categoryCode1VO)
                                                         throws java.lang.Exception
카테고리 1차 리스트

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

selectCategoryCommonList

java.util.List<CategoryCode2VO> selectCategoryCommonList(CategoryCode2VO categoryCode2VO)
                                                         throws java.lang.Exception
카테고리 2차 리스트

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

selectCategoryCommonList

java.util.List<CategoryCode3VO> selectCategoryCommonList(CategoryCode3VO categoryCode3VO)
                                                         throws java.lang.Exception
카테고리 2차 리스트

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

insertCategorysList

void insertCategorysList(CategoryVO categoryVO)
                         throws java.lang.Exception
공통 카테고리 등록

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

void insertCategorysList(CategoryCode1VO categoryCode1VO)
                         throws java.lang.Exception
카테고리 1차 등록

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

void insertCategorysList(CategoryCode2VO categoryCode2VO)
                         throws java.lang.Exception
카테고리 2차 등록

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

void insertCategorysList(CategoryCode3VO categoryCode3VO)
                         throws java.lang.Exception
카테고리 3차 등록

Parameters:
categoryVO -
Throws:
java.lang.Exception

selectCategoryCommonVO

CategoryVO selectCategoryCommonVO(CategoryVO categoryVO)
                                  throws java.lang.Exception
공통 카테고리 VO리스트

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

selectCategoryCommonVO

CategoryCode1VO selectCategoryCommonVO(CategoryCode1VO categoryCode1VO)
                                       throws java.lang.Exception
카테고리 1차 VO리스트

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

selectCategoryCommonVO

CategoryCode2VO selectCategoryCommonVO(CategoryCode2VO categoryCode2VO)
                                       throws java.lang.Exception
카테고리 2차 VO리스트

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

selectCategoryCommonVO

CategoryCode3VO selectCategoryCommonVO(CategoryCode3VO categoryCode3VO)
                                       throws java.lang.Exception
카테고리 3차 VO리스트

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

selectCategoryCommonListVO

java.util.List<CategoryVO> selectCategoryCommonListVO(CategoryVO categoryVO)
                                                      throws java.lang.Exception
공통코드 검색 리스트

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

selectCategoryCommonListVO

java.util.List<CategoryCode1VO> selectCategoryCommonListVO(CategoryCode1VO categoryCode1VO)
                                                           throws java.lang.Exception
카테고리1차 검색 리스트

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

selectCategoryCommonListVO

java.util.List<CategoryCode2VO> selectCategoryCommonListVO(CategoryCode2VO categoryCode2VO)
                                                           throws java.lang.Exception
카테고리2차 검색 리스트

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

selectCategoryCommonListVO

java.util.List<CategoryCode3VO> selectCategoryCommonListVO(CategoryCode3VO categoryCode3VO)
                                                           throws java.lang.Exception
카테고리3차 검색 리스트

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

updateCommon

void updateCommon(CategoryVO categoryVO)
                  throws java.lang.Exception
공통 카테고리 수정

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

void updateCommon(CategoryCode1VO categoryCode1VO)
                  throws java.lang.Exception
카테고리 1차 수정

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

void updateCommon(CategoryCode2VO categoryCode2VO)
                  throws java.lang.Exception
카테고리 2차 수정

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

void updateCommon(CategoryCode3VO categoryCode3VO)
                  throws java.lang.Exception
카테고리 3차 수정

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

void deleteCommon(CategoryVO categoryVO)
                  throws java.lang.Exception
공통 카테고리 삭제

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

void deleteCommon(CategoryCode1VO categoryCode1VO)
                  throws java.lang.Exception
카테고리 1차 삭제

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

void deleteCommon(CategoryCode2VO categoryCode2VO)
                  throws java.lang.Exception
카테고리 2차 삭제

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

void deleteCommon(CategoryCode3VO categoryCode3VO)
                  throws java.lang.Exception
카테고리 3차 삭제

Parameters:
categoryVO -
Throws:
java.lang.Exception

categoryCode2Dwr

java.util.List<CategoryCode2VO> categoryCode2Dwr(java.lang.String cateCd,
                                                 java.lang.String cate1Cd)
                                                 throws java.lang.Exception
2차 카테고리 리스트 (DWR)

Throws:
java.lang.Exception

categoryCode1Dwr

java.util.List<CategoryCode1VO> categoryCode1Dwr(java.lang.String cateCd)
                                                 throws java.lang.Exception
1차 카테고리 리스트 (DWR)

Throws:
java.lang.Exception