egovframework.rfc3.openapi20.service
Interface JwwwOrderIngService

All Known Implementing Classes:
JwwwOrderIngServiceImpl

public interface JwwwOrderIngService


Method Summary
 JorderingVO getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
          공사불주계획 상세보기
 java.util.List<JeventFileVO> getOrderingFileInfo(JeventFileVO jeventFileVO)
          파일 리스트
 java.util.List<JorderingVO> selectOrderingDataList(JeventSearchVO jorderingSearchVO)
          공사발주계획 리스트
 int selectOrderingDataListCnt(JeventSearchVO jorderingSearchVO)
          공사발주계획 카운트
 

Method Detail

selectOrderingDataListCnt

int selectOrderingDataListCnt(JeventSearchVO jorderingSearchVO)
                              throws java.lang.Exception
공사발주계획 카운트

Parameters:
orderIngVO -
Returns:
Throws:
java.lang.Exception

selectOrderingDataList

java.util.List<JorderingVO> selectOrderingDataList(JeventSearchVO jorderingSearchVO)
                                                   throws java.lang.Exception
공사발주계획 리스트

Parameters:
orderIngVO -
Returns:
Throws:
java.lang.Exception

getOrderingDataInfo

JorderingVO getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
                                throws java.lang.Exception
공사불주계획 상세보기

Parameters:
orderIngVO -
Returns:
Throws:
java.lang.Exception

getOrderingFileInfo

java.util.List<JeventFileVO> getOrderingFileInfo(JeventFileVO jeventFileVO)
                                                 throws java.lang.Exception
파일 리스트

Parameters:
JeventFileVO -
Returns:
Throws:
java.lang.Exception