edu.uoc.tfc.exuoc.controladors
Class AbstractInGestor

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by edu.uoc.tfc.exuoc.controladors.AbstractInGestor
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable
Direct Known Subclasses:
IGestorAjuda, IGestorCerques, IGestorContenidors, IGestorItems, IGestorUsuaris, IPrincipal

public abstract class AbstractInGestor
extends com.opensymphony.xwork2.ActionSupport
implements com.opensymphony.xwork2.Preparable

Classe que serveix de referència per les classes gestores

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
AbstractInGestor()
           
 
Method Summary
 boolean comprovarLimits(int pos, int min, int max)
          Mètode que retorna true si un valor donat es troba dintre d'uns límits
 java.lang.String getIdSessio()
           
 GestorLogs getLog()
           
 void prepare()
           
 void setIdSessio(java.lang.String idSessio)
           
 void setLog(GestorLogs log)
           
 
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, 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
 

Constructor Detail

AbstractInGestor

public AbstractInGestor()
Method Detail

getIdSessio

public java.lang.String getIdSessio()

setIdSessio

public void setIdSessio(java.lang.String idSessio)

getLog

public GestorLogs getLog()

setLog

public void setLog(GestorLogs log)

comprovarLimits

public boolean comprovarLimits(int pos,
                               int min,
                               int max)
Mètode que retorna true si un valor donat es troba dintre d'uns límits

Parameters:
pos -
min -
max -
Returns:

prepare

public void prepare()
Specified by:
prepare in interface com.opensymphony.xwork2.Preparable