|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterLocationPoint | |
---|---|
fr.ifremer.allegro.referential.location | |
fr.ifremer.allegro.referential.location.generic.cluster | |
fr.ifremer.allegro.referential.location.generic.service |
Uses of ClusterLocationPoint in fr.ifremer.allegro.referential.location |
---|
Methods in fr.ifremer.allegro.referential.location that return ClusterLocationPoint | |
---|---|
ClusterLocationPoint |
LocationPointDaoImpl.toClusterLocationPoint(LocationPoint entity)
|
ClusterLocationPoint |
LocationPointDao.toClusterLocationPoint(LocationPoint entity)
Converts this DAO's entity to an object of type ClusterLocationPoint . |
ClusterLocationPoint |
LocationPointDaoBase.toClusterLocationPoint(LocationPoint entity)
|
protected ClusterLocationPoint |
LocationPointDaoBase.toClusterLocationPoint(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterLocationPoint[] |
LocationPointDao.toClusterLocationPointArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterLocationPoint . |
ClusterLocationPoint[] |
LocationPointDaoBase.toClusterLocationPointArray(java.util.Collection entities)
|
Uses of ClusterLocationPoint in fr.ifremer.allegro.referential.location.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.location.generic.cluster that return ClusterLocationPoint | |
---|---|
ClusterLocationPoint[] |
ClusterLocation.getClusterLocationPoints()
|
Methods in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationPoint | |
---|---|
void |
ClusterLocationPoint.copy(ClusterLocationPoint otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterLocation.setClusterLocationPoints(ClusterLocationPoint[] clusterLocationPoints)
|
Constructors in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationPoint | |
---|---|
ClusterLocation(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.sql.Timestamp updateDate,
RemoteStatusNaturalId statusNaturalId,
RemoteLocationClassificationNaturalId locationClassificationNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId,
ClusterLocationArea[] clusterLocationAreas,
ClusterLocationLine[] clusterLocationLines,
ClusterLocationPoint[] clusterLocationPoints)
|
|
ClusterLocation(java.lang.String name,
RemoteStatusNaturalId statusNaturalId,
RemoteLocationClassificationNaturalId locationClassificationNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId,
ClusterLocationArea[] clusterLocationAreas,
ClusterLocationLine[] clusterLocationLines,
ClusterLocationPoint[] clusterLocationPoints)
|
|
ClusterLocationPoint(ClusterLocationPoint otherBean)
Copies constructor from other ClusterLocationPoint |
Uses of ClusterLocationPoint in fr.ifremer.allegro.referential.location.generic.service |
---|
Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationPoint | |
---|---|
ClusterLocationPoint |
RemoteLocationPointFullService.getClusterLocationPointByIdentifiers(java.lang.Integer id)
|
ClusterLocationPoint |
RemoteLocationPointFullServiceWSDelegator.getClusterLocationPointByIdentifiers(java.lang.Integer id)
|
ClusterLocationPoint |
RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer id)
|
protected ClusterLocationPoint |
RemoteLocationPointFullServiceImpl.handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterLocationPoint |
RemoteLocationPointFullServiceBase.handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |