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)
Creates a new
SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItem spatialItem)
Creates a new
SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint)
Creates an instance of SpatialItemPoint and adds it to the persistent store.
|
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of SpatialItemPoint and adds it to the persistent store.
|
SpatialItemPoint |
SpatialItemPointDaoBase.create(String localizedName,
Point position)
Creates a new
SpatialItemPoint
instance from all attributes and adds it to
the persistent store. |
SpatialItemPoint |
SpatialItemPointDao.create(String localizedName,
Point position)
Creates a new
SpatialItemPoint
instance from all attributes and adds it to
the persistent store. |
SpatialItemPoint |
SpatialItemPointDaoBase.get(Integer id)
Gets an instance of SpatialItemPoint from the persistent store.
|
SpatialItemPoint |
SpatialItemPointDao.get(Integer id)
Gets an instance of SpatialItemPoint from the persistent store.
|
SpatialItemPoint |
SpatialItemPointDaoBase.load(Integer id)
Loads an instance of SpatialItemPoint from the persistent store.
|
SpatialItemPoint |
SpatialItemPointDao.load(Integer id)
Loads an instance of 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, except for identifiers. |
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(String localizedName,
Point 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)
Creates a new instance of SpatialItemPoint and adds
from the passed in
entities collection |
Collection<SpatialItemPoint> |
SpatialItemPointDao.create(Collection<SpatialItemPoint> entities)
Creates a new instance of SpatialItemPoint and adds
from the passed in
entities collection |
Collection<SpatialItemPoint> |
SpatialItem.getSpatialItemPoints() |
Collection<SpatialItemPoint> |
SpatialItemPointDaoBase.loadAll()
Loads all entities of type
SpatialItemPoint . |
Collection<SpatialItemPoint> |
SpatialItemPointDao.loadAll()
Loads all entities of type
SpatialItemPoint . |
Set<SpatialItemPoint> |
SpatialItemPointDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemPoint> |
SpatialItemPointDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SpatialItem.addSpatialItemPoints(SpatialItemPoint elementToAdd) |
int |
SpatialItemPoint.compareTo(SpatialItemPoint o) |
Object |
SpatialItemPointDaoBase.create(int transform,
SpatialItemPoint spatialItemPoint)
Does the same thing as
SpatialItemPointDao.create(SpatialItemPoint) with an
additional flag called transform . |
Object |
SpatialItemPointDao.create(int transform,
SpatialItemPoint spatialItemPoint)
Does the same thing as
SpatialItemPointDao.create(SpatialItemPoint) with an
additional flag called transform . |
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItemPoint spatialItemPoint)
Creates an instance of SpatialItemPoint and adds it to the persistent store.
|
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItemPoint spatialItemPoint)
Creates an instance of SpatialItemPoint and adds it to the persistent store.
|
void |
SpatialItemPointDaoBase.remove(SpatialItemPoint spatialItemPoint)
Removes the instance of SpatialItemPoint from the persistent store.
|
void |
SpatialItemPointDao.remove(SpatialItemPoint spatialItemPoint)
Removes the instance of SpatialItemPoint from the persistent store.
|
boolean |
SpatialItem.removeSpatialItemPoints(SpatialItemPoint elementToRemove) |
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 SpatialItemPointDao , please note
that the SpatialItemPointDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SpatialItemPointDao.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)
Updates the
spatialItemPoint instance in the persistent store. |
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)
Creates a new instance of SpatialItemPoint and adds
from the passed in
entities collection |
Collection<SpatialItemPoint> |
SpatialItemPointDao.create(Collection<SpatialItemPoint> entities)
Creates a new instance of SpatialItemPoint and adds
from the passed in
entities collection |
Collection<?> |
SpatialItemPointDaoBase.create(int transform,
Collection<SpatialItemPoint> entities)
Does the same thing as
SpatialItemPointDao.create(SpatialItemPoint) with an
additional flag called transform . |
Collection<?> |
SpatialItemPointDao.create(int transform,
Collection<SpatialItemPoint> entities)
Does the same thing as
SpatialItemPointDao.create(SpatialItemPoint) 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 |
SpatialItemPointDaoBase.remove(Collection<SpatialItemPoint> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItemPointDao.remove(Collection<SpatialItemPoint> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItem.setSpatialItemPoints(Collection<SpatialItemPoint> spatialItemPointsIn) |
void |
SpatialItemPointDaoBase.update(Collection<SpatialItemPoint> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemPointDao.update(Collection<SpatialItemPoint> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.