| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialItemImpl |
| Modifier and Type | Method and Description |
|---|---|
SpatialItem |
SpatialItemDao.create(Integer objectId,
SpatialItemType spatialItemType)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(Integer objectId,
SpatialItemType spatialItemType) |
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) |
SpatialItem |
SpatialItemDao.create(SpatialItem spatialItem)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem and adds it to the persistent store.
|
SpatialItem |
SpatialItemDaoBase.create(SpatialItem spatialItem) |
SpatialItem |
SpatialItemPoint.getSpatialItem() |
SpatialItem |
SpatialItem2LocationPK.getSpatialItem() |
SpatialItem |
SpatialItemArea.getSpatialItem() |
SpatialItem |
SpatialItemLine.getSpatialItem() |
SpatialItem |
SpatialItemDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem from the persistent store.
|
SpatialItem |
SpatialItemDaoBase.load(Integer id) |
static SpatialItem |
SpatialItem.Factory.newInstance()
Constructs a new instance of
SpatialItem. |
static SpatialItem |
SpatialItem.Factory.newInstance(Integer objectId,
SpatialItemType spatialItemType)
Constructs a new instance of
SpatialItem, taking all required and/or
read-only properties as arguments. |
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. |
protected SpatialItem |
SpatialItemDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItem> |
SpatialItemDao.create(Collection<SpatialItem> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem and adds
from the passed in
entities collection |
Collection<SpatialItem> |
SpatialItemDaoBase.create(Collection<SpatialItem> entities) |
Collection<SpatialItem> |
SpatialItemType.getSpatialItems() |
Collection<SpatialItem> |
SpatialItemDao.loadAll()
Loads all entities of type
SpatialItem. |
Collection<SpatialItem> |
SpatialItemDaoBase.loadAll() |
Set<SpatialItem> |
SpatialItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItem> |
SpatialItemDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItem2LocationDaoBase.create(int transform,
Location location,
SpatialItem spatialItem) |
Object |
SpatialItem2LocationDao.create(int transform,
Location location,
SpatialItem spatialItem)
Does the same thing as
SpatialItem2LocationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as
SpatialItemDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemDaoBase.create(int transform,
SpatialItem spatialItem) |
Object |
SpatialItemPointDaoBase.create(int transform,
SpatialItem spatialItem) |
Object |
SpatialItemLineDaoBase.create(int transform,
SpatialItem spatialItem) |
Object |
SpatialItemPointDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as
SpatialItemPointDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemLineDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as
SpatialItemLineDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemAreaDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as
SpatialItemAreaDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemAreaDaoBase.create(int transform,
SpatialItem spatialItem) |
Object |
SpatialItem2LocationDaoBase.create(int transform,
String localizedName,
SpatialItem spatialItem,
Location location) |
Object |
SpatialItem2LocationDao.create(int transform,
String localizedName,
SpatialItem spatialItem,
Location location)
Does the same thing as
SpatialItem2LocationDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
SpatialItemPointDaoBase.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem) |
Object |
SpatialItemLineDaoBase.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem) |
Object |
SpatialItemPointDao.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem)
Does the same thing as
SpatialItemPointDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemLineDao.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem)
Does the same thing as
SpatialItemLineDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemAreaDao.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem)
Does the same thing as
SpatialItemAreaDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItemAreaDaoBase.create(int transform,
String localizedName,
String position,
SpatialItem spatialItem) |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(Location location,
SpatialItem spatialItem) |
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem |
SpatialItemDao.create(SpatialItem spatialItem)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem and adds it to the persistent store.
|
SpatialItem |
SpatialItemDaoBase.create(SpatialItem spatialItem) |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItem spatialItem) |
SpatialItemLine |
SpatialItemLineDaoBase.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. |
SpatialItemLine |
SpatialItemLineDao.create(SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemLine
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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) |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(String localizedName,
SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.create(String localizedName,
SpatialItem spatialItem,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(String localizedName,
String position,
SpatialItem spatialItem) |
SpatialItemLine |
SpatialItemLineDaoBase.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. |
SpatialItemLine |
SpatialItemLineDao.create(String localizedName,
String position,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemLine
instance from all attributes and
properties and adds it to the persistent store. |
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) |
Object |
SpatialItem2LocationDaoBase.load(int transform,
SpatialItem spatialItem,
Location location) |
Object |
SpatialItem2LocationDao.load(int transform,
SpatialItem spatialItem,
Location location)
Does the same thing as
SpatialItem2LocationDao.load(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.load(SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.load(SpatialItem spatialItem,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location from the persistent store.
|
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of
SpatialItemPoint, taking all required and/or
read-only properties as arguments. |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of
SpatialItemArea, taking all required and/or
read-only properties as arguments. |
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of
SpatialItemLine, 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. |
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. |
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(String localizedName,
String position,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItemLine, taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemDao.remove(SpatialItem spatialItem)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem from the persistent store.
|
void |
SpatialItemDaoBase.remove(SpatialItem spatialItem) |
void |
SpatialItem2LocationDaoBase.remove(SpatialItem spatialItem,
Location location) |
void |
SpatialItem2LocationDao.remove(SpatialItem spatialItem,
Location location)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location having the given
identifiers from the persistent store. |
void |
SpatialItemPoint.setSpatialItem(SpatialItem spatialItem) |
void |
SpatialItem2LocationPK.setSpatialItem(SpatialItem spatialItem) |
void |
SpatialItemArea.setSpatialItem(SpatialItem spatialItem) |
void |
SpatialItemLine.setSpatialItem(SpatialItem spatialItem) |
protected Object |
SpatialItemDaoBase.transformEntity(int transform,
SpatialItem 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.SpatialItemDao, please note
that the SpatialItemDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemDao.update(SpatialItem spatialItem)
Updates the
spatialItem instance in the persistent store. |
void |
SpatialItemDaoBase.update(SpatialItem spatialItem) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItem> |
SpatialItemDao.create(Collection<SpatialItem> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem and adds
from the passed in
entities collection |
Collection<SpatialItem> |
SpatialItemDaoBase.create(Collection<SpatialItem> entities) |
Collection<?> |
SpatialItemDao.create(int transform,
Collection<SpatialItem> entities)
Does the same thing as
SpatialItemDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Collection<?> |
SpatialItemDaoBase.create(int transform,
Collection<SpatialItem> entities) |
Object |
SpatialItemTypeDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SpatialItemTypeDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status) |
SpatialItemType |
SpatialItemTypeDao.create(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemType |
SpatialItemTypeDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status) |
static SpatialItemType |
SpatialItemType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemDao.remove(Collection<SpatialItem> entities)
Removes all entities in the given
entities |
void |
SpatialItemDaoBase.remove(Collection<SpatialItem> entities) |
void |
SpatialItemType.setSpatialItems(Collection<SpatialItem> spatialItems) |
void |
SpatialItemDao.update(Collection<SpatialItem> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemDaoBase.update(Collection<SpatialItem> entities) |
Copyright © 2013. All Rights Reserved.