|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionSkinVO | |
|---|---|
| skoinfo.rfc.question.action | |
| skoinfo.rfc.question.dao | |
| skoinfo.rfc.rfcd.action | |
| skoinfo.rfc.rfcd.dao | |
| Uses of QuestionSkinVO in skoinfo.rfc.question.action |
|---|
| Methods in skoinfo.rfc.question.action that return QuestionSkinVO | |
|---|---|
QuestionSkinVO |
QuestionSkinAction.getQuestionSkinVO()
questionSkinVO VO |
| Methods in skoinfo.rfc.question.action with parameters of type QuestionSkinVO | |
|---|---|
void |
QuestionSkinAction.setQuestionSkinVO(QuestionSkinVO questionSkinVO)
questionSkinVO setter |
| Uses of QuestionSkinVO in skoinfo.rfc.question.dao |
|---|
| Methods in skoinfo.rfc.question.dao that return QuestionSkinVO | |
|---|---|
QuestionSkinVO |
QuestionDAO.viewQuestionSkin(org.hibernate.Session session,
java.lang.String groupCd)
설문 스킨 가져오기 DAO |
| Methods in skoinfo.rfc.question.dao with parameters of type QuestionSkinVO | |
|---|---|
void |
QuestionDAO.updateQuestionSkin(org.hibernate.Session session,
QuestionSkinVO questionSkinVO)
|
void |
QuestionDAO.writeQuestionSkin(org.hibernate.Session session,
QuestionSkinVO questionSkinVO)
설문 스킨 저장 DAO |
| Uses of QuestionSkinVO in skoinfo.rfc.rfcd.action |
|---|
| Methods in skoinfo.rfc.rfcd.action that return QuestionSkinVO | |
|---|---|
QuestionSkinVO |
PrintSurveyAction.getQuestionSkinVO()
|
| Methods in skoinfo.rfc.rfcd.action with parameters of type QuestionSkinVO | |
|---|---|
void |
PrintSurveyAction.setQuestionSkinVO(QuestionSkinVO questionSkinVO)
|
| Uses of QuestionSkinVO in skoinfo.rfc.rfcd.dao |
|---|
| Methods in skoinfo.rfc.rfcd.dao that return QuestionSkinVO | |
|---|---|
QuestionSkinVO |
PrintSurveyDAO.viewContents(org.hibernate.Session session,
java.lang.String groupCd)
설문조사 내용 보기 DAO |
| Methods in skoinfo.rfc.rfcd.dao with parameters of type QuestionSkinVO | |
|---|---|
java.util.List<java.lang.String> |
PrintSurveyDAO.getSurveyList(org.hibernate.Session session,
QuestionSkinVO questionSkinVO)
설문조사 리스트 보기 DAO |
void |
PrintSurveyDAO.updateSurveyContents(org.hibernate.Session session,
QuestionSkinVO questionSkinVO,
java.lang.String skinType,
java.lang.String groupCd)
설문조사 수정 DAO |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||