egovframework.rfc3.category.dao
Class CategoryDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcIAMAbstractDAO
                  extended by egovframework.rfc3.category.dao.CategoryDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="CategoryDAO")
public class CategoryDAO
extends RfcIAMAbstractDAO


Constructor Summary
CategoryDAO()
           
 
Method Summary
 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)
          카테고리3 리스트
 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 egovframework.rfc3.common.dao.RfcIAMAbstractDAO
delete, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryDAO

public CategoryDAO()
Method Detail

selectCategoryCommonTotCnt

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

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

selectCategoryCommonTotCnt

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

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

selectCategoryCommonTotCnt

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

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

selectCategoryCommonTotCnt

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

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

selectCategoryCommonList

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

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

selectCategoryCommonList

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

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

selectCategoryCommonList

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

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

selectCategoryCommonList

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

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

insertCategorysList

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

insertCategorysList

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

selectCategoryCommonVO

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

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

selectCategoryCommonVO

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

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

selectCategoryCommonVO

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

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

selectCategoryCommonVO

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

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

selectCategoryCommonListVO

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

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

selectCategoryCommonListVO

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

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

selectCategoryCommonListVO

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

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

selectCategoryCommonListVO

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

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

updateCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

updateCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception

deleteCommon

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

Parameters:
categoryVO -
Throws:
java.lang.Exception