|
||||||||||
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.administration.user.ageReader.AgeReaderQualificationDaoBase
public abstract class AgeReaderQualificationDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
.
AgeReaderQualification
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualificationDao |
---|
TRANSFORM_CLUSTERAGEREADERQUALIFICATION, TRANSFORM_NONE, TRANSFORM_REMOTEAGEREADERQUALIFICATIONFULLVO, TRANSFORM_REMOTEAGEREADERQUALIFICATIONNATURALID |
Constructor Summary | |
---|---|
AgeReaderQualificationDaoBase()
|
Method Summary | |
---|---|
void |
clusterAgeReaderQualificationToEntity(ClusterAgeReaderQualification source,
AgeReaderQualification target,
boolean copyIfNull)
Copies the fields of ClusterAgeReaderQualification to the specified entity. |
void |
clusterAgeReaderQualificationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterAgeReaderQualification to this
DAO's entity. |
AgeReaderQualification |
create(AgeReaderQualification ageReaderQualification)
Creates an instance of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification and adds from the passed in entities collection |
AgeReaderQualification |
create(java.util.Collection locations,
java.lang.Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
java.util.Date startDate)
Creates a new fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AgeReaderQualification |
create(java.util.Date startDate,
java.util.Date endDate,
java.lang.Integer qualificationLevel,
java.util.Collection people,
ReferenceTaxon referenceTaxon,
java.util.Collection locations)
Creates a new fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
AgeReaderQualification ageReaderQualification)
Does the same thing as AgeReaderQualificationDao.create(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as AgeReaderQualificationDao.create(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Collection locations,
java.lang.Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
java.util.Date startDate)
Does the same thing as AgeReaderQualificationDao.create(java.util.Collection,java.lang.Integer,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.lang.Integer qualificationLevel,
java.util.Collection people,
ReferenceTaxon referenceTaxon,
java.util.Collection locations)
Does the same thing as AgeReaderQualificationDao.create(java.util.Date,java.util.Date,java.lang.Integer,java.util.Collection,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection) with an
additional flag called transform . |
AgeReaderQualification |
createFromClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
|
AgeReaderQualification |
findAgeReaderQualificationById(java.lang.Integer id)
|
java.lang.Object |
findAgeReaderQualificationById(int transform,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findAgeReaderQualificationById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(int, java.lang.Integer) with an
additional argument called queryString . |
AgeReaderQualification |
findAgeReaderQualificationById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.Integer) with an
additional argument called queryString . |
AgeReaderQualification |
findAgeReaderQualificationByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findAgeReaderQualificationByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findAgeReaderQualificationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
AgeReaderQualification |
findAgeReaderQualificationByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findAgeReaderQualificationByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
getAllAgeReaderQualification()
|
java.util.Collection |
getAllAgeReaderQualification(int transform)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification() with an
additional flag called transform . |
java.util.Collection |
getAllAgeReaderQualification(int pageNumber,
int pageSize)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAgeReaderQualification(int transform,
int pageNumber,
int pageSize)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAgeReaderQualification(int transform,
java.lang.String queryString)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(int) with an
additional argument called queryString . |
java.util.Collection |
getAllAgeReaderQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllAgeReaderQualification(java.lang.String queryString)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification() with an
additional argument called queryString . |
java.util.Collection |
getAllAgeReaderQualification(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(String) with an
additional two arguments called pageNumber and pageSize . |
ClusterAgeReaderQualification[] |
getAllClusterAgeReaderQualification(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected PersonDao |
getPersonDao()
Gets the reference to personDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ReferenceTaxonDao |
getReferenceTaxonDao()
Gets the reference to referenceTaxonDao . |
protected abstract AgeReaderQualification |
handleCreateFromClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
Performs the core logic for createFromClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification) |
protected abstract ClusterAgeReaderQualification[] |
handleGetAllClusterAgeReaderQualification(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
AgeReaderQualification |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as AgeReaderQualificationDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type AgeReaderQualification . |
java.util.Collection |
loadAll(int transform)
Does the same thing as AgeReaderQualificationDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as AgeReaderQualificationDao.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 AgeReaderQualificationDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteAgeReaderQualificationFullVOToEntity(RemoteAgeReaderQualificationFullVO source,
AgeReaderQualification target,
boolean copyIfNull)
Copies the fields of RemoteAgeReaderQualificationFullVO to the specified entity. |
void |
remoteAgeReaderQualificationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteAgeReaderQualificationFullVO to this
DAO's entity. |
void |
remoteAgeReaderQualificationNaturalIdToEntity(RemoteAgeReaderQualificationNaturalId source,
AgeReaderQualification target,
boolean copyIfNull)
Copies the fields of RemoteAgeReaderQualificationNaturalId to the specified entity. |
void |
remoteAgeReaderQualificationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteAgeReaderQualificationNaturalId to this
DAO's entity. |
void |
remove(AgeReaderQualification ageReaderQualification)
Removes the instance of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification from the persistent store. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification 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 AgeReaderQualificationDao.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 |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxonDao . |
ClusterAgeReaderQualification |
toClusterAgeReaderQualification(AgeReaderQualification entity)
Converts this DAO's entity to an object of type ClusterAgeReaderQualification . |
void |
toClusterAgeReaderQualification(AgeReaderQualification source,
ClusterAgeReaderQualification target)
Copies the fields of the specified entity to the target value object. |
protected ClusterAgeReaderQualification |
toClusterAgeReaderQualification(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterAgeReaderQualification[] |
toClusterAgeReaderQualificationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterAgeReaderQualification . |
void |
toClusterAgeReaderQualificationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterAgeReaderQualification . |
protected AgeReaderQualification |
toEntity(java.lang.Object[] row)
|
RemoteAgeReaderQualificationFullVO |
toRemoteAgeReaderQualificationFullVO(AgeReaderQualification entity)
Converts this DAO's entity to an object of type RemoteAgeReaderQualificationFullVO . |
void |
toRemoteAgeReaderQualificationFullVO(AgeReaderQualification source,
RemoteAgeReaderQualificationFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteAgeReaderQualificationFullVO |
toRemoteAgeReaderQualificationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAgeReaderQualificationFullVO[] |
toRemoteAgeReaderQualificationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAgeReaderQualificationFullVO . |
void |
toRemoteAgeReaderQualificationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteAgeReaderQualificationFullVO . |
RemoteAgeReaderQualificationNaturalId |
toRemoteAgeReaderQualificationNaturalId(AgeReaderQualification entity)
Converts this DAO's entity to an object of type RemoteAgeReaderQualificationNaturalId . |
void |
toRemoteAgeReaderQualificationNaturalId(AgeReaderQualification source,
RemoteAgeReaderQualificationNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteAgeReaderQualificationNaturalId |
toRemoteAgeReaderQualificationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAgeReaderQualificationNaturalId[] |
toRemoteAgeReaderQualificationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAgeReaderQualificationNaturalId . |
void |
toRemoteAgeReaderQualificationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteAgeReaderQualificationNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
method. |
protected java.lang.Object |
transformEntity(int transform,
AgeReaderQualification 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.administration.user.ageReader.AgeReaderQualificationDao , please note
that the AgeReaderQualificationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(AgeReaderQualification ageReaderQualification)
Updates the ageReaderQualification instance in the persistent store. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualificationDao |
---|
clusterAgeReaderQualificationToEntity, remoteAgeReaderQualificationFullVOToEntity, remoteAgeReaderQualificationNaturalIdToEntity |
Constructor Detail |
---|
public AgeReaderQualificationDaoBase()
Method Detail |
---|
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxonDao
.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxonDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.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 AgeReaderQualificationDao
id
- identifier of the entity to load
AgeReaderQualificationDao.load(int, java.lang.Integer)
public AgeReaderQualification load(java.lang.Integer id)
AgeReaderQualificationDao
load
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.load(java.lang.Integer)
public java.util.Collection loadAll()
AgeReaderQualificationDao
AgeReaderQualification
.
loadAll
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.loadAll()
public java.util.Collection loadAll(int transform)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.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 AgeReaderQualificationDao
transform
- the flag indicating what transformation to use.
AgeReaderQualificationDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.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 AgeReaderQualificationDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
AgeReaderQualificationDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.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 AgeReaderQualificationDao
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.
AgeReaderQualificationDao.loadAll(int, int, int)
public AgeReaderQualification create(AgeReaderQualification ageReaderQualification)
AgeReaderQualificationDao
create
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.create(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public java.lang.Object create(int transform, AgeReaderQualification ageReaderQualification)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.create(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
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 AgeReaderQualificationDao
AgeReaderQualificationDao.create(int transform, fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public java.util.Collection create(java.util.Collection entities)
AgeReaderQualificationDao
entities
collection
create
in interface AgeReaderQualificationDao
entities
- the collection of fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
instances to create.
AgeReaderQualificationDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.create(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
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 AgeReaderQualificationDao
AgeReaderQualificationDao.create(int, java.util.Collection)
public AgeReaderQualification create(java.util.Date startDate, java.util.Date endDate, java.lang.Integer qualificationLevel, java.util.Collection people, ReferenceTaxon referenceTaxon, java.util.Collection locations)
AgeReaderQualificationDao
Creates a new fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
instance from all attributes and
properties and adds it to the persistent store.
create
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.create(java.util.Date,java.util.Date,java.lang.Integer,java.util.Collection,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection)
public java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.lang.Integer qualificationLevel, java.util.Collection people, ReferenceTaxon referenceTaxon, java.util.Collection locations)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.create(java.util.Date,java.util.Date,java.lang.Integer,java.util.Collection,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection)
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 AgeReaderQualificationDao
AgeReaderQualificationDao.create(int, java.util.Date,java.util.Date,java.lang.Integer,java.util.Collection,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection)
public AgeReaderQualification create(java.util.Collection locations, java.lang.Integer qualificationLevel, ReferenceTaxon referenceTaxon, java.util.Date startDate)
AgeReaderQualificationDao
Creates a new fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.create(java.util.Collection,java.lang.Integer,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date)
public java.lang.Object create(int transform, java.util.Collection locations, java.lang.Integer qualificationLevel, ReferenceTaxon referenceTaxon, java.util.Date startDate)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.create(java.util.Collection,java.lang.Integer,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date)
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 AgeReaderQualificationDao
AgeReaderQualificationDao.create(int, java.util.Collection,java.lang.Integer,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date)
public void update(AgeReaderQualification ageReaderQualification)
AgeReaderQualificationDao
ageReaderQualification
instance in the persistent store.
update
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.update(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public void update(java.util.Collection entities)
AgeReaderQualificationDao
entities
collection in the persistent store.
update
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.update(java.util.Collection)
public void remove(AgeReaderQualification ageReaderQualification)
AgeReaderQualificationDao
remove
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.remove(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public void remove(java.lang.Integer id)
AgeReaderQualificationDao
identifier
from the persistent store.
remove
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
AgeReaderQualificationDao
entities collection.
- Specified by:
remove
in interface AgeReaderQualificationDao
- See Also:
AgeReaderQualificationDao.remove(java.util.Collection)
public java.util.Collection getAllAgeReaderQualification()
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification()
public java.util.Collection getAllAgeReaderQualification(int transform)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification()
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.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(int)
public java.util.Collection getAllAgeReaderQualification(java.lang.String queryString)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.getAllAgeReaderQualification()
.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(java.lang.String)
public java.util.Collection getAllAgeReaderQualification(int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification()
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.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(int, int)
public java.util.Collection getAllAgeReaderQualification(java.lang.String queryString, int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(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.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(String, int, int)
public java.util.Collection getAllAgeReaderQualification(int transform, java.lang.String queryString)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.getAllAgeReaderQualification(int)
.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(int, String)
public java.util.Collection getAllAgeReaderQualification(int transform, int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(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.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(int, int, int)
public java.util.Collection getAllAgeReaderQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.getAllAgeReaderQualification(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.
getAllAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllAgeReaderQualification(int, java.lang.String, int, int)
public AgeReaderQualification findAgeReaderQualificationById(java.lang.Integer id)
findAgeReaderQualificationById
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.Integer)
public java.lang.Object findAgeReaderQualificationById(int transform, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(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.
findAgeReaderQualificationById
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationById(int, java.lang.Integer)
public AgeReaderQualification findAgeReaderQualificationById(java.lang.String queryString, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.Integer)
.
findAgeReaderQualificationById
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationById(java.lang.String, java.lang.Integer)
public java.lang.Object findAgeReaderQualificationById(int transform, java.lang.String queryString, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationById(int, java.lang.Integer id)
.
findAgeReaderQualificationById
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(ReferenceTaxon referenceTaxon)
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findAgeReaderQualificationByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findAgeReaderQualificationByReferenceTaxon
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByReferenceTaxon(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public AgeReaderQualification findAgeReaderQualificationByNaturalId(java.lang.Integer id)
findAgeReaderQualificationByNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.Integer)
public java.lang.Object findAgeReaderQualificationByNaturalId(int transform, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(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.
findAgeReaderQualificationByNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(int, java.lang.Integer)
public AgeReaderQualification findAgeReaderQualificationByNaturalId(java.lang.String queryString, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.Integer)
.
findAgeReaderQualificationByNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findAgeReaderQualificationByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
AgeReaderQualificationDao
Does the same thing as AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(int, java.lang.Integer id)
.
findAgeReaderQualificationByNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.findAgeReaderQualificationByNaturalId(int, java.lang.String, java.lang.Integer)
public AgeReaderQualification createFromClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
createFromClusterAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.createFromClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)
protected abstract AgeReaderQualification handleCreateFromClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification) throws java.lang.Exception
createFromClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)
java.lang.Exception
public ClusterAgeReaderQualification[] getAllClusterAgeReaderQualification(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAgeReaderQualification[] handleGetAllClusterAgeReaderQualification(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, AgeReaderQualification entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualificationDao
, please note
that the AgeReaderQualificationDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
AgeReaderQualification
- AgeReaderQualificationDao.TRANSFORM_NONE
RemoteAgeReaderQualificationFullVO
- TRANSFORM_REMOTEAGEREADERQUALIFICATIONFULLVO
RemoteAgeReaderQualificationNaturalId
- TRANSFORM_REMOTEAGEREADERQUALIFICATIONNATURALID
ClusterAgeReaderQualification
- TRANSFORM_CLUSTERAGEREADERQUALIFICATION
AgeReaderQualificationDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in AgeReaderQualificationDao
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.administration.user.ageReader.AgeReaderQualification)
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.administration.user.ageReader.AgeReaderQualificationDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
protected AgeReaderQualification toEntity(java.lang.Object[] row)
public final void toRemoteAgeReaderQualificationFullVOCollection(java.util.Collection entities)
AgeReaderQualificationDao
RemoteAgeReaderQualificationFullVO
.
toRemoteAgeReaderQualificationFullVOCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationFullVOCollection(java.util.Collection)
public final RemoteAgeReaderQualificationFullVO[] toRemoteAgeReaderQualificationFullVOArray(java.util.Collection entities)
AgeReaderQualificationDao
RemoteAgeReaderQualificationFullVO
.
toRemoteAgeReaderQualificationFullVOArray
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationFullVOArray(java.util.Collection)
protected RemoteAgeReaderQualificationFullVO toRemoteAgeReaderQualificationFullVO(java.lang.Object[] row)
AgeReaderQualificationDaoImpl
class if you intend to use reporting queries.
AgeReaderQualificationDao.toRemoteAgeReaderQualificationFullVO(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public final void remoteAgeReaderQualificationFullVOToEntityCollection(java.util.Collection instances)
AgeReaderQualificationDao
RemoteAgeReaderQualificationFullVO
to this
DAO's entity.
remoteAgeReaderQualificationFullVOToEntityCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.remoteAgeReaderQualificationFullVOToEntityCollection(java.util.Collection)
public void toRemoteAgeReaderQualificationFullVO(AgeReaderQualification source, RemoteAgeReaderQualificationFullVO target)
AgeReaderQualificationDao
toRemoteAgeReaderQualificationFullVO
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationFullVO(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
public RemoteAgeReaderQualificationFullVO toRemoteAgeReaderQualificationFullVO(AgeReaderQualification entity)
AgeReaderQualificationDao
RemoteAgeReaderQualificationFullVO
.
toRemoteAgeReaderQualificationFullVO
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationFullVO(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public void remoteAgeReaderQualificationFullVOToEntity(RemoteAgeReaderQualificationFullVO source, AgeReaderQualification target, boolean copyIfNull)
AgeReaderQualificationDao
RemoteAgeReaderQualificationFullVO
to the specified entity.
remoteAgeReaderQualificationFullVOToEntity
in interface AgeReaderQualificationDao
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.administration.user.ageReader.AgeReaderQualificationDao#remoteAgeReaderQualificationFullVOToEntity(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public final void toRemoteAgeReaderQualificationNaturalIdCollection(java.util.Collection entities)
AgeReaderQualificationDao
RemoteAgeReaderQualificationNaturalId
.
toRemoteAgeReaderQualificationNaturalIdCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationNaturalIdCollection(java.util.Collection)
public final RemoteAgeReaderQualificationNaturalId[] toRemoteAgeReaderQualificationNaturalIdArray(java.util.Collection entities)
AgeReaderQualificationDao
RemoteAgeReaderQualificationNaturalId
.
toRemoteAgeReaderQualificationNaturalIdArray
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationNaturalIdArray(java.util.Collection)
protected RemoteAgeReaderQualificationNaturalId toRemoteAgeReaderQualificationNaturalId(java.lang.Object[] row)
AgeReaderQualificationDaoImpl
class if you intend to use reporting queries.
AgeReaderQualificationDao.toRemoteAgeReaderQualificationNaturalId(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public final void remoteAgeReaderQualificationNaturalIdToEntityCollection(java.util.Collection instances)
AgeReaderQualificationDao
RemoteAgeReaderQualificationNaturalId
to this
DAO's entity.
remoteAgeReaderQualificationNaturalIdToEntityCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.remoteAgeReaderQualificationNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteAgeReaderQualificationNaturalId(AgeReaderQualification source, RemoteAgeReaderQualificationNaturalId target)
AgeReaderQualificationDao
toRemoteAgeReaderQualificationNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationNaturalId(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationNaturalId)
public RemoteAgeReaderQualificationNaturalId toRemoteAgeReaderQualificationNaturalId(AgeReaderQualification entity)
AgeReaderQualificationDao
RemoteAgeReaderQualificationNaturalId
.
toRemoteAgeReaderQualificationNaturalId
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toRemoteAgeReaderQualificationNaturalId(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public void remoteAgeReaderQualificationNaturalIdToEntity(RemoteAgeReaderQualificationNaturalId source, AgeReaderQualification target, boolean copyIfNull)
AgeReaderQualificationDao
RemoteAgeReaderQualificationNaturalId
to the specified entity.
remoteAgeReaderQualificationNaturalIdToEntity
in interface AgeReaderQualificationDao
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.administration.user.ageReader.AgeReaderQualificationDao#remoteAgeReaderQualificationNaturalIdToEntity(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationNaturalId, fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public final void toClusterAgeReaderQualificationCollection(java.util.Collection entities)
AgeReaderQualificationDao
ClusterAgeReaderQualification
.
toClusterAgeReaderQualificationCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toClusterAgeReaderQualificationCollection(java.util.Collection)
public final ClusterAgeReaderQualification[] toClusterAgeReaderQualificationArray(java.util.Collection entities)
AgeReaderQualificationDao
ClusterAgeReaderQualification
.
toClusterAgeReaderQualificationArray
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toClusterAgeReaderQualificationArray(java.util.Collection)
protected ClusterAgeReaderQualification toClusterAgeReaderQualification(java.lang.Object[] row)
AgeReaderQualificationDaoImpl
class if you intend to use reporting queries.
AgeReaderQualificationDao.toClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public final void clusterAgeReaderQualificationToEntityCollection(java.util.Collection instances)
AgeReaderQualificationDao
ClusterAgeReaderQualification
to this
DAO's entity.
clusterAgeReaderQualificationToEntityCollection
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.clusterAgeReaderQualificationToEntityCollection(java.util.Collection)
public void toClusterAgeReaderQualification(AgeReaderQualification source, ClusterAgeReaderQualification target)
AgeReaderQualificationDao
toClusterAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification, fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)
public ClusterAgeReaderQualification toClusterAgeReaderQualification(AgeReaderQualification entity)
AgeReaderQualificationDao
ClusterAgeReaderQualification
.
toClusterAgeReaderQualification
in interface AgeReaderQualificationDao
AgeReaderQualificationDao.toClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
public void clusterAgeReaderQualificationToEntity(ClusterAgeReaderQualification source, AgeReaderQualification target, boolean copyIfNull)
AgeReaderQualificationDao
ClusterAgeReaderQualification
to the specified entity.
clusterAgeReaderQualificationToEntity
in interface AgeReaderQualificationDao
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.administration.user.ageReader.AgeReaderQualificationDao#clusterAgeReaderQualificationToEntity(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification, fr.ifremer.allegro.administration.user.ageReader.AgeReaderQualification)
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)
AgeReaderQualificationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface AgeReaderQualificationDao
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.AgeReaderQualificationDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
AgeReaderQualificationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface AgeReaderQualificationDao
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.AgeReaderQualificationDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
AgeReaderQualificationDao
AgeReaderQualificationDao.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 AgeReaderQualificationDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
AgeReaderQualificationDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
AgeReaderQualificationDao
search
object.
search
in interface AgeReaderQualificationDao
search
- the search object which provides the search parameters and pagination specification.
AgeReaderQualificationDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |