| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialItemPointImpl |
| Modifier and Type | Method and Description |
|---|---|
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItem spatialItem) |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint) |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint and adds it to the persistent store.
|
SpatialItemPoint |
SpatialItemPointDaoBase.create(String localizedName,
String position,
SpatialItem spatialItem) |
SpatialItemPoint |
SpatialItemPointDao.create(String localizedName,
String position,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.load(Integer id) |
SpatialItemPoint |
SpatialItemPointDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint from the persistent store.
|
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(String localizedName,
String position,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItemPoint, taking all possible properties
(except the identifier(s))as arguments. |
protected SpatialItemPoint |
SpatialItemPointDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemPoint> |
SpatialItemPointDaoBase.create(Collection<SpatialItemPoint> entities) |
Collection<SpatialItemPoint> |
SpatialItemPointDao.create(Collection<SpatialItemPoint> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint and adds
from the passed in
entities collection |
Collection<SpatialItemPoint> |
SpatialItem.getSpatialItemPoints() |
Collection<SpatialItemPoint> |
SpatialItemPointDaoBase.loadAll() |
Collection<SpatialItemPoint> |
SpatialItemPointDao.loadAll()
Loads all entities of type
SpatialItemPoint. |
Set<SpatialItemPoint> |
SpatialItemPointDaoBase.search(Search search) |
Set<SpatialItemPoint> |
SpatialItemPointDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItemPointDaoBase.create(int transform,
SpatialItemPoint spatialItemPoint) |
Object |
SpatialItemPointDao.create(int transform,
SpatialItemPoint spatialItemPoint)
Does the same thing as
SpatialItemPointDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint) with an
additional flag called transform. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint) |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint and adds it to the persistent store.
|
void |
SpatialItemPointDaoBase.remove(SpatialItemPoint spatialItemPoint) |
void |
SpatialItemPointDao.remove(SpatialItemPoint spatialItemPoint)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint from the persistent store.
|
protected 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.adagio.core.dao.referential.spatial.SpatialItemPointDao, please note
that the SpatialItemPointDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemPointDaoBase.update(SpatialItemPoint spatialItemPoint) |
void |
SpatialItemPointDao.update(SpatialItemPoint spatialItemPoint)
Updates the
spatialItemPoint instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemPoint> |
SpatialItemPointDaoBase.create(Collection<SpatialItemPoint> entities) |
Collection<SpatialItemPoint> |
SpatialItemPointDao.create(Collection<SpatialItemPoint> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint and adds
from the passed in
entities collection |
Collection<?> |
SpatialItemPointDaoBase.create(int transform,
Collection<SpatialItemPoint> entities) |
Collection<?> |
SpatialItemPointDao.create(int transform,
Collection<SpatialItemPoint> entities)
Does the same thing as
SpatialItemPointDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemPoint) with an
additional flag called transform. |
SpatialItem |
SpatialItemDao.create(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints) |
Object |
SpatialItemDao.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Does the same thing as
#create(java.lang.Integer,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SpatialItemDaoBase.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints) |
static SpatialItem |
SpatialItem.Factory.newInstance(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Constructs a new instance of
SpatialItem, taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemPointDaoBase.remove(Collection<SpatialItemPoint> entities) |
void |
SpatialItemPointDao.remove(Collection<SpatialItemPoint> entities)
Removes all entities in the given
entities |
void |
SpatialItem.setSpatialItemPoints(Collection<SpatialItemPoint> spatialItemPoints) |
void |
SpatialItemPointDaoBase.update(Collection<SpatialItemPoint> entities) |
void |
SpatialItemPointDao.update(Collection<SpatialItemPoint> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.