package incheon.res.rdm.com.digplan.service;


import incheon.res.rdm.com.digplan.vo.RdmComDigplanVO;
import incheon.res.rdm.com.digsize.vo.RdmComDigsizeVO;

import java.util.ArrayList;
import java.util.List;


public interface RdmComDigplanService {

	List selectDigplanList(RdmComDigplanVO vo) throws Exception;

	RdmComDigplanVO selectAppgul(RdmComDigplanVO vo) throws Exception;

	List selectDigplanDangaCUPTList(RdmComDigplanVO vo) throws Exception;

	int updateAppgul(RdmComDigplanVO vo, ArrayList digPlanList1, ArrayList digPlanList2, ArrayList digPlanList3) throws Exception;

	int updateDigsize(RdmComDigsizeVO rdmComDigsizeVO) throws Exception;

	String selectNewDipidn(RdmComDigplanVO vo) throws Exception;

	int duplicateAppgul(RdmComDigplanVO vo) throws Exception;
	
	
}