|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaxonInformationHistoryDao
TaxonInformationHistory
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
TaxonInformationHistory |
clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
Converts an instance of type ClusterTaxonInformationHistory to this DAO's entity. |
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllTaxonInformationHistory() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonInformationHistory(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllTaxonInformationHistory() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistory(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 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 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 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 getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as 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 loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
TaxonInformationHistory |
remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVO)
Converts an instance of type RemoteTaxonInformationHistoryFullVO to this DAO's entity. |
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. |
TaxonInformationHistory |
remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
Converts an instance of type RemoteTaxonInformationHistoryNaturalId 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonInformationHistoryFullVO
.
static final int TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonInformationHistoryNaturalId
.
static final int TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTaxonInformationHistory
.
Method Detail |
---|
void toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory source, RemoteTaxonInformationHistoryFullVO target)
RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
RemoteTaxonInformationHistoryFullVO
.
void toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection entities)
RemoteTaxonInformationHistoryFullVO
.
RemoteTaxonInformationHistoryFullVO[] toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection entities)
RemoteTaxonInformationHistoryFullVO
.
void remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source, TaxonInformationHistory target, boolean copyIfNull)
RemoteTaxonInformationHistoryFullVO
to the specified entity.
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.TaxonInformationHistory remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVO)
RemoteTaxonInformationHistoryFullVO
to this DAO's entity.
void remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection instances)
RemoteTaxonInformationHistoryFullVO
to this
DAO's entity.
void toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
RemoteTaxonInformationHistoryNaturalId
.
void toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection entities)
RemoteTaxonInformationHistoryNaturalId
.
RemoteTaxonInformationHistoryNaturalId[] toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
RemoteTaxonInformationHistoryNaturalId
.
void remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
RemoteTaxonInformationHistoryNaturalId
to the specified entity.
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.TaxonInformationHistory remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
RemoteTaxonInformationHistoryNaturalId
to this DAO's entity.
void remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTaxonInformationHistoryNaturalId
to this
DAO's entity.
void toClusterTaxonInformationHistory(TaxonInformationHistory source, ClusterTaxonInformationHistory target)
ClusterTaxonInformationHistory toClusterTaxonInformationHistory(TaxonInformationHistory entity)
ClusterTaxonInformationHistory
.
void toClusterTaxonInformationHistoryCollection(java.util.Collection entities)
ClusterTaxonInformationHistory
.
ClusterTaxonInformationHistory[] toClusterTaxonInformationHistoryArray(java.util.Collection entities)
ClusterTaxonInformationHistory
.
void clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source, TaxonInformationHistory target, boolean copyIfNull)
ClusterTaxonInformationHistory
to the specified entity.
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.TaxonInformationHistory clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
ClusterTaxonInformationHistory
to this DAO's entity.
void clusterTaxonInformationHistoryToEntityCollection(java.util.Collection instances)
ClusterTaxonInformationHistory
to this
DAO's entity.
TaxonInformationHistory load(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
referenceDocument
- identifier of the entity to loadtaxonNameHistory
- identifier of the entity to load
java.util.Collection loadAll()
TaxonInformationHistory
.
java.util.Collection loadAll(int transform)
Does the same thing as 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.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
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.
TaxonInformationHistory create(TaxonInformationHistory taxonInformationHistory)
java.lang.Object create(int transform, TaxonInformationHistory taxonInformationHistory)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
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.
java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
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.
java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
void update(TaxonInformationHistory taxonInformationHistory)
taxonInformationHistory
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TaxonInformationHistory taxonInformationHistory)
void remove(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTaxonInformationHistory()
java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString)
Does the same thing as getAllTaxonInformationHistory()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationHistory()
.
java.util.Collection getAllTaxonInformationHistory(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistory(int transform)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistory(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString)
Does the same thing as getAllTaxonInformationHistory(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationHistory(int)
.
java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)
java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as 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 findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, ReferenceDocument referenceDocument)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as 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 findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
TaxonInformationHistory findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
TaxonInformationHistory findTaxonInformationHistoryByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)
.
java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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.
java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
Does the same thing as 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 findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory)
.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as 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.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as 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.
TaxonInformationHistory createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |