|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rte.fdl.cmmn.AbstractServiceImpl egovframework.rfc3.category.service.impl.CategoryServiceImpl
@Service(value="CategoryService") public class CategoryServiceImpl
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 |
---|
public CategoryServiceImpl()
Method Detail |
---|
public int selectCategoryCommonTotCnt(CategoryVO categoryVO) throws java.lang.Exception
selectCategoryCommonTotCnt
in interface CategoryService
categoryVO
-
java.lang.Exception
public int selectCategoryCommonTotCnt(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
selectCategoryCommonTotCnt
in interface CategoryService
categoryVO
-
java.lang.Exception
public int selectCategoryCommonTotCnt(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
selectCategoryCommonTotCnt
in interface CategoryService
categoryVO
-
java.lang.Exception
public int selectCategoryCommonTotCnt(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
selectCategoryCommonTotCnt
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryVO> selectCategoryCommonList(CategoryVO categoryVO) throws java.lang.Exception
selectCategoryCommonList
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode1VO> selectCategoryCommonList(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
selectCategoryCommonList
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode2VO> selectCategoryCommonList(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
selectCategoryCommonList
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode3VO> selectCategoryCommonList(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
selectCategoryCommonList
in interface CategoryService
categoryVO
-
java.lang.Exception
public void insertCategorysList(CategoryVO categoryVO) throws java.lang.Exception
insertCategorysList
in interface CategoryService
categoryVO
-
java.lang.Exception
public void insertCategorysList(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
insertCategorysList
in interface CategoryService
categoryVO
-
java.lang.Exception
public void insertCategorysList(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
insertCategorysList
in interface CategoryService
categoryVO
-
java.lang.Exception
public void insertCategorysList(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
insertCategorysList
in interface CategoryService
categoryVO
-
java.lang.Exception
public CategoryVO selectCategoryCommonVO(CategoryVO categoryVO) throws java.lang.Exception
selectCategoryCommonVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public CategoryCode1VO selectCategoryCommonVO(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
selectCategoryCommonVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public CategoryCode2VO selectCategoryCommonVO(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
selectCategoryCommonVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public CategoryCode3VO selectCategoryCommonVO(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
selectCategoryCommonVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryVO> selectCategoryCommonListVO(CategoryVO categoryVO) throws java.lang.Exception
selectCategoryCommonListVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode1VO> selectCategoryCommonListVO(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
selectCategoryCommonListVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode2VO> selectCategoryCommonListVO(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
selectCategoryCommonListVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode3VO> selectCategoryCommonListVO(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
selectCategoryCommonListVO
in interface CategoryService
categoryVO
-
java.lang.Exception
public void updateCommon(CategoryVO categoryVO) throws java.lang.Exception
updateCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void updateCommon(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
updateCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void updateCommon(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
updateCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void updateCommon(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
updateCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void deleteCommon(CategoryVO categoryVO) throws java.lang.Exception
deleteCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void deleteCommon(CategoryCode1VO categoryCode1VO) throws java.lang.Exception
deleteCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void deleteCommon(CategoryCode2VO categoryCode2VO) throws java.lang.Exception
deleteCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public void deleteCommon(CategoryCode3VO categoryCode3VO) throws java.lang.Exception
deleteCommon
in interface CategoryService
categoryVO
-
java.lang.Exception
public java.util.List<CategoryCode3VO> categoryCode3Dwr(java.lang.String cateCd, java.lang.String cate1Cd, java.lang.String cate2Cd) throws java.lang.Exception
java.lang.Exception
public java.util.List<CategoryCode2VO> categoryCode2Dwr(java.lang.String cateCd, java.lang.String cate1Cd) throws java.lang.Exception
categoryCode2Dwr
in interface CategoryService
java.lang.Exception
public java.util.List<CategoryCode1VO> categoryCode1Dwr(java.lang.String cateCd) throws java.lang.Exception
categoryCode1Dwr
in interface CategoryService
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |