Search in sources :

Example 1 with FatturaAttivaSingolaComponent

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);
    }
}
Also used : List(java.util.List) PersistencyException(it.cnr.jada.persistency.PersistencyException) FatturaAttivaSingolaComponent(it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent) ComponentException(it.cnr.jada.comp.ComponentException)

Example 2 with FatturaAttivaSingolaComponent

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);
    }
}
Also used : List(java.util.List) FatturaAttivaSingolaComponent(it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent) ComponentException(it.cnr.jada.comp.ComponentException)

Example 3 with FatturaAttivaSingolaComponent

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);
    }
}
Also used : FatturaAttivaSingolaComponent(it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent) ComponentException(it.cnr.jada.comp.ComponentException) Fattura_attivaBulk(it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk)

Example 4 with FatturaAttivaSingolaComponent

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);
    }
}
Also used : PersistencyException(it.cnr.jada.persistency.PersistencyException) Fattura_attivaBulk(it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk) FatturaAttivaSingolaComponent(it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent) ComponentException(it.cnr.jada.comp.ComponentException)

Example 5 with FatturaAttivaSingolaComponent

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);
    }
}
Also used : List(java.util.List) FatturaAttivaSingolaComponent(it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent) ComponentException(it.cnr.jada.comp.ComponentException)

Aggregations

FatturaAttivaSingolaComponent (it.cnr.contab.docamm00.comp.FatturaAttivaSingolaComponent)43 ComponentException (it.cnr.jada.comp.ComponentException)43 Fattura_attivaBulk (it.cnr.contab.docamm00.docs.bulk.Fattura_attivaBulk)19 PersistencyException (it.cnr.jada.persistency.PersistencyException)18 List (java.util.List)17 Fattura_attiva_IBulk (it.cnr.contab.docamm00.docs.bulk.Fattura_attiva_IBulk)3 Nota_di_credito_attivaBulk (it.cnr.contab.docamm00.docs.bulk.Nota_di_credito_attivaBulk)3 BulkList (it.cnr.jada.bulk.BulkList)1 BigDecimal (java.math.BigDecimal)1