Package | Description |
---|---|
data | |
main |
Modifier and Type | Field and Description |
---|---|
private ISP |
CoveredAreas.isp |
Modifier and Type | Method and Description |
---|---|
ISP |
CoveredAreas.getIsp() |
ISP |
ISPDAO.getISP(int number)
Récupere le FAI qui a pour id dans db.ffdn.org le paramètre number
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ISP> |
ISPDAO.getISPs()
Récupere tous les FAI possibles.
|
Modifier and Type | Method and Description |
---|---|
void |
CoveredAreas.setIsp(ISP isp) |
Constructor and Description |
---|
CoveredAreas(java.lang.String name,
ISP isp,
java.util.List<TechnoCoverage> techno) |
CoveredAreas(java.lang.String name,
ISP isp,
TechnoCoverage... techno) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ISP> |
Cache.cache |
Modifier and Type | Method and Description |
---|---|
ISP |
Cache.getISPWithGeoZone(java.lang.String s) |
ISP |
Cache.getISPWithName(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ISP> |
Cache.getListe() |