use of it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent in project sigla-main by consiglionazionaledellericerche.
the class FatturaAttivaSingolaComponentSessionBean method findDettagli.
public java.util.List findDettagli(it.cnr.jada.UserContext param0, it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk param1) throws it.cnr.jada.comp.ComponentException, it.cnr.jada.persistency.PersistencyException, it.cnr.jada.persistency.IntrospectionException, javax.ejb.EJBException {
pre_component_invocation(param0, componentObj);
try {
java.util.List result = ((FatturaAttivaSingolaComponent) componentObj).findDettagli(param0, param1);
component_invocation_succes(param0, componentObj);
return result;
} catch (it.cnr.jada.comp.NoRollbackException e) {
component_invocation_succes(param0, componentObj);
throw e;
} catch (it.cnr.jada.comp.ComponentException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (it.cnr.jada.persistency.PersistencyException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (it.cnr.jada.persistency.IntrospectionException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (RuntimeException e) {
throw uncaughtRuntimeException(param0, componentObj, e);
} catch (Error e) {
throw uncaughtError(param0, componentObj, e);
}
}
use of it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent in project sigla-main by consiglionazionaledellericerche.
the class FatturaAttivaSingolaComponentSessionBean method recuperoScadVoce.
public java.util.List recuperoScadVoce(it.cnr.jada.UserContext param0, it.cnr.jada.bulk.OggettoBulk bulk) throws it.cnr.jada.comp.ComponentException, RemoteException {
pre_component_invocation(param0, componentObj);
try {
java.util.List result = ((FatturaAttivaSingolaComponent) componentObj).recuperoScadVoce(param0, bulk);
component_invocation_succes(param0, componentObj);
return result;
} catch (it.cnr.jada.comp.NoRollbackException e) {
component_invocation_succes(param0, componentObj);
throw e;
} catch (it.cnr.jada.comp.ComponentException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (RuntimeException e) {
throw uncaughtRuntimeException(param0, componentObj, e);
} catch (Error e) {
throw uncaughtError(param0, componentObj, e);
}
}
use of it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent in project sigla-main by consiglionazionaledellericerche.
the class FatturaAttivaSingolaComponentSessionBean method contabilizzaDettagliSelezionati.
public it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk contabilizzaDettagliSelezionati(it.cnr.jada.UserContext param0, it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk param1, java.util.Collection param2, it.cnr.contab.doccont00.core.bulk.Accertamento_scadenzarioBulk param3) throws it.cnr.jada.comp.ComponentException, javax.ejb.EJBException {
pre_component_invocation(param0, componentObj);
try {
it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk result = ((FatturaAttivaSingolaComponent) componentObj).contabilizzaDettagliSelezionati(param0, param1, param2, param3);
component_invocation_succes(param0, componentObj);
return result;
} catch (it.cnr.jada.comp.NoRollbackException e) {
component_invocation_succes(param0, componentObj);
throw e;
} catch (it.cnr.jada.comp.ComponentException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (RuntimeException e) {
throw uncaughtRuntimeException(param0, componentObj, e);
} catch (Error e) {
throw uncaughtError(param0, componentObj, e);
}
}
use of it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent in project sigla-main by consiglionazionaledellericerche.
the class FatturaAttivaSingolaComponentSessionBean method aggiornaFatturaScartoSDI.
public Fattura_attivaBulk aggiornaFatturaScartoSDI(UserContext userContext, Fattura_attivaBulk fattura, String codiceInvioSdi, String noteSdi) throws PersistencyException, ComponentException, java.rmi.RemoteException {
pre_component_invocation(userContext, componentObj);
try {
Fattura_attivaBulk result = ((FatturaAttivaSingolaComponent) componentObj).aggiornaFatturaScartoSDI(userContext, fattura, codiceInvioSdi, noteSdi);
component_invocation_succes(userContext, componentObj);
return result;
} catch (it.cnr.jada.comp.NoRollbackException e) {
component_invocation_succes(userContext, componentObj);
throw e;
} catch (it.cnr.jada.comp.ComponentException e) {
component_invocation_failure(userContext, componentObj);
throw e;
} catch (it.cnr.jada.persistency.PersistencyException e) {
component_invocation_failure(userContext, componentObj);
throw e;
} catch (RuntimeException e) {
throw uncaughtRuntimeException(userContext, componentObj, e);
} catch (Error e) {
throw uncaughtError(userContext, componentObj, e);
}
}
use of it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent in project sigla-main by consiglionazionaledellericerche.
the class FatturaAttivaSingolaComponentSessionBean method findListaModalitaErogazioneWS.
public java.util.List findListaModalitaErogazioneWS(it.cnr.jada.UserContext param0, String param1, String param2, String param3) throws it.cnr.jada.comp.ComponentException, javax.ejb.EJBException {
pre_component_invocation(param0, componentObj);
try {
java.util.List result = ((FatturaAttivaSingolaComponent) componentObj).findListaModalitaErogazioneWS(param0, param1, param2, param3);
component_invocation_succes(param0, componentObj);
return result;
} catch (it.cnr.jada.comp.NoRollbackException e) {
component_invocation_succes(param0, componentObj);
throw e;
} catch (it.cnr.jada.comp.ComponentException e) {
component_invocation_failure(param0, componentObj);
throw e;
} catch (RuntimeException e) {
throw uncaughtRuntimeException(param0, componentObj, e);
} catch (Error e) {
throw uncaughtError(param0, componentObj, e);
}
}
Aggregations