@PermitAll public class ServiceTourImpl extends BaseServiceImpl implements ServiceTour, ServiceTourLocal
| Constructor and Description |
|---|
ServiceTourImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearInfoChargement(String topiaIdInfoChargement)
Supprime le status de notification d'une nouvelle information de chargement
|
void |
clearInfoChargement(org.nuiton.topia.TopiaContext transaction,
String topiaIdInfoChargement) |
void |
createLabel(Label label)
Creation des differents label utilise pendant la procedure d'installation
|
void |
createLabel(org.nuiton.topia.TopiaContext transaction,
Label label) |
protected List<Camion> |
findAllAssociatedCamions(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion)
Récupére tous les camions associés
|
List<Camion> |
getAssociatedCamionForPrincipalCamion(String codeSociete,
String codeCamion)
Recupere les camions associes a partir d'un camion associe et principal
|
List<Camion> |
getAssociatedCamionForPrincipalCamion(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion) |
List<Chauffeur> |
getChauffeursForCamion(String codeSociete,
String codeCamion)
Recupere la liste des chauffeurs par defaut pour un camions principal et associe
|
List<Chauffeur> |
getChauffeursForCamion(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion) |
Chauffeur |
getChauffeursWithId(String chauffeurCode)
Recupere le chauffeur a partir du code
|
Chauffeur |
getChauffeursWithId(String codeSociete,
String chauffeurCode)
Deprecated.
|
Chauffeur |
getChauffeursWithId(org.nuiton.topia.TopiaContext transaction,
String chauffeurCode) |
Chauffeur |
getChauffeursWithId(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String chauffeurCode)
Deprecated.
|
Chauffeur |
getChauffeursWithTrigramme(String chauffeurTrigramme)
Recupere le chauffeur à partir du trigramme
|
Chauffeur |
getChauffeursWithTrigramme(String codeSociete,
String chauffeurTrigramme)
Deprecated.
|
Chauffeur |
getChauffeursWithTrigramme(org.nuiton.topia.TopiaContext transaction,
String chauffeurTrigramme) |
Chauffeur |
getChauffeursWithTrigramme(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String chauffeurTrigramme)
Deprecated.
|
List<Label> |
getLabelListForCategorie(String categorie)
Recupere l'ensemble des labels pour d'une categorie
|
List<Label> |
getLabelListForCategorie(org.nuiton.topia.TopiaContext transaction,
String 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)
|
List<TourTypeModif> |
getModifiedTopiaIDTourForCamionSince(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion,
Long syncNumber) |
Camion |
getPrincipalCamionWithCamionId(String codeSociete,
String codeCamion)
Recupere le camion principal a partir d'un camion associe et principal
|
Camion |
getPrincipalCamionWithCamionId(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion) |
List<String> |
getTopiaIDTourForCamion(String codeSociete,
String codeCamion)
Recupere tous les topiaIds des tours pour un camion
|
List<String> |
getTopiaIDTourForCamion(org.nuiton.topia.TopiaContext transaction,
String codeSociete,
String codeCamion) |
Tour |
getTourWhithId(String topiaId)
Recupere le tour à partir d'un topiaId
|
Tour |
getTourWhithId(org.nuiton.topia.TopiaContext transaction,
String topiaId) |
List<LigneProduit> |
notifyInfoChargement(String topiaIdTour)
Recupere les nouvelles informations de chargement
|
List<LigneProduit> |
notifyInfoChargement(org.nuiton.topia.TopiaContext transaction,
String topiaIdTour) |
getUserLogin@Transaction public List<Camion> getAssociatedCamionForPrincipalCamion(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
ServiceTourgetAssociatedCamionForPrincipalCamion in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic List<Camion> getAssociatedCamionForPrincipalCamion(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionprotected List<Camion> findAllAssociatedCamions(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
codeSociete - codeCamion - org.nuiton.topia.TopiaException@Transaction public List<Chauffeur> getChauffeursForCamion(String codeSociete, String codeCamion)
ServiceTourgetChauffeursForCamion in interface ServiceTourpublic List<Chauffeur> getChauffeursForCamion(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Deprecated @Transaction public Chauffeur getChauffeursWithId(String codeSociete, String chauffeurCode) throws org.nuiton.topia.TopiaException
ServiceTourgetChauffeursWithId in interface ServiceTourorg.nuiton.topia.TopiaException@Deprecated public Chauffeur getChauffeursWithId(org.nuiton.topia.TopiaContext transaction, String codeSociete, String chauffeurCode) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public Chauffeur getChauffeursWithId(String chauffeurCode) throws org.nuiton.topia.TopiaException
ServiceTourgetChauffeursWithId in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic Chauffeur getChauffeursWithId(org.nuiton.topia.TopiaContext transaction, String chauffeurCode) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Deprecated @Transaction public Chauffeur getChauffeursWithTrigramme(String codeSociete, String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
ServiceTourgetChauffeursWithTrigramme in interface ServiceTourorg.nuiton.topia.TopiaException@Deprecated public Chauffeur getChauffeursWithTrigramme(org.nuiton.topia.TopiaContext transaction, String codeSociete, String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public Chauffeur getChauffeursWithTrigramme(String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
ServiceTourgetChauffeursWithTrigramme in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic Chauffeur getChauffeursWithTrigramme(org.nuiton.topia.TopiaContext transaction, String chauffeurTrigramme) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public Camion getPrincipalCamionWithCamionId(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
ServiceTourgetPrincipalCamionWithCamionId in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic Camion getPrincipalCamionWithCamionId(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public List<Label> getLabelListForCategorie(String categorie) throws org.nuiton.topia.TopiaException
ServiceTourgetLabelListForCategorie in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic List<Label> getLabelListForCategorie(org.nuiton.topia.TopiaContext transaction, String categorie) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public void createLabel(Label label) throws org.nuiton.topia.TopiaException
ServiceTourcreateLabel in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic void createLabel(org.nuiton.topia.TopiaContext transaction,
Label label)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public List<String> getTopiaIDTourForCamion(String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
ServiceTourgetTopiaIDTourForCamion in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic List<String> getTopiaIDTourForCamion(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public List<TourTypeModif> getModifiedTopiaIDTourForCamionSince(String codeSociete, String codeCamion, Long syncNumber) throws org.nuiton.topia.TopiaException
ServiceTourgetModifiedTopiaIDTourForCamionSince in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic List<TourTypeModif> getModifiedTopiaIDTourForCamionSince(org.nuiton.topia.TopiaContext transaction, String codeSociete, String codeCamion, Long syncNumber) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public Tour getTourWhithId(String topiaId) throws org.nuiton.topia.TopiaException
ServiceTourgetTourWhithId in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic Tour getTourWhithId(org.nuiton.topia.TopiaContext transaction, String topiaId) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public void clearInfoChargement(String topiaIdInfoChargement) throws org.nuiton.topia.TopiaException
ServiceTourclearInfoChargement in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic void clearInfoChargement(org.nuiton.topia.TopiaContext transaction,
String topiaIdInfoChargement)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException@Transaction public List<LigneProduit> notifyInfoChargement(String topiaIdTour) throws org.nuiton.topia.TopiaException
ServiceTournotifyInfoChargement in interface ServiceTourorg.nuiton.topia.TopiaExceptionpublic List<LigneProduit> notifyInfoChargement(org.nuiton.topia.TopiaContext transaction, String topiaIdTour) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.