it.cnr.contab.pdg00.comp.ICRUDCostoDelDipendenteMgr Maven / Gradle / Ivy
/*
* Copyright (C) 2019 Consiglio Nazionale delle Ricerche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package it.cnr.contab.pdg00.comp;
public interface ICRUDCostoDelDipendenteMgr extends it.cnr.jada.comp.ICRUDMgr {
/*
* Pre-post-conditions:
*
* Nome: Dipendente non modificabile
* Pre: Viene richiesta l'inizializzazione per modifica dei costi del dipendente.
* Per la matricola specificata esiste già una ripartizione dei costi.
* Post: Viene impostato a false il flag "modificabile" del V_dipendenteBulk restituito
* Nome: Tutti i controlli superati
* Pre: Viene richiesta l'inizializzazione per modifica dei costi del dipendente.
* Nessuna delle altre pre-condizioni è verificata.
* Post: Viene caricato un oggetto V_dipendenteBulk per la matricola specificata e l'elenco
* dei costi per voce del pdc (Costo_del_dipendenteBulk)
*/
public abstract it.cnr.jada.bulk.OggettoBulk inizializzaBulkPerModifica(it.cnr.jada.UserContext param0,it.cnr.jada.bulk.OggettoBulk param1) throws it.cnr.jada.comp.ComponentException;
/*
* Pre-post-conditions:
*
* Nome: Dipendente non modificabile
* Pre: Viene richiesta la modifica dei costi del dipendente ma per la matricola specificata
* esiste già una ripartizione dei costi.
* Post: Viene generata una ApplicationException con il messaggio: "Dipendente non modificabile perchè è già stata fatta una ripartizione dei costi."
* Nome: Unità organizzativa del dipendente modificata
* Pre: Viene richiesta la modifica dei costi del dipendente ed è stata modificata
* l'unità organizzativa di appartenenza.
* Post: Viene eliminata la matricola specificata dalla tabella COSTO_DEL_DIPENDENTE e
* vengono inseriti nuovi record nella stessa tabella con la nuova u.o
* Nome: Tutti i controlli superati
* Pre: Viene richiesta la modifica dei costi del dipendente.
* Nessuna delle altre pre-condizioni è verificata.
* Post: Vengono salvati i costi del dipendente.
*/
public abstract it.cnr.jada.bulk.OggettoBulk modificaConBulk(it.cnr.jada.UserContext param0,it.cnr.jada.bulk.OggettoBulk param1) throws it.cnr.jada.comp.ComponentException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy