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