|
||||||||||
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.FractionDaoBase
public abstract class FractionDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.pmfm.Fraction
.
Fraction
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.FractionDao |
---|
TRANSFORM_CLUSTERFRACTION, TRANSFORM_NONE, TRANSFORM_REMOTEFRACTIONFULLVO, TRANSFORM_REMOTEFRACTIONNATURALID |
Constructor Summary | |
---|---|
FractionDaoBase()
|
Method Summary | |
---|---|
void |
clusterFractionToEntity(ClusterFraction source,
Fraction target,
boolean copyIfNull)
Copies the fields of ClusterFraction to the specified entity. |
void |
clusterFractionToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFraction to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.pmfm.Fraction and adds from the passed in entities collection |
Fraction |
create(java.util.Date creationDate,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fraction |
create(Fraction fraction)
Creates an instance of fr.ifremer.allegro.referential.pmfm.Fraction and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.lang.String name,
Status status)
Does the same thing as FractionDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Fraction fraction)
Does the same thing as FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.util.Collection matrixes,
Status status)
Does the same thing as FractionDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
Fraction |
create(java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.util.Collection matrixes,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from all attributes and
properties and adds it to the persistent store. |
Fraction |
createFromClusterFraction(ClusterFraction clusterFraction)
|
Fraction |
findFractionById(java.lang.Integer id)
|
java.lang.Object |
findFractionById(int transform,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFractionById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionById(int, java.lang.Integer) with an
additional argument called queryString . |
Fraction |
findFractionById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionById(java.lang.Integer) with an
additional argument called queryString . |
Fraction |
findFractionByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findFractionByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFractionByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Fraction |
findFractionByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findFractionByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFractionByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFractionByStatus(int transform,
Status status)
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findFractionByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FractionDao.findFractionByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFractionByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findFractionByStatus(Status status)
|
java.util.Collection |
findFractionByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as FractionDao.findFractionByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFractionByStatus(java.lang.String queryString,
Status status)
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterFraction[] |
getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFraction()
|
java.util.Collection |
getAllFraction(int transform)
Does the same thing as FractionDao.getAllFraction() with an
additional flag called transform . |
java.util.Collection |
getAllFraction(int pageNumber,
int pageSize)
Does the same thing as FractionDao.getAllFraction() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFraction(int transform,
int pageNumber,
int pageSize)
Does the same thing as FractionDao.getAllFraction(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFraction(int transform,
java.lang.String queryString)
Does the same thing as FractionDao.getAllFraction(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFraction(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FractionDao.getAllFraction(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFraction(java.lang.String queryString)
Does the same thing as FractionDao.getAllFraction() with an
additional argument called queryString . |
java.util.Collection |
getAllFraction(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FractionDao.getAllFraction(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFractionSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFractionSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFractionSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFractionSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFractionSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllFractionSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFractionSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFractionSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected MatrixDao |
getMatrixDao()
Gets the reference to matrixDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected StatusDao |
getStatusDao()
Gets the reference to statusDao . |
protected abstract Fraction |
handleCreateFromClusterFraction(ClusterFraction clusterFraction)
Performs the core logic for createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction) |
protected abstract ClusterFraction[] |
handleGetAllClusterFractionSinceDateSynchro(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 getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Fraction |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.Fraction from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as FractionDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Fraction . |
java.util.Collection |
loadAll(int transform)
Does the same thing as FractionDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as FractionDao.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 FractionDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionFullVO to the specified entity. |
void |
remoteFractionFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFractionFullVO to this
DAO's entity. |
void |
remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionNaturalId to the specified entity. |
void |
remoteFractionNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFractionNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(Fraction fraction)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Fraction from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Fraction 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 FractionDao.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 |
setMatrixDao(MatrixDao matrixDao)
Sets the reference to matrixDao . |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to statusDao . |
ClusterFraction |
toClusterFraction(Fraction entity)
Converts this DAO's entity to an object of type ClusterFraction . |
void |
toClusterFraction(Fraction source,
ClusterFraction target)
Copies the fields of the specified entity to the target value object. |
protected ClusterFraction |
toClusterFraction(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFraction[] |
toClusterFractionArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFraction . |
void |
toClusterFractionCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFraction . |
protected Fraction |
toEntity(java.lang.Object[] row)
|
RemoteFractionFullVO |
toRemoteFractionFullVO(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionFullVO . |
void |
toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFractionFullVO |
toRemoteFractionFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFractionFullVO[] |
toRemoteFractionFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFractionFullVO . |
void |
toRemoteFractionFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFractionFullVO . |
RemoteFractionNaturalId |
toRemoteFractionNaturalId(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionNaturalId . |
void |
toRemoteFractionNaturalId(Fraction source,
RemoteFractionNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFractionNaturalId |
toRemoteFractionNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFractionNaturalId[] |
toRemoteFractionNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFractionNaturalId . |
void |
toRemoteFractionNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFractionNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.pmfm.Fraction)
method. |
protected java.lang.Object |
transformEntity(int transform,
Fraction 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.FractionDao , please note
that the FractionDao.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(Fraction fraction)
Updates the fraction 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.pmfm.FractionDao |
---|
clusterFractionToEntity, remoteFractionFullVOToEntity, remoteFractionNaturalIdToEntity |
Constructor Detail |
---|
public FractionDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public void setMatrixDao(MatrixDao matrixDao)
matrixDao
.
protected MatrixDao getMatrixDao()
matrixDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.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 FractionDao
id
- identifier of the entity to load
FractionDao.load(int, java.lang.Integer)
public Fraction load(java.lang.Integer id)
FractionDao
load
in interface FractionDao
FractionDao.load(java.lang.Integer)
public java.util.Collection loadAll()
FractionDao
Fraction
.
loadAll
in interface FractionDao
FractionDao.loadAll()
public java.util.Collection loadAll(int transform)
FractionDao
Does the same thing as FractionDao.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 FractionDao
transform
- the flag indicating what transformation to use.
FractionDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.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 FractionDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
FractionDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.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 FractionDao
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.
FractionDao.loadAll(int, int, int)
public Fraction create(Fraction fraction)
FractionDao
create
in interface FractionDao
FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction)
public java.lang.Object create(int transform, Fraction fraction)
FractionDao
Does the same thing as FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction)
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 FractionDao
FractionDao.create(int transform, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection create(java.util.Collection entities)
FractionDao
entities
collection
create
in interface FractionDao
entities
- the collection of fr.ifremer.allegro.referential.pmfm.Fraction
instances to create.
FractionDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
FractionDao
Does the same thing as FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction)
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 FractionDao
FractionDao.create(int, java.util.Collection)
public Fraction create(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
FractionDao
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from all attributes and
properties and adds it to the persistent store.
create
in interface FractionDao
FractionDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection matrixes, Status status)
FractionDao
Does the same thing as FractionDao.create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status)
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 FractionDao
FractionDao.create(int, java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.Status)
public Fraction create(java.util.Date creationDate, java.lang.String name, Status status)
FractionDao
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface FractionDao
FractionDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.util.Date creationDate, java.lang.String name, Status status)
FractionDao
Does the same thing as FractionDao.create(java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status)
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 FractionDao
FractionDao.create(int, java.util.Date,java.lang.String,fr.ifremer.allegro.referential.Status)
public void update(Fraction fraction)
FractionDao
fraction
instance in the persistent store.
update
in interface FractionDao
FractionDao.update(fr.ifremer.allegro.referential.pmfm.Fraction)
public void update(java.util.Collection entities)
FractionDao
entities
collection in the persistent store.
update
in interface FractionDao
FractionDao.update(java.util.Collection)
public void remove(Fraction fraction)
FractionDao
remove
in interface FractionDao
FractionDao.remove(fr.ifremer.allegro.referential.pmfm.Fraction)
public void remove(java.lang.Integer id)
FractionDao
identifier
from the persistent store.
remove
in interface FractionDao
FractionDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
FractionDao
entities collection.
- Specified by:
remove
in interface FractionDao
- See Also:
FractionDao.remove(java.util.Collection)
public java.util.Collection getAllFraction()
getAllFraction
in interface FractionDao
FractionDao.getAllFraction()
public java.util.Collection getAllFraction(int transform)
FractionDao
Does the same thing as FractionDao.getAllFraction()
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.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(int)
public java.util.Collection getAllFraction(java.lang.String queryString)
FractionDao
Does the same thing as FractionDao.getAllFraction()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.getAllFraction()
.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(java.lang.String)
public java.util.Collection getAllFraction(int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.getAllFraction()
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.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(int, int)
public java.util.Collection getAllFraction(java.lang.String queryString, int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.getAllFraction(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.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(String, int, int)
public java.util.Collection getAllFraction(int transform, java.lang.String queryString)
FractionDao
Does the same thing as FractionDao.getAllFraction(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.getAllFraction(int)
.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(int, String)
public java.util.Collection getAllFraction(int transform, int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.getAllFraction(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.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(int, int, int)
public java.util.Collection getAllFraction(int transform, java.lang.String queryString, int pageNumber, int pageSize)
FractionDao
Does the same thing as FractionDao.getAllFraction(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.
getAllFraction
in interface FractionDao
FractionDao.getAllFraction(int, java.lang.String, int, int)
public Fraction findFractionById(java.lang.Integer id)
findFractionById
in interface FractionDao
FractionDao.findFractionById(java.lang.Integer)
public java.lang.Object findFractionById(int transform, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionById(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.
findFractionById
in interface FractionDao
FractionDao.findFractionById(int, java.lang.Integer)
public Fraction findFractionById(java.lang.String queryString, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionById(java.lang.Integer)
.
findFractionById
in interface FractionDao
FractionDao.findFractionById(java.lang.String, java.lang.Integer)
public java.lang.Object findFractionById(int transform, java.lang.String queryString, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionById(int, java.lang.Integer id)
.
findFractionById
in interface FractionDao
FractionDao.findFractionById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFractionByStatus(Status status)
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(int transform, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status)
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.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(java.lang.String queryString, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status)
.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(int pageNumber, int pageSize, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(fr.ifremer.allegro.referential.Status)
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.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(int transform, java.lang.String queryString, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(int transform, int pageNumber, int pageSize, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findFractionByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
FractionDao
Does the same thing as FractionDao.findFractionByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findFractionByStatus
in interface FractionDao
FractionDao.findFractionByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public Fraction findFractionByNaturalId(java.lang.Integer id)
findFractionByNaturalId
in interface FractionDao
FractionDao.findFractionByNaturalId(java.lang.Integer)
public java.lang.Object findFractionByNaturalId(int transform, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionByNaturalId(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.
findFractionByNaturalId
in interface FractionDao
FractionDao.findFractionByNaturalId(int, java.lang.Integer)
public Fraction findFractionByNaturalId(java.lang.String queryString, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionByNaturalId(java.lang.Integer)
.
findFractionByNaturalId
in interface FractionDao
FractionDao.findFractionByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findFractionByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
FractionDao
Does the same thing as FractionDao.findFractionByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.findFractionByNaturalId(int, java.lang.Integer id)
.
findFractionByNaturalId
in interface FractionDao
FractionDao.findFractionByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllFractionSinceDateSynchro(java.sql.Timestamp updateDate)
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(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.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.getAllFractionSinceDateSynchro(java.sql.Timestamp)
.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(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.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(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.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FractionDao.getAllFractionSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(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.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllFractionSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FractionDao
Does the same thing as FractionDao.getAllFractionSinceDateSynchro(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.
getAllFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllFractionSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Fraction createFromClusterFraction(ClusterFraction clusterFraction)
createFromClusterFraction
in interface FractionDao
FractionDao.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
protected abstract Fraction handleCreateFromClusterFraction(ClusterFraction clusterFraction) throws java.lang.Exception
createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
java.lang.Exception
public ClusterFraction[] getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFractionSinceDateSynchro
in interface FractionDao
FractionDao.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFraction[] handleGetAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFractionSinceDateSynchro(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, Fraction entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.pmfm.FractionDao
, please note
that the FractionDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
Fraction
- FractionDao.TRANSFORM_NONE
RemoteFractionFullVO
- TRANSFORM_REMOTEFRACTIONFULLVO
RemoteFractionNaturalId
- TRANSFORM_REMOTEFRACTIONNATURALID
ClusterFraction
- TRANSFORM_CLUSTERFRACTION
FractionDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in FractionDao
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.Fraction)
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.FractionDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.pmfm.Fraction)
protected Fraction toEntity(java.lang.Object[] row)
public final void toRemoteFractionFullVOCollection(java.util.Collection entities)
FractionDao
RemoteFractionFullVO
.
toRemoteFractionFullVOCollection
in interface FractionDao
FractionDao.toRemoteFractionFullVOCollection(java.util.Collection)
public final RemoteFractionFullVO[] toRemoteFractionFullVOArray(java.util.Collection entities)
FractionDao
RemoteFractionFullVO
.
toRemoteFractionFullVOArray
in interface FractionDao
FractionDao.toRemoteFractionFullVOArray(java.util.Collection)
protected RemoteFractionFullVO toRemoteFractionFullVO(java.lang.Object[] row)
FractionDaoImpl
class if you intend to use reporting queries.
FractionDao.toRemoteFractionFullVO(fr.ifremer.allegro.referential.pmfm.Fraction)
public final void remoteFractionFullVOToEntityCollection(java.util.Collection instances)
FractionDao
RemoteFractionFullVO
to this
DAO's entity.
remoteFractionFullVOToEntityCollection
in interface FractionDao
FractionDao.remoteFractionFullVOToEntityCollection(java.util.Collection)
public void toRemoteFractionFullVO(Fraction source, RemoteFractionFullVO target)
FractionDao
toRemoteFractionFullVO
in interface FractionDao
FractionDao.toRemoteFractionFullVO(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
public RemoteFractionFullVO toRemoteFractionFullVO(Fraction entity)
FractionDao
RemoteFractionFullVO
.
toRemoteFractionFullVO
in interface FractionDao
FractionDao.toRemoteFractionFullVO(fr.ifremer.allegro.referential.pmfm.Fraction)
public void remoteFractionFullVOToEntity(RemoteFractionFullVO source, Fraction target, boolean copyIfNull)
FractionDao
RemoteFractionFullVO
to the specified entity.
remoteFractionFullVOToEntity
in interface FractionDao
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.FractionDao#remoteFractionFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.Fraction)
public final void toRemoteFractionNaturalIdCollection(java.util.Collection entities)
FractionDao
RemoteFractionNaturalId
.
toRemoteFractionNaturalIdCollection
in interface FractionDao
FractionDao.toRemoteFractionNaturalIdCollection(java.util.Collection)
public final RemoteFractionNaturalId[] toRemoteFractionNaturalIdArray(java.util.Collection entities)
FractionDao
RemoteFractionNaturalId
.
toRemoteFractionNaturalIdArray
in interface FractionDao
FractionDao.toRemoteFractionNaturalIdArray(java.util.Collection)
protected RemoteFractionNaturalId toRemoteFractionNaturalId(java.lang.Object[] row)
FractionDaoImpl
class if you intend to use reporting queries.
FractionDao.toRemoteFractionNaturalId(fr.ifremer.allegro.referential.pmfm.Fraction)
public final void remoteFractionNaturalIdToEntityCollection(java.util.Collection instances)
FractionDao
RemoteFractionNaturalId
to this
DAO's entity.
remoteFractionNaturalIdToEntityCollection
in interface FractionDao
FractionDao.remoteFractionNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteFractionNaturalId(Fraction source, RemoteFractionNaturalId target)
FractionDao
toRemoteFractionNaturalId
in interface FractionDao
FractionDao.toRemoteFractionNaturalId(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
public RemoteFractionNaturalId toRemoteFractionNaturalId(Fraction entity)
FractionDao
RemoteFractionNaturalId
.
toRemoteFractionNaturalId
in interface FractionDao
FractionDao.toRemoteFractionNaturalId(fr.ifremer.allegro.referential.pmfm.Fraction)
public void remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source, Fraction target, boolean copyIfNull)
FractionDao
RemoteFractionNaturalId
to the specified entity.
remoteFractionNaturalIdToEntity
in interface FractionDao
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.FractionDao#remoteFractionNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId, fr.ifremer.allegro.referential.pmfm.Fraction)
public final void toClusterFractionCollection(java.util.Collection entities)
FractionDao
ClusterFraction
.
toClusterFractionCollection
in interface FractionDao
FractionDao.toClusterFractionCollection(java.util.Collection)
public final ClusterFraction[] toClusterFractionArray(java.util.Collection entities)
FractionDao
ClusterFraction
.
toClusterFractionArray
in interface FractionDao
FractionDao.toClusterFractionArray(java.util.Collection)
protected ClusterFraction toClusterFraction(java.lang.Object[] row)
FractionDaoImpl
class if you intend to use reporting queries.
FractionDao.toClusterFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
public final void clusterFractionToEntityCollection(java.util.Collection instances)
FractionDao
ClusterFraction
to this
DAO's entity.
clusterFractionToEntityCollection
in interface FractionDao
FractionDao.clusterFractionToEntityCollection(java.util.Collection)
public void toClusterFraction(Fraction source, ClusterFraction target)
FractionDao
toClusterFraction
in interface FractionDao
FractionDao.toClusterFraction(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
public ClusterFraction toClusterFraction(Fraction entity)
FractionDao
ClusterFraction
.
toClusterFraction
in interface FractionDao
FractionDao.toClusterFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
public void clusterFractionToEntity(ClusterFraction source, Fraction target, boolean copyIfNull)
FractionDao
ClusterFraction
to the specified entity.
clusterFractionToEntity
in interface FractionDao
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.FractionDao#clusterFractionToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction, fr.ifremer.allegro.referential.pmfm.Fraction)
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)
FractionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FractionDao
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.FractionDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
FractionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FractionDao
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.FractionDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
FractionDao
FractionDao.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 FractionDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
FractionDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
FractionDao
search
object.
search
in interface FractionDao
search
- the search object which provides the search parameters and pagination specification.
FractionDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |