public interface SyntheseAffaireService extends IService, ServiceWithLastCreatedRecordSearch
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
CtxSituAnaCol |
creerPlanColonneSyntheseAffaireParametrageColonnes(CtxSituAnaCol ctxsituanacol,
TSituanaEnt SituanaEnt) |
CtxSyntheseAffaire |
creerPlanSyntheseAffaire(CtxSyntheseAffaire ctxsyntheseaffaire)
cree plan synthese affaire
|
String |
editionExcelFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference,
String nomFichier,
String codeCollab)
Export dans excel de fiches affaire
|
String |
editionFicheSyntheseAffaire(String codeAffaire,
Date dateReference)
Synthése fiche affaire
|
String |
editionFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference)
Edition multi-Affaire
|
String |
editionFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference,
boolean fusion)
Edition fiche synthese multiAffaire par liste Affaire , dateReference
|
String |
editionFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference,
String nomFichier)
Edition fiche synthese multiAffaire par liste Affaire , dateReference, nomFichier, fusion
|
String |
editionFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference,
String nomFichier,
String codeCollab)
Edition fiche synthese multiAffaire par liste Affaire , dateReference, nomFichier
|
String |
editionFicheSyntheseMultiAffaire(List<String> listAffaire,
Date dateReference,
String nomFichier,
String codeCollab,
boolean fusion)
Edition fiche synthese multiAffaire par liste Affaire , dateReference, nomFichier, codeCollab, fusion
|
List<CtxSituAnaCol> |
findListeDesColonnes(Double ident)
chargement liste des colonnes synthese affaire
|
List<ModeCalculCoutCollab> |
getValorisationAutorisee(CtxSyntheseAffaire ctxsyntheseaffaire) |
CtxSyntheseAffaire |
initContext(String code) |
List<FluxAffaireEtComptes> |
loadByCodeAffaireAndAnnee(String codeAffaire,
String annee)
chargement affaire par le code et l'annee
|
TSituanaEnt |
loadEntiteByCode(String codeSituana)
chargement plan situation analytique par le code
|
TSituanaEnt |
loadEntiteByIdent(Double identSituana)
chargement plan situation analytique par l'ident
|
List<TFhistotxvalo> |
loadHistoTxValo(TSituanaEnt entite)
chargement table historique Taux valorisation
|
List<PlanSyntheseAffaireResultatRecherche> |
loadListeSyntheseAffaireMulticritere(PlanSyntheseAffaireCriteresRecherche critere)
chargement multicritere liste synthese affaire
|
List<PlanSyntheseAffaireResultatRecherche> |
loadPlanSyntheseAffaireMulticritere(PlanSyntheseAffaireCriteresRecherche critere)
chargement de la liste synthese affaire
|
CtxSituAnaCol |
modifierPlanColonneSyntheseAffaireParametrageColonnes(CtxSituAnaCol ctxsituanacol,
TSituanaEnt SituanaEnt) |
CtxSyntheseAffaire |
modifierPlanSyntheseAffaireParametrageColonnes(CtxSyntheseAffaire ctxsyntheseaffaire)
modifie plan synthese affaire
|
CtxSyntheseAffaire |
modifierValorisationTaux(CtxSyntheseAffaire ctxsyntheseaffaire)
Mise à jour de la valorisation des taux par établissement
|
void |
supprimerPlanSyntheseAffaire(CtxSyntheseAffaire ctxsyntheseaffaire)
suppression plan synthese affaire
|
getServerMessages, resetServerMessages
getLastCreatedRecord
static final String SERVICE_ID
List<FluxAffaireEtComptes> loadByCodeAffaireAndAnnee(String codeAffaire, String annee)
String editionFicheSyntheseAffaire(String codeAffaire, Date dateReference)
String editionFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference)
String editionFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference, boolean fusion)
String editionFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference, String nomFichier)
String editionFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference, String nomFichier, String codeCollab)
String editionFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference, String nomFichier, String codeCollab, boolean fusion)
String editionExcelFicheSyntheseMultiAffaire(List<String> listAffaire, Date dateReference, String nomFichier, String codeCollab)
TSituanaEnt loadEntiteByIdent(Double identSituana)
List<CtxSituAnaCol> findListeDesColonnes(Double ident)
List<PlanSyntheseAffaireResultatRecherche> loadListeSyntheseAffaireMulticritere(PlanSyntheseAffaireCriteresRecherche critere)
List<PlanSyntheseAffaireResultatRecherche> loadPlanSyntheseAffaireMulticritere(PlanSyntheseAffaireCriteresRecherche critere)
CtxSyntheseAffaire modifierPlanSyntheseAffaireParametrageColonnes(CtxSyntheseAffaire ctxsyntheseaffaire)
CtxSyntheseAffaire creerPlanSyntheseAffaire(CtxSyntheseAffaire ctxsyntheseaffaire)
void supprimerPlanSyntheseAffaire(CtxSyntheseAffaire ctxsyntheseaffaire)
List<TFhistotxvalo> loadHistoTxValo(TSituanaEnt entite)
TSituanaEnt loadEntiteByCode(String codeSituana)
CtxSyntheseAffaire modifierValorisationTaux(CtxSyntheseAffaire ctxsyntheseaffaire)
CtxSituAnaCol modifierPlanColonneSyntheseAffaireParametrageColonnes(CtxSituAnaCol ctxsituanacol, TSituanaEnt SituanaEnt)
CtxSituAnaCol creerPlanColonneSyntheseAffaireParametrageColonnes(CtxSituAnaCol ctxsituanacol, TSituanaEnt SituanaEnt)
List<ModeCalculCoutCollab> getValorisationAutorisee(CtxSyntheseAffaire ctxsyntheseaffaire)
CtxSyntheseAffaire initContext(String code)
Copyright © 2016. All rights reserved.