Uses of Class
egovframework.rfc3.office.vo.EminwonOfficeVO

Packages that use EminwonOfficeVO
egovframework.rfc3.office.dao   
egovframework.rfc3.office.service   
egovframework.rfc3.office.service.impl   
 

Uses of EminwonOfficeVO in egovframework.rfc3.office.dao
 

Methods in egovframework.rfc3.office.dao that return types with arguments of type EminwonOfficeVO
 java.util.List<EminwonOfficeVO> OfficeDAO.selectOfficeContentsList(OfficeVO officeVO)
           
 

Methods in egovframework.rfc3.office.dao with parameters of type EminwonOfficeVO
 void OfficeDAO.deleteEminwonFileList(EminwonOfficeVO eminwonOfficeVO)
          동기화 삭제
 void OfficeDAO.insertEminwonFileList(EminwonOfficeVO eminwonOfficeVO)
          온나라행정포탈 동기화
 

Uses of EminwonOfficeVO in egovframework.rfc3.office.service
 

Methods in egovframework.rfc3.office.service that return types with arguments of type EminwonOfficeVO
 java.util.List<EminwonOfficeVO> OfficeService.selectOfficeContentsList(OfficeVO officeVO)
           
 

Methods in egovframework.rfc3.office.service with parameters of type EminwonOfficeVO
 void OfficeService.deleteEminwonFileList(EminwonOfficeVO eminwonOfficeVO)
          동기화 삭제
 

Uses of EminwonOfficeVO in egovframework.rfc3.office.service.impl
 

Methods in egovframework.rfc3.office.service.impl that return types with arguments of type EminwonOfficeVO
 java.util.List<EminwonOfficeVO> OfficeServiceImpl.selectOfficeContentsList(OfficeVO officeVO)
           
 

Methods in egovframework.rfc3.office.service.impl with parameters of type EminwonOfficeVO
 void OfficeServiceImpl.deleteEminwonFileList(EminwonOfficeVO eminwonOfficeVO)
          동기화 삭제