- 입력명 우측의 빨간* 표시는 반드시 입력해야할 항목을 표시한다.
- 저장처리 시 QESRSPNS_ID 컬럼은 “egovframework.rte.fdl.idgnr.impl.EgovTableIdGnrService”를 통하여
Primary Key => QESRSPNS_ID(20자리) : QRSPNS_(7자리) + 일련번호(13자리)로 자동생성 부여된다.
<!-- IdGnrService... START--> <bean name="qustnrRespondInfoIdGnrService" class="egovframework.rte.fdl.idgnr.impl.EgovTableIdGnrService" destroy-method="destroy"> <property name="dataSource" ref="dataSource" /> <property name="strategy" ref="QustnrRespondInfotrategy" /> <property name="blockSize" value="10"/> <property name="table" value="COMTECOPSEQ"/> <property name="tableName" value="QESRSPNS_ID"/> </bean> <bean name="QustnrRespondInfotrategy" class="egovframework.rte.fdl.idgnr.impl.strategy.EgovIdGnrStrategyImpl"> <property name="prefix" value="QRSPNS_" /> <property name="cipers" value="13" /> <property name="fillChar" value="0" /> </bean> <!-- IdGnrService... END-->
N/A
Action | URL | Controller method | QueryID |
---|---|---|---|
목록 | /uss/olp/qri/EgovQustnrRespondInfoList.do | EgovQustnrRespondInfoList | QustnrRespondInfo.selectQustnrRespondInfo |
QustnrRespondInfo.selectQustnrRespondInfoCnt | |||
저장 | /uss/olp/qri/EgovQustnrRespondInfoRegist.do | EgovQustnrRespondInfoRegist | QustnrRespondInfo.insertQustnrRespondInfo |
설문지정보 | /uss/olp/qmc/EgovQustnrManageListPopup.do | EgovQustnrManageListPopup | QustnrManage.selectQustnrManageCnt |
QustnrQestnManage.selectQustnrQestnManageCnt | |||
설문문항정보 | /uss/olp/qqm/EgovQustnrQestnManageListPopup.do | EgovQustnrQestnManageListPopup | QustnrQestnManage.selectQustnrQestnManage |
QustnrQestnManage.selectustnrQestnManageCnt | |||
설문항목정보 | /uss/olp/qim/EgovQustnrItemManageListPopup.do | EgovQustnrItemManageListPopup | QustnrItemManage.selectQustnrItemManage |
QustnrItemManage.selectQustnrItemManageCnt |
설문조사에 관한 기본정보를 입력 저장처리한다.
목록: 설문조사 목록 화면으로 이동한다.
저장: 입력한 설문조사 정보들이 저장 처리된다.
설문지정보: 설문지정보 팝업창 열린다.
설문문항정보: 설문문항정보 팝업창 열린다.
설문항목정보: 설문항목정보 팝업창 열린다.