|
||||||||||
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.SpatialItemAreaDaoBase
public abstract class SpatialItemAreaDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.spatial.SpatialItemArea
.
SpatialItemArea
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemAreaDao |
---|
TRANSFORM_CLUSTERSPATIALITEMAREA, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMAREAFULLVO, TRANSFORM_REMOTESPATIALITEMAREANATURALID |
Constructor Summary | |
---|---|
SpatialItemAreaDaoBase()
|
Method Summary | |
---|---|
void |
clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source,
SpatialItemArea target,
boolean copyIfNull)
Copies the fields of ClusterSpatialItemArea to the specified entity. |
void |
clusterSpatialItemAreaToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSpatialItemArea to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea) with an
additional flag called transform . |
java.lang.Object |
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 |
create(int transform,
SpatialItemArea spatialItemArea)
Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea) with an
additional flag called transform . |
java.lang.Object |
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 . |
SpatialItemArea |
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. |
SpatialItemArea |
create(SpatialItemArea spatialItemArea)
Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea and adds it to the persistent store. |
SpatialItemArea |
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. |
SpatialItemArea |
createFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
|
SpatialItemArea |
findSpatialItemAreaById(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemAreaById(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemAreaById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemArea |
findSpatialItemAreaById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer) with an
additional argument called queryString . |
SpatialItemArea |
findSpatialItemAreaByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSpatialItemAreaByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSpatialItemAreaByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SpatialItemArea |
findSpatialItemAreaByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
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 |
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 |
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 |
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 |
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 |
findSpatialItemAreaBySpatialItem(SpatialItem spatialItem)
|
java.util.Collection |
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 |
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 |
getAllSpatialItemArea()
|
java.util.Collection |
getAllSpatialItemArea(int transform)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea() with an
additional flag called transform . |
java.util.Collection |
getAllSpatialItemArea(int pageNumber,
int pageSize)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemArea(int transform,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemArea(int transform,
java.lang.String queryString)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemArea(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSpatialItemArea(java.lang.String queryString)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea() with an
additional argument called queryString . |
java.util.Collection |
getAllSpatialItemArea(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(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 SpatialItemArea |
handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
Performs the core logic for createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea) |
SpatialItemArea |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as SpatialItemAreaDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SpatialItemArea . |
java.util.Collection |
loadAll(int transform)
Does the same thing as SpatialItemAreaDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source,
SpatialItemArea target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemAreaFullVO to the specified entity. |
void |
remoteSpatialItemAreaFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemAreaFullVO to this
DAO's entity. |
void |
remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source,
SpatialItemArea target,
boolean copyIfNull)
Copies the fields of RemoteSpatialItemAreaNaturalId to the specified entity. |
void |
remoteSpatialItemAreaNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSpatialItemAreaNaturalId 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.SpatialItemArea having the given identifier from the persistent store. |
void |
remove(SpatialItemArea spatialItemArea)
Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea 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 SpatialItemAreaDao.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 ClusterSpatialItemArea |
toClusterSpatialItemArea(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSpatialItemArea |
toClusterSpatialItemArea(SpatialItemArea entity)
Converts this DAO's entity to an object of type ClusterSpatialItemArea . |
void |
toClusterSpatialItemArea(SpatialItemArea source,
ClusterSpatialItemArea target)
Copies the fields of the specified entity to the target value object. |
ClusterSpatialItemArea[] |
toClusterSpatialItemAreaArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSpatialItemArea . |
void |
toClusterSpatialItemAreaCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSpatialItemArea . |
protected SpatialItemArea |
toEntity(java.lang.Object[] row)
|
protected RemoteSpatialItemAreaFullVO |
toRemoteSpatialItemAreaFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemAreaFullVO |
toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
Converts this DAO's entity to an object of type RemoteSpatialItemAreaFullVO . |
void |
toRemoteSpatialItemAreaFullVO(SpatialItemArea source,
RemoteSpatialItemAreaFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemAreaFullVO[] |
toRemoteSpatialItemAreaFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemAreaFullVO . |
void |
toRemoteSpatialItemAreaFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemAreaFullVO . |
protected RemoteSpatialItemAreaNaturalId |
toRemoteSpatialItemAreaNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSpatialItemAreaNaturalId |
toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
Converts this DAO's entity to an object of type RemoteSpatialItemAreaNaturalId . |
void |
toRemoteSpatialItemAreaNaturalId(SpatialItemArea source,
RemoteSpatialItemAreaNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSpatialItemAreaNaturalId[] |
toRemoteSpatialItemAreaNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSpatialItemAreaNaturalId . |
void |
toRemoteSpatialItemAreaNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSpatialItemAreaNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemArea)
method. |
protected java.lang.Object |
transformEntity(int transform,
SpatialItemArea entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.spatial.SpatialItemAreaDao , please note
that the SpatialItemAreaDao.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(SpatialItemArea spatialItemArea)
Updates the spatialItemArea 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.SpatialItemAreaDao |
---|
clusterSpatialItemAreaToEntity, remoteSpatialItemAreaFullVOToEntity, remoteSpatialItemAreaNaturalIdToEntity |
Constructor Detail |
---|
public SpatialItemAreaDaoBase()
Method Detail |
---|
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItemDao
.
protected SpatialItemDao getSpatialItemDao()
spatialItemDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
id
- identifier of the entity to load
SpatialItemAreaDao.load(int, java.lang.Integer)
public SpatialItemArea load(java.lang.Integer id)
SpatialItemAreaDao
load
in interface SpatialItemAreaDao
SpatialItemAreaDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SpatialItemAreaDao
SpatialItemArea
.
loadAll
in interface SpatialItemAreaDao
SpatialItemAreaDao.loadAll()
public java.util.Collection loadAll(int transform)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
transform
- the flag indicating what transformation to use.
SpatialItemAreaDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SpatialItemAreaDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
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.
SpatialItemAreaDao.loadAll(int, int, int)
public SpatialItemArea create(SpatialItemArea spatialItemArea)
SpatialItemAreaDao
create
in interface SpatialItemAreaDao
SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public java.lang.Object create(int transform, SpatialItemArea spatialItemArea)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
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 SpatialItemAreaDao
SpatialItemAreaDao.create(int transform, fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public java.util.Collection create(java.util.Collection entities)
SpatialItemAreaDao
entities
collection
create
in interface SpatialItemAreaDao
entities
- the collection of fr.ifremer.allegro.referential.spatial.SpatialItemArea
instances to create.
SpatialItemAreaDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
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 SpatialItemAreaDao
SpatialItemAreaDao.create(int, java.util.Collection)
public SpatialItemArea create(java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemAreaDao
Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemArea
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SpatialItemAreaDao
SpatialItemAreaDao.create(java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, java.lang.String localizedName, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
SpatialItemAreaDao.create(int, java.lang.String,fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemArea create(SpatialItem spatialItem)
SpatialItemAreaDao
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.
create
in interface SpatialItemAreaDao
SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.lang.Object create(int transform, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.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 SpatialItemAreaDao
SpatialItemAreaDao.create(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public void update(SpatialItemArea spatialItemArea)
SpatialItemAreaDao
spatialItemArea
instance in the persistent store.
update
in interface SpatialItemAreaDao
SpatialItemAreaDao.update(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public void update(java.util.Collection entities)
SpatialItemAreaDao
entities
collection in the persistent store.
update
in interface SpatialItemAreaDao
SpatialItemAreaDao.update(java.util.Collection)
public void remove(SpatialItemArea spatialItemArea)
SpatialItemAreaDao
remove
in interface SpatialItemAreaDao
SpatialItemAreaDao.remove(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public void remove(java.lang.Integer id)
SpatialItemAreaDao
identifier
from the persistent store.
remove
in interface SpatialItemAreaDao
SpatialItemAreaDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SpatialItemAreaDao
entities collection.
- Specified by:
remove
in interface SpatialItemAreaDao
- See Also:
SpatialItemAreaDao.remove(java.util.Collection)
public java.util.Collection getAllSpatialItemArea()
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea()
public java.util.Collection getAllSpatialItemArea(int transform)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea()
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.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(int)
public java.util.Collection getAllSpatialItemArea(java.lang.String queryString)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.getAllSpatialItemArea()
.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(java.lang.String)
public java.util.Collection getAllSpatialItemArea(int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea()
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.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(int, int)
public java.util.Collection getAllSpatialItemArea(java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(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.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(String, int, int)
public java.util.Collection getAllSpatialItemArea(int transform, java.lang.String queryString)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.getAllSpatialItemArea(int)
.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(int, String)
public java.util.Collection getAllSpatialItemArea(int transform, int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(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.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(int, int, int)
public java.util.Collection getAllSpatialItemArea(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.getAllSpatialItemArea(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.
getAllSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.getAllSpatialItemArea(int, java.lang.String, int, int)
public SpatialItemArea findSpatialItemAreaById(java.lang.Integer id)
findSpatialItemAreaById
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer)
public java.lang.Object findSpatialItemAreaById(int transform, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(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.
findSpatialItemAreaById
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaById(int, java.lang.Integer)
public SpatialItemArea findSpatialItemAreaById(java.lang.String queryString, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer)
.
findSpatialItemAreaById
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaById(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemAreaById(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.findSpatialItemAreaById(int, java.lang.Integer id)
.
findSpatialItemAreaById
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSpatialItemAreaBySpatialItem(SpatialItem spatialItem)
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(int transform, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(java.lang.String queryString, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(java.lang.String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(int transform, java.lang.String queryString, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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 SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, fr.ifremer.allegro.referential.spatial.SpatialItem spatialItem)
.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, String, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(int transform, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public java.util.Collection findSpatialItemAreaBySpatialItem(int transform, java.lang.String queryString, int pageNumber, int pageSize, SpatialItem spatialItem)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(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.
findSpatialItemAreaBySpatialItem
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaBySpatialItem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItemArea findSpatialItemAreaByNaturalId(java.lang.Integer id)
findSpatialItemAreaByNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer)
public java.lang.Object findSpatialItemAreaByNaturalId(int transform, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(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.
findSpatialItemAreaByNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaByNaturalId(int, java.lang.Integer)
public SpatialItemArea findSpatialItemAreaByNaturalId(java.lang.String queryString, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer)
.
findSpatialItemAreaByNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSpatialItemAreaByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SpatialItemAreaDao
Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SpatialItemAreaDao.findSpatialItemAreaByNaturalId(int, java.lang.Integer id)
.
findSpatialItemAreaByNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.findSpatialItemAreaByNaturalId(int, java.lang.String, java.lang.Integer)
public SpatialItemArea createFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
createFromClusterSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)
protected abstract SpatialItemArea handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea) throws java.lang.Exception
createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SpatialItemArea entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.spatial.SpatialItemAreaDao
, please note
that the SpatialItemAreaDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
SpatialItemArea
- SpatialItemAreaDao.TRANSFORM_NONE
RemoteSpatialItemAreaFullVO
- TRANSFORM_REMOTESPATIALITEMAREAFULLVO
RemoteSpatialItemAreaNaturalId
- TRANSFORM_REMOTESPATIALITEMAREANATURALID
ClusterSpatialItemArea
- TRANSFORM_CLUSTERSPATIALITEMAREA
SpatialItemAreaDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SpatialItemAreaDao
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.SpatialItemArea)
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.SpatialItemAreaDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.spatial.SpatialItemArea)
protected SpatialItemArea toEntity(java.lang.Object[] row)
public final void toRemoteSpatialItemAreaFullVOCollection(java.util.Collection entities)
SpatialItemAreaDao
RemoteSpatialItemAreaFullVO
.
toRemoteSpatialItemAreaFullVOCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVOCollection(java.util.Collection)
public final RemoteSpatialItemAreaFullVO[] toRemoteSpatialItemAreaFullVOArray(java.util.Collection entities)
SpatialItemAreaDao
RemoteSpatialItemAreaFullVO
.
toRemoteSpatialItemAreaFullVOArray
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVOArray(java.util.Collection)
protected RemoteSpatialItemAreaFullVO toRemoteSpatialItemAreaFullVO(java.lang.Object[] row)
SpatialItemAreaDaoImpl
class if you intend to use reporting queries.
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public final void remoteSpatialItemAreaFullVOToEntityCollection(java.util.Collection instances)
SpatialItemAreaDao
RemoteSpatialItemAreaFullVO
to this
DAO's entity.
remoteSpatialItemAreaFullVOToEntityCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.remoteSpatialItemAreaFullVOToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemAreaFullVO(SpatialItemArea source, RemoteSpatialItemAreaFullVO target)
SpatialItemAreaDao
toRemoteSpatialItemAreaFullVO
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
public RemoteSpatialItemAreaFullVO toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
SpatialItemAreaDao
RemoteSpatialItemAreaFullVO
.
toRemoteSpatialItemAreaFullVO
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public void remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source, SpatialItemArea target, boolean copyIfNull)
SpatialItemAreaDao
RemoteSpatialItemAreaFullVO
to the specified entity.
remoteSpatialItemAreaFullVOToEntity
in interface SpatialItemAreaDao
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.SpatialItemAreaDao#remoteSpatialItemAreaFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public final void toRemoteSpatialItemAreaNaturalIdCollection(java.util.Collection entities)
SpatialItemAreaDao
RemoteSpatialItemAreaNaturalId
.
toRemoteSpatialItemAreaNaturalIdCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalIdCollection(java.util.Collection)
public final RemoteSpatialItemAreaNaturalId[] toRemoteSpatialItemAreaNaturalIdArray(java.util.Collection entities)
SpatialItemAreaDao
RemoteSpatialItemAreaNaturalId
.
toRemoteSpatialItemAreaNaturalIdArray
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalIdArray(java.util.Collection)
protected RemoteSpatialItemAreaNaturalId toRemoteSpatialItemAreaNaturalId(java.lang.Object[] row)
SpatialItemAreaDaoImpl
class if you intend to use reporting queries.
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public final void remoteSpatialItemAreaNaturalIdToEntityCollection(java.util.Collection instances)
SpatialItemAreaDao
RemoteSpatialItemAreaNaturalId
to this
DAO's entity.
remoteSpatialItemAreaNaturalIdToEntityCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.remoteSpatialItemAreaNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSpatialItemAreaNaturalId(SpatialItemArea source, RemoteSpatialItemAreaNaturalId target)
SpatialItemAreaDao
toRemoteSpatialItemAreaNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)
public RemoteSpatialItemAreaNaturalId toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
SpatialItemAreaDao
RemoteSpatialItemAreaNaturalId
.
toRemoteSpatialItemAreaNaturalId
in interface SpatialItemAreaDao
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public void remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source, SpatialItemArea target, boolean copyIfNull)
SpatialItemAreaDao
RemoteSpatialItemAreaNaturalId
to the specified entity.
remoteSpatialItemAreaNaturalIdToEntity
in interface SpatialItemAreaDao
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.SpatialItemAreaDao#remoteSpatialItemAreaNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public final void toClusterSpatialItemAreaCollection(java.util.Collection entities)
SpatialItemAreaDao
ClusterSpatialItemArea
.
toClusterSpatialItemAreaCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.toClusterSpatialItemAreaCollection(java.util.Collection)
public final ClusterSpatialItemArea[] toClusterSpatialItemAreaArray(java.util.Collection entities)
SpatialItemAreaDao
ClusterSpatialItemArea
.
toClusterSpatialItemAreaArray
in interface SpatialItemAreaDao
SpatialItemAreaDao.toClusterSpatialItemAreaArray(java.util.Collection)
protected ClusterSpatialItemArea toClusterSpatialItemArea(java.lang.Object[] row)
SpatialItemAreaDaoImpl
class if you intend to use reporting queries.
SpatialItemAreaDao.toClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public final void clusterSpatialItemAreaToEntityCollection(java.util.Collection instances)
SpatialItemAreaDao
ClusterSpatialItemArea
to this
DAO's entity.
clusterSpatialItemAreaToEntityCollection
in interface SpatialItemAreaDao
SpatialItemAreaDao.clusterSpatialItemAreaToEntityCollection(java.util.Collection)
public void toClusterSpatialItemArea(SpatialItemArea source, ClusterSpatialItemArea target)
SpatialItemAreaDao
toClusterSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.toClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)
public ClusterSpatialItemArea toClusterSpatialItemArea(SpatialItemArea entity)
SpatialItemAreaDao
ClusterSpatialItemArea
.
toClusterSpatialItemArea
in interface SpatialItemAreaDao
SpatialItemAreaDao.toClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.SpatialItemArea)
public void clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source, SpatialItemArea target, boolean copyIfNull)
SpatialItemAreaDao
ClusterSpatialItemArea
to the specified entity.
clusterSpatialItemAreaToEntity
in interface SpatialItemAreaDao
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.SpatialItemAreaDao#clusterSpatialItemAreaToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea, fr.ifremer.allegro.referential.spatial.SpatialItemArea)
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)
SpatialItemAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemAreaDao
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.SpatialItemAreaDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
SpatialItemAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SpatialItemAreaDao
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.SpatialItemAreaDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
SpatialItemAreaDao
SpatialItemAreaDao.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 SpatialItemAreaDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SpatialItemAreaDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SpatialItemAreaDao
search
object.
search
in interface SpatialItemAreaDao
search
- the search object which provides the search parameters and pagination specification.
SpatialItemAreaDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |