| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
List<GEmplacement> |
findEmplacementsByClientSiteNom(Double idClient,
Double idSite,
String nomEmpl)
Recherche d'emplacements en fonction du client, du site, et du nom d'emplacement passés en paramètre
|
List<GEmplacement> |
findEmplacementsByCodeAndSiteAndClient(String codeEmpl,
Double idSite,
Double idClient)
Recherche d'emplacement par les paramètres donnés : Code/Site/Client
|
List<ClientParc> |
findLocalisationsActuellesByClientAndContact(Double identClient,
boolean includePotentiel,
Double indSpecifStatut,
boolean inculdeInactif)
Recherche des localisations en cours d'un client (date de fin de localisation nulle ou > à la date du jour)
|
List<ClientParc> |
findLocalisationsActuellesByClientAndContact(Double identClient,
Double identSite,
Double identContact,
boolean includePotentiel,
Double indSpecif,
boolean inculdeInactif)
Recherche des localisations en cours d'un client (date de fin de localisation nulle ou > à la date du jour)
|
List<ClientParc> |
findLocalisationsActuellesByClientAndContact(List<Double> lstIdentParc,
boolean includePotentiel,
Double indSpecifStatut,
boolean inculdeInactif) |
List<ClientParc> |
findLocalisationsActuellesByContact(Double identContact)
Recherche des localisations en cours d'un contact (date de fin de localisation nulle ou > à la date du jour)
|
List<ClientParc> |
findLocalisationsActuellesByFournisseur(Double identFournisseur)
Recherche des localisations en cours d'un fournisseur (date de fin de localisation nulle ou > à la date du jour)
|
List<GPoste> |
findPostesByClientSiteEmplNom(Double idClient,
Double idSite,
Double idEmpl,
String nomPoste)
Recherche de postes en fonction du client, du site, de l'emplacement, et du nom de poste passés en paramètre
|
List<SiteClientLight> |
findSitesClientLightByClientNomFiltres(Double idSite,
Double idClient,
String nom,
boolean filtreMaint,
boolean filtreFerme) |
SitesLightContexte |
findSitesLightByIdentEtClientEtNom(Double idSite,
Double idClient,
String nom,
boolean filtreMaint,
boolean filtreFerme,
boolean forcer) |
GEmplacement |
getEmplacementByIdent(Double idEmpl)
Recherche unique d'emplacement par son identifiant
|
PriseAppelClient |
getMessageBlocageClientExtranet(Double idCntCli,
Double identClient,
boolean onSave)
Teste si un contrat fait l'objet d'un blocage en prise d'appel ou non
|
GMAOPriseAppelClient |
getMessageBlocageClientRcp(String numCntCli,
Double identClient,
Double indBlokPa,
Double tolerance,
boolean onSave)
Teste si un contrat fait l'objet d'un blocage en prise d'appel ou non
Méthode utilisée par l'extranet
|
GPoste |
getPosteByIdent(Double idPoste)
Recherche unique de poste par son identifiant
|
GPrdloc |
getPrdlocByIdent(Double idPrdloc)
Recherche unique de localisation de produit par son identifiant
|
GPrdloc |
loadPrdlocByIdent(Double idPrdloc)
Recherche unique de localisation de produit par son identifiant
|
CtxDemande |
verifyContextOnSave(CtxDemande context) |
getServerMessages, resetServerMessagesstatic final String SERVICE_ID
List<SiteClientLight> findSitesClientLightByClientNomFiltres(Double idSite, Double idClient, String nom, boolean filtreMaint, boolean filtreFerme)
SitesLightContexte findSitesLightByIdentEtClientEtNom(Double idSite, Double idClient, String nom, boolean filtreMaint, boolean filtreFerme, boolean forcer)
idSite - : l'ident du site recherchéidClient - : l'ident du client dont on cherche les sitesnom - : le nom du site OU de la ville rattachée à l'adresse OU le nom de ville sur l'adressetypeRech - : le type de recherche : SITE = sur nom du site // TVILLE = sur nom TVille // VILLE = sur nom villeList<GEmplacement> findEmplacementsByClientSiteNom(Double idClient, Double idSite, String nomEmpl)
idClient - : l'ident du client dont on cherche les emplacamentsidSite - : l'ident du site dont on cherche les emplacamentsnomEmpl - : le nom de l'emplacement recherché (ou une partie de ce nom)List<GPoste> findPostesByClientSiteEmplNom(Double idClient, Double idSite, Double idEmpl, String nomPoste)
idClient - : l'ident du client dont on cherche les postesidSite - : l'ident du site dont on cherche les postesidEmpl - : l'ident de l'emplacement dont on cherche les postesnomPoste - : le nom du poste recherché (ou une partie de ce nom)GEmplacement getEmplacementByIdent(Double idEmpl)
idEmpl - : l'ident de l'emplacement recherchéList<GEmplacement> findEmplacementsByCodeAndSiteAndClient(String codeEmpl, Double idSite, Double idClient)
codeEmpl - : le code des emplacements recherchésidSite - : l'ident du site des emplacements recherchésidClient - : l'ident du client des emplacements recherchésGPoste getPosteByIdent(Double idPoste)
idPoste - : l'ident du poste recherchéGPrdloc getPrdlocByIdent(Double idPrdloc)
idPrdloc - : l'ident de la localisation recherchéeGPrdloc loadPrdlocByIdent(Double idPrdloc)
idPrdloc - : l'ident de la localisation recherchéeList<ClientParc> findLocalisationsActuellesByClientAndContact(Double identClient, Double identSite, Double identContact, boolean includePotentiel, Double indSpecif, boolean inculdeInactif)
identClient - : l'ident du client dont on cherche les localisationsidentSite - Ident du siteContact - dont on cherche les localisations (peut être null)includePotentiel - True si on souhaite récupérer les localisations de tous les produits, même celles des produits potentielsindSpecif - Valeurs de l'indicateur spécifique du statut de la localisation (statut de type "prêt", "sorti", ...)inculdeInactif - True si on souhaite récupérer les localisations de tous les produits, même celles des produits inactifsList<ClientParc> findLocalisationsActuellesByClientAndContact(Double identClient, boolean includePotentiel, Double indSpecifStatut, boolean inculdeInactif)
identClient - ident du client dont on cherche les localisationsincludePotentiel - True si on souhaite récupérer les localisations de tous les produits, même celles des produits potentielsindSpecifStatut - Valeur de l'indicateur spécifique du statut de la localisation (statut de type "prêt", "sorti", ...)inculdeInactif - True si on souhaite récupérer les localisations de tous les produits, même celles des produits inactifsList<ClientParc> findLocalisationsActuellesByClientAndContact(List<Double> lstIdentParc, boolean includePotentiel, Double indSpecifStatut, boolean inculdeInactif)
lstIdentParc - includePotentiel - indSpecifStatut - Valeur de l'indicateur spécifique du statut de la localisation (statut de type "prêt", "sorti", ...)inculdeInactif - True si on souhaite récupérer les localisations de tous les produits, même celles des produits inactifsList<ClientParc> findLocalisationsActuellesByFournisseur(Double identFournisseur)
identFournisseur - : l'ident du fournisseur dont on cherche les localisationsList<ClientParc> findLocalisationsActuellesByContact(Double identContact)
identContact - : l'ident du contact dont on cherche les localisationsGMAOPriseAppelClient getMessageBlocageClientRcp(String numCntCli, Double identClient, Double indBlokPa, Double tolerance, boolean onSave)
PriseAppelClient getMessageBlocageClientExtranet(Double idCntCli, Double identClient, boolean onSave)
CtxDemande verifyContextOnSave(CtxDemande context)
Copyright © 2016. All rights reserved.