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

Packages that use OfficePartVO
egovframework.rfc3.office.dao   
egovframework.rfc3.office.service   
egovframework.rfc3.office.service.impl   
egovframework.rfc3.office.web   
egovframework.rfc3.search.web   
egovframework.rfc3.user.vo   
 

Uses of OfficePartVO in egovframework.rfc3.office.dao
 

Methods in egovframework.rfc3.office.dao that return OfficePartVO
 OfficePartVO OfficePartDAO.getOfficeTelMatchingVO(java.util.HashMap map)
           
 OfficePartVO OfficePartDAO.officeptRoleSelect(java.lang.String userId)
           
 OfficePartVO OfficePartDAO.selectOfficePartListVO(long officePtSid)
          담당관리 수정 데이터
 

Methods in egovframework.rfc3.office.dao that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartDAO.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 java.util.List<OfficePartVO> OfficePartDAO.getOfficeTelMatchingVOV2(java.util.HashMap map)
           
 java.util.List<OfficePartVO> OfficePartDAO.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartDAO.searchMyOfficeCms(java.lang.String userId)
          담당콘텐츠 메뉴로 출력
 java.util.List<OfficePartVO> OfficePartDAO.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartContentsList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartList(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartVOUserList(java.lang.String userId)
           
 java.util.List<OfficePartVO> OfficePartDAO.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 

Methods in egovframework.rfc3.office.dao with parameters of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartDAO.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 void OfficePartDAO.deleteOfficePart(OfficePartVO officePartVO)
          담당관리 삭제
 int OfficePartDAO.eminwonInfoUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도정보 적용 update
 int OfficePartDAO.eminwonUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도 적용 update
 int OfficePartDAO.insertOfficePart(OfficePartVO officePartVO)
          담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartDAO.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 int OfficePartDAO.selectOfficePartClientListTotCnt(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록수
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartContentsList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartList(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartDAO.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 목록
 int OfficePartDAO.selectOfficePartListTotCnt(OfficePartVO officePartVO)
          담당관리 검색조건에 해당하는 갯수
 int OfficePartDAO.selectOfficePartUsertCnt(OfficePartVO officePartVO)
          담당자 중복 카운터
 int OfficePartDAO.updateOfficePart(OfficePartVO officePartVO)
          담당관리 수정
 int OfficePartDAO.updateOfficePart2(OfficePartVO officePartVO)
          담당관리 업무수정
 int OfficePartDAO.updateOfficePartSort(OfficePartVO officePartVO)
           
 int OfficePartDAO.updateOfficePartUploadExcel(OfficePartVO officePartVO)
           
 int OfficePartDAO.updateOfficePartUser(OfficePartVO officePartVO)
          업무사용자 조직도 적용 update
 int OfficePartDAO.updateOfficePartUserMove(OfficePartVO officePartVO)
           
 void OfficePartDAO.updateUser(OfficePartVO officePartVO)
          담당관리 수정시 사용자 정보 수정
 int OfficePartDAO.updateUserOfficePart(OfficePartVO officePartVO)
          업무관리자 삭제시 담당관리 초기화
 java.util.List<OfficePartVO> OfficePartDAO.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 int OfficePartDAO.userSelectOpListTotCnt(OfficePartVO officePartVO)
          사용자 검색조건에 해당하는 갯수 의령추가 박형민
 

Uses of OfficePartVO in egovframework.rfc3.office.service
 

Methods in egovframework.rfc3.office.service that return OfficePartVO
 OfficePartVO OfficePartService.desDecoding(OfficePartVO officePartVO)
           
 OfficePartVO OfficePartService.getOfficeTelMatchingVO(java.util.HashMap map)
           
 OfficePartVO OfficePartService.officeptRoleSelect(java.lang.String userId)
           
 OfficePartVO OfficePartService.selectOfficePartListVO(long officePtSid)
          담당관리 수정
 

Methods in egovframework.rfc3.office.service that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartService.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 java.util.List<OfficePartVO> OfficePartService.desDecoding(java.util.List<OfficePartVO> officePartVO)
           
 java.util.List<OfficePartVO> OfficePartService.getOfficeTelMatchingVOV2(java.util.HashMap map)
           
 java.util.List<OfficePartVO> OfficePartService.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartService.searchMyOfficeCms(java.lang.String userId)
          담당콘텐츠 메뉴로 출력
 java.util.List<OfficePartVO> OfficePartService.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartContentsList(java.lang.String officeCd)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartList(OfficePartVO officePartVO)
          담당자 검색조건에 따른 전체 목록 (박형민)
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 JSON 목록
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartMenuList(java.lang.String officeCd)
          메뉴관리 담당자 검색 리스트(DWR)
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartMenuList4(java.lang.String officeCd)
          제주용 4차 메뉴관리 담당자 검색 리스트(DWR)
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartVOUserList(java.lang.String userId)
           
 java.util.List<OfficePartVO> OfficePartService.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 

Methods in egovframework.rfc3.office.service with parameters of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartService.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 void OfficePartService.deleteOfficePart(OfficePartVO officePartVO)
          담당자 삭제 (박형민)
 OfficePartVO OfficePartService.desDecoding(OfficePartVO officePartVO)
           
 int OfficePartService.eminwonInfoUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도정보 적용 update
 int OfficePartService.eminwonUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도 적용 update
 int OfficePartService.insertOfficePart(OfficePartVO officePartVO)
          담당자 입력 (박형민)
 java.util.List<OfficePartVO> OfficePartService.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartService.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 int OfficePartService.selectOfficePartClientListTotCnt(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록수
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartList(OfficePartVO officePartVO)
          담당자 검색조건에 따른 전체 목록 (박형민)
 java.util.List<OfficePartVO> OfficePartService.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 JSON 목록
 int OfficePartService.selectOfficePartListTotCnt(OfficePartVO officePartVO)
          담당자 검색조건에 따른 총갯수 (박형민)
 int OfficePartService.selectOfficePartUsertCnt(OfficePartVO officePartVO)
          담당자 중복 카운트
 int OfficePartService.updateOfficePart(OfficePartVO officePartVO)
          담당관리 수정
 int OfficePartService.updateOfficePart2(OfficePartVO officePartVO)
          직위수정 (회원정보 수정)
 int OfficePartService.updateOfficePartSort(OfficePartVO officePartVO)
          담당관리 수정시 자동 정렬
 int OfficePartService.updateOfficePartUploadExcel(OfficePartVO officePartVO)
           
 int OfficePartService.updateOfficePartUser(OfficePartVO officePartVO)
          업무사용자 조직도 적용 update
 int OfficePartService.updateOfficePartUserMove(OfficePartVO officePartVO)
           
 void OfficePartService.updateUser(OfficePartVO officePartVO)
          담당관리 수정시 회원정보 수정
 int OfficePartService.updateUserOfficePart(OfficePartVO officePartVO)
          업무관리 사용자 수정시 담당관리 초기화
 java.util.List<OfficePartVO> OfficePartService.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 int OfficePartService.userSelectOpListTotCnt(OfficePartVO officePartVO)
          사용자 검색조건에 해당하는 갯수 의령추가 박형민
 

Method parameters in egovframework.rfc3.office.service with type arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartService.desDecoding(java.util.List<OfficePartVO> officePartVO)
           
 

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

Methods in egovframework.rfc3.office.service.impl that return OfficePartVO
 OfficePartVO OfficePartServiceImpl.desDecoding(OfficePartVO officePartVO)
           
 OfficePartVO OfficePartServiceImpl.getOfficeTelMatchingVO(java.util.HashMap map)
           
 OfficePartVO OfficePartServiceImpl.officeptRoleSelect(java.lang.String userId)
           
 OfficePartVO OfficePartServiceImpl.selectOfficePartListVO(long officePtSid)
          담당관리 수정 데이터
 

Methods in egovframework.rfc3.office.service.impl that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartServiceImpl.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 java.util.List<OfficePartVO> OfficePartServiceImpl.desDecoding(java.util.List<OfficePartVO> officePartVO)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.getOfficeTelMatchingVOV2(java.util.HashMap map)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.searchMyOfficeCms(java.lang.String userId)
          담당콘텐츠 메뉴로 출력
 java.util.List<OfficePartVO> OfficePartServiceImpl.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartContentsList(java.lang.String officeCd)
          사용자 담당관리 검색조건에 따른 전체 목록
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartList(OfficePartVO officePartVO)
          담당자 검색조건에 따른 전체 목록 (박형민)
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 JSON 목록
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartMenuList(java.lang.String officeCd)
          메뉴관리 담당자 검색 리스트(DWR)
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartMenuList4(java.lang.String officeCd)
          제주용 4차 메뉴관리 담당자 검색 리스트(DWR)
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartVOUserList(java.lang.String userId)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 

Methods in egovframework.rfc3.office.service.impl with parameters of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartServiceImpl.apiOfficePartJsonList(OfficePartVO officePartVO)
          조직도 담당자 검색
 void OfficePartServiceImpl.deleteOfficePart(OfficePartVO officePartVO)
          담당자 삭제 (박형민)
 OfficePartVO OfficePartServiceImpl.desDecoding(OfficePartVO officePartVO)
           
 int OfficePartServiceImpl.eminwonInfoUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도정보 적용 update
 int OfficePartServiceImpl.eminwonUpdateOfficePartUser(OfficePartVO officePartVO)
          새올사용자 조직도 적용 update
 int OfficePartServiceImpl.insertOfficePart(OfficePartVO officePartVO)
          담당자 입력 (박형민)
 java.util.List<OfficePartVO> OfficePartServiceImpl.pcodeOfficeptSelect(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.searchOfficePart(OfficePartVO officePartVO)
           
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartClientList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록
 int OfficePartServiceImpl.selectOfficePartClientListTotCnt(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록수
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartJsonList(OfficePartVO officePartVO)
          사용자 담당관리 검색조건에 따른 전체 목록 Json
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartList(OfficePartVO officePartVO)
          담당자 검색조건에 따른 전체 목록 (박형민)
 java.util.List<OfficePartVO> OfficePartServiceImpl.selectOfficePartListJson(OfficePartVO officePartVO)
          관리자 담당관리 검색조건에 따른 전체 JSON 목록
 int OfficePartServiceImpl.selectOfficePartListTotCnt(OfficePartVO officePartVO)
          담당자 검색조건에 따른 총갯수 (박형민)
 int OfficePartServiceImpl.selectOfficePartUsertCnt(OfficePartVO officePartVO)
          담당자 중복 카운트
 int OfficePartServiceImpl.updateOfficePart(OfficePartVO officePartVO)
          담당관리 수정
 int OfficePartServiceImpl.updateOfficePart2(OfficePartVO officePartVO)
          직위수정 (회원정보 수정)
 int OfficePartServiceImpl.updateOfficePartSort(OfficePartVO officePartVO)
          담당관리 수정시 자동 정렬
 int OfficePartServiceImpl.updateOfficePartUploadExcel(OfficePartVO officePartVO)
           
 int OfficePartServiceImpl.updateOfficePartUser(OfficePartVO officePartVO)
          업무사용자 조직도 적용 update
 int OfficePartServiceImpl.updateOfficePartUserMove(OfficePartVO officePartVO)
           
 void OfficePartServiceImpl.updateUser(OfficePartVO officePartVO)
          담당관리 수정시 회원정보 수정
 int OfficePartServiceImpl.updateUserOfficePart(OfficePartVO officePartVO)
          업무관리 사용자 수정시 담당관리 초기화
 java.util.List<OfficePartVO> OfficePartServiceImpl.userSelectOpList(OfficePartVO officePartVO)
          사용자 조직도 검색 의령추가 박형민
 int OfficePartServiceImpl.userSelectOpListTotCnt(OfficePartVO officePartVO)
          사용자 검색조건에 해당하는 갯수 의령추가 박형민
 

Method parameters in egovframework.rfc3.office.service.impl with type arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartServiceImpl.desDecoding(java.util.List<OfficePartVO> officePartVO)
           
 

Uses of OfficePartVO in egovframework.rfc3.office.web
 

Methods in egovframework.rfc3.office.web that return OfficePartVO
 OfficePartVO OfficeManager.getOfficePartInfo()
           
 

Methods in egovframework.rfc3.office.web that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficeManager.getOfficePartInfoList(java.lang.String officeCd, java.lang.String mode)
          홈페이지 실과소 담당 정보 가져오기
 java.util.List<OfficePartVO> OfficeManager.searchMyOfficeCms(java.lang.String userId)
          담당콘텐츠 메뉴로 출력
 java.util.List<OfficePartVO> OfficeManager.selectMenuOfficeList(MenuVO menuVO)
          담당부서 officePtSid 검색
 java.util.List<OfficePartVO> OfficeManager.selectOfficePartVOUserList(java.lang.String userId)
           
 

Methods in egovframework.rfc3.office.web with parameters of type OfficePartVO
 java.lang.String OfficePartController.adminMenuAuthWrite(OfficePartVO officePartVO, AdminMenuOfficeVO adminMenuOfficeVO, org.springframework.ui.ModelMap model)
          관리자메뉴 부서권한 팝업창
 java.lang.String OfficePartController.batchUpload(javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model, OfficePartVO searchVO)
          담당관리 데이타 일괄업로드 폼
 java.lang.String OfficePartController.batchUploadAct(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model, OfficePartVO searchVO)
          담당관리 데이타 일괄업로드 액션
 java.lang.String OfficePartController.deleteOfficePartAct(OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          당당자 삭제
 java.lang.String OfficePartController.responsiblePersonDesignatedCodeUp(OfficePartVO mrow, OfficePartVO inOfficePartVO, java.io.RandomAccessFile wt, java.lang.String id, java.lang.String AccessDate, java.lang.String ClntIP, java.lang.String inOfficePartVOTxt, java.lang.String mrowTxt, java.lang.String logWorkIs, java.lang.String filename)
           
 java.lang.String OfficePartController.responsiblePersonDesignatedCodeWriteOk(OfficePartVO mrow, OfficePartVO inOfficePartVO, java.io.RandomAccessFile wt, java.lang.String id, java.lang.String AccessDate, java.lang.String ClntIP, java.lang.String inOfficePartVOTxt, java.lang.String mrowTxt, java.lang.String logWorkIs, java.lang.String filename)
           
 java.lang.String OfficePartController.selectOfficePartList(javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model, OfficePartVO searchVO)
          당당자 리스트
 java.lang.String OfficePartController.selectOfficePartListJson(javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          당당자 리스트
 java.lang.String OfficePartController.selectOfficePartMyList(javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model, OfficePartVO searchVO)
          당당자 리스트
 java.lang.String OfficePartController.selectOfficePartUserList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OfficePartVO officePartVO, org.springframework.ui.ModelMap model, OfficePartVO searchVO)
          사용자 페이지 당당자 리스트 & 검색(웹/모바일)
 java.lang.String OfficePartController.updateOfficePartAct(OfficePartVO officePartVO, OfficePartVO searchOfficePartVO, org.springframework.ui.ModelMap model)
          당당자 수정
 java.lang.String OfficePartController.updateOfficePartWrite(OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          당당자 직위 수정
 java.lang.String OfficePartController.updateOfficePartWriteAct(OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          담당관리 직위 수정 Action
 java.lang.String OfficePartController.writeOfficePart(OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          당당자 입력
 java.lang.String OfficePartController.writeOfficePartAct(OfficePartVO officePartVO, org.springframework.ui.ModelMap model)
          당당자 입력
 

Uses of OfficePartVO in egovframework.rfc3.search.web
 

Methods in egovframework.rfc3.search.web that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> SearchManager.getSearchOfficeList(java.lang.String keyword, java.lang.String sgroupId, int beginRow, int rowCount)
           
 

Uses of OfficePartVO in egovframework.rfc3.user.vo
 

Methods in egovframework.rfc3.user.vo that return OfficePartVO
 OfficePartVO UserManageVO.getOfficePartVO()
           
 

Methods in egovframework.rfc3.user.vo with parameters of type OfficePartVO
 void UserManageVO.setOfficePartVO(OfficePartVO officePartVO)