|
||||||||||
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.SurveyQualificationDaoBase
public abstract class SurveyQualificationDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.SurveyQualification
.
SurveyQualification
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.SurveyQualificationDao |
---|
TRANSFORM_CLUSTERSURVEYQUALIFICATION, TRANSFORM_NONE, TRANSFORM_REMOTESURVEYQUALIFICATIONFULLVO, TRANSFORM_REMOTESURVEYQUALIFICATIONNATURALID |
Constructor Summary | |
---|---|
SurveyQualificationDaoBase()
|
Method Summary | |
---|---|
void |
clusterSurveyQualificationToEntity(ClusterSurveyQualification source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of ClusterSurveyQualification to the specified entity. |
void |
clusterSurveyQualificationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSurveyQualification to this
DAO's entity. |
SurveyQualification |
create(java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.lang.Integer id,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.SurveyQualification and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.lang.Integer id,
java.lang.String name,
Status status)
Does the same thing as SurveyQualificationDao.create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SurveyQualificationDao.create(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
SurveyQualification |
create(java.lang.Integer id,
java.lang.String name,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer id,
java.lang.String name,
java.lang.Boolean enableForActivity,
java.lang.Boolean enableForFishingEffort,
java.lang.Boolean enableForFishingTrip,
java.lang.Boolean enableForLanding,
java.sql.Timestamp updateDate,
Status status)
Does the same thing as SurveyQualificationDao.create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SurveyQualification surveyQualification)
Does the same thing as SurveyQualificationDao.create(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
SurveyQualification |
create(SurveyQualification surveyQualification)
Creates an instance of fr.ifremer.allegro.referential.SurveyQualification and adds it to the persistent store. |
SurveyQualification |
createFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
|
SurveyQualification |
findSurveyQualificationById(java.lang.Integer id)
|
java.lang.Object |
findSurveyQualificationById(int transform,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyQualificationById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSurveyQualificationByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyQualificationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyQualification |
findSurveyQualificationByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findSurveyQualificationByStatus(Status status)
|
java.util.Collection |
findSurveyQualificationByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyQualificationByStatus(java.lang.String queryString,
Status status)
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterSurveyQualification[] |
getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllSurveyQualification()
|
java.util.Collection |
getAllSurveyQualification(int transform)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification() with an
additional flag called transform . |
java.util.Collection |
getAllSurveyQualification(int pageNumber,
int pageSize)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(int transform,
int pageNumber,
int pageSize)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(int transform,
java.lang.String queryString)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualification(java.lang.String queryString)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification() with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualification(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyQualificationSinceDateSynchro(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 SurveyQualification |
handleCreateFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
Performs the core logic for createFromClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification) |
protected abstract ClusterSurveyQualification[] |
handleGetAllClusterSurveyQualificationSinceDateSynchro(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 getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
SurveyQualification |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.SurveyQualification from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as SurveyQualificationDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SurveyQualification . |
java.util.Collection |
loadAll(int transform)
Does the same thing as SurveyQualificationDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as SurveyQualificationDao.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 SurveyQualificationDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of RemoteSurveyQualificationFullVO to the specified entity. |
void |
remoteSurveyQualificationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyQualificationFullVO to this
DAO's entity. |
void |
remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId source,
SurveyQualification target,
boolean copyIfNull)
Copies the fields of RemoteSurveyQualificationNaturalId to the specified entity. |
void |
remoteSurveyQualificationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyQualificationNaturalId 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.SurveyQualification having the given identifier from the persistent store. |
void |
remove(SurveyQualification surveyQualification)
Removes the instance of fr.ifremer.allegro.referential.SurveyQualification 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 SurveyQualificationDao.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 . |
protected ClusterSurveyQualification |
toClusterSurveyQualification(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSurveyQualification |
toClusterSurveyQualification(SurveyQualification entity)
Converts this DAO's entity to an object of type ClusterSurveyQualification . |
void |
toClusterSurveyQualification(SurveyQualification source,
ClusterSurveyQualification target)
Copies the fields of the specified entity to the target value object. |
ClusterSurveyQualification[] |
toClusterSurveyQualificationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSurveyQualification . |
void |
toClusterSurveyQualificationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSurveyQualification . |
protected SurveyQualification |
toEntity(java.lang.Object[] row)
|
protected RemoteSurveyQualificationFullVO |
toRemoteSurveyQualificationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSurveyQualificationFullVO |
toRemoteSurveyQualificationFullVO(SurveyQualification entity)
Converts this DAO's entity to an object of type RemoteSurveyQualificationFullVO . |
void |
toRemoteSurveyQualificationFullVO(SurveyQualification source,
RemoteSurveyQualificationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyQualificationFullVO[] |
toRemoteSurveyQualificationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyQualificationFullVO . |
void |
toRemoteSurveyQualificationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyQualificationFullVO . |
protected RemoteSurveyQualificationNaturalId |
toRemoteSurveyQualificationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSurveyQualificationNaturalId |
toRemoteSurveyQualificationNaturalId(SurveyQualification entity)
Converts this DAO's entity to an object of type RemoteSurveyQualificationNaturalId . |
void |
toRemoteSurveyQualificationNaturalId(SurveyQualification source,
RemoteSurveyQualificationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyQualificationNaturalId[] |
toRemoteSurveyQualificationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyQualificationNaturalId . |
void |
toRemoteSurveyQualificationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyQualificationNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.SurveyQualification)
method. |
protected java.lang.Object |
transformEntity(int transform,
SurveyQualification 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.SurveyQualificationDao , please note
that the SurveyQualificationDao.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(SurveyQualification surveyQualification)
Updates the surveyQualification 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.SurveyQualificationDao |
---|
clusterSurveyQualificationToEntity, remoteSurveyQualificationFullVOToEntity, remoteSurveyQualificationNaturalIdToEntity |
Constructor Detail |
---|
public SurveyQualificationDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.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 SurveyQualificationDao
id
- identifier of the entity to load
SurveyQualificationDao.load(int, java.lang.Integer)
public SurveyQualification load(java.lang.Integer id)
SurveyQualificationDao
load
in interface SurveyQualificationDao
SurveyQualificationDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SurveyQualificationDao
SurveyQualification
.
loadAll
in interface SurveyQualificationDao
SurveyQualificationDao.loadAll()
public java.util.Collection loadAll(int transform)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.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 SurveyQualificationDao
transform
- the flag indicating what transformation to use.
SurveyQualificationDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.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 SurveyQualificationDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SurveyQualificationDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.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 SurveyQualificationDao
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.
SurveyQualificationDao.loadAll(int, int, int)
public SurveyQualification create(SurveyQualification surveyQualification)
SurveyQualificationDao
create
in interface SurveyQualificationDao
SurveyQualificationDao.create(fr.ifremer.allegro.referential.SurveyQualification)
public java.lang.Object create(int transform, SurveyQualification surveyQualification)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.create(fr.ifremer.allegro.referential.SurveyQualification)
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 SurveyQualificationDao
SurveyQualificationDao.create(int transform, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection create(java.util.Collection entities)
SurveyQualificationDao
entities
collection
create
in interface SurveyQualificationDao
entities
- the collection of fr.ifremer.allegro.referential.SurveyQualification
instances to create.
SurveyQualificationDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.create(fr.ifremer.allegro.referential.SurveyQualification)
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 SurveyQualificationDao
SurveyQualificationDao.create(int, java.util.Collection)
public SurveyQualification create(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
SurveyQualificationDao
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SurveyQualificationDao
SurveyQualificationDao.create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.create(java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,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 SurveyQualificationDao
SurveyQualificationDao.create(int, java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public SurveyQualification create(java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
SurveyQualificationDao
Creates a new fr.ifremer.allegro.referential.SurveyQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SurveyQualificationDao
SurveyQualificationDao.create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.lang.Integer id, java.lang.String name, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,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 SurveyQualificationDao
SurveyQualificationDao.create(int, java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.String,fr.ifremer.allegro.referential.Status)
public void update(SurveyQualification surveyQualification)
SurveyQualificationDao
surveyQualification
instance in the persistent store.
update
in interface SurveyQualificationDao
SurveyQualificationDao.update(fr.ifremer.allegro.referential.SurveyQualification)
public void update(java.util.Collection entities)
SurveyQualificationDao
entities
collection in the persistent store.
update
in interface SurveyQualificationDao
SurveyQualificationDao.update(java.util.Collection)
public void remove(SurveyQualification surveyQualification)
SurveyQualificationDao
remove
in interface SurveyQualificationDao
SurveyQualificationDao.remove(fr.ifremer.allegro.referential.SurveyQualification)
public void remove(java.lang.Integer id)
SurveyQualificationDao
identifier
from the persistent store.
remove
in interface SurveyQualificationDao
SurveyQualificationDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SurveyQualificationDao
entities collection.
- Specified by:
remove
in interface SurveyQualificationDao
- See Also:
SurveyQualificationDao.remove(java.util.Collection)
public java.util.Collection getAllSurveyQualification()
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification()
public java.util.Collection getAllSurveyQualification(int transform)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification()
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.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(int)
public java.util.Collection getAllSurveyQualification(java.lang.String queryString)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.getAllSurveyQualification()
.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(java.lang.String)
public java.util.Collection getAllSurveyQualification(int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification()
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.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(int, int)
public java.util.Collection getAllSurveyQualification(java.lang.String queryString, int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(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.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(String, int, int)
public java.util.Collection getAllSurveyQualification(int transform, java.lang.String queryString)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.getAllSurveyQualification(int)
.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(int, String)
public java.util.Collection getAllSurveyQualification(int transform, int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(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.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(int, int, int)
public java.util.Collection getAllSurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualification(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.
getAllSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualification(int, java.lang.String, int, int)
public SurveyQualification findSurveyQualificationById(java.lang.Integer id)
findSurveyQualificationById
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationById(java.lang.Integer)
public java.lang.Object findSurveyQualificationById(int transform, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(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.
findSurveyQualificationById
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationById(int, java.lang.Integer)
public SurveyQualification findSurveyQualificationById(java.lang.String queryString, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationById(java.lang.Integer)
.
findSurveyQualificationById
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationById(java.lang.String, java.lang.Integer)
public java.lang.Object findSurveyQualificationById(int transform, java.lang.String queryString, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationById(int, java.lang.Integer id)
.
findSurveyQualificationById
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSurveyQualificationByStatus(Status status)
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(int transform, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(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.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(java.lang.String queryString, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationByStatus(fr.ifremer.allegro.referential.Status)
.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(int pageNumber, int pageSize, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(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.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(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.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(int transform, java.lang.String queryString, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(int transform, int pageNumber, int pageSize, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(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.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findSurveyQualificationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByStatus(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.
findSurveyQualificationByStatus
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public SurveyQualification findSurveyQualificationByNaturalId(java.lang.Integer id)
findSurveyQualificationByNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.Integer)
public java.lang.Object findSurveyQualificationByNaturalId(int transform, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(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.
findSurveyQualificationByNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByNaturalId(int, java.lang.Integer)
public SurveyQualification findSurveyQualificationByNaturalId(java.lang.String queryString, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.Integer)
.
findSurveyQualificationByNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSurveyQualificationByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.findSurveyQualificationByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.findSurveyQualificationByNaturalId(int, java.lang.Integer id)
.
findSurveyQualificationByNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.findSurveyQualificationByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp updateDate)
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(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.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.sql.Timestamp)
.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(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.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(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.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(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.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllSurveyQualificationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SurveyQualificationDao
Does the same thing as SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(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.
getAllSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllSurveyQualificationSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public SurveyQualification createFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
createFromClusterSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.createFromClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
protected abstract SurveyQualification handleCreateFromClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification) throws java.lang.Exception
createFromClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
java.lang.Exception
public ClusterSurveyQualification[] getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSurveyQualificationSinceDateSynchro
in interface SurveyQualificationDao
SurveyQualificationDao.getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSurveyQualification[] handleGetAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSurveyQualificationSinceDateSynchro(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, SurveyQualification entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.SurveyQualificationDao
, please note
that the SurveyQualificationDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
SurveyQualification
- SurveyQualificationDao.TRANSFORM_NONE
RemoteSurveyQualificationFullVO
- TRANSFORM_REMOTESURVEYQUALIFICATIONFULLVO
RemoteSurveyQualificationNaturalId
- TRANSFORM_REMOTESURVEYQUALIFICATIONNATURALID
ClusterSurveyQualification
- TRANSFORM_CLUSTERSURVEYQUALIFICATION
SurveyQualificationDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SurveyQualificationDao
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.SurveyQualification)
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.SurveyQualificationDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.SurveyQualification)
protected SurveyQualification toEntity(java.lang.Object[] row)
public final void toRemoteSurveyQualificationFullVOCollection(java.util.Collection entities)
SurveyQualificationDao
RemoteSurveyQualificationFullVO
.
toRemoteSurveyQualificationFullVOCollection
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationFullVOCollection(java.util.Collection)
public final RemoteSurveyQualificationFullVO[] toRemoteSurveyQualificationFullVOArray(java.util.Collection entities)
SurveyQualificationDao
RemoteSurveyQualificationFullVO
.
toRemoteSurveyQualificationFullVOArray
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationFullVOArray(java.util.Collection)
protected RemoteSurveyQualificationFullVO toRemoteSurveyQualificationFullVO(java.lang.Object[] row)
SurveyQualificationDaoImpl
class if you intend to use reporting queries.
SurveyQualificationDao.toRemoteSurveyQualificationFullVO(fr.ifremer.allegro.referential.SurveyQualification)
public final void remoteSurveyQualificationFullVOToEntityCollection(java.util.Collection instances)
SurveyQualificationDao
RemoteSurveyQualificationFullVO
to this
DAO's entity.
remoteSurveyQualificationFullVOToEntityCollection
in interface SurveyQualificationDao
SurveyQualificationDao.remoteSurveyQualificationFullVOToEntityCollection(java.util.Collection)
public void toRemoteSurveyQualificationFullVO(SurveyQualification source, RemoteSurveyQualificationFullVO target)
SurveyQualificationDao
toRemoteSurveyQualificationFullVO
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationFullVO(fr.ifremer.allegro.referential.SurveyQualification, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
public RemoteSurveyQualificationFullVO toRemoteSurveyQualificationFullVO(SurveyQualification entity)
SurveyQualificationDao
RemoteSurveyQualificationFullVO
.
toRemoteSurveyQualificationFullVO
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationFullVO(fr.ifremer.allegro.referential.SurveyQualification)
public void remoteSurveyQualificationFullVOToEntity(RemoteSurveyQualificationFullVO source, SurveyQualification target, boolean copyIfNull)
SurveyQualificationDao
RemoteSurveyQualificationFullVO
to the specified entity.
remoteSurveyQualificationFullVOToEntity
in interface SurveyQualificationDao
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.SurveyQualificationDao#remoteSurveyQualificationFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.SurveyQualification)
public final void toRemoteSurveyQualificationNaturalIdCollection(java.util.Collection entities)
SurveyQualificationDao
RemoteSurveyQualificationNaturalId
.
toRemoteSurveyQualificationNaturalIdCollection
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationNaturalIdCollection(java.util.Collection)
public final RemoteSurveyQualificationNaturalId[] toRemoteSurveyQualificationNaturalIdArray(java.util.Collection entities)
SurveyQualificationDao
RemoteSurveyQualificationNaturalId
.
toRemoteSurveyQualificationNaturalIdArray
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationNaturalIdArray(java.util.Collection)
protected RemoteSurveyQualificationNaturalId toRemoteSurveyQualificationNaturalId(java.lang.Object[] row)
SurveyQualificationDaoImpl
class if you intend to use reporting queries.
SurveyQualificationDao.toRemoteSurveyQualificationNaturalId(fr.ifremer.allegro.referential.SurveyQualification)
public final void remoteSurveyQualificationNaturalIdToEntityCollection(java.util.Collection instances)
SurveyQualificationDao
RemoteSurveyQualificationNaturalId
to this
DAO's entity.
remoteSurveyQualificationNaturalIdToEntityCollection
in interface SurveyQualificationDao
SurveyQualificationDao.remoteSurveyQualificationNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSurveyQualificationNaturalId(SurveyQualification source, RemoteSurveyQualificationNaturalId target)
SurveyQualificationDao
toRemoteSurveyQualificationNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationNaturalId(fr.ifremer.allegro.referential.SurveyQualification, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)
public RemoteSurveyQualificationNaturalId toRemoteSurveyQualificationNaturalId(SurveyQualification entity)
SurveyQualificationDao
RemoteSurveyQualificationNaturalId
.
toRemoteSurveyQualificationNaturalId
in interface SurveyQualificationDao
SurveyQualificationDao.toRemoteSurveyQualificationNaturalId(fr.ifremer.allegro.referential.SurveyQualification)
public void remoteSurveyQualificationNaturalIdToEntity(RemoteSurveyQualificationNaturalId source, SurveyQualification target, boolean copyIfNull)
SurveyQualificationDao
RemoteSurveyQualificationNaturalId
to the specified entity.
remoteSurveyQualificationNaturalIdToEntity
in interface SurveyQualificationDao
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.SurveyQualificationDao#remoteSurveyQualificationNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId, fr.ifremer.allegro.referential.SurveyQualification)
public final void toClusterSurveyQualificationCollection(java.util.Collection entities)
SurveyQualificationDao
ClusterSurveyQualification
.
toClusterSurveyQualificationCollection
in interface SurveyQualificationDao
SurveyQualificationDao.toClusterSurveyQualificationCollection(java.util.Collection)
public final ClusterSurveyQualification[] toClusterSurveyQualificationArray(java.util.Collection entities)
SurveyQualificationDao
ClusterSurveyQualification
.
toClusterSurveyQualificationArray
in interface SurveyQualificationDao
SurveyQualificationDao.toClusterSurveyQualificationArray(java.util.Collection)
protected ClusterSurveyQualification toClusterSurveyQualification(java.lang.Object[] row)
SurveyQualificationDaoImpl
class if you intend to use reporting queries.
SurveyQualificationDao.toClusterSurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
public final void clusterSurveyQualificationToEntityCollection(java.util.Collection instances)
SurveyQualificationDao
ClusterSurveyQualification
to this
DAO's entity.
clusterSurveyQualificationToEntityCollection
in interface SurveyQualificationDao
SurveyQualificationDao.clusterSurveyQualificationToEntityCollection(java.util.Collection)
public void toClusterSurveyQualification(SurveyQualification source, ClusterSurveyQualification target)
SurveyQualificationDao
toClusterSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.toClusterSurveyQualification(fr.ifremer.allegro.referential.SurveyQualification, fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
public ClusterSurveyQualification toClusterSurveyQualification(SurveyQualification entity)
SurveyQualificationDao
ClusterSurveyQualification
.
toClusterSurveyQualification
in interface SurveyQualificationDao
SurveyQualificationDao.toClusterSurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
public void clusterSurveyQualificationToEntity(ClusterSurveyQualification source, SurveyQualification target, boolean copyIfNull)
SurveyQualificationDao
ClusterSurveyQualification
to the specified entity.
clusterSurveyQualificationToEntity
in interface SurveyQualificationDao
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.SurveyQualificationDao#clusterSurveyQualificationToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification, fr.ifremer.allegro.referential.SurveyQualification)
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)
SurveyQualificationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SurveyQualificationDao
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.SurveyQualificationDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
SurveyQualificationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SurveyQualificationDao
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.SurveyQualificationDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
SurveyQualificationDao
SurveyQualificationDao.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 SurveyQualificationDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SurveyQualificationDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SurveyQualificationDao
search
object.
search
in interface SurveyQualificationDao
search
- the search object which provides the search parameters and pagination specification.
SurveyQualificationDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |