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

Packages that use OpenApiStatusVO
egovframework.rfc3.iam.dao   
egovframework.rfc3.iam.service   
egovframework.rfc3.iam.service.impl   
 

Uses of OpenApiStatusVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiDAO.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록
 

Methods in egovframework.rfc3.iam.dao with parameters of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiDAO.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록
 

Uses of OpenApiStatusVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiService.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록
 

Methods in egovframework.rfc3.iam.service with parameters of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiService.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록
 

Uses of OpenApiStatusVO in egovframework.rfc3.iam.service.impl
 

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiServiceImpl.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type OpenApiStatusVO
 java.util.List<OpenApiStatusVO> OpenApiServiceImpl.selectOpenApiStatusList(OpenApiStatusVO openApiStatusVO)
          open api 전체 목록