com.uoc.tfc.UI.struts.action.qualificacio
Class AccioCreaJasperPrintExpedient

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.uoc.tfc.UI.struts.action.common.Accio
          extended by com.uoc.tfc.UI.struts.action.qualificacio.AccioCreaJasperPrintExpedient
All Implemented Interfaces:
IAccio

public class AccioCreaJasperPrintExpedient
extends Accio

Accio per generar el JasperReport de l'expedient

Author:
ojaen

Field Summary
static java.lang.String JASPER_PRINT
           
 
Constructor Summary
AccioCreaJasperPrintExpedient()
           
 
Method Summary
 void execute()
          Fer la crida d'una accio
 
Methods inherited from class com.uoc.tfc.UI.struts.action.common.Accio
getContext, setContext
 
Methods inherited from class org.apache.struts.action.Action
execute, execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JASPER_PRINT

public static final java.lang.String JASPER_PRINT
See Also:
Constant Field Values
Constructor Detail

AccioCreaJasperPrintExpedient

public AccioCreaJasperPrintExpedient()
Method Detail

execute

public void execute()
Description copied from interface: IAccio
Fer la crida d'una accio

Specified by:
execute in interface IAccio
Specified by:
execute in class Accio