Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.spatial |
Modifier and Type | Class and Description |
---|---|
class |
SpatialItemLineImpl |
Modifier and Type | Method and Description |
---|---|
SpatialItemLine |
SpatialItemLineDaoBase.create(SpatialItem spatialItem)
Creates a new
SpatialItemLine
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemLine |
SpatialItemLineDao.create(SpatialItem spatialItem)
Creates a new
SpatialItemLine
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemLine |
SpatialItemLineDaoBase.create(SpatialItemLine spatialItemLine)
Creates an instance of SpatialItemLine and adds it to the persistent store.
|
SpatialItemLine |
SpatialItemLineDao.create(SpatialItemLine spatialItemLine)
Creates an instance of SpatialItemLine and adds it to the persistent store.
|
SpatialItemLine |
SpatialItemLineDaoBase.create(String localizedName,
MultiLineString position)
Creates a new
SpatialItemLine
instance from all attributes and adds it to
the persistent store. |
SpatialItemLine |
SpatialItemLineDao.create(String localizedName,
MultiLineString position)
Creates a new
SpatialItemLine
instance from all attributes and adds it to
the persistent store. |
SpatialItemLine |
SpatialItemLineDaoBase.get(Integer id)
Gets an instance of SpatialItemLine from the persistent store.
|
SpatialItemLine |
SpatialItemLineDao.get(Integer id)
Gets an instance of SpatialItemLine from the persistent store.
|
SpatialItemLine |
SpatialItemLineDaoBase.load(Integer id)
Loads an instance of SpatialItemLine from the persistent store.
|
SpatialItemLine |
SpatialItemLineDao.load(Integer id)
Loads an instance of SpatialItemLine from the persistent store.
|
static SpatialItemLine |
SpatialItemLine.Factory.newInstance()
Constructs a new instance of
SpatialItemLine . |
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of
SpatialItemLine , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(String localizedName,
MultiLineString position,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItemLine , taking all possible properties
(except the identifier(s))as arguments. |
protected SpatialItemLine |
SpatialItemLineDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<SpatialItemLine> |
SpatialItemLineDaoBase.create(Collection<SpatialItemLine> entities)
Creates a new instance of SpatialItemLine and adds
from the passed in
entities collection |
Collection<SpatialItemLine> |
SpatialItemLineDao.create(Collection<SpatialItemLine> entities)
Creates a new instance of SpatialItemLine and adds
from the passed in
entities collection |
Collection<SpatialItemLine> |
SpatialItem.getSpatialItemLines() |
Collection<SpatialItemLine> |
SpatialItemLineDaoBase.loadAll()
Loads all entities of type
SpatialItemLine . |
Collection<SpatialItemLine> |
SpatialItemLineDao.loadAll()
Loads all entities of type
SpatialItemLine . |
Set<SpatialItemLine> |
SpatialItemLineDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SpatialItemLine> |
SpatialItemLineDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SpatialItem.addSpatialItemLines(SpatialItemLine elementToAdd) |
int |
SpatialItemLine.compareTo(SpatialItemLine o) |
Object |
SpatialItemLineDaoBase.create(int transform,
SpatialItemLine spatialItemLine)
Does the same thing as
SpatialItemLineDao.create(SpatialItemLine) with an
additional flag called transform . |
Object |
SpatialItemLineDao.create(int transform,
SpatialItemLine spatialItemLine)
Does the same thing as
SpatialItemLineDao.create(SpatialItemLine) with an
additional flag called transform . |
SpatialItemLine |
SpatialItemLineDaoBase.create(SpatialItemLine spatialItemLine)
Creates an instance of SpatialItemLine and adds it to the persistent store.
|
SpatialItemLine |
SpatialItemLineDao.create(SpatialItemLine spatialItemLine)
Creates an instance of SpatialItemLine and adds it to the persistent store.
|
void |
SpatialItemLineDaoBase.remove(SpatialItemLine spatialItemLine)
Removes the instance of SpatialItemLine from the persistent store.
|
void |
SpatialItemLineDao.remove(SpatialItemLine spatialItemLine)
Removes the instance of SpatialItemLine from the persistent store.
|
boolean |
SpatialItem.removeSpatialItemLines(SpatialItemLine elementToRemove) |
Object |
SpatialItemLineDaoBase.transformEntity(int transform,
SpatialItemLine 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 SpatialItemLineDao , please note
that the SpatialItemLineDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SpatialItemLineDao.transformEntity(int transform,
SpatialItemLine 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.SpatialItemLineDao , please note
that the SpatialItemLineDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SpatialItemLineDaoBase.update(SpatialItemLine spatialItemLine)
Updates the
spatialItemLine instance in the persistent store. |
void |
SpatialItemLineDao.update(SpatialItemLine spatialItemLine)
Updates the
spatialItemLine instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<SpatialItemLine> |
SpatialItemLineDaoBase.create(Collection<SpatialItemLine> entities)
Creates a new instance of SpatialItemLine and adds
from the passed in
entities collection |
Collection<SpatialItemLine> |
SpatialItemLineDao.create(Collection<SpatialItemLine> entities)
Creates a new instance of SpatialItemLine and adds
from the passed in
entities collection |
Collection<?> |
SpatialItemLineDaoBase.create(int transform,
Collection<SpatialItemLine> entities)
Does the same thing as
SpatialItemLineDao.create(SpatialItemLine) with an
additional flag called transform . |
Collection<?> |
SpatialItemLineDao.create(int transform,
Collection<SpatialItemLine> entities)
Does the same thing as
SpatialItemLineDao.create(SpatialItemLine) 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 |
SpatialItemLineDaoBase.remove(Collection<SpatialItemLine> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItemLineDao.remove(Collection<SpatialItemLine> entities)
Removes all entities in the given
entities collection. |
void |
SpatialItem.setSpatialItemLines(Collection<SpatialItemLine> spatialItemLinesIn) |
void |
SpatialItemLineDaoBase.update(Collection<SpatialItemLine> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SpatialItemLineDao.update(Collection<SpatialItemLine> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.