skoinfo.rfc.gallery
Class GalleryManager

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.gallery.GalleryManager
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable

public class GalleryManager
extends AbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
GalleryManager(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 GalleryFileVO getGalleryView(long fileSid)
          사진보기
 java.util.List<GalleryVO> getHatTagList(int nowcount)
          인기테그 리스트
 java.util.List<GalleryHistoryVO> getHistoryList(int nowcount)
          히스토리 리스트
 int getSUserLevel()
          사용자 Level
 java.util.List<GalleryTagKeywordVO> getTagList(int nowcount)
          테그 리스트
 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

GalleryManager

public GalleryManager(javax.servlet.http.HttpServletRequest request)
Method Detail

getTagList

public java.util.List<GalleryTagKeywordVO> getTagList(int nowcount)
                                               throws java.lang.Exception
테그 리스트

Returns:
List
Throws:
java.lang.Exception

getHatTagList

public java.util.List<GalleryVO> getHatTagList(int nowcount)
                                        throws java.lang.Exception
인기테그 리스트

Returns:
List
Throws:
java.lang.Exception

getHistoryList

public java.util.List<GalleryHistoryVO> getHistoryList(int nowcount)
                                                throws java.lang.Exception
히스토리 리스트

Returns:
List
Throws:
java.lang.Exception

getGalleryView

public GalleryFileVO getGalleryView(long fileSid)
                             throws java.lang.Exception
사진보기

Returns:
GalleryFileVO
Throws:
java.lang.Exception

isManager

public boolean isManager()
관리자 인증 여부

Returns:
int

getSUserLevel

public int getSUserLevel()
사용자 Level

Returns:
String