public interface FactureServiceWrapper<T extends Facture>
Modifier and Type | Method and Description |
---|---|
void |
creerEcheancierAnnulationImputationTreso(T avoir,
Double montantAvoirRegleAAnnuler,
Date dateOperation) |
void |
ecritureOdAvoirLieFacture(T facture,
T avoir,
Date dtRef,
Double montantOd) |
T |
loadByNumero(String numero) |
void |
modifierEcheancierImputationTreso(String numeroFacture,
Double mtReglement,
Date dateRef,
String commentaire) |
T |
update(T facture,
String comment) |
Copyright © 2016. All rights reserved.