Uses of Class
kr.com.inspect.dto.EojeolList
-
Packages that use EojeolList Package Description kr.com.inspect.dao kr.com.inspect.dao.impl kr.com.inspect.dto kr.com.inspect.parser kr.com.inspect.rule kr.com.inspect.service kr.com.inspect.service.impl -
-
Uses of EojeolList in kr.com.inspect.dao
Methods in kr.com.inspect.dao that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>PostgreDao. getEojeolListByMetadataId(int metadata_id)metadata id로 eojeolList 리스트를 가져옴java.util.List<EojeolList>PostgreDao. getEojeolListUsingUtteranceId(java.lang.String id)utterance_id 를 이용하여 eojeollist 데이터 가져오기Methods in kr.com.inspect.dao with parameters of type EojeolList Modifier and Type Method Description intPostgreDao. insertIntoEojeolList(EojeolList eojeolList)eojeolList 등록 -
Uses of EojeolList in kr.com.inspect.dao.impl
Methods in kr.com.inspect.dao.impl that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>PostgreDaoImpl. getEojeolListByMetadataId(int metadata_id)metadata id로 eojeolList 리스트를 가져옴java.util.List<EojeolList>PostgreDaoImpl. getEojeolListUsingUtteranceId(java.lang.String id)utterance_id 를 이용하여 eojeollist 데이터 가져오기Methods in kr.com.inspect.dao.impl with parameters of type EojeolList Modifier and Type Method Description intPostgreDaoImpl. insertIntoEojeolList(EojeolList eojeolList)eojeolList 등록 -
Uses of EojeolList in kr.com.inspect.dto
Methods in kr.com.inspect.dto that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>Utterance. getEojoelList()Method parameters in kr.com.inspect.dto with type arguments of type EojeolList Modifier and Type Method Description voidUtterance. setEojoelList(java.util.List<EojeolList> eojoelList)Constructor parameters in kr.com.inspect.dto with type arguments of type EojeolList Constructor Description Utterance(java.lang.String id, java.lang.String note, java.lang.String form, java.lang.String standard_form, java.lang.String dialect_form, int speaker_no, double start, double finish, int eojeol_count, int metadata_id, java.util.List<EojeolList> eojoelList, Speaker speaker) -
Uses of EojeolList in kr.com.inspect.parser
Methods in kr.com.inspect.parser that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>JsonParsing. setEojeolList(org.json.simple.JSONArray arr, java.lang.String utterance_id, int metadata_id)EojeolList 파싱 -
Uses of EojeolList in kr.com.inspect.rule
Methods in kr.com.inspect.rule that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>Data. getEojeolList(int metadata_id)해당되는 EojeolList 테이블을 가져옴 -
Uses of EojeolList in kr.com.inspect.service
Methods in kr.com.inspect.service that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>PostgreService. getEojeolListUsingUtteranceId(java.lang.String id)utterance_id 를 이용하여 eojeollist 데이터 가져오기 -
Uses of EojeolList in kr.com.inspect.service.impl
Methods in kr.com.inspect.service.impl that return types with arguments of type EojeolList Modifier and Type Method Description java.util.List<EojeolList>PostgreServiceImpl. getEojeolListUsingUtteranceId(java.lang.String id)utterance_id 를 이용하여 eojeollist 데이터 가져오기
-