|
||||||||||
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.pmfm.AggregationLevelDaoBase
public abstract class AggregationLevelDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.pmfm.AggregationLevel
.
AggregationLevel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.AggregationLevelDao |
---|
TRANSFORM_CLUSTERAGGREGATIONLEVEL, TRANSFORM_NONE, TRANSFORM_REMOTEAGGREGATIONLEVELFULLVO, TRANSFORM_REMOTEAGGREGATIONLEVELNATURALID |
Constructor Summary | |
---|---|
AggregationLevelDaoBase()
|
Method Summary | |
---|---|
void |
clusterAggregationLevelToEntity(ClusterAggregationLevel source,
AggregationLevel target,
boolean copyIfNull)
Copies the fields of ClusterAggregationLevel to the specified entity. |
void |
clusterAggregationLevelToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterAggregationLevel to this
DAO's entity. |
AggregationLevel |
create(AggregationLevel aggregationLevel)
Creates an instance of fr.ifremer.allegro.referential.pmfm.AggregationLevel and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.pmfm.AggregationLevel and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
AggregationLevel aggregationLevel)
Does the same thing as AggregationLevelDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as AggregationLevelDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.Integer rankOrder)
Does the same thing as AggregationLevelDao.create(java.lang.String,java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.Integer rankOrder,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.create(java.lang.String,java.lang.Integer,java.sql.Timestamp) with an
additional flag called transform . |
AggregationLevel |
create(java.lang.String name,
java.lang.Integer rankOrder)
Creates a new fr.ifremer.allegro.referential.pmfm.AggregationLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AggregationLevel |
create(java.lang.String name,
java.lang.Integer rankOrder,
java.sql.Timestamp updateDate)
Creates a new fr.ifremer.allegro.referential.pmfm.AggregationLevel
instance from all attributes and
properties and adds it to the persistent store. |
AggregationLevel |
createFromClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
|
AggregationLevel |
findAggregationLevelById(java.lang.Integer id)
|
java.lang.Object |
findAggregationLevelById(int transform,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findAggregationLevelById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelById(int, java.lang.Integer) with an
additional argument called queryString . |
AggregationLevel |
findAggregationLevelById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelById(java.lang.Integer) with an
additional argument called queryString . |
AggregationLevel |
findAggregationLevelByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findAggregationLevelByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findAggregationLevelByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
AggregationLevel |
findAggregationLevelByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
getAllAggregationLevel()
|
java.util.Collection |
getAllAggregationLevel(int transform)
Does the same thing as AggregationLevelDao.getAllAggregationLevel() with an
additional flag called transform . |
java.util.Collection |
getAllAggregationLevel(int pageNumber,
int pageSize)
Does the same thing as AggregationLevelDao.getAllAggregationLevel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevel(int transform,
int pageNumber,
int pageSize)
Does the same thing as AggregationLevelDao.getAllAggregationLevel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevel(int transform,
java.lang.String queryString)
Does the same thing as AggregationLevelDao.getAllAggregationLevel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as AggregationLevelDao.getAllAggregationLevel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevel(java.lang.String queryString)
Does the same thing as AggregationLevelDao.getAllAggregationLevel() with an
additional argument called queryString . |
java.util.Collection |
getAllAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as AggregationLevelDao.getAllAggregationLevel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
|
ClusterAggregationLevel[] |
getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract AggregationLevel |
handleCreateFromClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
Performs the core logic for createFromClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel) |
protected abstract ClusterAggregationLevel[] |
handleGetAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
AggregationLevel |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.AggregationLevel from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as AggregationLevelDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type AggregationLevel . |
java.util.Collection |
loadAll(int transform)
Does the same thing as AggregationLevelDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as AggregationLevelDao.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 AggregationLevelDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source,
AggregationLevel target,
boolean copyIfNull)
Copies the fields of RemoteAggregationLevelFullVO to the specified entity. |
void |
remoteAggregationLevelFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteAggregationLevelFullVO to this
DAO's entity. |
void |
remoteAggregationLevelNaturalIdToEntity(RemoteAggregationLevelNaturalId source,
AggregationLevel target,
boolean copyIfNull)
Copies the fields of RemoteAggregationLevelNaturalId to the specified entity. |
void |
remoteAggregationLevelNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteAggregationLevelNaturalId to this
DAO's entity. |
void |
remove(AggregationLevel aggregationLevel)
Removes the instance of fr.ifremer.allegro.referential.pmfm.AggregationLevel from the persistent store. |
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.pmfm.AggregationLevel having the given identifier 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 AggregationLevelDao.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. |
ClusterAggregationLevel |
toClusterAggregationLevel(AggregationLevel entity)
Converts this DAO's entity to an object of type ClusterAggregationLevel . |
void |
toClusterAggregationLevel(AggregationLevel source,
ClusterAggregationLevel target)
Copies the fields of the specified entity to the target value object. |
protected ClusterAggregationLevel |
toClusterAggregationLevel(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterAggregationLevel[] |
toClusterAggregationLevelArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterAggregationLevel . |
void |
toClusterAggregationLevelCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterAggregationLevel . |
protected AggregationLevel |
toEntity(java.lang.Object[] row)
|
RemoteAggregationLevelFullVO |
toRemoteAggregationLevelFullVO(AggregationLevel entity)
Converts this DAO's entity to an object of type RemoteAggregationLevelFullVO . |
void |
toRemoteAggregationLevelFullVO(AggregationLevel source,
RemoteAggregationLevelFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteAggregationLevelFullVO |
toRemoteAggregationLevelFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAggregationLevelFullVO[] |
toRemoteAggregationLevelFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAggregationLevelFullVO . |
void |
toRemoteAggregationLevelFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteAggregationLevelFullVO . |
RemoteAggregationLevelNaturalId |
toRemoteAggregationLevelNaturalId(AggregationLevel entity)
Converts this DAO's entity to an object of type RemoteAggregationLevelNaturalId . |
void |
toRemoteAggregationLevelNaturalId(AggregationLevel source,
RemoteAggregationLevelNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteAggregationLevelNaturalId |
toRemoteAggregationLevelNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAggregationLevelNaturalId[] |
toRemoteAggregationLevelNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAggregationLevelNaturalId . |
void |
toRemoteAggregationLevelNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteAggregationLevelNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.pmfm.AggregationLevel)
method. |
protected java.lang.Object |
transformEntity(int transform,
AggregationLevel 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.pmfm.AggregationLevelDao , please note
that the AggregationLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(AggregationLevel aggregationLevel)
Updates the aggregationLevel instance in the persistent store. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection 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.pmfm.AggregationLevelDao |
---|
clusterAggregationLevelToEntity, remoteAggregationLevelFullVOToEntity, remoteAggregationLevelNaturalIdToEntity |
Constructor Detail |
---|
public AggregationLevelDaoBase()
Method Detail |
---|
public java.lang.Object load(int transform, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.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 AggregationLevelDao
id
- identifier of the entity to load
AggregationLevelDao.load(int, java.lang.Integer)
public AggregationLevel load(java.lang.Integer id)
AggregationLevelDao
load
in interface AggregationLevelDao
AggregationLevelDao.load(java.lang.Integer)
public java.util.Collection loadAll()
AggregationLevelDao
AggregationLevel
.
loadAll
in interface AggregationLevelDao
AggregationLevelDao.loadAll()
public java.util.Collection loadAll(int transform)
AggregationLevelDao
Does the same thing as AggregationLevelDao.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 AggregationLevelDao
transform
- the flag indicating what transformation to use.
AggregationLevelDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.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 AggregationLevelDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
AggregationLevelDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.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 AggregationLevelDao
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.
AggregationLevelDao.loadAll(int, int, int)
public AggregationLevel create(AggregationLevel aggregationLevel)
AggregationLevelDao
create
in interface AggregationLevelDao
AggregationLevelDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.lang.Object create(int transform, AggregationLevel aggregationLevel)
AggregationLevelDao
Does the same thing as AggregationLevelDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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 AggregationLevelDao
AggregationLevelDao.create(int transform, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection create(java.util.Collection entities)
AggregationLevelDao
entities
collection
create
in interface AggregationLevelDao
entities
- the collection of fr.ifremer.allegro.referential.pmfm.AggregationLevel
instances to create.
AggregationLevelDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
AggregationLevelDao
Does the same thing as AggregationLevelDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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 AggregationLevelDao
AggregationLevelDao.create(int, java.util.Collection)
public AggregationLevel create(java.lang.String name, java.lang.Integer rankOrder, java.sql.Timestamp updateDate)
AggregationLevelDao
Creates a new fr.ifremer.allegro.referential.pmfm.AggregationLevel
instance from all attributes and
properties and adds it to the persistent store.
create
in interface AggregationLevelDao
AggregationLevelDao.create(java.lang.String,java.lang.Integer,java.sql.Timestamp)
public java.lang.Object create(int transform, java.lang.String name, java.lang.Integer rankOrder, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.create(java.lang.String,java.lang.Integer,java.sql.Timestamp)
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 AggregationLevelDao
AggregationLevelDao.create(int, java.lang.String,java.lang.Integer,java.sql.Timestamp)
public AggregationLevel create(java.lang.String name, java.lang.Integer rankOrder)
AggregationLevelDao
Creates a new fr.ifremer.allegro.referential.pmfm.AggregationLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface AggregationLevelDao
AggregationLevelDao.create(java.lang.String,java.lang.Integer)
public java.lang.Object create(int transform, java.lang.String name, java.lang.Integer rankOrder)
AggregationLevelDao
Does the same thing as AggregationLevelDao.create(java.lang.String,java.lang.Integer)
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 AggregationLevelDao
AggregationLevelDao.create(int, java.lang.String,java.lang.Integer)
public void update(AggregationLevel aggregationLevel)
AggregationLevelDao
aggregationLevel
instance in the persistent store.
update
in interface AggregationLevelDao
AggregationLevelDao.update(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void update(java.util.Collection entities)
AggregationLevelDao
entities
collection in the persistent store.
update
in interface AggregationLevelDao
AggregationLevelDao.update(java.util.Collection)
public void remove(AggregationLevel aggregationLevel)
AggregationLevelDao
remove
in interface AggregationLevelDao
AggregationLevelDao.remove(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void remove(java.lang.Integer id)
AggregationLevelDao
identifier
from the persistent store.
remove
in interface AggregationLevelDao
AggregationLevelDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
AggregationLevelDao
entities collection.
- Specified by:
remove
in interface AggregationLevelDao
- See Also:
AggregationLevelDao.remove(java.util.Collection)
public java.util.Collection getAllAggregationLevel()
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel()
public java.util.Collection getAllAggregationLevel(int transform)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel()
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.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(int)
public java.util.Collection getAllAggregationLevel(java.lang.String queryString)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.getAllAggregationLevel()
.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(java.lang.String)
public java.util.Collection getAllAggregationLevel(int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel()
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.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(int, int)
public java.util.Collection getAllAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel(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.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(String, int, int)
public java.util.Collection getAllAggregationLevel(int transform, java.lang.String queryString)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.getAllAggregationLevel(int)
.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(int, String)
public java.util.Collection getAllAggregationLevel(int transform, int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel(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.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(int, int, int)
public java.util.Collection getAllAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevel(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.
getAllAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevel(int, java.lang.String, int, int)
public AggregationLevel findAggregationLevelById(java.lang.Integer id)
findAggregationLevelById
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelById(java.lang.Integer)
public java.lang.Object findAggregationLevelById(int transform, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelById(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.
findAggregationLevelById
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelById(int, java.lang.Integer)
public AggregationLevel findAggregationLevelById(java.lang.String queryString, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.findAggregationLevelById(java.lang.Integer)
.
findAggregationLevelById
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelById(java.lang.String, java.lang.Integer)
public java.lang.Object findAggregationLevelById(int transform, java.lang.String queryString, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.findAggregationLevelById(int, java.lang.Integer id)
.
findAggregationLevelById
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelById(int, java.lang.String, java.lang.Integer)
public AggregationLevel findAggregationLevelByNaturalId(java.lang.Integer id)
findAggregationLevelByNaturalId
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.Integer)
public java.lang.Object findAggregationLevelByNaturalId(int transform, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(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.
findAggregationLevelByNaturalId
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelByNaturalId(int, java.lang.Integer)
public AggregationLevel findAggregationLevelByNaturalId(java.lang.String queryString, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.Integer)
.
findAggregationLevelByNaturalId
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findAggregationLevelByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
AggregationLevelDao
Does the same thing as AggregationLevelDao.findAggregationLevelByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.findAggregationLevelByNaturalId(int, java.lang.Integer id)
.
findAggregationLevelByNaturalId
in interface AggregationLevelDao
AggregationLevelDao.findAggregationLevelByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp)
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.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp)
.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(java.sql.Timestamp)
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.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(String, java.sql.Timestamp)
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.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.sql.Timestamp)
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.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllAggregationLevelSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
AggregationLevelDao
Does the same thing as AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, String, java.sql.Timestamp)
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.
getAllAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllAggregationLevelSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public AggregationLevel createFromClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
createFromClusterAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.createFromClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
protected abstract AggregationLevel handleCreateFromClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel) throws java.lang.Exception
createFromClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
java.lang.Exception
public ClusterAggregationLevel[] getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAggregationLevelSinceDateSynchro
in interface AggregationLevelDao
AggregationLevelDao.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAggregationLevel[] handleGetAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, AggregationLevel entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.pmfm.AggregationLevelDao
, please note
that the AggregationLevelDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
AggregationLevel
- AggregationLevelDao.TRANSFORM_NONE
RemoteAggregationLevelFullVO
- TRANSFORM_REMOTEAGGREGATIONLEVELFULLVO
RemoteAggregationLevelNaturalId
- TRANSFORM_REMOTEAGGREGATIONLEVELNATURALID
ClusterAggregationLevel
- TRANSFORM_CLUSTERAGGREGATIONLEVEL
AggregationLevelDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in AggregationLevelDao
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.pmfm.AggregationLevel)
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.pmfm.AggregationLevelDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.pmfm.AggregationLevel)
protected AggregationLevel toEntity(java.lang.Object[] row)
public final void toRemoteAggregationLevelFullVOCollection(java.util.Collection entities)
AggregationLevelDao
RemoteAggregationLevelFullVO
.
toRemoteAggregationLevelFullVOCollection
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelFullVOCollection(java.util.Collection)
public final RemoteAggregationLevelFullVO[] toRemoteAggregationLevelFullVOArray(java.util.Collection entities)
AggregationLevelDao
RemoteAggregationLevelFullVO
.
toRemoteAggregationLevelFullVOArray
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelFullVOArray(java.util.Collection)
protected RemoteAggregationLevelFullVO toRemoteAggregationLevelFullVO(java.lang.Object[] row)
AggregationLevelDaoImpl
class if you intend to use reporting queries.
AggregationLevelDao.toRemoteAggregationLevelFullVO(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public final void remoteAggregationLevelFullVOToEntityCollection(java.util.Collection instances)
AggregationLevelDao
RemoteAggregationLevelFullVO
to this
DAO's entity.
remoteAggregationLevelFullVOToEntityCollection
in interface AggregationLevelDao
AggregationLevelDao.remoteAggregationLevelFullVOToEntityCollection(java.util.Collection)
public void toRemoteAggregationLevelFullVO(AggregationLevel source, RemoteAggregationLevelFullVO target)
AggregationLevelDao
toRemoteAggregationLevelFullVO
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelFullVO(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
public RemoteAggregationLevelFullVO toRemoteAggregationLevelFullVO(AggregationLevel entity)
AggregationLevelDao
RemoteAggregationLevelFullVO
.
toRemoteAggregationLevelFullVO
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelFullVO(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
RemoteAggregationLevelFullVO
to the specified entity.
remoteAggregationLevelFullVOToEntity
in interface AggregationLevelDao
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.pmfm.AggregationLevelDao#remoteAggregationLevelFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public final void toRemoteAggregationLevelNaturalIdCollection(java.util.Collection entities)
AggregationLevelDao
RemoteAggregationLevelNaturalId
.
toRemoteAggregationLevelNaturalIdCollection
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelNaturalIdCollection(java.util.Collection)
public final RemoteAggregationLevelNaturalId[] toRemoteAggregationLevelNaturalIdArray(java.util.Collection entities)
AggregationLevelDao
RemoteAggregationLevelNaturalId
.
toRemoteAggregationLevelNaturalIdArray
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelNaturalIdArray(java.util.Collection)
protected RemoteAggregationLevelNaturalId toRemoteAggregationLevelNaturalId(java.lang.Object[] row)
AggregationLevelDaoImpl
class if you intend to use reporting queries.
AggregationLevelDao.toRemoteAggregationLevelNaturalId(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public final void remoteAggregationLevelNaturalIdToEntityCollection(java.util.Collection instances)
AggregationLevelDao
RemoteAggregationLevelNaturalId
to this
DAO's entity.
remoteAggregationLevelNaturalIdToEntityCollection
in interface AggregationLevelDao
AggregationLevelDao.remoteAggregationLevelNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteAggregationLevelNaturalId(AggregationLevel source, RemoteAggregationLevelNaturalId target)
AggregationLevelDao
toRemoteAggregationLevelNaturalId
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelNaturalId(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
public RemoteAggregationLevelNaturalId toRemoteAggregationLevelNaturalId(AggregationLevel entity)
AggregationLevelDao
RemoteAggregationLevelNaturalId
.
toRemoteAggregationLevelNaturalId
in interface AggregationLevelDao
AggregationLevelDao.toRemoteAggregationLevelNaturalId(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void remoteAggregationLevelNaturalIdToEntity(RemoteAggregationLevelNaturalId source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
RemoteAggregationLevelNaturalId
to the specified entity.
remoteAggregationLevelNaturalIdToEntity
in interface AggregationLevelDao
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.pmfm.AggregationLevelDao#remoteAggregationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public final void toClusterAggregationLevelCollection(java.util.Collection entities)
AggregationLevelDao
ClusterAggregationLevel
.
toClusterAggregationLevelCollection
in interface AggregationLevelDao
AggregationLevelDao.toClusterAggregationLevelCollection(java.util.Collection)
public final ClusterAggregationLevel[] toClusterAggregationLevelArray(java.util.Collection entities)
AggregationLevelDao
ClusterAggregationLevel
.
toClusterAggregationLevelArray
in interface AggregationLevelDao
AggregationLevelDao.toClusterAggregationLevelArray(java.util.Collection)
protected ClusterAggregationLevel toClusterAggregationLevel(java.lang.Object[] row)
AggregationLevelDaoImpl
class if you intend to use reporting queries.
AggregationLevelDao.toClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public final void clusterAggregationLevelToEntityCollection(java.util.Collection instances)
AggregationLevelDao
ClusterAggregationLevel
to this
DAO's entity.
clusterAggregationLevelToEntityCollection
in interface AggregationLevelDao
AggregationLevelDao.clusterAggregationLevelToEntityCollection(java.util.Collection)
public void toClusterAggregationLevel(AggregationLevel source, ClusterAggregationLevel target)
AggregationLevelDao
toClusterAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.toClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
public ClusterAggregationLevel toClusterAggregationLevel(AggregationLevel entity)
AggregationLevelDao
ClusterAggregationLevel
.
toClusterAggregationLevel
in interface AggregationLevelDao
AggregationLevelDao.toClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void clusterAggregationLevelToEntity(ClusterAggregationLevel source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
ClusterAggregationLevel
to the specified entity.
clusterAggregationLevelToEntity
in interface AggregationLevelDao
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.pmfm.AggregationLevelDao#clusterAggregationLevelToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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)
AggregationLevelDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface AggregationLevelDao
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.AggregationLevelDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
AggregationLevelDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface AggregationLevelDao
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.AggregationLevelDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
AggregationLevelDao
AggregationLevelDao.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 AggregationLevelDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
AggregationLevelDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
AggregationLevelDao
search
object.
search
in interface AggregationLevelDao
search
- the search object which provides the search parameters and pagination specification.
AggregationLevelDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |