Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.spatial |
Modifier and Type | Class and Description |
---|---|
class |
SpatialItemAreaImpl |
Modifier and Type | Method and Description |
---|---|
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItem spatialItem)
Creates a new
SpatialItemArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItem spatialItem)
Creates a new
SpatialItemArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea)
Creates an instance of SpatialItemArea and adds it to the persistent store.
|
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
Creates an instance of SpatialItemArea and adds it to the persistent store.
|
SpatialItemArea |
SpatialItemAreaDaoBase.create(String localizedName,
MultiPolygon position)
Creates a new
SpatialItemArea
instance from all attributes and adds it to
the persistent store. |
SpatialItemArea |
SpatialItemAreaDao.create(String localizedName,
MultiPolygon position)
Creates a new
SpatialItemArea
instance from all attributes and adds it to
the persistent store. |
SpatialItemArea |
SpatialItemAreaDaoBase.get(Integer id)
Gets an instance of SpatialItemArea from the persistent store.
|
SpatialItemArea |
SpatialItemAreaDao.get(Integer id)
Gets an instance of SpatialItemArea from the persistent store.
|
SpatialItemArea |
SpatialItemAreaDaoBase.load(Integer id)
Loads an instance of SpatialItemArea from the persistent store.
|
SpatialItemArea |
SpatialItemAreaDao.load(Integer id)
Loads an instance of SpatialItemArea from the persistent store.
|
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, except for identifiers. |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance(String localizedName,
MultiPolygon 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> |
SpatialItemAreaDaoBase.create(Collection<SpatialItemArea> entities)
Creates a new instance of SpatialItemArea and adds
from the passed in
entities collection |
Collection<SpatialItemArea> |
SpatialItemAreaDao.create(Collection<SpatialItemArea> entities)
Creates a new instance of SpatialItemArea and adds
from the passed in
entities collection |
Collection<SpatialItemArea> |
SpatialItem.getSpatialItemAreas() |
Collection<SpatialItemArea> |
SpatialItemAreaDaoBase.loadAll()
Loads all entities of type
SpatialItemArea . |
Collection<SpatialItemArea> |
SpatialItemAreaDao.loadAll()
Loads all entities of type
SpatialItemArea . |
Set<SpatialItemArea> |
SpatialItemAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemArea> |
SpatialItemAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SpatialItem.addSpatialItemAreas(SpatialItemArea elementToAdd) |
int |
SpatialItemArea.compareTo(SpatialItemArea o) |
Object |
SpatialItemAreaDaoBase.create(int transform,
SpatialItemArea spatialItemArea)
Does the same thing as
SpatialItemAreaDao.create(SpatialItemArea) with an
additional flag called transform . |
Object |
SpatialItemAreaDao.create(int transform,
SpatialItemArea spatialItemArea)
Does the same thing as
SpatialItemAreaDao.create(SpatialItemArea) with an
additional flag called transform . |
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea)
Creates an instance of SpatialItemArea and adds it to the persistent store.
|
SpatialItemArea |
SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
Creates an instance of SpatialItemArea and adds it to the persistent store.
|
void |
SpatialItemAreaDaoBase.remove(SpatialItemArea spatialItemArea)
Removes the instance of SpatialItemArea from the persistent store.
|
void |
SpatialItemAreaDao.remove(SpatialItemArea spatialItemArea)
Removes the instance of SpatialItemArea from the persistent store.
|
boolean |
SpatialItem.removeSpatialItemAreas(SpatialItemArea elementToRemove) |
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 SpatialItemAreaDao , please note
that the SpatialItemAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SpatialItemAreaDao.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 |
SpatialItemAreaDaoBase.update(SpatialItemArea spatialItemArea)
Updates the
spatialItemArea instance in the persistent store. |
void |
SpatialItemAreaDao.update(SpatialItemArea spatialItemArea)
Updates the
spatialItemArea instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<SpatialItemArea> |
SpatialItemAreaDaoBase.create(Collection<SpatialItemArea> entities)
Creates a new instance of SpatialItemArea and adds
from the passed in
entities collection |
Collection<SpatialItemArea> |
SpatialItemAreaDao.create(Collection<SpatialItemArea> entities)
Creates a new instance of SpatialItemArea and adds
from the passed in
entities collection |
Collection<?> |
SpatialItemAreaDaoBase.create(int transform,
Collection<SpatialItemArea> entities)
Does the same thing as
SpatialItemAreaDao.create(SpatialItemArea) with an
additional flag called transform . |
Collection<?> |
SpatialItemAreaDao.create(int transform,
Collection<SpatialItemArea> entities)
Does the same thing as
SpatialItemAreaDao.create(SpatialItemArea) with an
additional flag called transform . |
static SpatialItem |
SpatialItem.Factory.newInstance(Integer objectId,
Timestamp updateDate,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItemPoint> spatialItemPoints,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType)
Constructs a new instance of
SpatialItem , taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemAreaDaoBase.remove(Collection<SpatialItemArea> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItemAreaDao.remove(Collection<SpatialItemArea> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItem.setSpatialItemAreas(Collection<SpatialItemArea> spatialItemAreasIn) |
void |
SpatialItemAreaDaoBase.update(Collection<SpatialItemArea> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemAreaDao.update(Collection<SpatialItemArea> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.