org.chorem.bow.action
Class OrderAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.chorem.bow.action.BowBaseAction
          extended by org.chorem.bow.action.OrderAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.SessionAware

public class OrderAction
extends BowBaseAction
implements org.apache.struts2.interceptor.ServletRequestAware

Permet de modifie l'ordre de tri des bookmarks TODO poussin 20110211 cette action n'est pas vraiment pertinente et devrait etre des options de l'action de recherche

Author:
poussin
See Also:
Serialized Form

Field Summary
protected  javax.servlet.http.HttpServletRequest request
           
protected  String searchLine
           
protected  String type
           
 
Fields inherited from class org.chorem.bow.action.BowBaseAction
log, session, UNTRANSLATED_MARKER
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
OrderAction()
           
 
Method Summary
 String execute()
           
 String getSearchLine()
           
 String getType()
           
 void setSearchLine(String searchLine)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           
 void setType(String type)
           
 
Methods inherited from class org.chorem.bow.action.BowBaseAction
getBowProxy, getBowSession, getSafeText, getText, getText, getText, getText, getText, getText, getText, getText, getText, setSession
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

searchLine

protected String searchLine

request

protected javax.servlet.http.HttpServletRequest request
Constructor Detail

OrderAction

public OrderAction()
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getSearchLine

public String getSearchLine()
Returns:
the searchLine

setSearchLine

public void setSearchLine(String searchLine)
Parameters:
searchLine - the searchLine to set

setServletRequest

public void setServletRequest(javax.servlet.http.HttpServletRequest request)
Specified by:
setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAware

execute

public String execute()
Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport


Copyright © 2010-2011 CodeLutin. All Rights Reserved.