egovframework.rfc3.category.dao
Class CategoryDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcIAMAbstractDAO
egovframework.rfc3.category.dao.CategoryDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="CategoryDAO")
public class CategoryDAO
- extends RfcIAMAbstractDAO
| 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 |
CategoryDAO
public CategoryDAO()
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