edu.uoc.tfc.gui.parts.modificacio
Class ModificaPartControllerImpl

java.lang.Object
  extended by edu.uoc.tfc.gui.parts.modificacio.ModificaPartController
      extended by edu.uoc.tfc.gui.parts.modificacio.ModificaPartControllerImpl

public class ModificaPartControllerImpl
extends ModificaPartController

See Also:
ModificaPartController

Constructor Summary
ModificaPartControllerImpl()
           
 
Method Summary
 void consultaPart(org.apache.struts.action.ActionMapping mapping, ConsultaPartForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void modificaPart(org.apache.struts.action.ActionMapping mapping, ModificaPartForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModificaPartControllerImpl

public ModificaPartControllerImpl()
Method Detail

modificaPart

public final void modificaPart(org.apache.struts.action.ActionMapping mapping,
                               ModificaPartForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.lang.Exception
Specified by:
modificaPart in class ModificaPartController
Throws:
java.lang.Exception
See Also:
ModificaPartController.modificaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.modificacio.ModificaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

consultaPart

public final void consultaPart(org.apache.struts.action.ActionMapping mapping,
                               ConsultaPartForm form,
                               javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.lang.Exception
Specified by:
consultaPart in class ModificaPartController
Throws:
java.lang.Exception
See Also:
ModificaPartController.consultaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.modificacio.ConsultaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)