fr.ifremer.coser.web.actions.com
Class GraphAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by fr.ifremer.coser.web.actions.common.CoserAction
          extended by fr.ifremer.coser.web.actions.com.GraphAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

public class GraphAction
extends CoserAction

Affiche le graphique demandé. Parametre : zone, species, indicator.

Version:
$Revision: 818 $ Last update : $Date: 2011-05-06 10:04:19 +0200 (Fri, 06 May 2011) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Field Summary
protected  String facade
           
protected  String indicator
           
protected  String list
          La liste actuellement selectionnée (cas null géré).
protected  Map<String,String> lists
          La liste des nom de liste du fichier de communauté pour l'indicateur.
protected  String zone
           
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
GraphAction()
           
 
Method Summary
 String execute()
           
 String getFacade()
           
 String getFacadeDisplayName()
           
 String getIndicator()
           
 String getIndicatorDisplayName()
           
 String getList()
           
 Map<String,String> getLists()
           
 String getZone()
           
 String getZoneDisplayName()
           
 void setFacade(String facade)
           
 void setIndicator(String indicator)
           
 void setList(String list)
           
 void setZone(String zone)
           
 
Methods inherited from class fr.ifremer.coser.web.actions.common.CoserAction
getAdminEmail, getAnalyticsId, getApplicationVersion
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

facade

protected String facade

zone

protected String zone

indicator

protected String indicator

lists

protected Map<String,String> lists
La liste des nom de liste du fichier de communauté pour l'indicateur.


list

protected String list
La liste actuellement selectionnée (cas null géré).

Constructor Detail

GraphAction

public GraphAction()
Method Detail

getFacade

public String getFacade()

setFacade

public void setFacade(String facade)

getZone

public String getZone()

setZone

public void setZone(String zone)

getIndicator

public String getIndicator()

setIndicator

public void setIndicator(String indicator)

getLists

public Map<String,String> getLists()

getList

public String getList()

setList

public void setList(String list)

getFacadeDisplayName

public String getFacadeDisplayName()

getZoneDisplayName

public String getZoneDisplayName()

getIndicatorDisplayName

public String getIndicatorDisplayName()

execute

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


Copyright © 2010-2012 Ifremer. All Rights Reserved.