Uses of Class
skoinfo.rfc.reservation.vo.ReservationStructureVO

Packages that use ReservationStructureVO
skoinfo.rfc.reservation   
skoinfo.rfc.reservation.action   
skoinfo.rfc.reservation.dao   
skoinfo.rfc.reservation.vo   
 

Uses of ReservationStructureVO in skoinfo.rfc.reservation
 

Methods in skoinfo.rfc.reservation that return types with arguments of type ReservationStructureVO
 java.util.List<ReservationStructureVO> ReservationManager.getReservationStructureList(java.lang.String groupCd)
           
 java.util.List<ReservationStructureVO> ReservationManager.userResStrList(java.lang.String groupCd)
          건물 목록(사용자) Action
 

Uses of ReservationStructureVO in skoinfo.rfc.reservation.action
 

Methods in skoinfo.rfc.reservation.action that return ReservationStructureVO
 ReservationStructureVO ReservationStructureAction.getReservationStructureVO()
           AdminEventVO VO
 

Methods in skoinfo.rfc.reservation.action that return types with arguments of type ReservationStructureVO
 java.util.List<ReservationStructureVO> ReservationAdminAction.resStrList(java.lang.String groupCd)
          건물 목록 Action
 java.util.List<ReservationStructureVO> ReservationAdminAction.resUserStrList(java.lang.String groupCd)
          평형 목록 Action
 

Methods in skoinfo.rfc.reservation.action with parameters of type ReservationStructureVO
 void ReservationStructureAction.setReservationStructureVO(ReservationStructureVO reservationStructureVO)
           AdminEventVO setter
 

Uses of ReservationStructureVO in skoinfo.rfc.reservation.dao
 

Methods in skoinfo.rfc.reservation.dao that return ReservationStructureVO
 ReservationStructureVO ReservationDAO.viewStr(org.hibernate.Session session, ReservationStructureVO reservationStructureVO)
          건물 보기 DAO
 

Methods in skoinfo.rfc.reservation.dao that return types with arguments of type ReservationStructureVO
 java.util.List<ReservationStructureVO> ReservationDAO.getReservationStructureList(org.hibernate.Session session, java.lang.String groupCd)
          숲속의집 예약서비스 리스트(컨탠츠) DAO
 java.util.List<ReservationStructureVO> ReservationDAO.reservationStrList(org.hibernate.Session session, java.lang.String groupCd, java.lang.String keyword, java.lang.String searchType, int beginRow, int rowCount, java.util.ArrayList orderByList)
           
 java.util.List<ReservationStructureVO> ReservationDAO.resStrList(org.hibernate.Session session, java.lang.String groupCd)
          건물 리스트(관리자) DAO
 java.util.List<ReservationStructureVO> ReservationDAO.resUserStrList(org.hibernate.Session session, java.lang.String groupCd)
          건물 리스트(사용자) DAO
 java.util.List<ReservationStructureVO> ReservationDAO.userResStrList(org.hibernate.Session session, java.lang.String groupCd)
          건물목록 리스트(사용자) DAO
 

Methods in skoinfo.rfc.reservation.dao with parameters of type ReservationStructureVO
 void ReservationDAO.deleteStr(org.hibernate.Session session, ReservationStructureVO reservationStructureVO)
          건물,평수,룸 삭제 DAO
 void ReservationDAO.updateStr(org.hibernate.Session session, ReservationStructureVO reservationStructureVO)
          건물 수정 DAO
 ReservationStructureVO ReservationDAO.viewStr(org.hibernate.Session session, ReservationStructureVO reservationStructureVO)
          건물 보기 DAO
 void ReservationDAO.writeResStr(org.hibernate.Session session, ReservationStructureVO resStrVO)
          admin건물저장 DAO
 

Uses of ReservationStructureVO in skoinfo.rfc.reservation.vo
 

Methods in skoinfo.rfc.reservation.vo that return types with arguments of type ReservationStructureVO
 java.util.List<ReservationStructureVO> ReservationStructureVO.getReservationStructureVOList()
           
 java.util.List<ReservationStructureVO> ReservationVO.getResStrList()
           
 java.util.List<ReservationStructureVO> ReservationStructureVO.getResStrList()
           
 

Method parameters in skoinfo.rfc.reservation.vo with type arguments of type ReservationStructureVO
 void ReservationStructureVO.setReservationStructureVOList(java.util.List<ReservationStructureVO> reservationStructureVOList)
           
 void ReservationVO.setResStrList(java.util.List<ReservationStructureVO> resStrList)
           
 void ReservationStructureVO.setResStrList(java.util.List<ReservationStructureVO> resStrList)