package egovframework.com.idgen; import java.util.List; import egovframework.rte.fdl.cmmn.exception.FdlException; import egovframework.rte.fdl.idgnr.EgovIdGnrService; public interface CustomIdGnrService extends EgovIdGnrService { List getNextStringId(int count) throws FdlException; }