egovframework.rfc3.category.service.impl
Class CategoryServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.category.service.impl.CategoryServiceImpl
All Implemented Interfaces:
CategoryService

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


Constructor Summary
CategoryServiceImpl()
           
 
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)
 java.util.List<CategoryCode3VO> categoryCode3Dwr(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd)
          3차 카테고리 리스트 (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)
          공통 카테고리 수정
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryServiceImpl

public CategoryServiceImpl()
Method Detail

selectCategoryCommonTotCnt

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

Specified by:
selectCategoryCommonTotCnt in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonTotCnt

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

Specified by:
selectCategoryCommonTotCnt in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonTotCnt

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

Specified by:
selectCategoryCommonTotCnt in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonTotCnt

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

Specified by:
selectCategoryCommonTotCnt in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonList

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

Specified by:
selectCategoryCommonList in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonList

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

Specified by:
selectCategoryCommonList in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonList

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

Specified by:
selectCategoryCommonList in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonList

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

Specified by:
selectCategoryCommonList in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

insertCategorysList

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

Specified by:
insertCategorysList in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Specified by:
insertCategorysList in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Specified by:
insertCategorysList in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Specified by:
insertCategorysList in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

selectCategoryCommonVO

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

Specified by:
selectCategoryCommonVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonVO

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

Specified by:
selectCategoryCommonVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonVO

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

Specified by:
selectCategoryCommonVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonVO

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

Specified by:
selectCategoryCommonVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonListVO

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

Specified by:
selectCategoryCommonListVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonListVO

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

Specified by:
selectCategoryCommonListVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonListVO

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

Specified by:
selectCategoryCommonListVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

selectCategoryCommonListVO

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

Specified by:
selectCategoryCommonListVO in interface CategoryService
Parameters:
categoryVO -
Returns:
Throws:
java.lang.Exception

updateCommon

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

Specified by:
updateCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Specified by:
updateCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Specified by:
updateCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Specified by:
updateCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Specified by:
deleteCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Specified by:
deleteCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Specified by:
deleteCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Specified by:
deleteCommon in interface CategoryService
Parameters:
categoryVO -
Throws:
java.lang.Exception

categoryCode3Dwr

public java.util.List<CategoryCode3VO> categoryCode3Dwr(java.lang.String cateCd,
                                                        java.lang.String cate1Cd,
                                                        java.lang.String cate2Cd)
                                                 throws java.lang.Exception
3차 카테고리 리스트 (DWR)

Throws:
java.lang.Exception

categoryCode2Dwr

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

Specified by:
categoryCode2Dwr in interface CategoryService
Throws:
java.lang.Exception

categoryCode1Dwr

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

Specified by:
categoryCode1Dwr in interface CategoryService
Throws:
java.lang.Exception