|
||||||||||
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.TaxonNameHistoryDaoBase
public abstract class TaxonNameHistoryDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.taxon.TaxonNameHistory
.
TaxonNameHistory
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonNameHistoryDao |
---|
TRANSFORM_CLUSTERTAXONNAMEHISTORY, TRANSFORM_NONE, TRANSFORM_REMOTETAXONNAMEHISTORYFULLVO, TRANSFORM_REMOTETAXONNAMEHISTORYNATURALID |
Constructor Summary | |
---|---|
TaxonNameHistoryDaoBase()
|
Method Summary | |
---|---|
void |
clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory source,
TaxonNameHistory target,
boolean copyIfNull)
Copies the fields of ClusterTaxonNameHistory to the specified entity. |
void |
clusterTaxonNameHistoryToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonNameHistory to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.String comments,
java.lang.Integer upperRank,
java.lang.Boolean isReferent,
java.lang.Boolean isVirtual,
java.lang.Boolean isObsolete,
java.lang.Boolean isTemporary,
java.sql.Timestamp updateDate,
Citation citation,
TaxonName parentTaxonName,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.create(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.Citation,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
TaxonNameHistory |
create(java.lang.String name,
java.lang.String comments,
java.lang.Integer upperRank,
java.lang.Boolean isReferent,
java.lang.Boolean isVirtual,
java.lang.Boolean isObsolete,
java.lang.Boolean isTemporary,
java.sql.Timestamp updateDate,
Citation citation,
TaxonName parentTaxonName,
TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonNameHistory
instance from all attributes and
properties and adds it to the persistent store. |
TaxonNameHistory |
create(TaxonNameHistory taxonNameHistory)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory and adds it to the persistent store. |
TaxonNameHistory |
createFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
|
java.util.Collection |
findTaxonNameHistoryByCitation(Citation citation)
|
java.util.Collection |
findTaxonNameHistoryByCitation(int transform,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation) with an
additional flag called transform . |
java.util.Collection |
findTaxonNameHistoryByCitation(int pageNumber,
int pageSize,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByCitation(int transform,
int pageNumber,
int pageSize,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByCitation(int transform,
java.lang.String queryString,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByCitation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, String, fr.ifremer.allegro.referential.taxon.Citation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByCitation(java.lang.String queryString,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByCitation(java.lang.String queryString,
int pageNumber,
int pageSize,
Citation citation)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(String, fr.ifremer.allegro.referential.taxon.Citation) with an
additional two arguments called pageNumber and pageSize . |
TaxonNameHistory |
findTaxonNameHistoryById(java.lang.Integer id)
|
java.lang.Object |
findTaxonNameHistoryById(int transform,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTaxonNameHistoryById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(int, java.lang.Integer) with an
additional argument called queryString . |
TaxonNameHistory |
findTaxonNameHistoryById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer) with an
additional argument called queryString . |
TaxonNameHistory |
findTaxonNameHistoryByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findTaxonNameHistoryByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTaxonNameHistoryByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
TaxonNameHistory |
findTaxonNameHistoryByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(int transform,
int pageNumber,
int pageSize,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(int pageNumber,
int pageSize,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(int transform,
java.lang.String queryString,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(int transform,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(java.lang.String queryString,
TaxonName parentTaxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByParentTaxonName(TaxonName parentTaxonName)
|
java.util.Collection |
findTaxonNameHistoryByTaxonName(int transform,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(int transform,
java.lang.String queryString,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(int transform,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(java.lang.String queryString,
TaxonName taxonName)
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonNameHistoryByTaxonName(TaxonName taxonName)
|
ClusterTaxonNameHistory[] |
getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTaxonNameHistory()
|
java.util.Collection |
getAllTaxonNameHistory(int transform)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonNameHistory(int pageNumber,
int pageSize)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistory(int transform,
int pageNumber,
int pageSize)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistory(int transform,
java.lang.String queryString)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonNameHistory(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistory(java.lang.String queryString)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonNameHistory(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp updateDate)
|
protected CitationDao |
getCitationDao()
Gets the reference to citationDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected TaxonNameDao |
getTaxonNameDao()
Gets the reference to taxonNameDao . |
protected abstract TaxonNameHistory |
handleCreateFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
Performs the core logic for createFromClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory) |
protected abstract ClusterTaxonNameHistory[] |
handleGetAllClusterTaxonNameHistorySinceDateSynchro(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 getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
TaxonNameHistory |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as TaxonNameHistoryDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type TaxonNameHistory . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TaxonNameHistoryDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TaxonNameHistoryDao.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 TaxonNameHistoryDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO source,
TaxonNameHistory target,
boolean copyIfNull)
Copies the fields of RemoteTaxonNameHistoryFullVO to the specified entity. |
void |
remoteTaxonNameHistoryFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonNameHistoryFullVO to this
DAO's entity. |
void |
remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source,
TaxonNameHistory target,
boolean copyIfNull)
Copies the fields of RemoteTaxonNameHistoryNaturalId to the specified entity. |
void |
remoteTaxonNameHistoryNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonNameHistoryNaturalId 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.TaxonNameHistory having the given identifier from the persistent store. |
void |
remove(TaxonNameHistory taxonNameHistory)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory 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 TaxonNameHistoryDao.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 |
setCitationDao(CitationDao citationDao)
Sets the reference to citationDao . |
void |
setTaxonNameDao(TaxonNameDao taxonNameDao)
Sets the reference to taxonNameDao . |
protected ClusterTaxonNameHistory |
toClusterTaxonNameHistory(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTaxonNameHistory |
toClusterTaxonNameHistory(TaxonNameHistory entity)
Converts this DAO's entity to an object of type ClusterTaxonNameHistory . |
void |
toClusterTaxonNameHistory(TaxonNameHistory source,
ClusterTaxonNameHistory target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonNameHistory[] |
toClusterTaxonNameHistoryArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonNameHistory . |
void |
toClusterTaxonNameHistoryCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonNameHistory . |
protected TaxonNameHistory |
toEntity(java.lang.Object[] row)
|
protected RemoteTaxonNameHistoryFullVO |
toRemoteTaxonNameHistoryFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonNameHistoryFullVO |
toRemoteTaxonNameHistoryFullVO(TaxonNameHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonNameHistoryFullVO . |
void |
toRemoteTaxonNameHistoryFullVO(TaxonNameHistory source,
RemoteTaxonNameHistoryFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonNameHistoryFullVO[] |
toRemoteTaxonNameHistoryFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonNameHistoryFullVO . |
void |
toRemoteTaxonNameHistoryFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonNameHistoryFullVO . |
protected RemoteTaxonNameHistoryNaturalId |
toRemoteTaxonNameHistoryNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonNameHistoryNaturalId |
toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonNameHistoryNaturalId . |
void |
toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source,
RemoteTaxonNameHistoryNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonNameHistoryNaturalId[] |
toRemoteTaxonNameHistoryNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonNameHistoryNaturalId . |
void |
toRemoteTaxonNameHistoryNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonNameHistoryNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
method. |
protected java.lang.Object |
transformEntity(int transform,
TaxonNameHistory 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.TaxonNameHistoryDao , please note
that the TaxonNameHistoryDao.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(TaxonNameHistory taxonNameHistory)
Updates the taxonNameHistory 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.TaxonNameHistoryDao |
---|
clusterTaxonNameHistoryToEntity, remoteTaxonNameHistoryFullVOToEntity, remoteTaxonNameHistoryNaturalIdToEntity |
Constructor Detail |
---|
public TaxonNameHistoryDaoBase()
Method Detail |
---|
public void setCitationDao(CitationDao citationDao)
citationDao
.
protected CitationDao getCitationDao()
citationDao
.
public void setTaxonNameDao(TaxonNameDao taxonNameDao)
taxonNameDao
.
protected TaxonNameDao getTaxonNameDao()
taxonNameDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.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 TaxonNameHistoryDao
id
- identifier of the entity to load
TaxonNameHistoryDao.load(int, java.lang.Integer)
public TaxonNameHistory load(java.lang.Integer id)
TaxonNameHistoryDao
load
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.load(java.lang.Integer)
public java.util.Collection loadAll()
TaxonNameHistoryDao
TaxonNameHistory
.
loadAll
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.loadAll()
public java.util.Collection loadAll(int transform)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.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 TaxonNameHistoryDao
transform
- the flag indicating what transformation to use.
TaxonNameHistoryDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.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 TaxonNameHistoryDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TaxonNameHistoryDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.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 TaxonNameHistoryDao
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.
TaxonNameHistoryDao.loadAll(int, int, int)
public TaxonNameHistory create(TaxonNameHistory taxonNameHistory)
TaxonNameHistoryDao
create
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object create(int transform, TaxonNameHistory taxonNameHistory)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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 TaxonNameHistoryDao
TaxonNameHistoryDao.create(int transform, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection create(java.util.Collection entities)
TaxonNameHistoryDao
entities
collection
create
in interface TaxonNameHistoryDao
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonNameHistory
instances to create.
TaxonNameHistoryDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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 TaxonNameHistoryDao
TaxonNameHistoryDao.create(int, java.util.Collection)
public TaxonNameHistory create(java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, Citation citation, TaxonName parentTaxonName, TaxonName taxonName)
TaxonNameHistoryDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonNameHistory
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.create(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.Citation,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.TaxonName)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, Citation citation, TaxonName parentTaxonName, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.create(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.Citation,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.TaxonName)
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 TaxonNameHistoryDao
TaxonNameHistoryDao.create(int, java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.Citation,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.TaxonName)
public void update(TaxonNameHistory taxonNameHistory)
TaxonNameHistoryDao
taxonNameHistory
instance in the persistent store.
update
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.update(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void update(java.util.Collection entities)
TaxonNameHistoryDao
entities
collection in the persistent store.
update
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.update(java.util.Collection)
public void remove(TaxonNameHistory taxonNameHistory)
TaxonNameHistoryDao
remove
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.remove(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void remove(java.lang.Integer id)
TaxonNameHistoryDao
identifier
from the persistent store.
remove
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
TaxonNameHistoryDao
entities collection.
- Specified by:
remove
in interface TaxonNameHistoryDao
- See Also:
TaxonNameHistoryDao.remove(java.util.Collection)
public java.util.Collection getAllTaxonNameHistory()
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory()
public java.util.Collection getAllTaxonNameHistory(int transform)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory()
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.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(int)
public java.util.Collection getAllTaxonNameHistory(java.lang.String queryString)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.getAllTaxonNameHistory()
.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(java.lang.String)
public java.util.Collection getAllTaxonNameHistory(int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory()
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.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(int, int)
public java.util.Collection getAllTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(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.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(String, int, int)
public java.util.Collection getAllTaxonNameHistory(int transform, java.lang.String queryString)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.getAllTaxonNameHistory(int)
.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(int, String)
public java.util.Collection getAllTaxonNameHistory(int transform, int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(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.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(int, int, int)
public java.util.Collection getAllTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistory(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.
getAllTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistory(int, java.lang.String, int, int)
public TaxonNameHistory findTaxonNameHistoryById(java.lang.Integer id)
findTaxonNameHistoryById
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer)
public java.lang.Object findTaxonNameHistoryById(int transform, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(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.
findTaxonNameHistoryById
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryById(int, java.lang.Integer)
public TaxonNameHistory findTaxonNameHistoryById(java.lang.String queryString, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer)
.
findTaxonNameHistoryById
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.String, java.lang.Integer)
public java.lang.Object findTaxonNameHistoryById(int transform, java.lang.String queryString, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryById(int, java.lang.Integer id)
.
findTaxonNameHistoryById
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findTaxonNameHistoryByCitation(Citation citation)
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(int transform, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation)
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.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(java.lang.String queryString, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation)
.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(java.lang.String, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(int pageNumber, int pageSize, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(fr.ifremer.allegro.referential.taxon.Citation)
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.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, int, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(java.lang.String queryString, int pageNumber, int pageSize, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(String, fr.ifremer.allegro.referential.taxon.Citation)
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.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(String, int, int, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(int transform, java.lang.String queryString, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation citation)
.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, String, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(int transform, int pageNumber, int pageSize, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, fr.ifremer.allegro.referential.taxon.Citation)
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.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, int, int, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByCitation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Citation citation)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, String, fr.ifremer.allegro.referential.taxon.Citation)
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.
findTaxonNameHistoryByCitation
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByCitation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.Citation)
public java.util.Collection findTaxonNameHistoryByTaxonName(TaxonName taxonName)
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(int transform, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(java.lang.String queryString, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(int pageNumber, int pageSize, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(int transform, java.lang.String queryString, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName)
.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(int transform, int pageNumber, int pageSize, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByTaxonName(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByTaxonName(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(TaxonName parentTaxonName)
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(int transform, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(java.lang.String queryString, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(int pageNumber, int pageSize, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(java.lang.String queryString, int pageNumber, int pageSize, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(int transform, java.lang.String queryString, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName parentTaxonName)
.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(int transform, int pageNumber, int pageSize, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public java.util.Collection findTaxonNameHistoryByParentTaxonName(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonName parentTaxonName)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
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.
findTaxonNameHistoryByParentTaxonName
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByParentTaxonName(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonName)
public TaxonNameHistory findTaxonNameHistoryByNaturalId(java.lang.Integer id)
findTaxonNameHistoryByNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer)
public java.lang.Object findTaxonNameHistoryByNaturalId(int transform, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(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.
findTaxonNameHistoryByNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(int, java.lang.Integer)
public TaxonNameHistory findTaxonNameHistoryByNaturalId(java.lang.String queryString, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer)
.
findTaxonNameHistoryByNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findTaxonNameHistoryByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(int, java.lang.Integer id)
.
findTaxonNameHistoryByNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp updateDate)
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(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.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.sql.Timestamp)
.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(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.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(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.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(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.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonNameHistorySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonNameHistoryDao
Does the same thing as TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(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.
getAllTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllTaxonNameHistorySinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TaxonNameHistory createFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
createFromClusterTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.createFromClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
protected abstract TaxonNameHistory handleCreateFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory) throws java.lang.Exception
createFromClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
java.lang.Exception
public ClusterTaxonNameHistory[] getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTaxonNameHistorySinceDateSynchro
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTaxonNameHistory[] handleGetAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTaxonNameHistorySinceDateSynchro(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, TaxonNameHistory entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonNameHistoryDao
, please note
that the TaxonNameHistoryDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TaxonNameHistory
- TaxonNameHistoryDao.TRANSFORM_NONE
RemoteTaxonNameHistoryFullVO
- TRANSFORM_REMOTETAXONNAMEHISTORYFULLVO
RemoteTaxonNameHistoryNaturalId
- TRANSFORM_REMOTETAXONNAMEHISTORYNATURALID
ClusterTaxonNameHistory
- TRANSFORM_CLUSTERTAXONNAMEHISTORY
TaxonNameHistoryDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TaxonNameHistoryDao
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.TaxonNameHistory)
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.TaxonNameHistoryDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
protected TaxonNameHistory toEntity(java.lang.Object[] row)
public final void toRemoteTaxonNameHistoryFullVOCollection(java.util.Collection entities)
TaxonNameHistoryDao
RemoteTaxonNameHistoryFullVO
.
toRemoteTaxonNameHistoryFullVOCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVOCollection(java.util.Collection)
public final RemoteTaxonNameHistoryFullVO[] toRemoteTaxonNameHistoryFullVOArray(java.util.Collection entities)
TaxonNameHistoryDao
RemoteTaxonNameHistoryFullVO
.
toRemoteTaxonNameHistoryFullVOArray
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVOArray(java.util.Collection)
protected RemoteTaxonNameHistoryFullVO toRemoteTaxonNameHistoryFullVO(java.lang.Object[] row)
TaxonNameHistoryDaoImpl
class if you intend to use reporting queries.
TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public final void remoteTaxonNameHistoryFullVOToEntityCollection(java.util.Collection instances)
TaxonNameHistoryDao
RemoteTaxonNameHistoryFullVO
to this
DAO's entity.
remoteTaxonNameHistoryFullVOToEntityCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.remoteTaxonNameHistoryFullVOToEntityCollection(java.util.Collection)
public void toRemoteTaxonNameHistoryFullVO(TaxonNameHistory source, RemoteTaxonNameHistoryFullVO target)
TaxonNameHistoryDao
toRemoteTaxonNameHistoryFullVO
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonNameHistory, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
public RemoteTaxonNameHistoryFullVO toRemoteTaxonNameHistoryFullVO(TaxonNameHistory entity)
TaxonNameHistoryDao
RemoteTaxonNameHistoryFullVO
.
toRemoteTaxonNameHistoryFullVO
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO source, TaxonNameHistory target, boolean copyIfNull)
TaxonNameHistoryDao
RemoteTaxonNameHistoryFullVO
to the specified entity.
remoteTaxonNameHistoryFullVOToEntity
in interface TaxonNameHistoryDao
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.TaxonNameHistoryDao#remoteTaxonNameHistoryFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public final void toRemoteTaxonNameHistoryNaturalIdCollection(java.util.Collection entities)
TaxonNameHistoryDao
RemoteTaxonNameHistoryNaturalId
.
toRemoteTaxonNameHistoryNaturalIdCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalIdCollection(java.util.Collection)
public final RemoteTaxonNameHistoryNaturalId[] toRemoteTaxonNameHistoryNaturalIdArray(java.util.Collection entities)
TaxonNameHistoryDao
RemoteTaxonNameHistoryNaturalId
.
toRemoteTaxonNameHistoryNaturalIdArray
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalIdArray(java.util.Collection)
protected RemoteTaxonNameHistoryNaturalId toRemoteTaxonNameHistoryNaturalId(java.lang.Object[] row)
TaxonNameHistoryDaoImpl
class if you intend to use reporting queries.
TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public final void remoteTaxonNameHistoryNaturalIdToEntityCollection(java.util.Collection instances)
TaxonNameHistoryDao
RemoteTaxonNameHistoryNaturalId
to this
DAO's entity.
remoteTaxonNameHistoryNaturalIdToEntityCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.remoteTaxonNameHistoryNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
TaxonNameHistoryDao
toRemoteTaxonNameHistoryNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonNameHistory, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)
public RemoteTaxonNameHistoryNaturalId toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
TaxonNameHistoryDao
RemoteTaxonNameHistoryNaturalId
.
toRemoteTaxonNameHistoryNaturalId
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
TaxonNameHistoryDao
RemoteTaxonNameHistoryNaturalId
to the specified entity.
remoteTaxonNameHistoryNaturalIdToEntity
in interface TaxonNameHistoryDao
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.TaxonNameHistoryDao#remoteTaxonNameHistoryNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public final void toClusterTaxonNameHistoryCollection(java.util.Collection entities)
TaxonNameHistoryDao
ClusterTaxonNameHistory
.
toClusterTaxonNameHistoryCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toClusterTaxonNameHistoryCollection(java.util.Collection)
public final ClusterTaxonNameHistory[] toClusterTaxonNameHistoryArray(java.util.Collection entities)
TaxonNameHistoryDao
ClusterTaxonNameHistory
.
toClusterTaxonNameHistoryArray
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toClusterTaxonNameHistoryArray(java.util.Collection)
protected ClusterTaxonNameHistory toClusterTaxonNameHistory(java.lang.Object[] row)
TaxonNameHistoryDaoImpl
class if you intend to use reporting queries.
TaxonNameHistoryDao.toClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public final void clusterTaxonNameHistoryToEntityCollection(java.util.Collection instances)
TaxonNameHistoryDao
ClusterTaxonNameHistory
to this
DAO's entity.
clusterTaxonNameHistoryToEntityCollection
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.clusterTaxonNameHistoryToEntityCollection(java.util.Collection)
public void toClusterTaxonNameHistory(TaxonNameHistory source, ClusterTaxonNameHistory target)
TaxonNameHistoryDao
toClusterTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
public ClusterTaxonNameHistory toClusterTaxonNameHistory(TaxonNameHistory entity)
TaxonNameHistoryDao
ClusterTaxonNameHistory
.
toClusterTaxonNameHistory
in interface TaxonNameHistoryDao
TaxonNameHistoryDao.toClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory source, TaxonNameHistory target, boolean copyIfNull)
TaxonNameHistoryDao
ClusterTaxonNameHistory
to the specified entity.
clusterTaxonNameHistoryToEntity
in interface TaxonNameHistoryDao
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.TaxonNameHistoryDao#clusterTaxonNameHistoryToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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)
TaxonNameHistoryDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonNameHistoryDao
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.TaxonNameHistoryDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TaxonNameHistoryDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonNameHistoryDao
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.TaxonNameHistoryDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TaxonNameHistoryDao
TaxonNameHistoryDao.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 TaxonNameHistoryDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TaxonNameHistoryDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TaxonNameHistoryDao
search
object.
search
in interface TaxonNameHistoryDao
search
- the search object which provides the search parameters and pagination specification.
TaxonNameHistoryDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |