Uses of Class
egovframework.rfc3.openapi20.vo.JorderingVO

Packages that use JorderingVO
egovframework.rfc3.openapi20.dao   
egovframework.rfc3.openapi20.service   
egovframework.rfc3.openapi20.service.impl   
 

Uses of JorderingVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return JorderingVO
 JorderingVO JwwwOrderingDAO.getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
          공사불주계획 상세보기
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type JorderingVO
 java.util.List<JorderingVO> JwwwOrderingDAO.selectOrderingDataList(JeventSearchVO jorderingSearchVO)
          공사발주계획 리스트
 

Uses of JorderingVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service that return JorderingVO
 JorderingVO JwwwOrderIngService.getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
          공사불주계획 상세보기
 

Methods in egovframework.rfc3.openapi20.service that return types with arguments of type JorderingVO
 java.util.List<JorderingVO> JwwwOrderIngService.selectOrderingDataList(JeventSearchVO jorderingSearchVO)
          공사발주계획 리스트
 

Uses of JorderingVO in egovframework.rfc3.openapi20.service.impl
 

Methods in egovframework.rfc3.openapi20.service.impl that return JorderingVO
 JorderingVO JwwwOrderIngServiceImpl.getOrderingDataInfo(JeventSearchVO jorderingSearchVO)
          공사불주계획 상세보기
 

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type JorderingVO
 java.util.List<JorderingVO> JwwwOrderIngServiceImpl.selectOrderingDataList(JeventSearchVO jorderingSearchVO)
          공사발주계획 상세보기