|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.event.EventManager
public class EventManager
| Field Summary |
|---|
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
EventManager(javax.servlet.http.HttpServletRequest request)
|
|
| Method Summary | |
|---|---|
int |
eventCount(java.lang.String questionSid)
|
SurveyResultVO |
eventQuestion(java.lang.String questionSid)
public AdminEventVO eventQuestionTag(String adminEventSid)throws Exception { Session session = HibernateUtil.getSessionFactory().getCurrentSession(); try{ session.beginTransaction(); if(debugMode.equals("true")) session.setCacheMode(CacheMode.REFRESH); //log.info("adminEventSid"+adminEventSid); //log.info("contentsSid"+contentsSid); adminEventVO.setAdminEventSid(Long.parseLong(adminEventSid)); adminEventVO=eventDAO.viewEvent(session, adminEventVO); return adminEventVO; } catch (Exception e) { Transaction tx = session.getTransaction(); if (tx ! |
| Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
|---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventManager(javax.servlet.http.HttpServletRequest request)
| Method Detail |
|---|
public SurveyResultVO eventQuestion(java.lang.String questionSid)
throws java.lang.Exception
java.lang.Exception
public int eventCount(java.lang.String questionSid)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||