|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaxonInformationDao
TaxonInformation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTAXONINFORMATION
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_REMOTETAXONINFORMATIONFULLVO
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_REMOTETAXONINFORMATIONNATURALID
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 | |
---|---|
TaxonInformation |
clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
Converts an instance of type ClusterTaxonInformation to this DAO's entity. |
void |
clusterTaxonInformationToEntity(ClusterTaxonInformation source,
TaxonInformation target,
boolean copyIfNull)
Copies the fields of ClusterTaxonInformation to the specified entity. |
void |
clusterTaxonInformationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonInformation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonInformation 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.TaxonInformation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonInformation taxonInformation)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonInformation) with an
additional flag called transform . |
TaxonInformation |
create(ReferenceDocument referenceDocument,
TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonInformation |
create(java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation
instance from all attributes and
properties and adds it to the persistent store. |
TaxonInformation |
create(TaxonInformation taxonInformation)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonInformation and adds it to the persistent store. |
TaxonInformation |
createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
|
java.lang.Object |
findTaxonInformationByIdentifiers(int transform,
java.lang.String queryString,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.lang.Object |
findTaxonInformationByIdentifiers(int transform,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
TaxonInformation |
findTaxonInformationByIdentifiers(java.lang.String queryString,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
TaxonInformation |
findTaxonInformationByIdentifiers(TaxonName taxonName,
ReferenceDocument referenceDocument)
|
java.lang.Object |
findTaxonInformationByNaturalId(int transform,
java.lang.String queryString,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.lang.Object |
findTaxonInformationByNaturalId(int transform,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
TaxonInformation |
findTaxonInformationByNaturalId(java.lang.String queryString,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
TaxonInformation |
findTaxonInformationByNaturalId(TaxonName taxonName,
ReferenceDocument referenceDocument)
|
java.util.Collection |
findTaxonInformationByReferenceDocument(int transform,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByReferenceDocument(int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByReferenceDocument(int transform,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
java.util.Collection |
findTaxonInformationByReferenceDocument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByReferenceDocument(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationByReferenceDocument(ReferenceDocument referenceDocument)
|
java.util.Collection |
findTaxonInformationByReferenceDocument(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByReferenceDocument(java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationByTaxonName(int transform,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByTaxonName(int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByTaxonName(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByTaxonName(int transform,
java.lang.String queryString,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationByTaxonName(int transform,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.util.Collection |
findTaxonInformationByTaxonName(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonInformationByTaxonName(java.lang.String queryString,
TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findTaxonInformationByTaxonName(TaxonName taxonName)
|
ClusterTaxonInformation[] |
getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTaxonInformation()
|
java.util.Collection |
getAllTaxonInformation(int transform)
Does the same thing as getAllTaxonInformation() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonInformation(int pageNumber,
int pageSize)
Does the same thing as getAllTaxonInformation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonInformation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformation(int transform,
java.lang.String queryString)
Does the same thing as getAllTaxonInformation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonInformation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformation(java.lang.String queryString)
Does the same thing as getAllTaxonInformation() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonInformation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
TaxonInformation |
load(ReferenceDocument referenceDocument,
TaxonName taxonName)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TaxonInformation . |
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 . |
TaxonInformation |
remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
Converts an instance of type RemoteTaxonInformationFullVO to this DAO's entity. |
void |
remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source,
TaxonInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonInformationFullVO to the specified entity. |
void |
remoteTaxonInformationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationFullVO to this
DAO's entity. |
TaxonInformation |
remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId remoteTaxonInformationNaturalId)
Converts an instance of type RemoteTaxonInformationNaturalId to this DAO's entity. |
void |
remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId source,
TaxonInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonInformationNaturalId to the specified entity. |
void |
remoteTaxonInformationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ReferenceDocument referenceDocument,
TaxonName taxonName)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation having the given identifiers from the persistent store. |
void |
remove(TaxonInformation taxonInformation)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation 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. |
ClusterTaxonInformation |
toClusterTaxonInformation(TaxonInformation entity)
Converts this DAO's entity to an object of type ClusterTaxonInformation . |
void |
toClusterTaxonInformation(TaxonInformation source,
ClusterTaxonInformation target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonInformation[] |
toClusterTaxonInformationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonInformation . |
void |
toClusterTaxonInformationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonInformation . |
RemoteTaxonInformationFullVO |
toRemoteTaxonInformationFullVO(TaxonInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationFullVO . |
void |
toRemoteTaxonInformationFullVO(TaxonInformation source,
RemoteTaxonInformationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonInformationFullVO[] |
toRemoteTaxonInformationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationFullVO . |
void |
toRemoteTaxonInformationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationFullVO . |
RemoteTaxonInformationNaturalId |
toRemoteTaxonInformationNaturalId(TaxonInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationNaturalId . |
void |
toRemoteTaxonInformationNaturalId(TaxonInformation source,
RemoteTaxonInformationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonInformationNaturalId[] |
toRemoteTaxonInformationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationNaturalId . |
void |
toRemoteTaxonInformationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TaxonInformation taxonInformation)
Updates the taxonInformation 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_REMOTETAXONINFORMATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonInformationFullVO
.
static final int TRANSFORM_REMOTETAXONINFORMATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonInformationNaturalId
.
static final int TRANSFORM_CLUSTERTAXONINFORMATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTaxonInformation
.
Method Detail |
---|
void toRemoteTaxonInformationFullVO(TaxonInformation source, RemoteTaxonInformationFullVO target)
RemoteTaxonInformationFullVO toRemoteTaxonInformationFullVO(TaxonInformation entity)
RemoteTaxonInformationFullVO
.
void toRemoteTaxonInformationFullVOCollection(java.util.Collection entities)
RemoteTaxonInformationFullVO
.
RemoteTaxonInformationFullVO[] toRemoteTaxonInformationFullVOArray(java.util.Collection entities)
RemoteTaxonInformationFullVO
.
void remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source, TaxonInformation target, boolean copyIfNull)
RemoteTaxonInformationFullVO
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.TaxonInformation remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
RemoteTaxonInformationFullVO
to this DAO's entity.
void remoteTaxonInformationFullVOToEntityCollection(java.util.Collection instances)
RemoteTaxonInformationFullVO
to this
DAO's entity.
void toRemoteTaxonInformationNaturalId(TaxonInformation source, RemoteTaxonInformationNaturalId target)
RemoteTaxonInformationNaturalId toRemoteTaxonInformationNaturalId(TaxonInformation entity)
RemoteTaxonInformationNaturalId
.
void toRemoteTaxonInformationNaturalIdCollection(java.util.Collection entities)
RemoteTaxonInformationNaturalId
.
RemoteTaxonInformationNaturalId[] toRemoteTaxonInformationNaturalIdArray(java.util.Collection entities)
RemoteTaxonInformationNaturalId
.
void remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId source, TaxonInformation target, boolean copyIfNull)
RemoteTaxonInformationNaturalId
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.TaxonInformation remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId remoteTaxonInformationNaturalId)
RemoteTaxonInformationNaturalId
to this DAO's entity.
void remoteTaxonInformationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTaxonInformationNaturalId
to this
DAO's entity.
void toClusterTaxonInformation(TaxonInformation source, ClusterTaxonInformation target)
ClusterTaxonInformation toClusterTaxonInformation(TaxonInformation entity)
ClusterTaxonInformation
.
void toClusterTaxonInformationCollection(java.util.Collection entities)
ClusterTaxonInformation
.
ClusterTaxonInformation[] toClusterTaxonInformationArray(java.util.Collection entities)
ClusterTaxonInformation
.
void clusterTaxonInformationToEntity(ClusterTaxonInformation source, TaxonInformation target, boolean copyIfNull)
ClusterTaxonInformation
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.TaxonInformation clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
ClusterTaxonInformation
to this DAO's entity.
void clusterTaxonInformationToEntityCollection(java.util.Collection instances)
ClusterTaxonInformation
to this
DAO's entity.
TaxonInformation load(ReferenceDocument referenceDocument, TaxonName taxonName)
java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonName taxonName)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined 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 loadtaxonName
- identifier of the entity to load
java.util.Collection loadAll()
TaxonInformation
.
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.
TaxonInformation create(TaxonInformation taxonInformation)
java.lang.Object create(int transform, TaxonInformation taxonInformation)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonInformation)
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.TaxonInformation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonInformation)
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.
TaxonInformation create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation
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, TaxonName taxonName)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
TaxonInformation create(ReferenceDocument referenceDocument, TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonName taxonName)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will 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(TaxonInformation taxonInformation)
taxonInformation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TaxonInformation taxonInformation)
void remove(ReferenceDocument referenceDocument, TaxonName taxonName)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTaxonInformation()
java.util.Collection getAllTaxonInformation(java.lang.String queryString)
Does the same thing as getAllTaxonInformation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformation()
.
java.util.Collection getAllTaxonInformation(int pageNumber, int pageSize)
Does the same thing as getAllTaxonInformation()
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 getAllTaxonInformation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTaxonInformation(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 getAllTaxonInformation(int transform)
Does the same thing as getAllTaxonInformation()
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 getAllTaxonInformation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTaxonInformation(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 getAllTaxonInformation(int transform, java.lang.String queryString)
Does the same thing as getAllTaxonInformation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformation(int)
.
java.util.Collection getAllTaxonInformation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTaxonInformation(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 findTaxonInformationByTaxonName(TaxonName taxonName)
java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
.
java.util.Collection findTaxonInformationByTaxonName(int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonInformationByTaxonName(int transform, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTaxonInformationByTaxonName(int transform, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonInformationByTaxonName(int transform, java.lang.String queryString, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName)
.
java.util.Collection findTaxonInformationByTaxonName(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findTaxonInformationByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonInformationByReferenceDocument(ReferenceDocument referenceDocument)
java.util.Collection findTaxonInformationByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
java.util.Collection findTaxonInformationByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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 findTaxonInformationByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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 findTaxonInformationByReferenceDocument(int transform, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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 findTaxonInformationByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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 findTaxonInformationByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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 findTaxonInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
java.util.Collection findTaxonInformationByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByReferenceDocument(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.
TaxonInformation findTaxonInformationByIdentifiers(TaxonName taxonName, ReferenceDocument referenceDocument)
TaxonInformation findTaxonInformationByIdentifiers(java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
java.lang.Object findTaxonInformationByIdentifiers(int transform, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, 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.lang.Object findTaxonInformationByIdentifiers(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
TaxonInformation findTaxonInformationByNaturalId(TaxonName taxonName, ReferenceDocument referenceDocument)
TaxonInformation findTaxonInformationByNaturalId(java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
java.lang.Object findTaxonInformationByNaturalId(int transform, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, 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.lang.Object findTaxonInformationByNaturalId(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
Does the same thing as findTaxonInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
java.util.Collection getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTaxonInformationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTaxonInformationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(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 getAllTaxonInformationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(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 getAllTaxonInformationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(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 getAllTaxonInformationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(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 getAllTaxonInformationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTaxonInformationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonInformationSinceDateSynchro(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.
TaxonInformation createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
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 |