package incheon.res.app.code.service;

import java.util.List;

/**
 * 법정동(법정구역)
 * @Class Name : UngisAppLgarCodeService.java
 * @Description : UngisAppLgarCodeService Class
 * @Modification Information  
 * @
 * @  수정일       수정자              수정내용
 * @ ---------   ---------   -------------------------------
 * @ 2014. 5. 21.    K-SGT Young hee,Shin    최초생성
 * 
 * @author Tash Group for Underground Facility Integration System by K-SGT Young hee,Shin
 * @since 2014. 5. 21.
 * @version 1.0
 */

public interface UngisAppLgarCodeService {
	/**
	 * 
	 * @MethodName : getLgarCodeList
	 * @MethodDESC : 법정동(법정구역) 리스트 가져오기
	 * @param search - 'Y'면 리스트 상위에  {전체,''}를 포함하고, 'N'이면 리스트 상위에 {선택,''}을 포함한다.
	 * @return 법정동(법정구역) 리스트
	 * @throws Exception
	 * @Author Tash Group for Underground Facility Integration System by K-SGT Young hee,Shin
	 * @created 2014. 5. 21.
	 */
	public List getLgarCodeList(String search) throws Exception;
	
}
