edu.uoc.tfc.gui.security.gestioUsuaris
Interface CercaUsuarisForm

All Known Implementing Classes:
GestioUsuarisDadesCercaUsuarisFormImpl

public interface CercaUsuarisForm

This form encapsulates the fields that are used in the execution of the cercaUsuaris method, which is located on the edu.uoc.tfc.gui.security.gestioUsuaris.GestioUsuarisController controller.

Operació per cercar una llista d'usuaris a partir d'un criteri

See Also:
GestioUsuarisController.cercaUsuaris(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.security.gestioUsuaris.CercaUsuarisForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 CriteriaUserVO getCriteriaUser()
          Gets the criteriaUser field.
 ResultatCercaUsuariVO getUsuaris()
          Gets the usuaris field.
 void resetCriteriaUser()
          Resets the criteriaUser field.
 void resetUsuaris()
          Resets the usuaris field.
 void setCriteriaUser(CriteriaUserVO criteriaUser)
          Sets the criteriaUser field.
 void setUsuaris(ResultatCercaUsuariVO usuaris)
          Sets the usuaris field.
 

Method Detail

setUsuaris

void setUsuaris(ResultatCercaUsuariVO usuaris)
Sets the usuaris field.


getUsuaris

ResultatCercaUsuariVO getUsuaris()
Gets the usuaris field.


resetUsuaris

void resetUsuaris()
Resets the usuaris field.


setCriteriaUser

void setCriteriaUser(CriteriaUserVO criteriaUser)
Sets the criteriaUser field.


getCriteriaUser

CriteriaUserVO getCriteriaUser()
Gets the criteriaUser field.


resetCriteriaUser

void resetCriteriaUser()
Resets the criteriaUser field.