|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReSearchApplyVO | |
---|---|
egovframework.rfc3.research.dao | |
egovframework.rfc3.research.service | |
egovframework.rfc3.research.service.impl | |
egovframework.rfc3.research.web |
Uses of ReSearchApplyVO in egovframework.rfc3.research.dao |
---|
Methods in egovframework.rfc3.research.dao that return ReSearchApplyVO | |
---|---|
ReSearchApplyVO |
ReSearchDAO.getApplyerInfo(long aplySid)
신청 정보 |
Methods in egovframework.rfc3.research.dao that return types with arguments of type ReSearchApplyVO | |
---|---|
java.util.List<ReSearchApplyVO> |
ReSearchDAO.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
신청자 목록 |
java.util.List<ReSearchApplyVO> |
ReSearchDAO.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchDAO.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
자신에게 해당하는 연수과정 목록 |
Methods in egovframework.rfc3.research.dao with parameters of type ReSearchApplyVO | |
---|---|
void |
ReSearchDAO.insertApplyer(ReSearchApplyVO reSearchApplyVO)
신청 저장 |
int |
ReSearchDAO.isExistFinishNo(ReSearchApplyVO reSearchApplyVO)
이수번호 중복여부 |
int |
ReSearchDAO.isExistUserCnt(ReSearchApplyVO reSearchApplyVO)
해당 연수에 중복 신청여부 |
java.util.List<ReSearchApplyVO> |
ReSearchDAO.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
신청자 목록 |
java.util.List<ReSearchApplyVO> |
ReSearchDAO.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchDAO.selectApplyerListTotal(ReSearchApplyVO reSearchApplyVO)
신청자수 |
void |
ReSearchDAO.updateApplyer(ReSearchApplyVO reSearchApplyVO)
신청자 수정 |
void |
ReSearchDAO.updateApplyerFinishStatus(ReSearchApplyVO reSearchApplyVO)
이수 상태 수정 |
void |
ReSearchDAO.updateTraineeNumAdd(ReSearchApplyVO vo)
|
java.util.List<ReSearchApplyVO> |
ReSearchDAO.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
자신에게 해당하는 연수과정 목록 |
Uses of ReSearchApplyVO in egovframework.rfc3.research.service |
---|
Methods in egovframework.rfc3.research.service that return ReSearchApplyVO | |
---|---|
ReSearchApplyVO |
ReSearchService.getApplyerInfo(long aplySid)
|
Methods in egovframework.rfc3.research.service that return types with arguments of type ReSearchApplyVO | |
---|---|
java.util.List<ReSearchApplyVO> |
ReSearchService.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchService.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchService.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
Methods in egovframework.rfc3.research.service with parameters of type ReSearchApplyVO | |
---|---|
void |
ReSearchService.insertApplyer(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchService.isExistFinishNo(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchService.isExistUserCnt(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchService.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchService.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchService.selectApplyerListTotal(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchService.updateApplyer(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchService.updateApplyerFinishStatus(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchService.updateTraineeNumAdd(ReSearchApplyVO vo)
|
java.util.List<ReSearchApplyVO> |
ReSearchService.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
Uses of ReSearchApplyVO in egovframework.rfc3.research.service.impl |
---|
Methods in egovframework.rfc3.research.service.impl that return ReSearchApplyVO | |
---|---|
ReSearchApplyVO |
ReSearchSericeImpl.getApplyerInfo(long aplySid)
|
Methods in egovframework.rfc3.research.service.impl that return types with arguments of type ReSearchApplyVO | |
---|---|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
Methods in egovframework.rfc3.research.service.impl with parameters of type ReSearchApplyVO | |
---|---|
void |
ReSearchSericeImpl.insertApplyer(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchSericeImpl.isExistFinishNo(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchSericeImpl.isExistUserCnt(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.selectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.selectApplyerList1(ReSearchApplyVO reSearchApplyVO)
|
int |
ReSearchSericeImpl.selectApplyerListTotal(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchSericeImpl.updateApplyer(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchSericeImpl.updateApplyerFinishStatus(ReSearchApplyVO reSearchApplyVO)
|
void |
ReSearchSericeImpl.updateTraineeNumAdd(ReSearchApplyVO vo)
|
java.util.List<ReSearchApplyVO> |
ReSearchSericeImpl.userSelectApplyerList(ReSearchApplyVO reSearchApplyVO)
|
Uses of ReSearchApplyVO in egovframework.rfc3.research.web |
---|
Methods in egovframework.rfc3.research.web with parameters of type ReSearchApplyVO | |
---|---|
java.lang.String |
TraineeController.deleteTraineeAct(ReSearchApplyVO reSearchApplyVO,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
연수생 삭제 |
void |
TraineeController.fileDownLoad(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
연수생 제출서류 자료 다운로드 |
java.lang.String |
ClientReSearchController.listTrainee(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
본인 신청자 목록 |
java.lang.String |
TraineeController.selectTraineeList(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
연수생 목록 |
java.lang.String |
TraineeController.selectTraineeNumAdd(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
연수생 목록 |
java.lang.String |
TraineeController.selectTraineeNumAddAct(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res,
org.springframework.ui.ModelMap model)
|
java.lang.String |
ClientReSearchController.traineePrint(ReSearchApplyVO searchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
이수증 출력 |
java.lang.String |
TraineeController.updateTraineeAct(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String[] reSearchPeriod,
java.lang.String[] reSearchNm,
org.springframework.ui.ModelMap model)
연수생 수정 |
java.lang.String |
ClientReSearchController.viewTrainee(ReSearchApplyVO searchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
본인 신청 정보보기 |
java.lang.String |
ClientReSearchController.writeTrainee(ReSearchApplyVO reSearchApplyVO,
ReSearchApplyVO searchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
연수생 신청 |
java.lang.String |
TraineeController.writeTrainee(ReSearchApplyVO reSearchApplyVO,
ReSearchApplyVO searchVO,
org.springframework.ui.ModelMap model)
연수생 수정 및 등록 |
java.lang.String |
TraineeController.writeTraineeAct(ReSearchApplyVO reSearchApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String[] reSearchPeriod,
java.lang.String[] reSearchNm,
org.springframework.ui.ModelMap model)
연수생 등록 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |