|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialItemPoint | |
---|---|
fr.ifremer.allegro.referential.spatial |
Uses of SpatialItemPoint in fr.ifremer.allegro.referential.spatial |
---|
Subclasses of SpatialItemPoint in fr.ifremer.allegro.referential.spatial | |
---|---|
class |
SpatialItemPointImpl
|
Methods in fr.ifremer.allegro.referential.spatial that return SpatialItemPoint | |
---|---|
SpatialItemPoint |
SpatialItemPointDaoImpl.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint clusterSpatialItemPoint)
|
SpatialItemPoint |
SpatialItemPointDao.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint clusterSpatialItemPoint)
Converts an instance of type ClusterSpatialItemPoint to this DAO's entity. |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItem spatialItem)
|
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint)
|
SpatialItemPoint |
SpatialItemPointDao.create(java.lang.String localizedName,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(java.lang.String localizedName,
SpatialItem spatialItem)
|
SpatialItemPoint |
SpatialItemPointDao.createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
|
SpatialItemPoint |
SpatialItemPointDaoBase.createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
|
SpatialItemPoint |
SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer id)
|
SpatialItemPoint |
SpatialItemPointDaoBase.findSpatialItemPointById(java.lang.Integer id)
|
SpatialItemPoint |
SpatialItemPointDao.findSpatialItemPointById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointById(java.lang.Integer) with an
additional argument called queryString . |
SpatialItemPoint |
SpatialItemPointDaoBase.findSpatialItemPointById(java.lang.String queryString,
java.lang.Integer id)
|
SpatialItemPoint |
SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer id)
|
SpatialItemPoint |
SpatialItemPointDaoBase.findSpatialItemPointByNaturalId(java.lang.Integer id)
|
SpatialItemPoint |
SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemPointDao.findSpatialItemPointByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
SpatialItemPoint |
SpatialItemPointDaoBase.findSpatialItemPointByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected SpatialItemPoint |
SpatialItemPointDaoImpl.handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
|
protected abstract SpatialItemPoint |
SpatialItemPointDaoBase.handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
Performs the core logic for SpatialItemPointDaoBase.createFromClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint) |
SpatialItemPoint |
SpatialItemPointDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint from the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.load(java.lang.Integer id)
|
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance()
Constructs a new instance of SpatialItemPoint . |
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of SpatialItemPoint , taking all required and/or
read-only properties as arguments. |
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(java.lang.String localizedName,
SpatialItem spatialItem)
Constructs a new instance of SpatialItemPoint , taking all possible properties
(except the identifier(s))as arguments. |
SpatialItemPoint |
SpatialItemPointDaoImpl.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVO)
|
SpatialItemPoint |
SpatialItemPointDao.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVO)
Converts an instance of type RemoteSpatialItemPointFullVO to this DAO's entity. |
SpatialItemPoint |
SpatialItemPointDaoImpl.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId remoteSpatialItemPointNaturalId)
|
SpatialItemPoint |
SpatialItemPointDao.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId remoteSpatialItemPointNaturalId)
Converts an instance of type RemoteSpatialItemPointNaturalId to this DAO's entity. |
protected SpatialItemPoint |
SpatialItemPointDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItemPoint | |
---|---|
void |
SpatialItemPointDaoImpl.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source,
SpatialItemPoint target,
boolean copyIfNull)
|
void |
SpatialItemPointDao.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of ClusterSpatialItemPoint to the specified entity. |
void |
SpatialItemPointDaoBase.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source,
SpatialItemPoint target,
boolean copyIfNull)
|
java.lang.Object |
SpatialItemPointDao.create(int transform,
SpatialItemPoint spatialItemPoint)
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemPoint) with an
additional flag called transform . |
java.lang.Object |
SpatialItemPointDaoBase.create(int transform,
SpatialItemPoint spatialItemPoint)
|
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint)
|
void |
SpatialItemPointDaoImpl.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source,
SpatialItemPoint target,
boolean copyIfNull)
|
void |
SpatialItemPointDao.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemPointFullVO to the specified entity. |
void |
SpatialItemPointDaoBase.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source,
SpatialItemPoint target,
boolean copyIfNull)
|
void |
SpatialItemPointDaoImpl.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source,
SpatialItemPoint target,
boolean copyIfNull)
|
void |
SpatialItemPointDao.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source,
SpatialItemPoint target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemPointNaturalId to the specified entity. |
void |
SpatialItemPointDaoBase.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source,
SpatialItemPoint target,
boolean copyIfNull)
|
void |
SpatialItemPointDao.remove(SpatialItemPoint spatialItemPoint)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemPoint from the persistent store. |
void |
SpatialItemPointDaoBase.remove(SpatialItemPoint spatialItemPoint)
|
ClusterSpatialItemPoint |
SpatialItemPointDaoImpl.toClusterSpatialItemPoint(SpatialItemPoint entity)
|
ClusterSpatialItemPoint |
SpatialItemPointDao.toClusterSpatialItemPoint(SpatialItemPoint entity)
Converts this DAO's entity to an object of type ClusterSpatialItemPoint . |
ClusterSpatialItemPoint |
SpatialItemPointDaoBase.toClusterSpatialItemPoint(SpatialItemPoint entity)
|
void |
SpatialItemPointDaoImpl.toClusterSpatialItemPoint(SpatialItemPoint source,
ClusterSpatialItemPoint target)
|
void |
SpatialItemPointDao.toClusterSpatialItemPoint(SpatialItemPoint source,
ClusterSpatialItemPoint target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemPointDaoBase.toClusterSpatialItemPoint(SpatialItemPoint source,
ClusterSpatialItemPoint target)
|
RemoteSpatialItemPointFullVO |
SpatialItemPointDaoImpl.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
|
RemoteSpatialItemPointFullVO |
SpatialItemPointDao.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
Converts this DAO's entity to an object of type RemoteSpatialItemPointFullVO . |
RemoteSpatialItemPointFullVO |
SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
|
void |
SpatialItemPointDaoImpl.toRemoteSpatialItemPointFullVO(SpatialItemPoint source,
RemoteSpatialItemPointFullVO target)
|
void |
SpatialItemPointDao.toRemoteSpatialItemPointFullVO(SpatialItemPoint source,
RemoteSpatialItemPointFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVO(SpatialItemPoint source,
RemoteSpatialItemPointFullVO target)
|
RemoteSpatialItemPointNaturalId |
SpatialItemPointDaoImpl.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
|
RemoteSpatialItemPointNaturalId |
SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
Converts this DAO's entity to an object of type RemoteSpatialItemPointNaturalId . |
RemoteSpatialItemPointNaturalId |
SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
|
void |
SpatialItemPointDaoImpl.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source,
RemoteSpatialItemPointNaturalId target)
|
void |
SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source,
RemoteSpatialItemPointNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source,
RemoteSpatialItemPointNaturalId target)
|
protected java.lang.Object |
SpatialItemPointDaoBase.transformEntity(int transform,
SpatialItemPoint 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.spatial.SpatialItemPointDao , please note
that the SpatialItemPointDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemPointDao.update(SpatialItemPoint spatialItemPoint)
Updates the spatialItemPoint instance in the persistent store. |
void |
SpatialItemPointDaoBase.update(SpatialItemPoint spatialItemPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |