|
||||||||||
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.taxon.TaxonGroupHistoricalRecordDaoBase
public abstract class TaxonGroupHistoricalRecordDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
.
TaxonGroupHistoricalRecord
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecordDao |
---|
TRANSFORM_CLUSTERTAXONGROUPHISTORICALRECORD, TRANSFORM_NONE, TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDFULLVO, TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDNATURALID |
Constructor Summary | |
---|---|
TaxonGroupHistoricalRecordDaoBase()
|
Method Summary | |
---|---|
void |
clusterTaxonGroupHistoricalRecordToEntity(ClusterTaxonGroupHistoricalRecord source,
TaxonGroupHistoricalRecord target,
boolean copyIfNull)
Copies the fields of ClusterTaxonGroupHistoricalRecord to the specified entity. |
void |
clusterTaxonGroupHistoricalRecordToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonGroupHistoricalRecord to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord and adds from the passed in entities collection |
TaxonGroupHistoricalRecord |
create(java.util.Date startDate,
java.util.Date endDate,
java.lang.String comments,
java.sql.Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String comments,
java.sql.Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceTaxon referenceTaxon,
java.util.Date startDate,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord) with an
additional flag called transform . |
TaxonGroupHistoricalRecord |
create(ReferenceTaxon referenceTaxon,
java.util.Date startDate,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupHistoricalRecord |
create(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord and adds it to the persistent store. |
TaxonGroupHistoricalRecord |
createFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
|
TaxonGroupHistoricalRecord |
findTaxonGroupHistoricalRecordById(java.lang.Integer id)
|
java.lang.Object |
findTaxonGroupHistoricalRecordById(int transform,
java.lang.Integer id)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupHistoricalRecordById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer) with an
additional argument called queryString . |
TaxonGroupHistoricalRecord |
findTaxonGroupHistoricalRecordById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer) with an
additional argument called queryString . |
TaxonGroupHistoricalRecord |
findTaxonGroupHistoricalRecordByNaturalId(java.util.Date startDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
|
java.lang.Object |
findTaxonGroupHistoricalRecordByNaturalId(int transform,
java.util.Date startDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupHistoricalRecordByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
TaxonGroupHistoricalRecord |
findTaxonGroupHistoricalRecordByNaturalId(java.lang.String queryString,
java.util.Date startDate,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupHistoricalRecordByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
getAllTaxonGroupHistoricalRecord()
|
java.util.Collection |
getAllTaxonGroupHistoricalRecord(int transform)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(int pageNumber,
int pageSize)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(int transform,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(int transform,
java.lang.String queryString)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(java.lang.String queryString)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupHistoricalRecord(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp updateDate)
|
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 TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroupDao . |
protected abstract TaxonGroupHistoricalRecord |
handleCreateFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
Performs the core logic for createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord) |
TaxonGroupHistoricalRecord |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as TaxonGroupHistoricalRecordDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type TaxonGroupHistoricalRecord . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TaxonGroupHistoricalRecordDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTaxonGroupHistoricalRecordFullVOToEntity(RemoteTaxonGroupHistoricalRecordFullVO source,
TaxonGroupHistoricalRecord target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupHistoricalRecordFullVO to the specified entity. |
void |
remoteTaxonGroupHistoricalRecordFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupHistoricalRecordFullVO to this
DAO's entity. |
void |
remoteTaxonGroupHistoricalRecordNaturalIdToEntity(RemoteTaxonGroupHistoricalRecordNaturalId source,
TaxonGroupHistoricalRecord target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupHistoricalRecordNaturalId to the specified entity. |
void |
remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupHistoricalRecordNaturalId 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.taxon.TaxonGroupHistoricalRecord having the given identifier from the persistent store. |
void |
remove(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord 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 TaxonGroupHistoricalRecordDao.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 |
setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxonDao . |
void |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao . |
protected ClusterTaxonGroupHistoricalRecord |
toClusterTaxonGroupHistoricalRecord(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTaxonGroupHistoricalRecord |
toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord entity)
Converts this DAO's entity to an object of type ClusterTaxonGroupHistoricalRecord . |
void |
toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord source,
ClusterTaxonGroupHistoricalRecord target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonGroupHistoricalRecord[] |
toClusterTaxonGroupHistoricalRecordArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonGroupHistoricalRecord . |
void |
toClusterTaxonGroupHistoricalRecordCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonGroupHistoricalRecord . |
protected TaxonGroupHistoricalRecord |
toEntity(java.lang.Object[] row)
|
protected RemoteTaxonGroupHistoricalRecordFullVO |
toRemoteTaxonGroupHistoricalRecordFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonGroupHistoricalRecordFullVO |
toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordFullVO . |
void |
toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord source,
RemoteTaxonGroupHistoricalRecordFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupHistoricalRecordFullVO[] |
toRemoteTaxonGroupHistoricalRecordFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupHistoricalRecordFullVO . |
void |
toRemoteTaxonGroupHistoricalRecordFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupHistoricalRecordFullVO . |
protected RemoteTaxonGroupHistoricalRecordNaturalId |
toRemoteTaxonGroupHistoricalRecordNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonGroupHistoricalRecordNaturalId |
toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordNaturalId . |
void |
toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord source,
RemoteTaxonGroupHistoricalRecordNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupHistoricalRecordNaturalId[] |
toRemoteTaxonGroupHistoricalRecordNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupHistoricalRecordNaturalId . |
void |
toRemoteTaxonGroupHistoricalRecordNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupHistoricalRecordNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
method. |
protected java.lang.Object |
transformEntity(int transform,
TaxonGroupHistoricalRecord 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.taxon.TaxonGroupHistoricalRecordDao , please note
that the TaxonGroupHistoricalRecordDao.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(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Updates the taxonGroupHistoricalRecord 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.taxon.TaxonGroupHistoricalRecordDao |
---|
clusterTaxonGroupHistoricalRecordToEntity, remoteTaxonGroupHistoricalRecordFullVOToEntity, remoteTaxonGroupHistoricalRecordNaturalIdToEntity |
Constructor Detail |
---|
public TaxonGroupHistoricalRecordDaoBase()
Method Detail |
---|
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroupDao
.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroupDao
.
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxonDao
.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxonDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao
id
- identifier of the entity to load
TaxonGroupHistoricalRecordDao.load(int, java.lang.Integer)
public TaxonGroupHistoricalRecord load(java.lang.Integer id)
TaxonGroupHistoricalRecordDao
load
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.load(java.lang.Integer)
public java.util.Collection loadAll()
TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecord
.
loadAll
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.loadAll()
public java.util.Collection loadAll(int transform)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao
transform
- the flag indicating what transformation to use.
TaxonGroupHistoricalRecordDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TaxonGroupHistoricalRecordDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao
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.
TaxonGroupHistoricalRecordDao.loadAll(int, int, int)
public TaxonGroupHistoricalRecord create(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
TaxonGroupHistoricalRecordDao
create
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public java.lang.Object create(int transform, TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
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 TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(int transform, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public java.util.Collection create(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
entities
collection
create
in interface TaxonGroupHistoricalRecordDao
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
instances to create.
TaxonGroupHistoricalRecordDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
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 TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(int, java.util.Collection)
public TaxonGroupHistoricalRecord create(java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(int, java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public TaxonGroupHistoricalRecord create(ReferenceTaxon referenceTaxon, java.util.Date startDate, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, ReferenceTaxon referenceTaxon, java.util.Date startDate, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup)
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 TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.create(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void update(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
TaxonGroupHistoricalRecordDao
taxonGroupHistoricalRecord
instance in the persistent store.
update
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.update(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public void update(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
entities
collection in the persistent store.
update
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.update(java.util.Collection)
public void remove(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
TaxonGroupHistoricalRecordDao
remove
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.remove(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public void remove(java.lang.Integer id)
TaxonGroupHistoricalRecordDao
identifier
from the persistent store.
remove
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
entities collection.
- Specified by:
remove
in interface TaxonGroupHistoricalRecordDao
- See Also:
TaxonGroupHistoricalRecordDao.remove(java.util.Collection)
public java.util.Collection getAllTaxonGroupHistoricalRecord()
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()
public java.util.Collection getAllTaxonGroupHistoricalRecord(int transform)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()
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.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int)
public java.util.Collection getAllTaxonGroupHistoricalRecord(java.lang.String queryString)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()
.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(java.lang.String)
public java.util.Collection getAllTaxonGroupHistoricalRecord(int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()
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.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, int)
public java.util.Collection getAllTaxonGroupHistoricalRecord(java.lang.String queryString, int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(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.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(String, int, int)
public java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, java.lang.String queryString)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int)
.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, String)
public java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(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.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, int, int)
public java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(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.
getAllTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, java.lang.String, int, int)
public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.Integer id)
findTaxonGroupHistoricalRecordById
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer)
public java.lang.Object findTaxonGroupHistoricalRecordById(int transform, java.lang.Integer id)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(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.
findTaxonGroupHistoricalRecordById
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer)
public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.String queryString, java.lang.Integer id)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer)
.
findTaxonGroupHistoricalRecordById
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.String, java.lang.Integer)
public java.lang.Object findTaxonGroupHistoricalRecordById(int transform, java.lang.String queryString, java.lang.Integer id)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer id)
.
findTaxonGroupHistoricalRecordById
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(TaxonGroup taxonGroup)
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findTaxonGroupHistoricalRecordByTaxonGroup
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(ReferenceTaxon referenceTaxon)
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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 TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(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.
findTaxonGroupHistoricalRecordByReferenceTaxon
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
findTaxonGroupHistoricalRecordByNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, 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.
findTaxonGroupHistoricalRecordByNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.lang.String queryString, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findTaxonGroupHistoricalRecordByNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findTaxonGroupHistoricalRecordByNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(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.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp)
.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(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.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(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.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(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.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupHistoricalRecordDao
Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(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.
getAllTaxonGroupHistoricalRecordSinceDateSynchro
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TaxonGroupHistoricalRecord createFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
createFromClusterTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)
protected abstract TaxonGroupHistoricalRecord handleCreateFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord) throws java.lang.Exception
createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TaxonGroupHistoricalRecord entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecordDao
, please note
that the TaxonGroupHistoricalRecordDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TaxonGroupHistoricalRecord
- TaxonGroupHistoricalRecordDao.TRANSFORM_NONE
RemoteTaxonGroupHistoricalRecordFullVO
- TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDFULLVO
RemoteTaxonGroupHistoricalRecordNaturalId
- TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDNATURALID
ClusterTaxonGroupHistoricalRecord
- TRANSFORM_CLUSTERTAXONGROUPHISTORICALRECORD
TaxonGroupHistoricalRecordDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecord)
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.taxon.TaxonGroupHistoricalRecordDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
protected TaxonGroupHistoricalRecord toEntity(java.lang.Object[] row)
public final void toRemoteTaxonGroupHistoricalRecordFullVOCollection(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordFullVO
.
toRemoteTaxonGroupHistoricalRecordFullVOCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVOCollection(java.util.Collection)
public final RemoteTaxonGroupHistoricalRecordFullVO[] toRemoteTaxonGroupHistoricalRecordFullVOArray(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordFullVO
.
toRemoteTaxonGroupHistoricalRecordFullVOArray
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVOArray(java.util.Collection)
protected RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(java.lang.Object[] row)
TaxonGroupHistoricalRecordDaoImpl
class if you intend to use reporting queries.
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public final void remoteTaxonGroupHistoricalRecordFullVOToEntityCollection(java.util.Collection instances)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordFullVO
to this
DAO's entity.
remoteTaxonGroupHistoricalRecordFullVOToEntityCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.remoteTaxonGroupHistoricalRecordFullVOToEntityCollection(java.util.Collection)
public void toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord source, RemoteTaxonGroupHistoricalRecordFullVO target)
TaxonGroupHistoricalRecordDao
toRemoteTaxonGroupHistoricalRecordFullVO
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO)
public RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord entity)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordFullVO
.
toRemoteTaxonGroupHistoricalRecordFullVO
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public void remoteTaxonGroupHistoricalRecordFullVOToEntity(RemoteTaxonGroupHistoricalRecordFullVO source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordFullVO
to the specified entity.
remoteTaxonGroupHistoricalRecordFullVOToEntity
in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#remoteTaxonGroupHistoricalRecordFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public final void toRemoteTaxonGroupHistoricalRecordNaturalIdCollection(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordNaturalId
.
toRemoteTaxonGroupHistoricalRecordNaturalIdCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalIdCollection(java.util.Collection)
public final RemoteTaxonGroupHistoricalRecordNaturalId[] toRemoteTaxonGroupHistoricalRecordNaturalIdArray(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordNaturalId
.
toRemoteTaxonGroupHistoricalRecordNaturalIdArray
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalIdArray(java.util.Collection)
protected RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(java.lang.Object[] row)
TaxonGroupHistoricalRecordDaoImpl
class if you intend to use reporting queries.
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public final void remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection(java.util.Collection instances)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordNaturalId
to this
DAO's entity.
remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord source, RemoteTaxonGroupHistoricalRecordNaturalId target)
TaxonGroupHistoricalRecordDao
toRemoteTaxonGroupHistoricalRecordNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId)
public RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord entity)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordNaturalId
.
toRemoteTaxonGroupHistoricalRecordNaturalId
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public void remoteTaxonGroupHistoricalRecordNaturalIdToEntity(RemoteTaxonGroupHistoricalRecordNaturalId source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
TaxonGroupHistoricalRecordDao
RemoteTaxonGroupHistoricalRecordNaturalId
to the specified entity.
remoteTaxonGroupHistoricalRecordNaturalIdToEntity
in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#remoteTaxonGroupHistoricalRecordNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public final void toClusterTaxonGroupHistoricalRecordCollection(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
ClusterTaxonGroupHistoricalRecord
.
toClusterTaxonGroupHistoricalRecordCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecordCollection(java.util.Collection)
public final ClusterTaxonGroupHistoricalRecord[] toClusterTaxonGroupHistoricalRecordArray(java.util.Collection entities)
TaxonGroupHistoricalRecordDao
ClusterTaxonGroupHistoricalRecord
.
toClusterTaxonGroupHistoricalRecordArray
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecordArray(java.util.Collection)
protected ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(java.lang.Object[] row)
TaxonGroupHistoricalRecordDaoImpl
class if you intend to use reporting queries.
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public final void clusterTaxonGroupHistoricalRecordToEntityCollection(java.util.Collection instances)
TaxonGroupHistoricalRecordDao
ClusterTaxonGroupHistoricalRecord
to this
DAO's entity.
clusterTaxonGroupHistoricalRecordToEntityCollection
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.clusterTaxonGroupHistoricalRecordToEntityCollection(java.util.Collection)
public void toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord source, ClusterTaxonGroupHistoricalRecord target)
TaxonGroupHistoricalRecordDao
toClusterTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)
public ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord entity)
TaxonGroupHistoricalRecordDao
ClusterTaxonGroupHistoricalRecord
.
toClusterTaxonGroupHistoricalRecord
in interface TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
public void clusterTaxonGroupHistoricalRecordToEntity(ClusterTaxonGroupHistoricalRecord source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
TaxonGroupHistoricalRecordDao
ClusterTaxonGroupHistoricalRecord
to the specified entity.
clusterTaxonGroupHistoricalRecordToEntity
in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#clusterTaxonGroupHistoricalRecordToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)
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)
TaxonGroupHistoricalRecordDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonGroupHistoricalRecordDao
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.TaxonGroupHistoricalRecordDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TaxonGroupHistoricalRecordDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonGroupHistoricalRecordDao
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.TaxonGroupHistoricalRecordDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TaxonGroupHistoricalRecordDao
TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TaxonGroupHistoricalRecordDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TaxonGroupHistoricalRecordDao
search
object.
search
in interface TaxonGroupHistoricalRecordDao
search
- the search object which provides the search parameters and pagination specification.
TaxonGroupHistoricalRecordDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |