|
||||||||||
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.SiteGroupServiceImpl
@Service(value="SiteGroupService") public class SiteGroupServiceImpl
사이트그룹 대한 ServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2010.12.21 허성철 최초 생성 Copyright (C) 2010 by skoinfo All right reserved.
Constructor Summary | |
---|---|
SiteGroupServiceImpl()
|
Method Summary | |
---|---|
void |
deleteSiteGroup(java.lang.String sgroupId)
사이트 그룹 정보를 삭제 |
void |
insertSiteGroup(SiteGroupVO siteGroupVO)
사이트 그룹정보를 저장 |
java.util.List<SiteGroupVO> |
selectAllSiteGroupList()
현재 사용되는 사이트 그룹 목록 |
java.util.List<SiteGroupVO> |
selectAllSiteGroupList(java.lang.String sgroupId)
|
java.util.List<SiteGroupVO> |
selectSiteGroupList(SiteGroupVO siteGroupVO)
사이트 그룹 검색조건에 따른 전체 목록 |
int |
selectSiteGroupListTotCnt(SiteGroupVO siteGroupVO)
사이트 그룹 검색조건에 따른 총갯수 |
SiteGroupVO |
siteGroupInfo(java.lang.String sgroupId)
사이트 그룹 정보 보기 |
void |
updateSiteGroup(SiteGroupVO siteGroupVO)
사이트 그룹 수정 하기 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiteGroupServiceImpl()
Method Detail |
---|
public int selectSiteGroupListTotCnt(SiteGroupVO siteGroupVO) throws java.lang.Exception
selectSiteGroupListTotCnt
in interface SiteGroupService
siteGroupVO
-
java.lang.Exception
public java.util.List<SiteGroupVO> selectSiteGroupList(SiteGroupVO siteGroupVO) throws java.lang.Exception
selectSiteGroupList
in interface SiteGroupService
siteGroupVO
-
java.lang.Exception
public java.util.List<SiteGroupVO> selectAllSiteGroupList() throws java.lang.Exception
selectAllSiteGroupList
in interface SiteGroupService
java.lang.Exception
public java.util.List<SiteGroupVO> selectAllSiteGroupList(java.lang.String sgroupId) throws java.lang.Exception
selectAllSiteGroupList
in interface SiteGroupService
java.lang.Exception
public SiteGroupVO siteGroupInfo(java.lang.String sgroupId) throws java.lang.Exception
siteGroupInfo
in interface SiteGroupService
sgroupId
-
java.lang.Exception
public void insertSiteGroup(SiteGroupVO siteGroupVO) throws java.lang.Exception
insertSiteGroup
in interface SiteGroupService
siteGroupVO
-
java.lang.Exception
public void updateSiteGroup(SiteGroupVO siteGroupVO) throws java.lang.Exception
updateSiteGroup
in interface SiteGroupService
siteGroupVO
-
java.lang.Exception
public void deleteSiteGroup(java.lang.String sgroupId) throws java.lang.Exception
deleteSiteGroup
in interface SiteGroupService
siteGroupVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |