| Package | Description |
|---|---|
| com.evasion.ejb.remote | |
| com.evasion.entity.booktravel | |
| com.evasion.entity.geolocation | |
| com.evasion.module.travel |
| Modifier and Type | Method and Description |
|---|---|
Location |
GeolocEJBRemote.getLocationByid(long number) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
GeolocEJBRemote.searchFullTextLocation(String query) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Location> |
Itinerary.getBreakPointInternal()
Getter pour la persistance de l'ensemble des points de passage.
|
List<Location> |
Itinerary.getBreakPoints()
Getter de l'ensemble des feuilles de route.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Itinerary.addBreakPoint(Location breakPoint)
Ajout d'une feuille de route.
|
void |
Itinerary.replaceBreakPoint(int id,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Itinerary.retainAllBreakPoint(Collection<Location> breakPoints)
Supprime tous les breakpoint non présent en paramètre.
|
protected void |
Itinerary.setBreakPointInternal(List<Location> breakPoint)
Setter pour la persistance de l'ensemble des points de passage.
|
boolean |
Itinerary.updateBreakPoint(Collection<Location> breakPoints)
Met à jour la liste après avoir supprimer l'ensenble des enregistrements
présent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminDivision |
class |
City |
class |
Continent |
class |
Country
Liste maintenue des villes de chaque pays dispo sur le site:
http://www.geonames.org/
|
| Constructor and Description |
|---|
AdminDivision(String code,
Country country,
Location location) |
City(Country country,
Location location)
Constructeur général.
|
Country(Continent continent,
String code,
Location location)
Constructeur général.
|
Location(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
ITravelStep.getEnd() |
Location |
ITravelStep.getStart() |
Copyright © 2012. All Rights Reserved.