|
||||||||||
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.MethodDaoBase
public abstract class MethodDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.pmfm.Method
.
Method
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.MethodDao |
---|
TRANSFORM_CLUSTERMETHOD, TRANSFORM_NONE, TRANSFORM_REMOTEMETHODFULLVO, TRANSFORM_REMOTEMETHODNATURALID |
Constructor Summary | |
---|---|
MethodDaoBase()
|
Method Summary | |
---|---|
void |
clusterMethodToEntity(ClusterMethod source,
Method target,
boolean copyIfNull)
Copies the fields of ClusterMethod to the specified entity. |
void |
clusterMethodToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterMethod to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.pmfm.Method and adds from the passed in entities collection |
Method |
create(java.util.Date creationDate,
java.lang.String name,
java.lang.String rank,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Method
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.lang.String name,
java.lang.String rank,
Status status)
Does the same thing as MethodDao.create(java.util.Date,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Method method)
Does the same thing as MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.String description,
java.lang.String conditioning,
java.lang.String preparation,
java.lang.String conservation,
java.lang.String reference,
java.lang.String rank,
java.lang.String handbookPath,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Status status)
Does the same thing as MethodDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
Method |
create(Method method)
Creates an instance of fr.ifremer.allegro.referential.pmfm.Method and adds it to the persistent store. |
Method |
create(java.lang.String name,
java.lang.String description,
java.lang.String conditioning,
java.lang.String preparation,
java.lang.String conservation,
java.lang.String reference,
java.lang.String rank,
java.lang.String handbookPath,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Method
instance from all attributes and
properties and adds it to the persistent store. |
Method |
createFromClusterMethod(ClusterMethod clusterMethod)
|
Method |
findMethodById(java.lang.Integer id)
|
java.lang.Object |
findMethodById(int transform,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMethodById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodById(int, java.lang.Integer) with an
additional argument called queryString . |
Method |
findMethodById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodById(java.lang.Integer) with an
additional argument called queryString . |
Method |
findMethodByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMethodByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMethodByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Method |
findMethodByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MethodDao.findMethodByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMethodByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMethodByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMethodByStatus(int transform,
Status status)
Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findMethodByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MethodDao.findMethodByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMethodByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findMethodByStatus(Status status)
|
java.util.Collection |
findMethodByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as MethodDao.findMethodByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMethodByStatus(java.lang.String queryString,
Status status)
Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterMethod[] |
getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllMethod()
|
java.util.Collection |
getAllMethod(int transform)
Does the same thing as MethodDao.getAllMethod() with an
additional flag called transform . |
java.util.Collection |
getAllMethod(int pageNumber,
int pageSize)
Does the same thing as MethodDao.getAllMethod() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethod(int transform,
int pageNumber,
int pageSize)
Does the same thing as MethodDao.getAllMethod(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethod(int transform,
java.lang.String queryString)
Does the same thing as MethodDao.getAllMethod(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMethod(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MethodDao.getAllMethod(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethod(java.lang.String queryString)
Does the same thing as MethodDao.getAllMethod() with an
additional argument called queryString . |
java.util.Collection |
getAllMethod(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MethodDao.getAllMethod(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethodSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethodSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethodSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethodSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMethodSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllMethodSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMethodSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMethodSinceDateSynchro(java.sql.Timestamp updateDate)
|
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 Method |
handleCreateFromClusterMethod(ClusterMethod clusterMethod)
Performs the core logic for createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod) |
protected abstract ClusterMethod[] |
handleGetAllClusterMethodSinceDateSynchro(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 getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Method |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.Method from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as MethodDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Method . |
java.util.Collection |
loadAll(int transform)
Does the same thing as MethodDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as MethodDao.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 MethodDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteMethodFullVOToEntity(RemoteMethodFullVO source,
Method target,
boolean copyIfNull)
Copies the fields of RemoteMethodFullVO to the specified entity. |
void |
remoteMethodFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMethodFullVO to this
DAO's entity. |
void |
remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source,
Method target,
boolean copyIfNull)
Copies the fields of RemoteMethodNaturalId to the specified entity. |
void |
remoteMethodNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMethodNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Method having the given identifier from the persistent store. |
void |
remove(Method method)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Method 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 MethodDao.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 |
setStatusDao(StatusDao statusDao)
Sets the reference to statusDao . |
ClusterMethod |
toClusterMethod(Method entity)
Converts this DAO's entity to an object of type ClusterMethod . |
void |
toClusterMethod(Method source,
ClusterMethod target)
Copies the fields of the specified entity to the target value object. |
protected ClusterMethod |
toClusterMethod(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterMethod[] |
toClusterMethodArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterMethod . |
void |
toClusterMethodCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterMethod . |
protected Method |
toEntity(java.lang.Object[] row)
|
RemoteMethodFullVO |
toRemoteMethodFullVO(Method entity)
Converts this DAO's entity to an object of type RemoteMethodFullVO . |
void |
toRemoteMethodFullVO(Method source,
RemoteMethodFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteMethodFullVO |
toRemoteMethodFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteMethodFullVO[] |
toRemoteMethodFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMethodFullVO . |
void |
toRemoteMethodFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMethodFullVO . |
RemoteMethodNaturalId |
toRemoteMethodNaturalId(Method entity)
Converts this DAO's entity to an object of type RemoteMethodNaturalId . |
void |
toRemoteMethodNaturalId(Method source,
RemoteMethodNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteMethodNaturalId |
toRemoteMethodNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteMethodNaturalId[] |
toRemoteMethodNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMethodNaturalId . |
void |
toRemoteMethodNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMethodNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.pmfm.Method)
method. |
protected java.lang.Object |
transformEntity(int transform,
Method 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.MethodDao , please note
that the MethodDao.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(Method method)
Updates the method 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.MethodDao |
---|
clusterMethodToEntity, remoteMethodFullVOToEntity, remoteMethodNaturalIdToEntity |
Constructor Detail |
---|
public MethodDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.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 MethodDao
id
- identifier of the entity to load
MethodDao.load(int, java.lang.Integer)
public Method load(java.lang.Integer id)
MethodDao
load
in interface MethodDao
MethodDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MethodDao
Method
.
loadAll
in interface MethodDao
MethodDao.loadAll()
public java.util.Collection loadAll(int transform)
MethodDao
Does the same thing as MethodDao.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 MethodDao
transform
- the flag indicating what transformation to use.
MethodDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.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 MethodDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
MethodDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.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 MethodDao
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.
MethodDao.loadAll(int, int, int)
public Method create(Method method)
MethodDao
create
in interface MethodDao
MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method)
public java.lang.Object create(int transform, Method method)
MethodDao
Does the same thing as MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method)
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 MethodDao
MethodDao.create(int transform, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection create(java.util.Collection entities)
MethodDao
entities
collection
create
in interface MethodDao
entities
- the collection of fr.ifremer.allegro.referential.pmfm.Method
instances to create.
MethodDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
MethodDao
Does the same thing as MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method)
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 MethodDao
MethodDao.create(int, java.util.Collection)
public Method create(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
MethodDao
Creates a new fr.ifremer.allegro.referential.pmfm.Method
instance from all attributes and
properties and adds it to the persistent store.
create
in interface MethodDao
MethodDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
MethodDao
Does the same thing as MethodDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,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 MethodDao
MethodDao.create(int, java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public Method create(java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
MethodDao
Creates a new fr.ifremer.allegro.referential.pmfm.Method
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface MethodDao
MethodDao.create(java.util.Date,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
MethodDao
Does the same thing as MethodDao.create(java.util.Date,java.lang.String,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 MethodDao
MethodDao.create(int, java.util.Date,java.lang.String,java.lang.String,fr.ifremer.allegro.referential.Status)
public void update(Method method)
MethodDao
method
instance in the persistent store.
update
in interface MethodDao
MethodDao.update(fr.ifremer.allegro.referential.pmfm.Method)
public void update(java.util.Collection entities)
MethodDao
entities
collection in the persistent store.
update
in interface MethodDao
MethodDao.update(java.util.Collection)
public void remove(Method method)
MethodDao
remove
in interface MethodDao
MethodDao.remove(fr.ifremer.allegro.referential.pmfm.Method)
public void remove(java.lang.Integer id)
MethodDao
identifier
from the persistent store.
remove
in interface MethodDao
MethodDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MethodDao
entities collection.
- Specified by:
remove
in interface MethodDao
- See Also:
MethodDao.remove(java.util.Collection)
public java.util.Collection getAllMethod()
getAllMethod
in interface MethodDao
MethodDao.getAllMethod()
public java.util.Collection getAllMethod(int transform)
MethodDao
Does the same thing as MethodDao.getAllMethod()
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.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(int)
public java.util.Collection getAllMethod(java.lang.String queryString)
MethodDao
Does the same thing as MethodDao.getAllMethod()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.getAllMethod()
.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(java.lang.String)
public java.util.Collection getAllMethod(int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.getAllMethod()
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.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(int, int)
public java.util.Collection getAllMethod(java.lang.String queryString, int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.getAllMethod(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.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(String, int, int)
public java.util.Collection getAllMethod(int transform, java.lang.String queryString)
MethodDao
Does the same thing as MethodDao.getAllMethod(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.getAllMethod(int)
.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(int, String)
public java.util.Collection getAllMethod(int transform, int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.getAllMethod(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.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(int, int, int)
public java.util.Collection getAllMethod(int transform, java.lang.String queryString, int pageNumber, int pageSize)
MethodDao
Does the same thing as MethodDao.getAllMethod(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.
getAllMethod
in interface MethodDao
MethodDao.getAllMethod(int, java.lang.String, int, int)
public Method findMethodById(java.lang.Integer id)
findMethodById
in interface MethodDao
MethodDao.findMethodById(java.lang.Integer)
public java.lang.Object findMethodById(int transform, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodById(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.
findMethodById
in interface MethodDao
MethodDao.findMethodById(int, java.lang.Integer)
public Method findMethodById(java.lang.String queryString, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodById(java.lang.Integer)
.
findMethodById
in interface MethodDao
MethodDao.findMethodById(java.lang.String, java.lang.Integer)
public java.lang.Object findMethodById(int transform, java.lang.String queryString, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodById(int, java.lang.Integer id)
.
findMethodById
in interface MethodDao
MethodDao.findMethodById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMethodByStatus(Status status)
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(int transform, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(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.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(java.lang.String queryString, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodByStatus(fr.ifremer.allegro.referential.Status)
.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(int pageNumber, int pageSize, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(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.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(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.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(int transform, java.lang.String queryString, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(int transform, int pageNumber, int pageSize, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(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.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findMethodByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
MethodDao
Does the same thing as MethodDao.findMethodByStatus(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.
findMethodByStatus
in interface MethodDao
MethodDao.findMethodByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public Method findMethodByNaturalId(java.lang.Integer id)
findMethodByNaturalId
in interface MethodDao
MethodDao.findMethodByNaturalId(java.lang.Integer)
public java.lang.Object findMethodByNaturalId(int transform, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodByNaturalId(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.
findMethodByNaturalId
in interface MethodDao
MethodDao.findMethodByNaturalId(int, java.lang.Integer)
public Method findMethodByNaturalId(java.lang.String queryString, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodByNaturalId(java.lang.Integer)
.
findMethodByNaturalId
in interface MethodDao
MethodDao.findMethodByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMethodByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
MethodDao
Does the same thing as MethodDao.findMethodByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.findMethodByNaturalId(int, java.lang.Integer id)
.
findMethodByNaturalId
in interface MethodDao
MethodDao.findMethodByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMethodSinceDateSynchro(java.sql.Timestamp updateDate)
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(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.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.getAllMethodSinceDateSynchro(java.sql.Timestamp)
.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(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.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(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.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MethodDao.getAllMethodSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(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.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllMethodSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MethodDao
Does the same thing as MethodDao.getAllMethodSinceDateSynchro(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.
getAllMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllMethodSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Method createFromClusterMethod(ClusterMethod clusterMethod)
createFromClusterMethod
in interface MethodDao
MethodDao.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
protected abstract Method handleCreateFromClusterMethod(ClusterMethod clusterMethod) throws java.lang.Exception
createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
java.lang.Exception
public ClusterMethod[] getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterMethodSinceDateSynchro
in interface MethodDao
MethodDao.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterMethod[] handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterMethodSinceDateSynchro(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, Method entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.pmfm.MethodDao
, please note
that the MethodDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
Method
- MethodDao.TRANSFORM_NONE
RemoteMethodFullVO
- TRANSFORM_REMOTEMETHODFULLVO
RemoteMethodNaturalId
- TRANSFORM_REMOTEMETHODNATURALID
ClusterMethod
- TRANSFORM_CLUSTERMETHOD
MethodDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in MethodDao
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.Method)
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.MethodDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.pmfm.Method)
protected Method toEntity(java.lang.Object[] row)
public final void toRemoteMethodFullVOCollection(java.util.Collection entities)
MethodDao
RemoteMethodFullVO
.
toRemoteMethodFullVOCollection
in interface MethodDao
MethodDao.toRemoteMethodFullVOCollection(java.util.Collection)
public final RemoteMethodFullVO[] toRemoteMethodFullVOArray(java.util.Collection entities)
MethodDao
RemoteMethodFullVO
.
toRemoteMethodFullVOArray
in interface MethodDao
MethodDao.toRemoteMethodFullVOArray(java.util.Collection)
protected RemoteMethodFullVO toRemoteMethodFullVO(java.lang.Object[] row)
MethodDaoImpl
class if you intend to use reporting queries.
MethodDao.toRemoteMethodFullVO(fr.ifremer.allegro.referential.pmfm.Method)
public final void remoteMethodFullVOToEntityCollection(java.util.Collection instances)
MethodDao
RemoteMethodFullVO
to this
DAO's entity.
remoteMethodFullVOToEntityCollection
in interface MethodDao
MethodDao.remoteMethodFullVOToEntityCollection(java.util.Collection)
public void toRemoteMethodFullVO(Method source, RemoteMethodFullVO target)
MethodDao
toRemoteMethodFullVO
in interface MethodDao
MethodDao.toRemoteMethodFullVO(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)
public RemoteMethodFullVO toRemoteMethodFullVO(Method entity)
MethodDao
RemoteMethodFullVO
.
toRemoteMethodFullVO
in interface MethodDao
MethodDao.toRemoteMethodFullVO(fr.ifremer.allegro.referential.pmfm.Method)
public void remoteMethodFullVOToEntity(RemoteMethodFullVO source, Method target, boolean copyIfNull)
MethodDao
RemoteMethodFullVO
to the specified entity.
remoteMethodFullVOToEntity
in interface MethodDao
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.MethodDao#remoteMethodFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.Method)
public final void toRemoteMethodNaturalIdCollection(java.util.Collection entities)
MethodDao
RemoteMethodNaturalId
.
toRemoteMethodNaturalIdCollection
in interface MethodDao
MethodDao.toRemoteMethodNaturalIdCollection(java.util.Collection)
public final RemoteMethodNaturalId[] toRemoteMethodNaturalIdArray(java.util.Collection entities)
MethodDao
RemoteMethodNaturalId
.
toRemoteMethodNaturalIdArray
in interface MethodDao
MethodDao.toRemoteMethodNaturalIdArray(java.util.Collection)
protected RemoteMethodNaturalId toRemoteMethodNaturalId(java.lang.Object[] row)
MethodDaoImpl
class if you intend to use reporting queries.
MethodDao.toRemoteMethodNaturalId(fr.ifremer.allegro.referential.pmfm.Method)
public final void remoteMethodNaturalIdToEntityCollection(java.util.Collection instances)
MethodDao
RemoteMethodNaturalId
to this
DAO's entity.
remoteMethodNaturalIdToEntityCollection
in interface MethodDao
MethodDao.remoteMethodNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
MethodDao
toRemoteMethodNaturalId
in interface MethodDao
MethodDao.toRemoteMethodNaturalId(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
public RemoteMethodNaturalId toRemoteMethodNaturalId(Method entity)
MethodDao
RemoteMethodNaturalId
.
toRemoteMethodNaturalId
in interface MethodDao
MethodDao.toRemoteMethodNaturalId(fr.ifremer.allegro.referential.pmfm.Method)
public void remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
MethodDao
RemoteMethodNaturalId
to the specified entity.
remoteMethodNaturalIdToEntity
in interface MethodDao
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.MethodDao#remoteMethodNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId, fr.ifremer.allegro.referential.pmfm.Method)
public final void toClusterMethodCollection(java.util.Collection entities)
MethodDao
ClusterMethod
.
toClusterMethodCollection
in interface MethodDao
MethodDao.toClusterMethodCollection(java.util.Collection)
public final ClusterMethod[] toClusterMethodArray(java.util.Collection entities)
MethodDao
ClusterMethod
.
toClusterMethodArray
in interface MethodDao
MethodDao.toClusterMethodArray(java.util.Collection)
protected ClusterMethod toClusterMethod(java.lang.Object[] row)
MethodDaoImpl
class if you intend to use reporting queries.
MethodDao.toClusterMethod(fr.ifremer.allegro.referential.pmfm.Method)
public final void clusterMethodToEntityCollection(java.util.Collection instances)
MethodDao
ClusterMethod
to this
DAO's entity.
clusterMethodToEntityCollection
in interface MethodDao
MethodDao.clusterMethodToEntityCollection(java.util.Collection)
public void toClusterMethod(Method source, ClusterMethod target)
MethodDao
toClusterMethod
in interface MethodDao
MethodDao.toClusterMethod(fr.ifremer.allegro.referential.pmfm.Method, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
public ClusterMethod toClusterMethod(Method entity)
MethodDao
ClusterMethod
.
toClusterMethod
in interface MethodDao
MethodDao.toClusterMethod(fr.ifremer.allegro.referential.pmfm.Method)
public void clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
MethodDao
ClusterMethod
to the specified entity.
clusterMethodToEntity
in interface MethodDao
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.MethodDao#clusterMethodToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod, fr.ifremer.allegro.referential.pmfm.Method)
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)
MethodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MethodDao
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.MethodDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MethodDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MethodDao
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.MethodDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MethodDao
MethodDao.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 MethodDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
MethodDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MethodDao
search
object.
search
in interface MethodDao
search
- the search object which provides the search parameters and pagination specification.
MethodDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |