edu.uoc.tfc.gui.security.gestioUsuaris
Class GestioUsuarisDadesCercaUsuarisFormImpl

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by edu.uoc.tfc.gui.security.gestioUsuaris.GestioUsuarisDadesCercaUsuarisFormImpl
All Implemented Interfaces:
CercaUsuarisForm, java.io.Serializable

public class GestioUsuarisDadesCercaUsuarisFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable, CercaUsuarisForm

See Also:
Serialized Form

Constructor Summary
GestioUsuarisDadesCercaUsuarisFormImpl()
           
 
Method Summary
 void clean()
          Allows you to clean all values from this form.
 CriteriaUserVO getCriteriaUser()
          Gets the criteriaUser field.
 ResultatCercaUsuariVO getUsuaris()
          Gets the usuaris field.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void resetCriteriaUser()
          Resets the given criteriaUser.
 void resetUsuaris()
          Resets the given usuaris.
 void setCriteriaUser(CriteriaUserVO criteriaUser)
          Sets the criteriaUser field.
 void setUsuaris(ResultatCercaUsuariVO usuaris)
          Sets the usuaris field.
 java.lang.String toString()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Override to provide population of current form with request parameters when validation fails.
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GestioUsuarisDadesCercaUsuarisFormImpl

public GestioUsuarisDadesCercaUsuarisFormImpl()
Method Detail

resetUsuaris

public void resetUsuaris()
Resets the given usuaris.

Specified by:
resetUsuaris in interface CercaUsuarisForm

setUsuaris

public void setUsuaris(ResultatCercaUsuariVO usuaris)
Description copied from interface: CercaUsuarisForm
Sets the usuaris field.

Specified by:
setUsuaris in interface CercaUsuarisForm

getUsuaris

public ResultatCercaUsuariVO getUsuaris()
Description copied from interface: CercaUsuarisForm
Gets the usuaris field.

Specified by:
getUsuaris in interface CercaUsuarisForm

resetCriteriaUser

public void resetCriteriaUser()
Resets the given criteriaUser.

Specified by:
resetCriteriaUser in interface CercaUsuarisForm

setCriteriaUser

public void setCriteriaUser(CriteriaUserVO criteriaUser)
Description copied from interface: CercaUsuarisForm
Sets the criteriaUser field.

Specified by:
setCriteriaUser in interface CercaUsuarisForm

getCriteriaUser

public CriteriaUserVO getCriteriaUser()
Description copied from interface: CercaUsuarisForm
Gets the criteriaUser field.

Specified by:
getCriteriaUser in interface CercaUsuarisForm

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.validator.ValidatorForm
See Also:
ValidatorForm.reset(org.apache.struts.action.ActionMapping,javax.servlet.http.HttpServletRequest)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clean

public void clean()
Allows you to clean all values from this form. Objects will be set to null, numeric values will be set to zero and boolean values will be set to false. Backinglists for selectable fields will also be set to null.


validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Override to provide population of current form with request parameters when validation fails.

Overrides:
validate in class org.apache.struts.validator.ValidatorForm
See Also:
ActionForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)