|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorService
사용자권한 관계 테이블에 대한 interface 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2010.12.21 허성철 최초 생성 Copyright (C) 2010 by skoinfo All right reserved.
Method Summary | |
---|---|
void |
deleteAuthor(AuthoritesVO authoritesVO)
권한관계 테이블에 사이트별로 사용자 또는 그룹 삭제 |
void |
insertAuthor(AuthoritesVO authoritesVO)
권한관계 테이블에 사이트별로 사용자 또는 그룹 저장 |
int |
selectAuthorExistCnt(AuthoritesVO authoritesVO)
권한관계 테이블에 사이트별로 사용자,그룹갯수 |
java.util.List<AuthoritesVO> |
selectAuthorList(AuthoritesVO authoritesVO)
subjectId 에 해당하는 권한 정보 |
void |
updateAuthor(AuthoritesVO authoritesVO)
권한관계 테이블 수정 |
Method Detail |
---|
int selectAuthorExistCnt(AuthoritesVO authoritesVO) throws java.lang.Exception
authoritesVO
-
java.lang.Exception
void insertAuthor(AuthoritesVO authoritesVO) throws java.lang.Exception
authoritesVO
-
java.lang.Exception
void updateAuthor(AuthoritesVO authoritesVO) throws java.lang.Exception
authoritesVO
-
java.lang.Exception
void deleteAuthor(AuthoritesVO authoritesVO) throws java.lang.Exception
authoritesVO
-
java.lang.Exception
java.util.List<AuthoritesVO> selectAuthorList(AuthoritesVO authoritesVO) throws java.lang.Exception
authoritesVO
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |