|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationPoint | |
---|---|
fr.ifremer.allegro.referential.location |
Uses of LocationPoint in fr.ifremer.allegro.referential.location |
---|
Subclasses of LocationPoint in fr.ifremer.allegro.referential.location | |
---|---|
class |
LocationPointImpl
|
Methods in fr.ifremer.allegro.referential.location that return LocationPoint | |
---|---|
LocationPoint |
LocationPointDaoImpl.clusterLocationPointToEntity(ClusterLocationPoint clusterLocationPoint)
|
LocationPoint |
LocationPointDao.clusterLocationPointToEntity(ClusterLocationPoint clusterLocationPoint)
Converts an instance of type ClusterLocationPoint to this DAO's entity. |
LocationPoint |
LocationPointDao.create(Location location)
Creates a new fr.ifremer.allegro.referential.location.LocationPoint
instance from all attributes and
properties and adds it to the persistent store. |
LocationPoint |
LocationPointDaoBase.create(Location location)
|
LocationPoint |
LocationPointDao.create(LocationPoint locationPoint)
Creates an instance of fr.ifremer.allegro.referential.location.LocationPoint and adds it to the persistent store. |
LocationPoint |
LocationPointDaoBase.create(LocationPoint locationPoint)
|
LocationPoint |
LocationPointDao.createFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
|
LocationPoint |
LocationPointDaoBase.createFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
|
LocationPoint |
LocationPointDao.findLocationPointById(java.lang.Integer id)
|
LocationPoint |
LocationPointDaoBase.findLocationPointById(java.lang.Integer id)
|
LocationPoint |
LocationPointDao.findLocationPointById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationPointDao.findLocationPointById(java.lang.Integer) with an
additional argument called queryString . |
LocationPoint |
LocationPointDaoBase.findLocationPointById(java.lang.String queryString,
java.lang.Integer id)
|
LocationPoint |
LocationPointDao.findLocationPointByNaturalId(java.lang.Integer id)
|
LocationPoint |
LocationPointDaoBase.findLocationPointByNaturalId(java.lang.Integer id)
|
LocationPoint |
LocationPointDao.findLocationPointByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationPointDao.findLocationPointByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
LocationPoint |
LocationPointDaoBase.findLocationPointByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected LocationPoint |
LocationPointDaoImpl.handleCreateFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
|
protected abstract LocationPoint |
LocationPointDaoBase.handleCreateFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
Performs the core logic for LocationPointDaoBase.createFromClusterLocationPoint(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationPoint) |
LocationPoint |
LocationPointDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.location.LocationPoint from the persistent store. |
LocationPoint |
LocationPointDaoBase.load(java.lang.Integer id)
|
static LocationPoint |
LocationPoint.Factory.newInstance()
Constructs a new instance of LocationPoint . |
static LocationPoint |
LocationPoint.Factory.newInstance(Location location)
Constructs a new instance of LocationPoint , taking all possible properties
(except the identifier(s))as arguments. |
LocationPoint |
LocationPointDaoImpl.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO remoteLocationPointFullVO)
|
LocationPoint |
LocationPointDao.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO remoteLocationPointFullVO)
Converts an instance of type RemoteLocationPointFullVO to this DAO's entity. |
LocationPoint |
LocationPointDaoImpl.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId remoteLocationPointNaturalId)
|
LocationPoint |
LocationPointDao.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId remoteLocationPointNaturalId)
Converts an instance of type RemoteLocationPointNaturalId to this DAO's entity. |
protected LocationPoint |
LocationPointDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.location with parameters of type LocationPoint | |
---|---|
void |
LocationPointDaoImpl.clusterLocationPointToEntity(ClusterLocationPoint source,
LocationPoint target,
boolean copyIfNull)
|
void |
LocationPointDao.clusterLocationPointToEntity(ClusterLocationPoint source,
LocationPoint target,
boolean copyIfNull)
Copies the fields of ClusterLocationPoint to the specified entity. |
void |
LocationPointDaoBase.clusterLocationPointToEntity(ClusterLocationPoint source,
LocationPoint target,
boolean copyIfNull)
|
java.lang.Object |
LocationPointDao.create(int transform,
LocationPoint locationPoint)
Does the same thing as LocationPointDao.create(fr.ifremer.allegro.referential.location.LocationPoint) with an
additional flag called transform . |
java.lang.Object |
LocationPointDaoBase.create(int transform,
LocationPoint locationPoint)
|
LocationPoint |
LocationPointDao.create(LocationPoint locationPoint)
Creates an instance of fr.ifremer.allegro.referential.location.LocationPoint and adds it to the persistent store. |
LocationPoint |
LocationPointDaoBase.create(LocationPoint locationPoint)
|
void |
LocationPointDaoImpl.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source,
LocationPoint target,
boolean copyIfNull)
|
void |
LocationPointDao.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source,
LocationPoint target,
boolean copyIfNull)
Copies the fields of RemoteLocationPointFullVO to the specified entity. |
void |
LocationPointDaoBase.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source,
LocationPoint target,
boolean copyIfNull)
|
void |
LocationPointDaoImpl.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source,
LocationPoint target,
boolean copyIfNull)
|
void |
LocationPointDao.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source,
LocationPoint target,
boolean copyIfNull)
Copies the fields of RemoteLocationPointNaturalId to the specified entity. |
void |
LocationPointDaoBase.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source,
LocationPoint target,
boolean copyIfNull)
|
void |
LocationPointDao.remove(LocationPoint locationPoint)
Removes the instance of fr.ifremer.allegro.referential.location.LocationPoint from the persistent store. |
void |
LocationPointDaoBase.remove(LocationPoint locationPoint)
|
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)
|
void |
LocationPointDaoImpl.toClusterLocationPoint(LocationPoint source,
ClusterLocationPoint target)
|
void |
LocationPointDao.toClusterLocationPoint(LocationPoint source,
ClusterLocationPoint target)
Copies the fields of the specified entity to the target value object. |
void |
LocationPointDaoBase.toClusterLocationPoint(LocationPoint source,
ClusterLocationPoint target)
|
RemoteLocationPointFullVO |
LocationPointDaoImpl.toRemoteLocationPointFullVO(LocationPoint entity)
|
RemoteLocationPointFullVO |
LocationPointDao.toRemoteLocationPointFullVO(LocationPoint entity)
Converts this DAO's entity to an object of type RemoteLocationPointFullVO . |
RemoteLocationPointFullVO |
LocationPointDaoBase.toRemoteLocationPointFullVO(LocationPoint entity)
|
void |
LocationPointDaoImpl.toRemoteLocationPointFullVO(LocationPoint source,
RemoteLocationPointFullVO target)
|
void |
LocationPointDao.toRemoteLocationPointFullVO(LocationPoint source,
RemoteLocationPointFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
LocationPointDaoBase.toRemoteLocationPointFullVO(LocationPoint source,
RemoteLocationPointFullVO target)
|
RemoteLocationPointNaturalId |
LocationPointDaoImpl.toRemoteLocationPointNaturalId(LocationPoint entity)
|
RemoteLocationPointNaturalId |
LocationPointDao.toRemoteLocationPointNaturalId(LocationPoint entity)
Converts this DAO's entity to an object of type RemoteLocationPointNaturalId . |
RemoteLocationPointNaturalId |
LocationPointDaoBase.toRemoteLocationPointNaturalId(LocationPoint entity)
|
void |
LocationPointDaoImpl.toRemoteLocationPointNaturalId(LocationPoint source,
RemoteLocationPointNaturalId target)
|
void |
LocationPointDao.toRemoteLocationPointNaturalId(LocationPoint source,
RemoteLocationPointNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
LocationPointDaoBase.toRemoteLocationPointNaturalId(LocationPoint source,
RemoteLocationPointNaturalId target)
|
protected java.lang.Object |
LocationPointDaoBase.transformEntity(int transform,
LocationPoint entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.location.LocationPointDao , please note
that the LocationPointDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LocationPointDao.update(LocationPoint locationPoint)
Updates the locationPoint instance in the persistent store. |
void |
LocationPointDaoBase.update(LocationPoint locationPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |