public interface MarcheService extends IService, ServiceWithLastCreatedRecordSearch
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
void |
controleAffaireMarcheAvantSup(FMarche marche)
Controle si le marché est rattaché à une ou des affaires avant sa suppression
|
CtxMarche |
creerMarche(CtxMarche context)
Création marché
|
List<AffaireResultatRecherche> |
findAffaires(String codeMarche) |
List<FMarche> |
findByNomAppel(String nomAppel)
Retourne la liste des marchés en fonction du nom d'appel
|
List<FMarche> |
findLikeCode(String codeMarche)
Retourne la liste des marchés en fonction du code ou d'une partie du code
|
CtxMarche |
initContextMarche() |
List<DualValues<String,String>> |
loadAllMarche() |
FMarche |
loadByCode(String codeMarche) |
FMarche |
loadByIdent(Double ident)
Charge le marché dont l'ident est passé en paramétre
|
CtxMarche |
loadMarcheByCode(String code)
Charge le context marché dont le code est passé en paramétre
|
CtxMarche |
loadMarcheByIdent(Double ident)
Charge le context marché dont l'ident est passé en paramétre
|
CtxMarche |
loadMarcheByIdent(Double ident,
boolean complet)
Charge le context marché dont l'ident est passé en paramétre
|
CtxMarche |
loadTableauBordCommercial(CtxMarche context) |
CtxMarche |
modifierMarche(CtxMarche context)
Modification marché
|
List<MarcheResultatRecherche> |
search(MarcheCriteresRecherche critere)
Recherche multi criteres de résultats de marchés.
|
List<FMarche> |
searchMarches(MarcheCriteresRecherche critere)
Recherche multi criteres de marchés
|
void |
supprimerMarche(FMarche marche)
Suppression marché
|
getServerMessages, resetServerMessages
getLastCreatedRecord
static final String SERVICE_ID
List<FMarche> findLikeCode(String codeMarche)
codeMarche
- code du marchéList<FMarche> findByNomAppel(String nomAppel)
nomAppel
- FMarche loadByIdent(Double ident)
ident
- CtxMarche loadMarcheByCode(String code)
code
- CtxMarche loadMarcheByIdent(Double ident)
ident
- CtxMarche loadMarcheByIdent(Double ident, boolean complet)
ident
- complet
- => ajout toute les finromations liées au tableau de bord commercial de l'affaireList<FMarche> searchMarches(MarcheCriteresRecherche critere)
List<MarcheResultatRecherche> search(MarcheCriteresRecherche critere)
CtxMarche modifierMarche(CtxMarche context)
marche
- void controleAffaireMarcheAvantSup(FMarche marche)
marche
- void supprimerMarche(FMarche marche)
marche
- List<DualValues<String,String>> loadAllMarche()
CtxMarche initContextMarche()
List<AffaireResultatRecherche> findAffaires(String codeMarche)
Copyright © 2016. All rights reserved.