|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.iam.service.impl.DomainServiceImpl
@Service(value="DomainService") public class DomainServiceImpl
도메인에 대한 ServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.02.17 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
| Constructor Summary | |
|---|---|
DomainServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
deleteDomain(java.lang.String domainId)
도메인 삭제 |
void |
deleteDomainAdmin(DomainAdminVO domainAdminVO)
도메인 관리자 삭제 |
void |
deleteDomainForSiteGroup(java.lang.String sgroupId)
사이트 그룹에 해당하는 도메인 자료 삭제 |
DomainVO |
getDomainInfoForDomainId(java.lang.String domainId)
domainId 에 해당하는 도메인 정보 |
DomainVO |
getDomainSgroupId(DomainVO domainVO)
|
void |
insertDomain(DomainVO domainVO)
도메인 등록하기 |
void |
insertDomainAdmin(DomainAdminVO domainAdminVO)
도메인 관리자 등록 |
java.util.List<DomainVO> |
selectDomainAdminList(java.lang.String sgroupId,
java.lang.String domainId)
도메인 관리자에 해당하는 사용자 목록 |
java.util.List<DomainVO> |
selectDomainCopyList(DomainVO domainVO)
도메인복사 관련 도메일 리스트를 가져옴 |
java.util.List<DomainVO> |
selectDomainList(DomainVO domainVO)
도메인 목록 |
java.util.List<DomainVO> |
selectDomainListForSgroupId(java.lang.String sgroupId)
사이트 그룹에 해당하는 도메인 목록 |
int |
selectDomainListTotCnt(DomainVO domainVO)
도메인 목록수 |
DomainVO |
selectDomainSgroupId(DomainVO domainVO)
도메인 포트에 해당하는 사이트 그룹 아이디 |
java.util.List<DomainVO> |
selectDomainUserAdminList(java.lang.String sgroupId,
java.lang.String userId)
자신이 관리하는 도메인 목록 |
int |
selectDomanIdCnt(DomainVO domainVO)
도메인 아이디과 같은 정보 갯수 파악 |
int |
selectIsDomainCnt(DomainVO domainVO)
도메인과 포트가 같은 도메인 정보 갯수-등록시 체크 |
int |
selectIsNotDomainCnt(DomainVO domainVO)
원본과 다른 곳의 도메인과 포트 정보 갯수-수정시 체크 |
java.util.List<DomainVO> |
selectIsSearchDomainList(SearchVO searchVO)
|
int |
selectMyAdminDomainCnt(DomainVO domainVO)
사이트 그룹/도메인/사용자 3가지 조건에 맞는 갯수 |
java.util.List<DomainVO> |
selectSearchDomainList(java.lang.String sgroupId)
검색을 사용하는 도메인 리스트 |
java.util.List<DomainVO> |
selectSearchDomainUserAdminList(java.lang.String sgroupId,
java.lang.String userId)
검색을 사용하는 도메인 리스트 |
int |
totalDomainCnt()
전체 등록된 도메인 수 |
void |
updateDomain(DomainVO domainVO)
도메인 수정하기 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomainServiceImpl()
| Method Detail |
|---|
public int selectDomainListTotCnt(DomainVO domainVO)
throws java.lang.Exception
selectDomainListTotCnt in interface DomainServicedomainVO -
java.lang.Exception
public java.util.List<DomainVO> selectDomainList(DomainVO domainVO)
throws java.lang.Exception
selectDomainList in interface DomainServicedomainVO -
java.lang.Exception
public java.util.List<DomainVO> selectDomainListForSgroupId(java.lang.String sgroupId)
throws java.lang.Exception
selectDomainListForSgroupId in interface DomainServicesgroupId -
java.lang.Exception
public DomainVO getDomainInfoForDomainId(java.lang.String domainId)
throws java.lang.Exception
getDomainInfoForDomainId in interface DomainServicedomainId -
java.lang.Exception
public int selectDomanIdCnt(DomainVO domainVO)
throws java.lang.Exception
selectDomanIdCnt in interface DomainServicejava.lang.Exception
public int selectIsDomainCnt(DomainVO domainVO)
throws java.lang.Exception
selectIsDomainCnt in interface DomainServicedomainVO -
java.lang.Exception
public DomainVO selectDomainSgroupId(DomainVO domainVO)
throws java.lang.Exception
selectDomainSgroupId in interface DomainServicejava.lang.Exception
public DomainVO getDomainSgroupId(DomainVO domainVO)
throws java.lang.Exception
getDomainSgroupId in interface DomainServicejava.lang.Exception
public int selectIsNotDomainCnt(DomainVO domainVO)
throws java.lang.Exception
selectIsNotDomainCnt in interface DomainServicedomainVO -
java.lang.Exception
public void insertDomain(DomainVO domainVO)
throws java.lang.Exception
insertDomain in interface DomainServicedomainVO -
java.lang.Exception
public void updateDomain(DomainVO domainVO)
throws java.lang.Exception
updateDomain in interface DomainServicedomainVO -
java.lang.Exception
public void deleteDomain(java.lang.String domainId)
throws java.lang.Exception
deleteDomain in interface DomainServiceroleId -
java.lang.Exception
public void deleteDomainForSiteGroup(java.lang.String sgroupId)
throws java.lang.Exception
deleteDomainForSiteGroup in interface DomainServicejava.lang.Exception
public java.util.List<DomainVO> selectDomainAdminList(java.lang.String sgroupId,
java.lang.String domainId)
throws java.lang.Exception
selectDomainAdminList in interface DomainServicejava.lang.Exception
public java.util.List<DomainVO> selectDomainUserAdminList(java.lang.String sgroupId,
java.lang.String userId)
throws java.lang.Exception
selectDomainUserAdminList in interface DomainServicejava.lang.Exception
public int selectMyAdminDomainCnt(DomainVO domainVO)
throws java.lang.Exception
selectMyAdminDomainCnt in interface DomainServicejava.lang.Exception
public void insertDomainAdmin(DomainAdminVO domainAdminVO)
throws java.lang.Exception
insertDomainAdmin in interface DomainServicejava.lang.Exception
public void deleteDomainAdmin(DomainAdminVO domainAdminVO)
throws java.lang.Exception
deleteDomainAdmin in interface DomainServicejava.lang.Exception
public java.util.List<DomainVO> selectDomainCopyList(DomainVO domainVO)
throws java.lang.Exception
selectDomainCopyList in interface DomainServicedomainVO -
java.lang.Exception - domainDAO.selectDomainCopyList
public int totalDomainCnt()
throws java.lang.Exception
totalDomainCnt in interface DomainServicejava.lang.Exception
public java.util.List<DomainVO> selectSearchDomainList(java.lang.String sgroupId)
throws java.lang.Exception
selectSearchDomainList in interface DomainServicedomainVO -
java.lang.Exception
public java.util.List<DomainVO> selectSearchDomainUserAdminList(java.lang.String sgroupId,
java.lang.String userId)
throws java.lang.Exception
selectSearchDomainUserAdminList in interface DomainServicedomainVO -
java.lang.Exception
public java.util.List<DomainVO> selectIsSearchDomainList(SearchVO searchVO)
throws java.lang.Exception
selectIsSearchDomainList in interface DomainServicejava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||