package incheon.res.rdm.dc.cstterm.service;


import incheon.res.rdm.dc.cstterm.vo.RdmDcCsttermVO;


public interface RdmDcCsttermService {


	int insertCstterm010(RdmDcCsttermVO vo) throws Exception;
	

	int insertCstterm020(RdmDcCsttermVO vo) throws Exception;
	

	int insertCstterm030(RdmDcCsttermVO vo) throws Exception;
	

	int insertCstterm040(RdmDcCsttermVO vo) throws Exception;
	

	int updateCstterm020(RdmDcCsttermVO vo) throws Exception;
	

	int updateCstterm030(RdmDcCsttermVO vo) throws Exception;
	

	int updateCstterm040(RdmDcCsttermVO vo) throws Exception;
	

	int updateCstterm041(RdmDcCsttermVO vo) throws Exception;
	

	int deleteCstterm020(RdmDcCsttermVO vo) throws Exception;
	

	int cancelCstterm010(RdmDcCsttermVO vo) throws Exception;
	

	int reDemandComplementCstterm(RdmDcCsttermVO vo) throws Exception;
	

	int completeCstterm(RdmDcCsttermVO vo) throws Exception;


}
