edu.uoc.tfc.gui.security.gestioUsuaris
Class GestioUsuarisControllerImpl
java.lang.Object
edu.uoc.tfc.gui.security.gestioUsuaris.GestioUsuarisController
edu.uoc.tfc.gui.security.gestioUsuaris.GestioUsuarisControllerImpl
public class GestioUsuarisControllerImpl
- extends GestioUsuarisController
- See Also:
GestioUsuarisController
Method Summary |
void |
carregaRols(org.apache.struts.action.ActionMapping mapping,
CarregaRolsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
cercaUsuaris(org.apache.struts.action.ActionMapping mapping,
CercaUsuarisForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Operació per cercar una llista d'usuaris a partir d'un criteri
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GestioUsuarisControllerImpl
public GestioUsuarisControllerImpl()
cercaUsuaris
public final void cercaUsuaris(org.apache.struts.action.ActionMapping mapping,
CercaUsuarisForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Description copied from class:
GestioUsuarisController
Operació per cercar una llista d'usuaris a partir d'un criteri
- Specified by:
cercaUsuaris
in class GestioUsuarisController
- Throws:
java.lang.Exception
- See Also:
GestioUsuarisController.cercaUsuaris(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.security.gestioUsuaris.CercaUsuarisForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
carregaRols
public void carregaRols(org.apache.struts.action.ActionMapping mapping,
CarregaRolsForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
carregaRols
in class GestioUsuarisController
- Throws:
java.lang.Exception