egovframework.rfc3.landjiga.service.impl
Class LandJigaServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.landjiga.service.impl.LandJigaServiceImpl
- All Implemented Interfaces:
- LandJigaService
@Service(value="LandJigaService")
public class LandJigaServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements LandJigaService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LandJigaServiceImpl
public LandJigaServiceImpl()
getLandYear
public java.util.List<java.lang.String> getLandYear(LandVO lanbVO)
throws java.lang.Exception
- Specified by:
getLandYear
in interface LandJigaService
- Throws:
java.lang.Exception
getLand
public LandVO getLand(LandVO lanbVO)
throws java.lang.Exception
- Specified by:
getLand
in interface LandJigaService
- Throws:
java.lang.Exception
getLandList
public java.util.List<LandVO> getLandList(LandVO lanbVO)
throws java.lang.Exception
- Specified by:
getLandList
in interface LandJigaService
- Throws:
java.lang.Exception
insertLand
public void insertLand(LandVO lanbVO)
throws java.lang.Exception
- Specified by:
insertLand
in interface LandJigaService
- Throws:
java.lang.Exception
getJigaYear
public java.util.List<java.lang.String> getJigaYear(JigaVO jigaVO)
throws java.lang.Exception
- Specified by:
getJigaYear
in interface LandJigaService
- Throws:
java.lang.Exception
getJiga
public JigaVO getJiga(JigaVO jigaVO)
throws java.lang.Exception
- Specified by:
getJiga
in interface LandJigaService
- Throws:
java.lang.Exception
getJigaList
public java.util.List<JigaVO> getJigaList(JigaVO jigaVO)
throws java.lang.Exception
- Specified by:
getJigaList
in interface LandJigaService
- Throws:
java.lang.Exception
insertJiga
public void insertJiga(LandVO lanbVO)
throws java.lang.Exception
- Specified by:
insertJiga
in interface LandJigaService
- Throws:
java.lang.Exception