egovframework.rfc3.landjiga.dao
Class LandJigaDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.landjiga.dao.LandJigaDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="LandJigaDAO")
public class LandJigaDAO
extends RfcCMSAbstractDAO


Constructor Summary
LandJigaDAO()
           
 
Method Summary
 JigaVO getJiga(JigaVO jigaVO)
           
 java.util.List<JigaVO> getJigaList(JigaVO jigaVO)
           
 java.util.List<java.lang.String> getJigaYear(JigaVO jigaVO)
           
 LandVO getLand(LandVO lanbVO)
           
 java.util.List<LandVO> getLandList(LandVO lanbVO)
           
 java.util.List<java.lang.String> getLandYear(LandVO lanbVO)
           
 void insertJiga(LandVO lanbVO)
           
 void insertLand(LandVO lanbVO)
           
 
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LandJigaDAO

public LandJigaDAO()
Method Detail

getLandYear

public java.util.List<java.lang.String> getLandYear(LandVO lanbVO)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

getLand

public LandVO getLand(LandVO lanbVO)
               throws java.lang.Exception
Throws:
java.lang.Exception

getLandList

public java.util.List<LandVO> getLandList(LandVO lanbVO)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

insertLand

public void insertLand(LandVO lanbVO)
                throws java.lang.Exception
Throws:
java.lang.Exception

getJigaYear

public java.util.List<java.lang.String> getJigaYear(JigaVO jigaVO)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

getJiga

public JigaVO getJiga(JigaVO jigaVO)
               throws java.lang.Exception
Throws:
java.lang.Exception

getJigaList

public java.util.List<JigaVO> getJigaList(JigaVO jigaVO)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

insertJiga

public void insertJiga(LandVO lanbVO)
                throws java.lang.Exception
Throws:
java.lang.Exception