|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterLocationArea | |
---|---|
fr.ifremer.allegro.referential.location | |
fr.ifremer.allegro.referential.location.generic.cluster | |
fr.ifremer.allegro.referential.location.generic.service |
Uses of ClusterLocationArea in fr.ifremer.allegro.referential.location |
---|
Methods in fr.ifremer.allegro.referential.location that return ClusterLocationArea | |
---|---|
ClusterLocationArea |
LocationAreaDaoImpl.toClusterLocationArea(LocationArea entity)
|
ClusterLocationArea |
LocationAreaDao.toClusterLocationArea(LocationArea entity)
Converts this DAO's entity to an object of type ClusterLocationArea . |
ClusterLocationArea |
LocationAreaDaoBase.toClusterLocationArea(LocationArea entity)
|
protected ClusterLocationArea |
LocationAreaDaoBase.toClusterLocationArea(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterLocationArea[] |
LocationAreaDao.toClusterLocationAreaArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterLocationArea . |
ClusterLocationArea[] |
LocationAreaDaoBase.toClusterLocationAreaArray(java.util.Collection entities)
|
Uses of ClusterLocationArea in fr.ifremer.allegro.referential.location.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.location.generic.cluster that return ClusterLocationArea | |
---|---|
ClusterLocationArea[] |
ClusterLocation.getClusterLocationAreas()
|
Methods in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationArea | |
---|---|
void |
ClusterLocationArea.copy(ClusterLocationArea otherBean)
Copies all properties from the argument value object into this value object. |
void |
ClusterLocation.setClusterLocationAreas(ClusterLocationArea[] clusterLocationAreas)
|
Constructors in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationArea | |
---|---|
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)
|
|
ClusterLocationArea(ClusterLocationArea otherBean)
Copies constructor from other ClusterLocationArea |
Uses of ClusterLocationArea in fr.ifremer.allegro.referential.location.generic.service |
---|
Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationArea | |
---|---|
ClusterLocationArea |
RemoteLocationAreaFullService.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
|
ClusterLocationArea |
RemoteLocationAreaFullServiceWSDelegator.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
|
ClusterLocationArea |
RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
|
protected ClusterLocationArea |
RemoteLocationAreaFullServiceImpl.handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterLocationArea |
RemoteLocationAreaFullServiceBase.handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |