egovframework.rfc3.common.service
Interface IdgenService

All Known Implementing Classes:
IdgenServiceImpl

public interface IdgenService

고유값 증가시키기 인터페이스 클래스를 정의한다.

Since:
2010.12.28
Version:
egovframework RFC 3.0
Author:
개발팀 허성철
See Also:
 << 개정이력(Modification Information) >>
   
   수정일      수정자           수정내용
  -------    --------    ---------------------------
   2010.12.28  허성철          최초 생성

 Copyright (C) 2010 by skoinfo  All right reserved.
 

Method Summary
 java.lang.String getIdNextId(CodeSequence codeSequence)
           
 

Method Detail

getIdNextId

java.lang.String getIdNextId(CodeSequence codeSequence)
                             throws java.lang.Exception
Throws:
java.lang.Exception