|
||||||||||
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.GroupServiceImpl
@Service(value="GroupService") public class GroupServiceImpl
그룹에 대한 ServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.02.17 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
GroupServiceImpl()
|
Method Summary | |
---|---|
void |
deleteGroup(GroupVO groupVO)
그룹 정보를 삭제한다. |
void |
deleteGroupForSiteGroup(java.lang.String sgroupId)
사이트 그룹코드로 계정그룹 삭제 |
void |
deleteGroupHierarchy(java.lang.String groupId)
그룹 계층 정보를 삭제한다. |
GroupVO |
get(java.lang.String groupId)
그룹 정보에서 해당 내용을 가져온다. |
java.util.List<GroupHierarchyVO> |
getParentsGroup(java.lang.String groupId)
그룹 계층정보에서 권한에 해당하는 하위1단계 권한을 가져온다. |
java.util.List<IamTree> |
getRootNodeOfGroup(java.lang.String sgroupId)
그룹계층정보에서 최상위 권한을 가져온다. - 사용안함 |
void |
initialGroup(java.lang.String sgroupId)
그룹 정보 초기 설정하기 |
void |
insertGroup(GroupVO groupVO)
그룹 정보를 저장한다. |
void |
insertGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹계층 정보를 저장한다. |
java.util.List<GroupVO> |
selectGroupList(GroupVO groupVO)
계정 그룹 목록 |
java.util.List<GroupVO> |
selectGroupListForSgroupId(java.lang.String sgroupId,
java.lang.String flag,
boolean isAdmin)
사이트 그룹에 해당하는 자신의 계정그룹정보 |
int |
selectGroupListTotCnt(GroupVO groupVO)
계정그룹 목록수 |
java.util.List<GroupVO> |
selectRoleAdminGroupListForSgroupId(java.lang.String sgroupId)
|
void |
updateGroup(GroupVO groupVO)
그룹정보를 수정한다. |
void |
updateGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층 관계 수정하기 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupServiceImpl()
Method Detail |
---|
public int selectGroupListTotCnt(GroupVO groupVO) throws java.lang.Exception
selectGroupListTotCnt
in interface GroupService
java.lang.Exception
public java.util.List<GroupVO> selectGroupList(GroupVO groupVO) throws java.lang.Exception
selectGroupList
in interface GroupService
java.lang.Exception
public java.util.List<GroupVO> selectGroupListForSgroupId(java.lang.String sgroupId, java.lang.String flag, boolean isAdmin) throws java.lang.Exception
selectGroupListForSgroupId
in interface GroupService
java.lang.Exception
public java.util.List<GroupVO> selectRoleAdminGroupListForSgroupId(java.lang.String sgroupId) throws java.lang.Exception
selectRoleAdminGroupListForSgroupId
in interface GroupService
java.lang.Exception
public java.util.List<IamTree> getRootNodeOfGroup(java.lang.String sgroupId) throws java.lang.Exception
getRootNodeOfGroup
in interface GroupService
java.lang.Exception
public GroupVO get(java.lang.String groupId) throws java.lang.Exception
get
in interface GroupService
java.lang.Exception
public java.util.List<GroupHierarchyVO> getParentsGroup(java.lang.String groupId) throws java.lang.Exception
getParentsGroup
in interface GroupService
java.lang.Exception
public void insertGroup(GroupVO groupVO) throws java.lang.Exception
insertGroup
in interface GroupService
java.lang.Exception
public void updateGroup(GroupVO groupVO) throws java.lang.Exception
updateGroup
in interface GroupService
java.lang.Exception
public void deleteGroup(GroupVO groupVO) throws java.lang.Exception
deleteGroup
in interface GroupService
java.lang.Exception
public void deleteGroupForSiteGroup(java.lang.String sgroupId) throws java.lang.Exception
deleteGroupForSiteGroup
in interface GroupService
java.lang.Exception
public void insertGroupHierarchy(GroupHierarchyVO groupHierarchyVO) throws java.lang.Exception
insertGroupHierarchy
in interface GroupService
java.lang.Exception
public void updateGroupHierarchy(GroupHierarchyVO groupHierarchyVO) throws java.lang.Exception
updateGroupHierarchy
in interface GroupService
java.lang.Exception
public void deleteGroupHierarchy(java.lang.String groupId) throws java.lang.Exception
deleteGroupHierarchy
in interface GroupService
java.lang.Exception
public void initialGroup(java.lang.String sgroupId) throws java.lang.Exception
GroupService
initialGroup
in interface GroupService
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |