Uses of Class
skoinfo.rfc.office.vo.OfficePartVO

Packages that use OfficePartVO
skoinfo.rfc.office   
skoinfo.rfc.office.action   
skoinfo.rfc.office.dao   
skoinfo.rfc.office.vo   
 

Uses of OfficePartVO in skoinfo.rfc.office
 

Methods in skoinfo.rfc.office that return OfficePartVO
 OfficePartVO OfficeManager.getOfficePartInfo()
           
 

Uses of OfficePartVO in skoinfo.rfc.office.action
 

Methods in skoinfo.rfc.office.action that return OfficePartVO
 OfficePartVO OfficePartAction.getOfficePartVO()
           
 

Methods in skoinfo.rfc.office.action that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficePartAction.getOfficePartVOList()
           
 java.util.List<OfficePartVO> OfficePartAction.officePartList(java.lang.String officeCd)
          담당자 정보 가져오기
 java.util.List<OfficePartVO> OfficeAction.officePartList(java.lang.String officeCd)
          해당 조직도에 과장 및 담당,담당자를 가져온다.
 

Methods in skoinfo.rfc.office.action with parameters of type OfficePartVO
 void OfficePartAction.setOfficePartVO(OfficePartVO officePartVO)
           
 

Method parameters in skoinfo.rfc.office.action with type arguments of type OfficePartVO
 void OfficePartAction.setOfficePartVOList(java.util.List<OfficePartVO> officePartVOList)
           
 

Uses of OfficePartVO in skoinfo.rfc.office.dao
 

Methods in skoinfo.rfc.office.dao that return OfficePartVO
 OfficePartVO OfficeDAO.officePartInfo(org.hibernate.Session session, long officePtSid)
          담당자 정보 DAO
 OfficePartVO OfficeDAO.viewOfficePart(org.hibernate.Session session, OfficePartVO viewVO)
          담당관리 스퀀스 번호로 보기 DAO
 

Methods in skoinfo.rfc.office.dao that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficeDAO.getOfficePartInfoList(org.hibernate.Session session, java.lang.String officeCd, java.lang.String mode)
          실과소 홈페이지 담당자 정보 가져오기
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd, int beginRow, int rowCount)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd, int beginRow, int rowCount, java.lang.String searchType, java.lang.String keyword)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd, java.lang.String isAll)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd, java.lang.String isUse, int beginRow, int rowCount, java.lang.String isAll)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartList(org.hibernate.Session session, java.lang.String officeCd, java.lang.String isUse, int beginRow, int rowCount, java.lang.String isAll, java.lang.String searchType, java.lang.String keyword)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartLists(org.hibernate.Session session, java.lang.String officeCd, int beginRow, int rowCount, java.lang.String searchType, java.lang.String keyword)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartLists(org.hibernate.Session session, java.lang.String officeCd, java.lang.String isUse, int beginRow, int rowCount, java.lang.String isAll, java.lang.String searchType, java.lang.String keyword)
          담당자 목록 DAO
 java.util.List<OfficePartVO> OfficeDAO.officePartListSort(org.hibernate.Session session, java.lang.String officeCd)
           1.
 

Methods in skoinfo.rfc.office.dao with parameters of type OfficePartVO
 void OfficeDAO.deleteOfficePart(org.hibernate.Session session, OfficePartVO officePartVO)
          담당자 삭제
 void OfficeDAO.officePartUserDelete(org.hibernate.Session session, OfficePartVO officePartVO)
           1.
 int OfficeDAO.officePartUserUpdate(org.hibernate.Session session, OfficePartVO officePartVO)
           
 void OfficeDAO.updateOfficePart(org.hibernate.Session session, OfficePartVO officePartVO)
          담당자 수정 DAO
 OfficePartVO OfficeDAO.viewOfficePart(org.hibernate.Session session, OfficePartVO viewVO)
          담당관리 스퀀스 번호로 보기 DAO
 void OfficeDAO.writeOfficePart(org.hibernate.Session session, OfficePartVO officePartVO)
          담당자 Insert
 

Uses of OfficePartVO in skoinfo.rfc.office.vo
 

Methods in skoinfo.rfc.office.vo that return OfficePartVO
 OfficePartVO OfficeVO.getOfficeVO5()
           
 

Methods in skoinfo.rfc.office.vo that return types with arguments of type OfficePartVO
 java.util.List<OfficePartVO> OfficeVO.getOffice5ThVOList()
           
 

Methods in skoinfo.rfc.office.vo with parameters of type OfficePartVO
 void OfficeVO.setOfficeVO5(OfficePartVO officeVO5)
           
 

Method parameters in skoinfo.rfc.office.vo with type arguments of type OfficePartVO
 void OfficeVO.setOffice5ThVOList(java.util.List<OfficePartVO> office5ThVOList)