|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterDistanceToCoastGradient | |
---|---|
fr.ifremer.allegro.referential | |
fr.ifremer.allegro.referential.generic.cluster | |
fr.ifremer.allegro.referential.generic.service |
Uses of ClusterDistanceToCoastGradient in fr.ifremer.allegro.referential |
---|
Methods in fr.ifremer.allegro.referential that return ClusterDistanceToCoastGradient | |
---|---|
ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDao.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDaoBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDaoImpl.handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDaoBase.handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for DistanceToCoastGradientDaoBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ClusterDistanceToCoastGradient |
DistanceToCoastGradientDaoImpl.toClusterDistanceToCoastGradient(DistanceToCoastGradient entity)
|
ClusterDistanceToCoastGradient |
DistanceToCoastGradientDao.toClusterDistanceToCoastGradient(DistanceToCoastGradient entity)
Converts this DAO's entity to an object of type ClusterDistanceToCoastGradient . |
ClusterDistanceToCoastGradient |
DistanceToCoastGradientDaoBase.toClusterDistanceToCoastGradient(DistanceToCoastGradient entity)
|
protected ClusterDistanceToCoastGradient |
DistanceToCoastGradientDaoBase.toClusterDistanceToCoastGradient(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDao.toClusterDistanceToCoastGradientArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDistanceToCoastGradient . |
ClusterDistanceToCoastGradient[] |
DistanceToCoastGradientDaoBase.toClusterDistanceToCoastGradientArray(java.util.Collection entities)
|
Uses of ClusterDistanceToCoastGradient in fr.ifremer.allegro.referential.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.generic.cluster with parameters of type ClusterDistanceToCoastGradient | |
---|---|
void |
ClusterDistanceToCoastGradient.copy(ClusterDistanceToCoastGradient otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.generic.cluster with parameters of type ClusterDistanceToCoastGradient | |
---|---|
ClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient otherBean)
Copies constructor from other ClusterDistanceToCoastGradient |
Uses of ClusterDistanceToCoastGradient in fr.ifremer.allegro.referential.generic.service |
---|
Methods in fr.ifremer.allegro.referential.generic.service that return ClusterDistanceToCoastGradient | |
---|---|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullService.addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceWSDelegator.addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceBase.addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
|
ClusterDistanceToCoastGradient[] |
RemoteDistanceToCoastGradientFullService.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDistanceToCoastGradient[] |
RemoteDistanceToCoastGradientFullServiceWSDelegator.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDistanceToCoastGradient[] |
RemoteDistanceToCoastGradientFullServiceBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullService.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceWSDelegator.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
|
ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceBase.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
|
protected ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceImpl.handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
|
protected abstract ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceBase.handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient) |
protected ClusterDistanceToCoastGradient[] |
RemoteDistanceToCoastGradientFullServiceImpl.handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterDistanceToCoastGradient[] |
RemoteDistanceToCoastGradientFullServiceBase.handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceImpl.handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterDistanceToCoastGradient |
RemoteDistanceToCoastGradientFullServiceBase.handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteDistanceToCoastGradientFullServiceBase.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |