Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeFournisseurExterne |
TypeFournisseurExterne.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFournisseurExterne[] |
TypeFournisseurExterne.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2016. All rights reserved.