|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceService
자원 서비스를 위한 클래스
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2010.12.21 허성철 최초 생성 Copyright (C) 2010 by skoinfo All right reserved.
Method Summary | |
---|---|
void |
deleteResource(java.lang.String resourceId)
자원 삭제 |
void |
deleteResourceForDomain(java.lang.String domainId)
도메인Id에 해당하는 자원삭제 |
void |
deleteResourceForMenuCd(java.lang.String menuCd)
menuCd로 리소스 삭제하기 |
void |
deleteResourceForSiteGroup(java.lang.String sgroupId)
사이트 그룹에 해당하는 리소스 삭제 |
ResourceVO |
getResourceInfo(java.lang.String resourceId)
해당 resourceId 에 대한 자원 정보 |
ResourceVO |
getResourceInfoForMenuCd(java.lang.String menuCd)
해당 menuCd 에 대한 자원 정보 |
void |
insertResource(ResourceVO resourceVO)
자원 저장 |
java.util.List<ResourceVO> |
selectMainResourceList(java.lang.String sgroupId)
메인 페이지 리소스 최근 목록 20개 |
java.util.List<ResourceVO> |
selectResourceList(ResourceVO resourceVO)
자원 전체 목록 |
int |
selectResourceListTotCnt(ResourceVO resourceVO)
자원의 전체 목록 갯수 |
void |
updateResource(ResourceVO resourceVO)
자원 수정 |
void |
updateResourceMenuCd(ResourceVO resourceVO)
updateResourceMenuCd |
Method Detail |
---|
int selectResourceListTotCnt(ResourceVO resourceVO) throws java.lang.Exception
resourceVO
-
java.lang.Exception
java.util.List<ResourceVO> selectResourceList(ResourceVO resourceVO) throws java.lang.Exception
resourceVO
-
java.lang.Exception
java.util.List<ResourceVO> selectMainResourceList(java.lang.String sgroupId) throws java.lang.Exception
resourceVO
-
java.lang.Exception
ResourceVO getResourceInfo(java.lang.String resourceId) throws java.lang.Exception
resourceId
-
java.lang.Exception
ResourceVO getResourceInfoForMenuCd(java.lang.String menuCd) throws java.lang.Exception
menuCd
-
java.lang.Exception
void insertResource(ResourceVO resourceVO) throws java.lang.Exception
resourceVO
-
java.lang.Exception
void updateResource(ResourceVO resourceVO) throws java.lang.Exception
resourceVO
-
java.lang.Exception
void updateResourceMenuCd(ResourceVO resourceVO) throws java.lang.Exception
resourceVO
-
java.lang.Exception
void deleteResource(java.lang.String resourceId) throws java.lang.Exception
resourceId
-
java.lang.Exception
void deleteResourceForSiteGroup(java.lang.String sgroupId) throws java.lang.Exception
sgroupId
-
java.lang.Exception
void deleteResourceForDomain(java.lang.String domainId) throws java.lang.Exception
domainId
-
java.lang.Exception
void deleteResourceForMenuCd(java.lang.String menuCd) throws java.lang.Exception
menuCd
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |