org.chorem.bow.action
Class ModifyBookmarkAction

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

Modifie une entree du bookmark

Author:
poussin
See Also:
Serialized Form

Field Summary
protected  String alias
           
protected  String bookmarkId
           
protected  String fullTextLine
           
protected  String link
           
protected  String name
           
protected  String searchLine
           
protected  String tags
           
 
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
ModifyBookmarkAction()
           
 
Method Summary
 String execute()
           
 String getAlias()
           
 String getBookmarkId()
           
 String getFullTextLine()
           
 String getLink()
           
 String getName()
           
 String getSearchLine()
           
 String getTags()
           
 void setAlias(String alias)
           
 void setBookmarkId(String bookmarkId)
           
 void setFullTextLine(String fullTextLine)
           
 void setLink(String link)
           
 void setName(String name)
           
 void setSearchLine(String searchLine)
           
 void setTags(String tags)
           
 
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

link

protected String link

name

protected String name

alias

protected String alias

tags

protected String tags

bookmarkId

protected String bookmarkId

searchLine

protected String searchLine

fullTextLine

protected String fullTextLine
Constructor Detail

ModifyBookmarkAction

public ModifyBookmarkAction()
Method Detail

getLink

public String getLink()
Returns:
the link

setLink

public void setLink(String link)
Parameters:
url - the link to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getAlias

public String getAlias()
Returns:
the alias

setAlias

public void setAlias(String alias)
Parameters:
alias - the alias to set

getTags

public String getTags()
Returns:
the tags

setTags

public void setTags(String tags)
Parameters:
tags - the tags to set

getBookmarkId

public String getBookmarkId()
Returns:
the bookmarkId

setBookmarkId

public void setBookmarkId(String bookmarkId)
Parameters:
bookmarkId - the bookmarkId to set

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()
Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport


Copyright © 2010-2011 CodeLutin. All Rights Reserved.