public interface ServiceTour
| Modifier and Type | Method and Description |
|---|---|
void |
clearInfoChargement(String topiaIdInfoChargement)
Supprime le status de notification d'une nouvelle information de chargement
|
void |
createLabel(Label label)
Creation des differents label utilise pendant la procedure d'installation
|
List<Camion> |
getAssociatedCamionForPrincipalCamion(String codeSociete,
String codeCamion)
Recupere les camions associes a partir d'un camion associe et principal
|
List<Chauffeur> |
getChauffeursForCamion(String codeSociete,
String codeCamion)
Recupere la liste des chauffeurs par defaut pour un camions principal et associe
|
Chauffeur |
getChauffeursWithId(String chauffeurCode)
Recupere le chauffeur a partir du code
|
Chauffeur |
getChauffeursWithId(String codeSociete,
String chauffeurCode)
Deprecated.
Code societe is not used any more
|
Chauffeur |
getChauffeursWithTrigramme(String chauffeurTrigramme)
Recupere le chauffeur à partir du trigramme
|
Chauffeur |
getChauffeursWithTrigramme(String codeSociete,
String chauffeurTrigramme)
Deprecated.
Code societe is not used any more
|
List<Label> |
getLabelListForCategorie(String categorie)
Recupere l'ensemble des labels pour d'une categorie
|
List<TourTypeModif> |
getModifiedTopiaIDTourForCamionSince(String codeSociete,
String codeCamion,
Long syncNumber)
Recupere seulement les topiaIds des tours créés, modifiés et supprimés depuis 5 jours pour un camion (si synchroNumber != 0)
|
Camion |
getPrincipalCamionWithCamionId(String codeSociete,
String codeCamion)
Recupere le camion principal a partir d'un camion associe et principal
|
List<String> |
getTopiaIDTourForCamion(String codeSociete,
String codeCamion)
Recupere tous les topiaIds des tours pour un camion
|
Tour |
getTourWhithId(String topiaId)
Recupere le tour à partir d'un topiaId
|
List<LigneProduit> |
notifyInfoChargement(String topiaIdTour)
Recupere les nouvelles informations de chargement
|
List<Camion> getAssociatedCamionForPrincipalCamion(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionCamion getPrincipalCamionWithCamionId(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionList<Chauffeur> getChauffeursForCamion(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Deprecated Chauffeur getChauffeursWithId(String codeSociete, String chauffeurCode) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionChauffeur getChauffeursWithId(String chauffeurCode) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Deprecated Chauffeur getChauffeursWithTrigramme(String codeSociete, String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionChauffeur getChauffeursWithTrigramme(String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionList<Label> getLabelListForCategorie(String categorie) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionvoid createLabel(Label label) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionList<String> getTopiaIDTourForCamion(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionList<TourTypeModif> getModifiedTopiaIDTourForCamionSince(String codeSociete, String codeCamion, Long syncNumber) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionTour getTourWhithId(String topiaId) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionList<LigneProduit> notifyInfoChargement(String topiaIdTour) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionvoid clearInfoChargement(String topiaIdInfoChargement) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.