|
||||||||||
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.iam.service.impl.ResourceServiceImpl
@Service(value="ResourceService") public class ResourceServiceImpl
자원 대한 ServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.02.17 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
ResourceServiceImpl()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceServiceImpl()
Method Detail |
---|
public int selectResourceListTotCnt(ResourceVO resourceVO) throws java.lang.Exception
selectResourceListTotCnt
in interface ResourceService
java.lang.Exception
public java.util.List<ResourceVO> selectResourceList(ResourceVO resourceVO) throws java.lang.Exception
selectResourceList
in interface ResourceService
java.lang.Exception
public java.util.List<ResourceVO> selectMainResourceList(java.lang.String sgroupId) throws java.lang.Exception
selectMainResourceList
in interface ResourceService
resourceVO
-
java.lang.Exception
public ResourceVO getResourceInfo(java.lang.String resourceId) throws java.lang.Exception
getResourceInfo
in interface ResourceService
java.lang.Exception
public ResourceVO getResourceInfoForMenuCd(java.lang.String menuCd) throws java.lang.Exception
getResourceInfoForMenuCd
in interface ResourceService
java.lang.Exception
public void insertResource(ResourceVO resourceVO) throws java.lang.Exception
insertResource
in interface ResourceService
java.lang.Exception
public void updateResource(ResourceVO resourceVO) throws java.lang.Exception
updateResource
in interface ResourceService
java.lang.Exception
public void updateResourceMenuCd(ResourceVO resourceVO) throws java.lang.Exception
updateResourceMenuCd
in interface ResourceService
java.lang.Exception
public void deleteResource(java.lang.String resourceId) throws java.lang.Exception
deleteResource
in interface ResourceService
java.lang.Exception
public void deleteResourceForSiteGroup(java.lang.String sgroupId) throws java.lang.Exception
deleteResourceForSiteGroup
in interface ResourceService
java.lang.Exception
public void deleteResourceForDomain(java.lang.String domainId) throws java.lang.Exception
deleteResourceForDomain
in interface ResourceService
java.lang.Exception
public void deleteResourceForMenuCd(java.lang.String menuCd) throws java.lang.Exception
deleteResourceForMenuCd
in interface ResourceService
menuCd
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |