egovframework.rfc3.openapi20.dao
Class JwwwOrderingDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO
egovframework.rfc3.openapi20.dao.JwwwOrderingDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="JwwwOrderingDAO")
public class JwwwOrderingDAO
- extends OpenApiJwwwAbstractDAO
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 |
JwwwOrderingDAO
public JwwwOrderingDAO()
selectOrderingDataListCnt
public int selectOrderingDataListCnt(JeventSearchVO jorderingSearchVO)
throws java.lang.Exception
- 공사발주계획 카운트
- Parameters:
orderIngVO
-
- Returns:
-
- Throws:
java.lang.Exception
selectOrderingDataList
public java.util.List<JorderingVO> selectOrderingDataList(JeventSearchVO jorderingSearchVO)
throws java.lang.Exception
- 공사발주계획 리스트
- Parameters:
orderIngVO
-
- Returns:
-
- Throws:
java.lang.Exception
getOrderingDataInfo
public JorderingVO getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
throws java.lang.Exception
- 공사불주계획 상세보기
- Parameters:
orderIngVO
-
- Returns:
-
- Throws:
java.lang.Exception
getOrderingFileInfo
public java.util.List<JeventFileVO> getOrderingFileInfo(JeventFileVO jeventFileVO)
throws java.lang.Exception
- 파일 리스트
- Parameters:
JeventFileVO
-
- Returns:
-
- Throws:
java.lang.Exception