|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.spatial.SpatialItemLineDaoBase
public abstract class SpatialItemLineDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.spatial.SpatialItemLine
.
SpatialItemLine
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemLineDao |
---|
TRANSFORM_CLUSTERSPATIALITEMLINE, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMLINEFULLVO, TRANSFORM_REMOTESPATIALITEMLINENATURALID |
Constructor Summary | |
---|---|
SpatialItemLineDaoBase()
|
Method Summary | |
---|---|
void |
clusterSpatialItemLineToEntity(ClusterSpatialItemLine source,
SpatialItemLine target,
boolean copyIfNull)
Copies the fields of ClusterSpatialItemLine to the specified entity. |
void |
clusterSpatialItemLineToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSpatialItemLine to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine) with an
additional flag called transform . |
java.lang.Object |
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 |
create(int transform,
SpatialItemLine spatialItemLine)
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine) with an
additional flag called transform . |
java.lang.Object |
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 . |
SpatialItemLine |
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. |
SpatialItemLine |
create(SpatialItemLine spatialItemLine)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine and adds it to the persistent store. |
SpatialItemLine |
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. |
SpatialItemLine |
createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
|
SpatialItemLine |
findSpatialItemLineById(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemLineById(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemLineById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemLine |
findSpatialItemLineById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer) with an
additional argument called queryString . |
SpatialItemLine |
findSpatialItemLineByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemLineByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemLineByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemLine |
findSpatialItemLineByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
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 |
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 |
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 |
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 |
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 |
findSpatialItemLineBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
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 |
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 |
getAllSpatialItemLine()
|
java.util.Collection |
getAllSpatialItemLine(int transform)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine() with an
additional flag called transform . |
java.util.Collection |
getAllSpatialItemLine(int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemLine(int transform,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemLine(int transform,
java.lang.String queryString)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemLine(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemLine(java.lang.String queryString)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine() with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemLine(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SpatialItemDao |
getSpatialItemDao()
Gets the reference to spatialItemDao . |
protected abstract SpatialItemLine |
handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
Performs the core logic for createFromClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine) |
SpatialItemLine |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemLineDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SpatialItemLine . |
java.util.Collection |
loadAll(int transform)
Does the same thing as SpatialItemLineDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemLineDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO source,
SpatialItemLine target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemLineFullVO to the specified entity. |
void |
remoteSpatialItemLineFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemLineFullVO to this
DAO's entity. |
void |
remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId source,
SpatialItemLine target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemLineNaturalId to the specified entity. |
void |
remoteSpatialItemLineNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemLineNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine having the given identifier from the persistent store. |
void |
remove(SpatialItemLine spatialItemLine)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as SpatialItemLineDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setSpatialItemDao(SpatialItemDao spatialItemDao)
Sets the reference to spatialItemDao . |
protected ClusterSpatialItemLine |
toClusterSpatialItemLine(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSpatialItemLine |
toClusterSpatialItemLine(SpatialItemLine entity)
Converts this DAO's entity to an object of type ClusterSpatialItemLine . |
void |
toClusterSpatialItemLine(SpatialItemLine source,
ClusterSpatialItemLine target)
Copies the fields of the specified entity to the target value object. |
ClusterSpatialItemLine[] |
toClusterSpatialItemLineArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSpatialItemLine . |
void |
toClusterSpatialItemLineCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSpatialItemLine . |
protected SpatialItemLine |
toEntity(java.lang.Object[] row)
|
protected RemoteSpatialItemLineFullVO |
toRemoteSpatialItemLineFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemLineFullVO |
toRemoteSpatialItemLineFullVO(SpatialItemLine entity)
Converts this DAO's entity to an object of type RemoteSpatialItemLineFullVO . |
void |
toRemoteSpatialItemLineFullVO(SpatialItemLine source,
RemoteSpatialItemLineFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemLineFullVO[] |
toRemoteSpatialItemLineFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemLineFullVO . |
void |
toRemoteSpatialItemLineFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemLineFullVO . |
protected RemoteSpatialItemLineNaturalId |
toRemoteSpatialItemLineNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemLineNaturalId |
toRemoteSpatialItemLineNaturalId(SpatialItemLine entity)
Converts this DAO's entity to an object of type RemoteSpatialItemLineNaturalId . |
void |
toRemoteSpatialItemLineNaturalId(SpatialItemLine source,
RemoteSpatialItemLineNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemLineNaturalId[] |
toRemoteSpatialItemLineNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemLineNaturalId . |
void |
toRemoteSpatialItemLineNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemLineNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemLine)
method. |
protected java.lang.Object |
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.allegro.referential.spatial.SpatialItemLineDao , please note
that the SpatialItemLineDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(SpatialItemLine spatialItemLine)
Updates the spatialItemLine instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemLineDao |
---|
clusterSpatialItemLineToEntity, remoteSpatialItemLineFullVOToEntity, remoteSpatialItemLineNaturalIdToEntity |
Constructor Detail |
---|
public SpatialItemLineDaoBase()
Method Detail |
---|
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItemDao
.
protected SpatialItemDao getSpatialItemDao()
spatialItemDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface SpatialItemLineDao
id
- identifier of the entity to load
SpatialItemLineDao.load(int, java.lang.Integer)
public SpatialItemLine load(java.lang.Integer id)
SpatialItemLineDao
load
in interface SpatialItemLineDao
SpatialItemLineDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SpatialItemLineDao
SpatialItemLine
.
loadAll
in interface SpatialItemLineDao
SpatialItemLineDao.loadAll()
public java.util.Collection loadAll(int transform)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface SpatialItemLineDao
transform
- the flag indicating what transformation to use.
SpatialItemLineDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface SpatialItemLineDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SpatialItemLineDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface SpatialItemLineDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SpatialItemLineDao.loadAll(int, int, int)
public SpatialItemLine create(SpatialItemLine spatialItemLine)
SpatialItemLineDao
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public java.lang.Object create(int transform, SpatialItemLine spatialItemLine)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(int transform, fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public java.util.Collection create(java.util.Collection entities)
SpatialItemLineDao
entities
collection
create
in interface SpatialItemLineDao
entities
- the collection of fr.ifremer.allegro.referential.spatial.SpatialItemLine
instances to create.
SpatialItemLineDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(int, java.util.Collection)
public SpatialItemLine create(java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemLineDao
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemLine
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(int, java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemLine create(SpatialItem spatialItem)
SpatialItemLineDao
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.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SpatialItemLineDao
SpatialItemLineDao.create(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public void update(SpatialItemLine spatialItemLine)
SpatialItemLineDao
spatialItemLine
instance in the persistent store.
update
in interface SpatialItemLineDao
SpatialItemLineDao.update(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public void update(java.util.Collection entities)
SpatialItemLineDao
entities
collection in the persistent store.
update
in interface SpatialItemLineDao
SpatialItemLineDao.update(java.util.Collection)
public void remove(SpatialItemLine spatialItemLine)
SpatialItemLineDao
remove
in interface SpatialItemLineDao
SpatialItemLineDao.remove(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public void remove(java.lang.Integer id)
SpatialItemLineDao
identifier
from the persistent store.
remove
in interface SpatialItemLineDao
SpatialItemLineDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SpatialItemLineDao
entities collection.
- Specified by:
remove
in interface SpatialItemLineDao
- See Also:
SpatialItemLineDao.remove(java.util.Collection)
public java.util.Collection getAllSpatialItemLine()
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine()
public java.util.Collection getAllSpatialItemLine(int transform)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(int)
public java.util.Collection getAllSpatialItemLine(java.lang.String queryString)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.getAllSpatialItemLine()
.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(java.lang.String)
public java.util.Collection getAllSpatialItemLine(int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(int, int)
public java.util.Collection getAllSpatialItemLine(java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(String, int, int)
public java.util.Collection getAllSpatialItemLine(int transform, java.lang.String queryString)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.getAllSpatialItemLine(int)
.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(int, String)
public java.util.Collection getAllSpatialItemLine(int transform, int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(int, int, int)
public java.util.Collection getAllSpatialItemLine(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.getAllSpatialItemLine(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.getAllSpatialItemLine(int, java.lang.String, int, int)
public SpatialItemLine findSpatialItemLineById(java.lang.Integer id)
findSpatialItemLineById
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer)
public java.lang.Object findSpatialItemLineById(int transform, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemLineById
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineById(int, java.lang.Integer)
public SpatialItemLine findSpatialItemLineById(java.lang.String queryString, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer)
.
findSpatialItemLineById
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineById(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemLineById(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineById(int, java.lang.Integer id)
.
findSpatialItemLineById
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSpatialItemLineBySpatialItem(SpatialItem spatialItem)
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(int transform, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(java.lang.String queryString, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(java.lang.String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(String, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(int transform, java.lang.String queryString, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem spatialItem)
.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(int transform, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemLineBySpatialItem(int transform, java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSpatialItemLineBySpatialItem
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineBySpatialItem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemLine findSpatialItemLineByNaturalId(java.lang.Integer id)
findSpatialItemLineByNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer)
public java.lang.Object findSpatialItemLineByNaturalId(int transform, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSpatialItemLineByNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineByNaturalId(int, java.lang.Integer)
public SpatialItemLine findSpatialItemLineByNaturalId(java.lang.String queryString, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer)
.
findSpatialItemLineByNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemLineByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemLineDao
Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemLineDao.findSpatialItemLineByNaturalId(int, java.lang.Integer id)
.
findSpatialItemLineByNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.findSpatialItemLineByNaturalId(int, java.lang.String, java.lang.Integer)
public SpatialItemLine createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
createFromClusterSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.createFromClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine)
protected abstract SpatialItemLine handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine) throws java.lang.Exception
createFromClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SpatialItemLine entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.spatial.SpatialItemLineDao
, please note
that the SpatialItemLineDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
SpatialItemLine
- SpatialItemLineDao.TRANSFORM_NONE
RemoteSpatialItemLineFullVO
- TRANSFORM_REMOTESPATIALITEMLINEFULLVO
RemoteSpatialItemLineNaturalId
- TRANSFORM_REMOTESPATIALITEMLINENATURALID
ClusterSpatialItemLine
- TRANSFORM_CLUSTERSPATIALITEMLINE
SpatialItemLineDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SpatialItemLineDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemLine)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.spatial.SpatialItemLineDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemLine)
protected SpatialItemLine toEntity(java.lang.Object[] row)
public final void toRemoteSpatialItemLineFullVOCollection(java.util.Collection entities)
SpatialItemLineDao
RemoteSpatialItemLineFullVO
.
toRemoteSpatialItemLineFullVOCollection
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineFullVOCollection(java.util.Collection)
public final RemoteSpatialItemLineFullVO[] toRemoteSpatialItemLineFullVOArray(java.util.Collection entities)
SpatialItemLineDao
RemoteSpatialItemLineFullVO
.
toRemoteSpatialItemLineFullVOArray
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineFullVOArray(java.util.Collection)
protected RemoteSpatialItemLineFullVO toRemoteSpatialItemLineFullVO(java.lang.Object[] row)
SpatialItemLineDaoImpl
class if you intend to use reporting queries.
SpatialItemLineDao.toRemoteSpatialItemLineFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public final void remoteSpatialItemLineFullVOToEntityCollection(java.util.Collection instances)
SpatialItemLineDao
RemoteSpatialItemLineFullVO
to this
DAO's entity.
remoteSpatialItemLineFullVOToEntityCollection
in interface SpatialItemLineDao
SpatialItemLineDao.remoteSpatialItemLineFullVOToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemLineFullVO(SpatialItemLine source, RemoteSpatialItemLineFullVO target)
SpatialItemLineDao
toRemoteSpatialItemLineFullVO
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemLine, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
public RemoteSpatialItemLineFullVO toRemoteSpatialItemLineFullVO(SpatialItemLine entity)
SpatialItemLineDao
RemoteSpatialItemLineFullVO
.
toRemoteSpatialItemLineFullVO
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public void remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO source, SpatialItemLine target, boolean copyIfNull)
SpatialItemLineDao
RemoteSpatialItemLineFullVO
to the specified entity.
remoteSpatialItemLineFullVOToEntity
in interface SpatialItemLineDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemLineDao#remoteSpatialItemLineFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public final void toRemoteSpatialItemLineNaturalIdCollection(java.util.Collection entities)
SpatialItemLineDao
RemoteSpatialItemLineNaturalId
.
toRemoteSpatialItemLineNaturalIdCollection
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineNaturalIdCollection(java.util.Collection)
public final RemoteSpatialItemLineNaturalId[] toRemoteSpatialItemLineNaturalIdArray(java.util.Collection entities)
SpatialItemLineDao
RemoteSpatialItemLineNaturalId
.
toRemoteSpatialItemLineNaturalIdArray
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineNaturalIdArray(java.util.Collection)
protected RemoteSpatialItemLineNaturalId toRemoteSpatialItemLineNaturalId(java.lang.Object[] row)
SpatialItemLineDaoImpl
class if you intend to use reporting queries.
SpatialItemLineDao.toRemoteSpatialItemLineNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public final void remoteSpatialItemLineNaturalIdToEntityCollection(java.util.Collection instances)
SpatialItemLineDao
RemoteSpatialItemLineNaturalId
to this
DAO's entity.
remoteSpatialItemLineNaturalIdToEntityCollection
in interface SpatialItemLineDao
SpatialItemLineDao.remoteSpatialItemLineNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemLineNaturalId(SpatialItemLine source, RemoteSpatialItemLineNaturalId target)
SpatialItemLineDao
toRemoteSpatialItemLineNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemLine, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)
public RemoteSpatialItemLineNaturalId toRemoteSpatialItemLineNaturalId(SpatialItemLine entity)
SpatialItemLineDao
RemoteSpatialItemLineNaturalId
.
toRemoteSpatialItemLineNaturalId
in interface SpatialItemLineDao
SpatialItemLineDao.toRemoteSpatialItemLineNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public void remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId source, SpatialItemLine target, boolean copyIfNull)
SpatialItemLineDao
RemoteSpatialItemLineNaturalId
to the specified entity.
remoteSpatialItemLineNaturalIdToEntity
in interface SpatialItemLineDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemLineDao#remoteSpatialItemLineNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public final void toClusterSpatialItemLineCollection(java.util.Collection entities)
SpatialItemLineDao
ClusterSpatialItemLine
.
toClusterSpatialItemLineCollection
in interface SpatialItemLineDao
SpatialItemLineDao.toClusterSpatialItemLineCollection(java.util.Collection)
public final ClusterSpatialItemLine[] toClusterSpatialItemLineArray(java.util.Collection entities)
SpatialItemLineDao
ClusterSpatialItemLine
.
toClusterSpatialItemLineArray
in interface SpatialItemLineDao
SpatialItemLineDao.toClusterSpatialItemLineArray(java.util.Collection)
protected ClusterSpatialItemLine toClusterSpatialItemLine(java.lang.Object[] row)
SpatialItemLineDaoImpl
class if you intend to use reporting queries.
SpatialItemLineDao.toClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public final void clusterSpatialItemLineToEntityCollection(java.util.Collection instances)
SpatialItemLineDao
ClusterSpatialItemLine
to this
DAO's entity.
clusterSpatialItemLineToEntityCollection
in interface SpatialItemLineDao
SpatialItemLineDao.clusterSpatialItemLineToEntityCollection(java.util.Collection)
public void toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
SpatialItemLineDao
toClusterSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.toClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.SpatialItemLine, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine)
public ClusterSpatialItemLine toClusterSpatialItemLine(SpatialItemLine entity)
SpatialItemLineDao
ClusterSpatialItemLine
.
toClusterSpatialItemLine
in interface SpatialItemLineDao
SpatialItemLineDao.toClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.SpatialItemLine)
public void clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
SpatialItemLineDao
ClusterSpatialItemLine
to the specified entity.
clusterSpatialItemLineToEntity
in interface SpatialItemLineDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.spatial.SpatialItemLineDao#clusterSpatialItemLineToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine, fr.ifremer.allegro.referential.spatial.SpatialItemLine)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
SpatialItemLineDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemLineDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.SpatialItemLineDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
SpatialItemLineDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemLineDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.SpatialItemLineDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
SpatialItemLineDao
SpatialItemLineDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface SpatialItemLineDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SpatialItemLineDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SpatialItemLineDao
search
object.
search
in interface SpatialItemLineDao
search
- the search object which provides the search parameters and pagination specification.
SpatialItemLineDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |