|
||||||||||
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.TaxonInformationHistoryDaoBase
public abstract class TaxonInformationHistoryDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
.
TaxonInformationHistory
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonInformationHistoryDao |
---|
TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY, TRANSFORM_NONE, TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO, TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID |
Constructor Summary | |
---|---|
TaxonInformationHistoryDaoBase()
|
Method Summary | |
---|---|
void |
clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source,
TaxonInformationHistory target,
boolean copyIfNull)
Copies the fields of ClusterTaxonInformationHistory to the specified entity. |
void |
clusterTaxonInformationHistoryToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonInformationHistory to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonInformationHistory taxonInformationHistory)
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory) with an
additional flag called transform . |
TaxonInformationHistory |
create(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonInformationHistory |
create(java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instance from all attributes and
properties and adds it to the persistent store. |
TaxonInformationHistory |
create(TaxonInformationHistory taxonInformationHistory)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory and adds it to the persistent store. |
TaxonInformationHistory |
createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
|
java.lang.Object |
findTaxonInformationHistoryByIdentifiers(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.lang.Object |
findTaxonInformationHistoryByIdentifiers(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
TaxonInformationHistory |
findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
|
TaxonInformationHistory |
findTaxonInformationHistoryByIdentifiers(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
java.lang.Object |
findTaxonInformationHistoryByNaturalId(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.lang.Object |
findTaxonInformationHistoryByNaturalId(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
TaxonInformationHistory |
findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
|
TaxonInformationHistory |
findTaxonInformationHistoryByNaturalId(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(int transform,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(int transform,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)
|
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(int transform,
int pageNumber,
int pageSize,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(int pageNumber,
int pageSize,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(int transform,
java.lang.String queryString,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(int transform,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
|
java.util.Collection |
getAllTaxonInformationHistory()
|
java.util.Collection |
getAllTaxonInformationHistory(int transform)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonInformationHistory(int pageNumber,
int pageSize)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistory(int transform,
int pageNumber,
int pageSize)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistory(int transform,
java.lang.String queryString)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistory(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistory(java.lang.String queryString)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistory(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ReferenceDocumentDao |
getReferenceDocumentDao()
Gets the reference to referenceDocumentDao . |
protected TaxonNameHistoryDao |
getTaxonNameHistoryDao()
Gets the reference to taxonNameHistoryDao . |
protected abstract TaxonInformationHistory |
handleCreateFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
Performs the core logic for createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory) |
java.lang.Object |
load(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an
additional flag called transform . |
TaxonInformationHistory |
load(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TaxonInformationHistory . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TaxonInformationHistoryDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TaxonInformationHistoryDao.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 TaxonInformationHistoryDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source,
TaxonInformationHistory target,
boolean copyIfNull)
Copies the fields of RemoteTaxonInformationHistoryFullVO to the specified entity. |
void |
remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationHistoryFullVO to this
DAO's entity. |
void |
remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source,
TaxonInformationHistory target,
boolean copyIfNull)
Copies the fields of RemoteTaxonInformationHistoryNaturalId to the specified entity. |
void |
remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationHistoryNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory having the given identifiers from the persistent store. |
void |
remove(TaxonInformationHistory taxonInformationHistory)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory 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 TaxonInformationHistoryDao.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 |
setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
Sets the reference to referenceDocumentDao . |
void |
setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
Sets the reference to taxonNameHistoryDao . |
protected ClusterTaxonInformationHistory |
toClusterTaxonInformationHistory(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTaxonInformationHistory |
toClusterTaxonInformationHistory(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type ClusterTaxonInformationHistory . |
void |
toClusterTaxonInformationHistory(TaxonInformationHistory source,
ClusterTaxonInformationHistory target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonInformationHistory[] |
toClusterTaxonInformationHistoryArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonInformationHistory . |
void |
toClusterTaxonInformationHistoryCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonInformationHistory . |
protected TaxonInformationHistory |
toEntity(java.lang.Object[] row)
|
protected RemoteTaxonInformationHistoryFullVO |
toRemoteTaxonInformationHistoryFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonInformationHistoryFullVO |
toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryFullVO . |
void |
toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory source,
RemoteTaxonInformationHistoryFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonInformationHistoryFullVO[] |
toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryFullVO . |
void |
toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryFullVO . |
protected RemoteTaxonInformationHistoryNaturalId |
toRemoteTaxonInformationHistoryNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonInformationHistoryNaturalId |
toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryNaturalId . |
void |
toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source,
RemoteTaxonInformationHistoryNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonInformationHistoryNaturalId[] |
toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryNaturalId . |
void |
toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
method. |
protected java.lang.Object |
transformEntity(int transform,
TaxonInformationHistory 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.TaxonInformationHistoryDao , please note
that the TaxonInformationHistoryDao.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(TaxonInformationHistory taxonInformationHistory)
Updates the taxonInformationHistory 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.TaxonInformationHistoryDao |
---|
clusterTaxonInformationHistoryToEntity, remoteTaxonInformationHistoryFullVOToEntity, remoteTaxonInformationHistoryNaturalIdToEntity |
Constructor Detail |
---|
public TaxonInformationHistoryDaoBase()
Method Detail |
---|
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocumentDao
.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocumentDao
.
public void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
taxonNameHistoryDao
.
protected TaxonNameHistoryDao getTaxonNameHistoryDao()
taxonNameHistoryDao
.
public java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,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 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 TaxonInformationHistoryDao
referenceDocument
- identifier of the entity to loadtaxonNameHistory
- identifier of the entity to load
TaxonInformationHistoryDao.load(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory load(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
load
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection loadAll()
TaxonInformationHistoryDao
TaxonInformationHistory
.
loadAll
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.loadAll()
public java.util.Collection loadAll(int transform)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.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 TaxonInformationHistoryDao
transform
- the flag indicating what transformation to use.
TaxonInformationHistoryDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.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 TaxonInformationHistoryDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TaxonInformationHistoryDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.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 TaxonInformationHistoryDao
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.
TaxonInformationHistoryDao.loadAll(int, int, int)
public TaxonInformationHistory create(TaxonInformationHistory taxonInformationHistory)
TaxonInformationHistoryDao
create
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public java.lang.Object create(int transform, TaxonInformationHistory taxonInformationHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
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 TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(int transform, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public java.util.Collection create(java.util.Collection entities)
TaxonInformationHistoryDao
entities
collection
create
in interface TaxonInformationHistoryDao
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instances to create.
TaxonInformationHistoryDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
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 TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(int, java.util.Collection)
public TaxonInformationHistory create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,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 TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory create(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,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 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 TaxonInformationHistoryDao
TaxonInformationHistoryDao.create(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void update(TaxonInformationHistory taxonInformationHistory)
TaxonInformationHistoryDao
taxonInformationHistory
instance in the persistent store.
update
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.update(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public void update(java.util.Collection entities)
TaxonInformationHistoryDao
entities
collection in the persistent store.
update
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.update(java.util.Collection)
public void remove(TaxonInformationHistory taxonInformationHistory)
TaxonInformationHistoryDao
remove
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.remove(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public void remove(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
identifiers
from the persistent store.
remove
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.remove(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public void remove(java.util.Collection entities)
TaxonInformationHistoryDao
entities collection.
- Specified by:
remove
in interface TaxonInformationHistoryDao
- See Also:
TaxonInformationHistoryDao.remove(java.util.Collection)
public java.util.Collection getAllTaxonInformationHistory()
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory()
public java.util.Collection getAllTaxonInformationHistory(int transform)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory()
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.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int)
public java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.getAllTaxonInformationHistory()
.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(java.lang.String)
public java.util.Collection getAllTaxonInformationHistory(int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory()
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.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, int)
public java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString, int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(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.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(String, int, int)
public java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.getAllTaxonInformationHistory(int)
.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, String)
public java.util.Collection getAllTaxonInformationHistory(int transform, int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(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.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, int, int)
public java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(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.
getAllTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, java.lang.String, int, int)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
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.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
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.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
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.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
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.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
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.
findTaxonInformationHistoryByReferenceDocument
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByTaxonNameHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
findTaxonInformationHistoryByIdentifiers
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByIdentifiers
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
findTaxonInformationHistoryByIdentifiers
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
findTaxonInformationHistoryByIdentifiers
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
findTaxonInformationHistoryByNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
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.
findTaxonInformationHistoryByNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public TaxonInformationHistory findTaxonInformationHistoryByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
findTaxonInformationHistoryByNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
findTaxonInformationHistoryByNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(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.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp)
.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(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.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(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.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(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.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonInformationHistoryDao
Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(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.
getAllTaxonInformationHistorySinceDateSynchro
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TaxonInformationHistory createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
createFromClusterTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)
protected abstract TaxonInformationHistory handleCreateFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory) throws java.lang.Exception
createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TaxonInformationHistory entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonInformationHistoryDao
, please note
that the TaxonInformationHistoryDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TaxonInformationHistory
- TaxonInformationHistoryDao.TRANSFORM_NONE
RemoteTaxonInformationHistoryFullVO
- TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO
RemoteTaxonInformationHistoryNaturalId
- TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
ClusterTaxonInformationHistory
- TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY
TaxonInformationHistoryDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TaxonInformationHistoryDao
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.TaxonInformationHistory)
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.TaxonInformationHistoryDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
protected TaxonInformationHistory toEntity(java.lang.Object[] row)
public final void toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection entities)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryFullVO
.
toRemoteTaxonInformationHistoryFullVOCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection)
public final RemoteTaxonInformationHistoryFullVO[] toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection entities)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryFullVO
.
toRemoteTaxonInformationHistoryFullVOArray
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection)
protected RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(java.lang.Object[] row)
TaxonInformationHistoryDaoImpl
class if you intend to use reporting queries.
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public final void remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection instances)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryFullVO
to this
DAO's entity.
remoteTaxonInformationHistoryFullVOToEntityCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection)
public void toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory source, RemoteTaxonInformationHistoryFullVO target)
TaxonInformationHistoryDao
toRemoteTaxonInformationHistoryFullVO
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
public RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryFullVO
.
toRemoteTaxonInformationHistoryFullVO
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public void remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source, TaxonInformationHistory target, boolean copyIfNull)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryFullVO
to the specified entity.
remoteTaxonInformationHistoryFullVOToEntity
in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#remoteTaxonInformationHistoryFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public final void toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection entities)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryNaturalId
.
toRemoteTaxonInformationHistoryNaturalIdCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection)
public final RemoteTaxonInformationHistoryNaturalId[] toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryNaturalId
.
toRemoteTaxonInformationHistoryNaturalIdArray
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection)
protected RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(java.lang.Object[] row)
TaxonInformationHistoryDaoImpl
class if you intend to use reporting queries.
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public final void remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryNaturalId
to this
DAO's entity.
remoteTaxonInformationHistoryNaturalIdToEntityCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
TaxonInformationHistoryDao
toRemoteTaxonInformationHistoryNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)
public RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryNaturalId
.
toRemoteTaxonInformationHistoryNaturalId
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public void remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
TaxonInformationHistoryDao
RemoteTaxonInformationHistoryNaturalId
to the specified entity.
remoteTaxonInformationHistoryNaturalIdToEntity
in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#remoteTaxonInformationHistoryNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public final void toClusterTaxonInformationHistoryCollection(java.util.Collection entities)
TaxonInformationHistoryDao
ClusterTaxonInformationHistory
.
toClusterTaxonInformationHistoryCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toClusterTaxonInformationHistoryCollection(java.util.Collection)
public final ClusterTaxonInformationHistory[] toClusterTaxonInformationHistoryArray(java.util.Collection entities)
TaxonInformationHistoryDao
ClusterTaxonInformationHistory
.
toClusterTaxonInformationHistoryArray
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toClusterTaxonInformationHistoryArray(java.util.Collection)
protected ClusterTaxonInformationHistory toClusterTaxonInformationHistory(java.lang.Object[] row)
TaxonInformationHistoryDaoImpl
class if you intend to use reporting queries.
TaxonInformationHistoryDao.toClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public final void clusterTaxonInformationHistoryToEntityCollection(java.util.Collection instances)
TaxonInformationHistoryDao
ClusterTaxonInformationHistory
to this
DAO's entity.
clusterTaxonInformationHistoryToEntityCollection
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.clusterTaxonInformationHistoryToEntityCollection(java.util.Collection)
public void toClusterTaxonInformationHistory(TaxonInformationHistory source, ClusterTaxonInformationHistory target)
TaxonInformationHistoryDao
toClusterTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)
public ClusterTaxonInformationHistory toClusterTaxonInformationHistory(TaxonInformationHistory entity)
TaxonInformationHistoryDao
ClusterTaxonInformationHistory
.
toClusterTaxonInformationHistory
in interface TaxonInformationHistoryDao
TaxonInformationHistoryDao.toClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
public void clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source, TaxonInformationHistory target, boolean copyIfNull)
TaxonInformationHistoryDao
ClusterTaxonInformationHistory
to the specified entity.
clusterTaxonInformationHistoryToEntity
in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#clusterTaxonInformationHistoryToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)
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)
TaxonInformationHistoryDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TaxonInformationHistoryDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TaxonInformationHistoryDao
TaxonInformationHistoryDao.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 TaxonInformationHistoryDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TaxonInformationHistoryDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TaxonInformationHistoryDao
search
object.
search
in interface TaxonInformationHistoryDao
search
- the search object which provides the search parameters and pagination specification.
TaxonInformationHistoryDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |