org.chorem.bow.action
Class DeleteSearchResultsAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.chorem.bow.action.BowBaseAction
          extended by org.chorem.bow.action.DeleteSearchResultsAction
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.SessionAware

public class DeleteSearchResultsAction
extends BowBaseAction

Supprime des bookmarks qui satisfont le critere de recherche. Si fullTextLine est non vide, alors elle est utilisee, pour la recherche, sinon on utilise searchLine

Author:
poussin
See Also:
Serialized Form

Field Summary
protected  String fullTextLine
           
protected  String searchLine
           
 
Fields inherited from class org.chorem.bow.action.BowBaseAction
CONTEXT_ACTION_KEY, 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
DeleteSearchResultsAction()
           
 
Method Summary
 String execute()
          Deletes the search results
 String getFullTextLine()
           
 String getSearchLine()
           
 void setFullTextLine(String fullTextLine)
           
 void setSearchLine(String searchLine)
           
 
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

searchLine

protected String searchLine

fullTextLine

protected String fullTextLine
Constructor Detail

DeleteSearchResultsAction

public DeleteSearchResultsAction()
Method Detail

getSearchLine

public String getSearchLine()
Returns:
the searchLine

setSearchLine

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

getFullTextLine

public String getFullTextLine()
Returns:
the fullTextLine

setFullTextLine

public void setFullTextLine(String fullTextLine)
Parameters:
fullTextLine - the fullTextLine to set

execute

public String execute()
Deletes the search results

Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport


Copyright © 2010-2011 CodeLutin. All Rights Reserved.