|
||||||||||
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.TaxonGroupInformationDaoBase
public abstract class TaxonGroupInformationDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
.
TaxonGroupInformation
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonGroupInformationDao |
---|
TRANSFORM_CLUSTERTAXONGROUPINFORMATION, TRANSFORM_NONE, TRANSFORM_REMOTETAXONGROUPINFORMATIONFULLVO, TRANSFORM_REMOTETAXONGROUPINFORMATIONNATURALID |
Constructor Summary | |
---|---|
TaxonGroupInformationDaoBase()
|
Method Summary | |
---|---|
void |
clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of ClusterTaxonGroupInformation to the specified entity. |
void |
clusterTaxonGroupInformationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonGroupInformation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonGroupInformation taxonGroupInformation)
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an
additional flag called transform . |
TaxonGroupInformation |
create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupInformation |
create(java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroupInformation |
create(TaxonGroupInformation taxonGroupInformation)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds it to the persistent store. |
TaxonGroupInformation |
createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
|
java.lang.Object |
findTaxonGroupInformationByIdentifiers(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupInformationByIdentifiers(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
TaxonGroupInformation |
findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
|
TaxonGroupInformation |
findTaxonGroupInformationByIdentifiers(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.lang.Object |
findTaxonGroupInformationByNaturalId(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupInformationByNaturalId(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
TaxonGroupInformation |
findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
|
TaxonGroupInformation |
findTaxonGroupInformationByNaturalId(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)
|
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
getAllTaxonGroupInformation()
|
java.util.Collection |
getAllTaxonGroupInformation(int transform)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupInformation(int pageNumber,
int pageSize)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
java.lang.String queryString)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(java.lang.String queryString)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(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 TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroupDao . |
protected abstract TaxonGroupInformation |
handleCreateFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
Performs the core logic for createFromClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation) |
java.lang.Object |
load(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as TaxonGroupInformationDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
TaxonGroupInformation |
load(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TaxonGroupInformation . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TaxonGroupInformationDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TaxonGroupInformationDao.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 TaxonGroupInformationDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationFullVO to the specified entity. |
void |
remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupInformationFullVO to this
DAO's entity. |
void |
remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationNaturalId to the specified entity. |
void |
remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupInformationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation having the given identifiers from the persistent store. |
void |
remove(TaxonGroupInformation taxonGroupInformation)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation 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 TaxonGroupInformationDao.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 |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao . |
protected ClusterTaxonGroupInformation |
toClusterTaxonGroupInformation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTaxonGroupInformation |
toClusterTaxonGroupInformation(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type ClusterTaxonGroupInformation . |
void |
toClusterTaxonGroupInformation(TaxonGroupInformation source,
ClusterTaxonGroupInformation target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonGroupInformation[] |
toClusterTaxonGroupInformationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonGroupInformation . |
void |
toClusterTaxonGroupInformationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonGroupInformation . |
protected TaxonGroupInformation |
toEntity(java.lang.Object[] row)
|
protected RemoteTaxonGroupInformationFullVO |
toRemoteTaxonGroupInformationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonGroupInformationFullVO |
toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationFullVO . |
void |
toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source,
RemoteTaxonGroupInformationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupInformationFullVO[] |
toRemoteTaxonGroupInformationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationFullVO . |
void |
toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationFullVO . |
protected RemoteTaxonGroupInformationNaturalId |
toRemoteTaxonGroupInformationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTaxonGroupInformationNaturalId |
toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationNaturalId . |
void |
toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source,
RemoteTaxonGroupInformationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupInformationNaturalId[] |
toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationNaturalId . |
void |
toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
method. |
protected java.lang.Object |
transformEntity(int transform,
TaxonGroupInformation 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.TaxonGroupInformationDao , please note
that the TaxonGroupInformationDao.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(TaxonGroupInformation taxonGroupInformation)
Updates the taxonGroupInformation 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.TaxonGroupInformationDao |
---|
clusterTaxonGroupInformationToEntity, remoteTaxonGroupInformationFullVOToEntity, remoteTaxonGroupInformationNaturalIdToEntity |
Constructor Detail |
---|
public TaxonGroupInformationDaoBase()
Method Detail |
---|
public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
referenceDocumentDao
.
protected ReferenceDocumentDao getReferenceDocumentDao()
referenceDocumentDao
.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroupDao
.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroupDao
.
public java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will 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 TaxonGroupInformationDao
referenceDocument
- identifier of the entity to loadtaxonGroup
- identifier of the entity to load
TaxonGroupInformationDao.load(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation load(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
load
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection loadAll()
TaxonGroupInformationDao
TaxonGroupInformation
.
loadAll
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.loadAll()
public java.util.Collection loadAll(int transform)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.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 TaxonGroupInformationDao
transform
- the flag indicating what transformation to use.
TaxonGroupInformationDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.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 TaxonGroupInformationDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TaxonGroupInformationDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.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 TaxonGroupInformationDao
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.
TaxonGroupInformationDao.loadAll(int, int, int)
public TaxonGroupInformation create(TaxonGroupInformation taxonGroupInformation)
TaxonGroupInformationDao
create
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public java.lang.Object create(int transform, TaxonGroupInformation taxonGroupInformation)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
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 TaxonGroupInformationDao
TaxonGroupInformationDao.create(int transform, fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public java.util.Collection create(java.util.Collection entities)
TaxonGroupInformationDao
entities
collection
create
in interface TaxonGroupInformationDao
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instances to create.
TaxonGroupInformationDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
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 TaxonGroupInformationDao
TaxonGroupInformationDao.create(int, java.util.Collection)
public TaxonGroupInformation create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will 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 TaxonGroupInformationDao
TaxonGroupInformationDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation create(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.create(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void update(TaxonGroupInformation taxonGroupInformation)
TaxonGroupInformationDao
taxonGroupInformation
instance in the persistent store.
update
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.update(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public void update(java.util.Collection entities)
TaxonGroupInformationDao
entities
collection in the persistent store.
update
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.update(java.util.Collection)
public void remove(TaxonGroupInformation taxonGroupInformation)
TaxonGroupInformationDao
remove
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.remove(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public void remove(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
identifiers
from the persistent store.
remove
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.remove(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void remove(java.util.Collection entities)
TaxonGroupInformationDao
entities collection.
- Specified by:
remove
in interface TaxonGroupInformationDao
- See Also:
TaxonGroupInformationDao.remove(java.util.Collection)
public java.util.Collection getAllTaxonGroupInformation()
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation()
public java.util.Collection getAllTaxonGroupInformation(int transform)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation()
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.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(int)
public java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.getAllTaxonGroupInformation()
.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(java.lang.String)
public java.util.Collection getAllTaxonGroupInformation(int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation()
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.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(int, int)
public java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString, int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(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.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(String, int, int)
public java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.getAllTaxonGroupInformation(int)
.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(int, String)
public java.util.Collection getAllTaxonGroupInformation(int transform, int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(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.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(int, int, int)
public java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformation(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.
getAllTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformation(int, java.lang.String, int, int)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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 TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(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.
findTaxonGroupInformationByReferenceDocument
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByReferenceDocument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTaxonGroupInformationByTaxonGroup
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
findTaxonGroupInformationByIdentifiers
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTaxonGroupInformationByIdentifiers
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation findTaxonGroupInformationByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findTaxonGroupInformationByIdentifiers
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findTaxonGroupInformationByIdentifiers
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
findTaxonGroupInformationByNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object findTaxonGroupInformationByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTaxonGroupInformationByNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public TaxonGroupInformation findTaxonGroupInformationByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findTaxonGroupInformationByNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object findTaxonGroupInformationByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findTaxonGroupInformationByNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(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.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(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.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(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.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(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.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TaxonGroupInformationDao
Does the same thing as TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(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.
getAllTaxonGroupInformationSinceDateSynchro
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.getAllTaxonGroupInformationSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TaxonGroupInformation createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
createFromClusterTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.createFromClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation)
protected abstract TaxonGroupInformation handleCreateFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation) throws java.lang.Exception
createFromClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TaxonGroupInformation entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonGroupInformationDao
, please note
that the TaxonGroupInformationDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TaxonGroupInformation
- TaxonGroupInformationDao.TRANSFORM_NONE
RemoteTaxonGroupInformationFullVO
- TRANSFORM_REMOTETAXONGROUPINFORMATIONFULLVO
RemoteTaxonGroupInformationNaturalId
- TRANSFORM_REMOTETAXONGROUPINFORMATIONNATURALID
ClusterTaxonGroupInformation
- TRANSFORM_CLUSTERTAXONGROUPINFORMATION
TaxonGroupInformationDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TaxonGroupInformationDao
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.TaxonGroupInformation)
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.TaxonGroupInformationDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
protected TaxonGroupInformation toEntity(java.lang.Object[] row)
public final void toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection entities)
TaxonGroupInformationDao
RemoteTaxonGroupInformationFullVO
.
toRemoteTaxonGroupInformationFullVOCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection)
public final RemoteTaxonGroupInformationFullVO[] toRemoteTaxonGroupInformationFullVOArray(java.util.Collection entities)
TaxonGroupInformationDao
RemoteTaxonGroupInformationFullVO
.
toRemoteTaxonGroupInformationFullVOArray
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVOArray(java.util.Collection)
protected RemoteTaxonGroupInformationFullVO toRemoteTaxonGroupInformationFullVO(java.lang.Object[] row)
TaxonGroupInformationDaoImpl
class if you intend to use reporting queries.
TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public final void remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection instances)
TaxonGroupInformationDao
RemoteTaxonGroupInformationFullVO
to this
DAO's entity.
remoteTaxonGroupInformationFullVOToEntityCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection)
public void toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
TaxonGroupInformationDao
toRemoteTaxonGroupInformationFullVO
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
public RemoteTaxonGroupInformationFullVO toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
TaxonGroupInformationDao
RemoteTaxonGroupInformationFullVO
.
toRemoteTaxonGroupInformationFullVO
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public void remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
TaxonGroupInformationDao
RemoteTaxonGroupInformationFullVO
to the specified entity.
remoteTaxonGroupInformationFullVOToEntity
in interface TaxonGroupInformationDao
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.TaxonGroupInformationDao#remoteTaxonGroupInformationFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public final void toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection entities)
TaxonGroupInformationDao
RemoteTaxonGroupInformationNaturalId
.
toRemoteTaxonGroupInformationNaturalIdCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection)
public final RemoteTaxonGroupInformationNaturalId[] toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
TaxonGroupInformationDao
RemoteTaxonGroupInformationNaturalId
.
toRemoteTaxonGroupInformationNaturalIdArray
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection)
protected RemoteTaxonGroupInformationNaturalId toRemoteTaxonGroupInformationNaturalId(java.lang.Object[] row)
TaxonGroupInformationDaoImpl
class if you intend to use reporting queries.
TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public final void remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection instances)
TaxonGroupInformationDao
RemoteTaxonGroupInformationNaturalId
to this
DAO's entity.
remoteTaxonGroupInformationNaturalIdToEntityCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
TaxonGroupInformationDao
toRemoteTaxonGroupInformationNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)
public RemoteTaxonGroupInformationNaturalId toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
TaxonGroupInformationDao
RemoteTaxonGroupInformationNaturalId
.
toRemoteTaxonGroupInformationNaturalId
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public void remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
TaxonGroupInformationDao
RemoteTaxonGroupInformationNaturalId
to the specified entity.
remoteTaxonGroupInformationNaturalIdToEntity
in interface TaxonGroupInformationDao
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.TaxonGroupInformationDao#remoteTaxonGroupInformationNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId, fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public final void toClusterTaxonGroupInformationCollection(java.util.Collection entities)
TaxonGroupInformationDao
ClusterTaxonGroupInformation
.
toClusterTaxonGroupInformationCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toClusterTaxonGroupInformationCollection(java.util.Collection)
public final ClusterTaxonGroupInformation[] toClusterTaxonGroupInformationArray(java.util.Collection entities)
TaxonGroupInformationDao
ClusterTaxonGroupInformation
.
toClusterTaxonGroupInformationArray
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toClusterTaxonGroupInformationArray(java.util.Collection)
protected ClusterTaxonGroupInformation toClusterTaxonGroupInformation(java.lang.Object[] row)
TaxonGroupInformationDaoImpl
class if you intend to use reporting queries.
TaxonGroupInformationDao.toClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public final void clusterTaxonGroupInformationToEntityCollection(java.util.Collection instances)
TaxonGroupInformationDao
ClusterTaxonGroupInformation
to this
DAO's entity.
clusterTaxonGroupInformationToEntityCollection
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.clusterTaxonGroupInformationToEntityCollection(java.util.Collection)
public void toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
TaxonGroupInformationDao
toClusterTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation)
public ClusterTaxonGroupInformation toClusterTaxonGroupInformation(TaxonGroupInformation entity)
TaxonGroupInformationDao
ClusterTaxonGroupInformation
.
toClusterTaxonGroupInformation
in interface TaxonGroupInformationDao
TaxonGroupInformationDao.toClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
public void clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
TaxonGroupInformationDao
ClusterTaxonGroupInformation
to the specified entity.
clusterTaxonGroupInformationToEntity
in interface TaxonGroupInformationDao
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.TaxonGroupInformationDao#clusterTaxonGroupInformationToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation, fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
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)
TaxonGroupInformationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonGroupInformationDao
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.TaxonGroupInformationDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TaxonGroupInformationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TaxonGroupInformationDao
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.TaxonGroupInformationDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TaxonGroupInformationDao
TaxonGroupInformationDao.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 TaxonGroupInformationDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TaxonGroupInformationDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TaxonGroupInformationDao
search
object.
search
in interface TaxonGroupInformationDao
search
- the search object which provides the search parameters and pagination specification.
TaxonGroupInformationDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |