|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialItem | |
---|---|
fr.ifremer.allegro.referential.spatial |
Uses of SpatialItem in fr.ifremer.allegro.referential.spatial |
---|
Subclasses of SpatialItem in fr.ifremer.allegro.referential.spatial | |
---|---|
class |
SpatialItemImpl
|
Methods in fr.ifremer.allegro.referential.spatial that return SpatialItem | |
---|---|
SpatialItem |
SpatialItemDaoImpl.clusterSpatialItemToEntity(ClusterSpatialItem clusterSpatialItem)
|
SpatialItem |
SpatialItemDao.clusterSpatialItemToEntity(ClusterSpatialItem clusterSpatialItem)
Converts an instance of type ClusterSpatialItem to this DAO's entity. |
SpatialItem |
SpatialItemDao.create(java.lang.Integer objectId,
SpatialItemType spatialItemType)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(java.lang.Integer objectId,
SpatialItemType spatialItemType)
|
SpatialItem |
SpatialItemDao.create(java.lang.Integer objectId,
java.sql.Timestamp updateDate,
java.util.Collection spatialItemLines,
java.util.Collection spatialItemAreas,
java.util.Collection spatialItemPoints,
SpatialItemType spatialItemType,
java.util.Collection spatialItem2Locations)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(java.lang.Integer objectId,
java.sql.Timestamp updateDate,
java.util.Collection spatialItemLines,
java.util.Collection spatialItemAreas,
java.util.Collection spatialItemPoints,
SpatialItemType spatialItemType,
java.util.Collection spatialItem2Locations)
|
SpatialItem |
SpatialItemDao.create(SpatialItem spatialItem)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItem and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(SpatialItem spatialItem)
|
SpatialItem |
SpatialItemDao.createFromClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
|
SpatialItem |
SpatialItemDaoBase.createFromClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
|
SpatialItem |
SpatialItemDao.findSpatialItemById(java.lang.Integer id)
|
SpatialItem |
SpatialItemDaoBase.findSpatialItemById(java.lang.Integer id)
|
SpatialItem |
SpatialItemDao.findSpatialItemById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemDao.findSpatialItemById(java.lang.Integer) with an
additional argument called queryString . |
SpatialItem |
SpatialItemDaoBase.findSpatialItemById(java.lang.String queryString,
java.lang.Integer id)
|
SpatialItem |
SpatialItemDao.findSpatialItemByNaturalId(java.lang.Integer id)
|
SpatialItem |
SpatialItemDaoBase.findSpatialItemByNaturalId(java.lang.Integer id)
|
SpatialItem |
SpatialItemDao.findSpatialItemByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemDao.findSpatialItemByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
SpatialItem |
SpatialItemDaoBase.findSpatialItemByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
SpatialItem |
SpatialItem2LocationPK.getSpatialItem()
|
SpatialItem |
SpatialItemLine.getSpatialItem()
|
SpatialItem |
SpatialItemArea.getSpatialItem()
|
SpatialItem |
SpatialItemPoint.getSpatialItem()
|
protected SpatialItem |
SpatialItemDaoImpl.handleCreateFromClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
|
protected abstract SpatialItem |
SpatialItemDaoBase.handleCreateFromClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
Performs the core logic for SpatialItemDaoBase.createFromClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem) |
SpatialItem |
SpatialItemDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItem from the persistent store. |
SpatialItem |
SpatialItemDaoBase.load(java.lang.Integer id)
|
static SpatialItem |
SpatialItem.Factory.newInstance()
Constructs a new instance of SpatialItem . |
static SpatialItem |
SpatialItem.Factory.newInstance(java.lang.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(java.lang.Integer objectId,
java.sql.Timestamp updateDate,
java.util.Collection spatialItemLines,
java.util.Collection spatialItemAreas,
java.util.Collection spatialItemPoints,
SpatialItemType spatialItemType,
java.util.Collection spatialItem2Locations)
Constructs a new instance of SpatialItem , taking all possible properties
(except the identifier(s))as arguments. |
SpatialItem |
SpatialItemDaoImpl.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO remoteSpatialItemFullVO)
|
SpatialItem |
SpatialItemDao.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO remoteSpatialItemFullVO)
Converts an instance of type RemoteSpatialItemFullVO to this DAO's entity. |
SpatialItem |
SpatialItemDaoImpl.remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId remoteSpatialItemNaturalId)
|
SpatialItem |
SpatialItemDao.remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId remoteSpatialItemNaturalId)
Converts an instance of type RemoteSpatialItemNaturalId to this DAO's entity. |
protected SpatialItem |
SpatialItemDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItem | |
---|---|
void |
SpatialItemDaoImpl.clusterSpatialItemToEntity(ClusterSpatialItem source,
SpatialItem target,
boolean copyIfNull)
|
void |
SpatialItemDao.clusterSpatialItemToEntity(ClusterSpatialItem source,
SpatialItem target,
boolean copyIfNull)
Copies the fields of ClusterSpatialItem to the specified entity. |
void |
SpatialItemDaoBase.clusterSpatialItemToEntity(ClusterSpatialItem source,
SpatialItem target,
boolean copyIfNull)
|
java.lang.Object |
SpatialItem2LocationDao.create(int transform,
Location location,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.create(fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItem2LocationDaoBase.create(int transform,
Location location,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemLineDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemAreaDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemPointDao.create(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemDaoBase.create(int transform,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemLineDaoBase.create(int transform,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemAreaDaoBase.create(int transform,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemPointDaoBase.create(int transform,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemLineDao.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemAreaDao.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemPointDao.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.lang.Object |
SpatialItemLineDaoBase.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemAreaDaoBase.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItemPointDaoBase.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItem2LocationDao.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
SpatialItem2LocationDaoBase.create(int transform,
java.lang.String localizedName,
SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(Location location,
SpatialItem spatialItem)
|
SpatialItem |
SpatialItemDao.create(SpatialItem spatialItem)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItem and adds it to the persistent store. |
SpatialItemLine |
SpatialItemLineDao.create(SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.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.allegro.referential.spatial.SpatialItemArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDao.create(SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem |
SpatialItemDaoBase.create(SpatialItem spatialItem)
|
SpatialItemLine |
SpatialItemLineDaoBase.create(SpatialItem spatialItem)
|
SpatialItemArea |
SpatialItemAreaDaoBase.create(SpatialItem spatialItem)
|
SpatialItemPoint |
SpatialItemPointDaoBase.create(SpatialItem spatialItem)
|
SpatialItemLine |
SpatialItemLineDao.create(java.lang.String localizedName,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemLine
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemArea |
SpatialItemAreaDao.create(java.lang.String localizedName,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemArea
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemPoint |
SpatialItemPointDao.create(java.lang.String localizedName,
SpatialItem spatialItem)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemPoint
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemLine |
SpatialItemLineDaoBase.create(java.lang.String localizedName,
SpatialItem spatialItem)
|
SpatialItemArea |
SpatialItemAreaDaoBase.create(java.lang.String localizedName,
SpatialItem spatialItem)
|
SpatialItemPoint |
SpatialItemPointDaoBase.create(java.lang.String localizedName,
SpatialItem spatialItem)
|
SpatialItem2Location |
SpatialItem2LocationDao.create(java.lang.String localizedName,
SpatialItem spatialItem,
Location location)
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem2Location
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(java.lang.String localizedName,
SpatialItem spatialItem,
Location location)
|
java.lang.Object |
SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(int transform,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(int transform,
SpatialItem spatialItem,
Location location)
|
java.lang.Object |
SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(int transform,
java.lang.String queryString,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(int, fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(int transform,
java.lang.String queryString,
SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(java.lang.String queryString,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
SpatialItem2Location |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(java.lang.String queryString,
SpatialItem spatialItem,
Location location)
|
java.lang.Object |
SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(int transform,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(int transform,
SpatialItem spatialItem,
Location location)
|
java.lang.Object |
SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(int transform,
java.lang.String queryString,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(int, fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(int transform,
java.lang.String queryString,
SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(java.lang.String queryString,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
SpatialItem2Location |
SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(java.lang.String queryString,
SpatialItem spatialItem,
Location location)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(int transform,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItem2LocationDaoBase.findSpatialItem2LocationBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(int transform,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemAreaDaoBase.findSpatialItemAreaBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(int transform,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemLineDao.findSpatialItemLineBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemLineDaoBase.findSpatialItemLineBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(int transform,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int transform,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional flag called transform . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(int transform,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(int transform,
java.lang.String queryString,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(java.lang.String queryString,
int pageNumber,
int pageSize,
SpatialItem spatialItem)
|
java.util.Collection |
SpatialItemPointDao.findSpatialItemPointBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
Does the same thing as SpatialItemPointDao.findSpatialItemPointBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem) with an
additional argument called queryString . |
java.util.Collection |
SpatialItemPointDaoBase.findSpatialItemPointBySpatialItem(java.lang.String queryString,
SpatialItem spatialItem)
|
java.lang.Object |
SpatialItem2LocationDao.load(int transform,
SpatialItem spatialItem,
Location location)
Does the same thing as SpatialItem2LocationDao.load(fr.ifremer.allegro.referential.spatial.SpatialItem,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
SpatialItem2LocationDaoBase.load(int transform,
SpatialItem spatialItem,
Location location)
|
SpatialItem2Location |
SpatialItem2LocationDao.load(SpatialItem spatialItem,
Location location)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location from the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.load(SpatialItem spatialItem,
Location location)
|
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of SpatialItemLine , 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 SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(SpatialItem spatialItem)
Constructs a new instance of SpatialItemPoint , taking all required and/or
read-only properties as arguments. |
static SpatialItemLine |
SpatialItemLine.Factory.newInstance(java.lang.String localizedName,
SpatialItem spatialItem)
Constructs a new instance of SpatialItemLine , taking all possible properties
(except the identifier(s))as arguments. |
static SpatialItemArea |
SpatialItemArea.Factory.newInstance(java.lang.String localizedName,
SpatialItem spatialItem)
Constructs a new instance of SpatialItemArea , taking all possible properties
(except the identifier(s))as arguments. |
static SpatialItemPoint |
SpatialItemPoint.Factory.newInstance(java.lang.String localizedName,
SpatialItem spatialItem)
Constructs a new instance of SpatialItemPoint , taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemDaoImpl.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source,
SpatialItem target,
boolean copyIfNull)
|
void |
SpatialItemDao.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source,
SpatialItem target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemFullVO to the specified entity. |
void |
SpatialItemDaoBase.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source,
SpatialItem target,
boolean copyIfNull)
|
void |
SpatialItemDaoImpl.remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId source,
SpatialItem target,
boolean copyIfNull)
|
void |
SpatialItemDao.remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId source,
SpatialItem target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemNaturalId to the specified entity. |
void |
SpatialItemDaoBase.remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId source,
SpatialItem target,
boolean copyIfNull)
|
void |
SpatialItemDao.remove(SpatialItem spatialItem)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItem from the persistent store. |
void |
SpatialItemDaoBase.remove(SpatialItem spatialItem)
|
void |
SpatialItem2LocationDao.remove(SpatialItem spatialItem,
Location location)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location having the given identifiers from the persistent store. |
void |
SpatialItem2LocationDaoBase.remove(SpatialItem spatialItem,
Location location)
|
void |
SpatialItem2LocationPK.setSpatialItem(SpatialItem spatialItem)
|
void |
SpatialItemLine.setSpatialItem(SpatialItem spatialItem)
|
void |
SpatialItemArea.setSpatialItem(SpatialItem spatialItem)
|
void |
SpatialItemPoint.setSpatialItem(SpatialItem spatialItem)
|
ClusterSpatialItem |
SpatialItemDaoImpl.toClusterSpatialItem(SpatialItem entity)
|
ClusterSpatialItem |
SpatialItemDao.toClusterSpatialItem(SpatialItem entity)
Converts this DAO's entity to an object of type ClusterSpatialItem . |
ClusterSpatialItem |
SpatialItemDaoBase.toClusterSpatialItem(SpatialItem entity)
|
void |
SpatialItemDaoImpl.toClusterSpatialItem(SpatialItem source,
ClusterSpatialItem target)
|
void |
SpatialItemDao.toClusterSpatialItem(SpatialItem source,
ClusterSpatialItem target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemDaoBase.toClusterSpatialItem(SpatialItem source,
ClusterSpatialItem target)
|
RemoteSpatialItemFullVO |
SpatialItemDaoImpl.toRemoteSpatialItemFullVO(SpatialItem entity)
|
RemoteSpatialItemFullVO |
SpatialItemDao.toRemoteSpatialItemFullVO(SpatialItem entity)
Converts this DAO's entity to an object of type RemoteSpatialItemFullVO . |
RemoteSpatialItemFullVO |
SpatialItemDaoBase.toRemoteSpatialItemFullVO(SpatialItem entity)
|
void |
SpatialItemDaoImpl.toRemoteSpatialItemFullVO(SpatialItem source,
RemoteSpatialItemFullVO target)
|
void |
SpatialItemDao.toRemoteSpatialItemFullVO(SpatialItem source,
RemoteSpatialItemFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemDaoBase.toRemoteSpatialItemFullVO(SpatialItem source,
RemoteSpatialItemFullVO target)
|
RemoteSpatialItemNaturalId |
SpatialItemDaoImpl.toRemoteSpatialItemNaturalId(SpatialItem entity)
|
RemoteSpatialItemNaturalId |
SpatialItemDao.toRemoteSpatialItemNaturalId(SpatialItem entity)
Converts this DAO's entity to an object of type RemoteSpatialItemNaturalId . |
RemoteSpatialItemNaturalId |
SpatialItemDaoBase.toRemoteSpatialItemNaturalId(SpatialItem entity)
|
void |
SpatialItemDaoImpl.toRemoteSpatialItemNaturalId(SpatialItem source,
RemoteSpatialItemNaturalId target)
|
void |
SpatialItemDao.toRemoteSpatialItemNaturalId(SpatialItem source,
RemoteSpatialItemNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
SpatialItemDaoBase.toRemoteSpatialItemNaturalId(SpatialItem source,
RemoteSpatialItemNaturalId target)
|
protected java.lang.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.allegro.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |