Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeProspectFournisseur |
TypeProspectFournisseur.getByValue(Double value) |
static TypeProspectFournisseur |
TypeProspectFournisseur.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeProspectFournisseur[] |
TypeProspectFournisseur.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FPFournisseur |
FournisseurService.creerFournisseur(CtxFournisseur context,
TypeProspectFournisseur type) |
List<FPFournisseur> |
FournisseurService.findBySocieteAndEtablAndDateLikeCodeLikeNom(String codeSociete,
Double identEtabliss,
String codeFour,
String nomFour,
Date dateValidite,
TypeProspectFournisseur typeFour,
TypeFournisseurExterne indInternExtern,
Double indComptabilise)
Returns the suppliers which match with parameters
|
List<FournisseurEtAdresse> |
FournisseurService.findFournisseurAdresseByCodeAndNom(String nom,
String code,
String codeSoc,
String codeEtabl,
Date dtValid,
TypeProspectFournisseur type,
TypeFournisseurExterne[] typeFournisseurExterneTab,
TypeFournisseurCollaborateur typeFournisseurCollaborateur) |
List<FournisseurEtAdresse> |
FournisseurService.findFournisseurEtAdresseByCodeAndNom(String nom,
String code,
String codeSoc,
String codeEtabl,
Date dtValid,
TypeProspectFournisseur type,
TypeFournisseurExterne[] typeFournisseurExterneTab,
TypeFournisseurCollaborateur typeFournisseurCollaborateur)
Retourne une liste de FournisseurEtAdresse utilisée pour la liste d'aide des fournisseurs
L'adresse renvoyée est celle du site principal
|
CtxFournisseur |
FournisseurService.modifierFournisseur(CtxFournisseur context,
TypeProspectFournisseur type) |
Copyright © 2016. All rights reserved.