|
||||||||||
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.counter.CounterManager
public class CounterManager
Field Summary |
---|
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
CounterManager(javax.servlet.http.HttpServletRequest request)
|
Method Summary | |
---|---|
java.util.List<PageCounterVO> |
getClickPageList(java.lang.String groupCd,
int beginRow,
int rowCount)
클릭한페이지 정보 리스트 |
java.util.List<PageCounterVO> |
getIssuePageList(java.lang.String groupCd,
int beginRow,
int rowCount,
java.lang.String exceptMenuCd,
java.lang.String gubun)
인기페이지 리스트 |
int |
getSUserLevel()
사용자 Level |
boolean |
isManager()
관리자 인증 여부 |
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 CounterManager(javax.servlet.http.HttpServletRequest request)
Method Detail |
---|
public java.util.List<PageCounterVO> getIssuePageList(java.lang.String groupCd, int beginRow, int rowCount, java.lang.String exceptMenuCd, java.lang.String gubun) throws java.lang.Exception
java.lang.Exception
public java.util.List<PageCounterVO> getClickPageList(java.lang.String groupCd, int beginRow, int rowCount) throws java.lang.Exception
java.lang.Exception
public boolean isManager()
public int getSUserLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |