| Package | Description |
|---|---|
| com.cybelia.sandra | |
| com.cybelia.sandra.entities | |
| com.cybelia.sandra.entities.sig |
| Modifier and Type | Method and Description |
|---|---|
Class<PointGPS> |
SandraQueryHelper.PointGPSProperty.getEntityClass() |
| Modifier and Type | Field and Description |
|---|---|
protected PointGPS |
InfoAccessAbstract.gps
Nom de l'attribut en BD : gps
|
protected PointGPS |
LieuAbstract.tomtomGPS
Nom de l'attribut en BD : tomtomGPS
|
| Modifier and Type | Method and Description |
|---|---|
PointGPS |
InfoAccess.getGps() |
PointGPS |
InfoAccessAbstract.getGps() |
PointGPS |
Lieu.getTomtomGPS() |
PointGPS |
LieuAbstract.getTomtomGPS() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
InfoAccessDAOAbstract.findAllByGps(PointGPS v) |
List<E> |
LieuDAOAbstract.findAllByTomtomGPS(PointGPS v) |
E |
InfoAccessDAOAbstract.findByGps(PointGPS v) |
E |
LieuDAOAbstract.findByTomtomGPS(PointGPS v) |
void |
InfoAccess.setGps(PointGPS gps) |
void |
InfoAccessAbstract.setGps(PointGPS gps) |
void |
Lieu.setTomtomGPS(PointGPS tomtomGPS) |
void |
LieuAbstract.setTomtomGPS(PointGPS tomtomGPS) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointGPSDAOAbstract<E extends PointGPS> |
class |
PointGPSDAOImpl<E extends PointGPS> |
| Modifier and Type | Class and Description |
|---|---|
class |
PointGPSAbstract |
class |
PointGPSImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<PointGPS> |
TraceGPSAbstract.listePoints
Nom de l'attribut en BD : listePoints
|
| Modifier and Type | Method and Description |
|---|---|
PointGPS |
TraceGPS.getListePointsByTopiaId(String topiaId) |
PointGPS |
TraceGPSAbstract.getListePointsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<PointGPS> |
TraceGPS.getListePoints() |
List<PointGPS> |
TraceGPSAbstract.getListePoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceGPS.addListePoints(PointGPS listePoints) |
void |
TraceGPSAbstract.addListePoints(PointGPS listePoints) |
List<E> |
TraceGPSDAOAbstract.findAllContainsListePoints(PointGPS v) |
E |
TraceGPSDAOAbstract.findContainsListePoints(PointGPS v) |
void |
TraceGPS.removeListePoints(PointGPS listePoints) |
void |
TraceGPSAbstract.removeListePoints(PointGPS listePoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceGPS.addAllListePoints(List<PointGPS> listePoints) |
void |
TraceGPSAbstract.addAllListePoints(List<PointGPS> listePoints) |
void |
TraceGPS.setListePoints(List<PointGPS> listePoints) |
void |
TraceGPSAbstract.setListePoints(List<PointGPS> listePoints) |
Copyright © 2008-2013 Cybelia. All Rights Reserved.