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

All Known Implementing Classes:
GestioUsuarisDadesCarregaRolsFormImpl

public interface CarregaRolsForm

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

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

Method Summary
 SelectBox getSelectResultat()
          Gets the selectResultat field.
 void resetSelectResultat()
          Resets the selectResultat field.
 void setSelectResultat(SelectBox selectResultat)
          Sets the selectResultat field.
 

Method Detail

setSelectResultat

void setSelectResultat(SelectBox selectResultat)
Sets the selectResultat field.


getSelectResultat

SelectBox getSelectResultat()
Gets the selectResultat field.


resetSelectResultat

void resetSelectResultat()
Resets the selectResultat field.