| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialItemTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
SpatialItemType |
SpatialItemTypeDao.create(SpatialItemType spatialItemType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType and adds it to the persistent store.
|
SpatialItemType |
SpatialItemTypeDaoBase.create(SpatialItemType spatialItemType) |
SpatialItemType |
SpatialItemTypeDao.create(String name,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemType |
SpatialItemTypeDaoBase.create(String name,
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) |
SpatialItemType |
SpatialItem.getSpatialItemType() |
SpatialItemType |
SpatialItemTypeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType from the persistent store.
|
SpatialItemType |
SpatialItemTypeDaoBase.load(Integer id) |
static SpatialItemType |
SpatialItemType.Factory.newInstance()
Constructs a new instance of
SpatialItemType. |
static SpatialItemType |
SpatialItemType.Factory.newInstance(String name,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all required and/or
read-only properties as arguments. |
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. |
protected SpatialItemType |
SpatialItemTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemType> |
SpatialItemTypeDao.create(Collection<SpatialItemType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType and adds
from the passed in
entities collection |
Collection<SpatialItemType> |
SpatialItemTypeDaoBase.create(Collection<SpatialItemType> entities) |
Collection<SpatialItemType> |
SpatialItemTypeDao.loadAll()
Loads all entities of type
SpatialItemType. |
Collection<SpatialItemType> |
SpatialItemTypeDaoBase.loadAll() |
Set<SpatialItemType> |
SpatialItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemType> |
SpatialItemTypeDaoBase.search(Search search) |
| 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) |
Object |
SpatialItemDao.create(int transform,
Integer objectId,
SpatialItemType spatialItemType)
Does the same thing as
SpatialItemDao.create(java.lang.Integer,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType) with an
additional flag called transform. |
Object |
SpatialItemDaoBase.create(int transform,
Integer objectId,
SpatialItemType spatialItemType) |
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) |
Object |
SpatialItemTypeDao.create(int transform,
SpatialItemType spatialItemType)
Does the same thing as
SpatialItemTypeDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType) with an
additional flag called transform. |
Object |
SpatialItemTypeDaoBase.create(int transform,
SpatialItemType spatialItemType) |
SpatialItemType |
SpatialItemTypeDao.create(SpatialItemType spatialItemType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType and adds it to the persistent store.
|
SpatialItemType |
SpatialItemTypeDaoBase.create(SpatialItemType spatialItemType) |
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. |
void |
SpatialItemTypeDao.remove(SpatialItemType spatialItemType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType from the persistent store.
|
void |
SpatialItemTypeDaoBase.remove(SpatialItemType spatialItemType) |
void |
SpatialItem.setSpatialItemType(SpatialItemType spatialItemType) |
protected Object |
SpatialItemTypeDaoBase.transformEntity(int transform,
SpatialItemType 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.SpatialItemTypeDao, please note
that the SpatialItemTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemTypeDao.update(SpatialItemType spatialItemType)
Updates the
spatialItemType instance in the persistent store. |
void |
SpatialItemTypeDaoBase.update(SpatialItemType spatialItemType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialItemType> |
SpatialItemTypeDao.create(Collection<SpatialItemType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType and adds
from the passed in
entities collection |
Collection<SpatialItemType> |
SpatialItemTypeDaoBase.create(Collection<SpatialItemType> entities) |
Collection<?> |
SpatialItemTypeDao.create(int transform,
Collection<SpatialItemType> entities)
Does the same thing as
SpatialItemTypeDao.create(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType) with an
additional flag called transform. |
Collection<?> |
SpatialItemTypeDaoBase.create(int transform,
Collection<SpatialItemType> entities) |
void |
SpatialItemTypeDao.remove(Collection<SpatialItemType> entities)
Removes all entities in the given
entities |
void |
SpatialItemTypeDaoBase.remove(Collection<SpatialItemType> entities) |
void |
SpatialItemTypeDao.update(Collection<SpatialItemType> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemTypeDaoBase.update(Collection<SpatialItemType> entities) |
Copyright © 2013. All Rights Reserved.