| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialItemAreaImpl |
| Modifier and Type | Method and Description |
|---|---|
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItem spatialItem) |
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea and adds it to the persistent store.
|
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea) |
SpatialItemArea |
SpatialItemAreaDao.create(String localizedName,
String position,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemArea |
SpatialItemAreaDaoBase.create(String localizedName,
String position,
SpatialItem spatialItem) |
SpatialItemArea |
SpatialItemAreaDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea from the persistent store.
|
SpatialItemArea |
SpatialItemAreaDaoBase.load(Integer id) |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance()
Constructs a new instance of
SpatialItemArea. |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of
SpatialItemArea, taking all required and/or
read-only properties as arguments. |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance(String localizedName,
String position,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItemArea, taking all possible properties
(except the identifier(s))as arguments. |
protected SpatialItemArea |
SpatialItemAreaDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemArea> |
SpatialItemAreaDao.create(Collection<SpatialItemArea> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea and adds
from the passed in
entities collection |
Collection<SpatialItemArea> |
SpatialItemAreaDaoBase.create(Collection<SpatialItemArea> entities) |
Collection<SpatialItemArea> |
SpatialItem.getSpatialItemAreas() |
Collection<SpatialItemArea> |
SpatialItemAreaDao.loadAll()
Loads all entities of type
SpatialItemArea. |
Collection<SpatialItemArea> |
SpatialItemAreaDaoBase.loadAll() |
Set<SpatialItemArea> |
SpatialItemAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemArea> |
SpatialItemAreaDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItemAreaDao.create(int transform,
SpatialItemArea spatialItemArea)
Does the same thing as
SpatialItemAreaDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea) with an
additional flag called transform. |
Object |
SpatialItemAreaDaoBase.create(int transform,
SpatialItemArea spatialItemArea) |
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea and adds it to the persistent store.
|
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea) |
void |
SpatialItemAreaDao.remove(SpatialItemArea spatialItemArea)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea from the persistent store.
|
void |
SpatialItemAreaDaoBase.remove(SpatialItemArea spatialItemArea) |
protected Object |
SpatialItemAreaDaoBase.transformEntity(int transform,
SpatialItemArea 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.SpatialItemAreaDao, please note
that the SpatialItemAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemAreaDao.update(SpatialItemArea spatialItemArea)
Updates the
spatialItemArea instance in the persistent store. |
void |
SpatialItemAreaDaoBase.update(SpatialItemArea spatialItemArea) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemArea> |
SpatialItemAreaDao.create(Collection<SpatialItemArea> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea and adds
from the passed in
entities collection |
Collection<SpatialItemArea> |
SpatialItemAreaDaoBase.create(Collection<SpatialItemArea> entities) |
Collection<?> |
SpatialItemAreaDao.create(int transform,
Collection<SpatialItemArea> entities)
Does the same thing as
SpatialItemAreaDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemArea) with an
additional flag called transform. |
Collection<?> |
SpatialItemAreaDaoBase.create(int transform,
Collection<SpatialItemArea> entities) |
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 |
SpatialItemAreaDao.remove(Collection<SpatialItemArea> entities)
Removes all entities in the given
entities |
void |
SpatialItemAreaDaoBase.remove(Collection<SpatialItemArea> entities) |
void |
SpatialItem.setSpatialItemAreas(Collection<SpatialItemArea> spatialItemAreas) |
void |
SpatialItemAreaDao.update(Collection<SpatialItemArea> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemAreaDaoBase.update(Collection<SpatialItemArea> entities) |
Copyright © 2013. All Rights Reserved.