|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaxonGroupInformationDao
TaxonGroupInformation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTAXONGROUPINFORMATION
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_REMOTETAXONGROUPINFORMATIONFULLVO
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_REMOTETAXONGROUPINFORMATIONNATURALID
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 | |
---|---|
TaxonGroupInformation |
clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
Converts an instance of type ClusterTaxonGroupInformation to this DAO's entity. |
void |
clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of ClusterTaxonGroupInformation to the specified entity. |
void |
clusterTaxonGroupInformationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonGroupInformation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TaxonGroupInformation taxonGroupInformation)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an
additional flag called transform . |
TaxonGroupInformation |
create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupInformation |
create(java.lang.String description,
java.sql.Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroupInformation |
create(TaxonGroupInformation taxonGroupInformation)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds it to the persistent store. |
TaxonGroupInformation |
createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
|
java.lang.Object |
findTaxonGroupInformationByIdentifiers(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupInformationByIdentifiers(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
TaxonGroupInformation |
findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
|
TaxonGroupInformation |
findTaxonGroupInformationByIdentifiers(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.lang.Object |
findTaxonGroupInformationByNaturalId(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
findTaxonGroupInformationByNaturalId(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
TaxonGroupInformation |
findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
|
TaxonGroupInformation |
findTaxonGroupInformationByNaturalId(java.lang.String queryString,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(int transform,
java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)
|
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByReferenceDocument(java.lang.String queryString,
ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
getAllTaxonGroupInformation()
|
java.util.Collection |
getAllTaxonGroupInformation(int transform)
Does the same thing as getAllTaxonGroupInformation() with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupInformation(int pageNumber,
int pageSize)
Does the same thing as getAllTaxonGroupInformation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonGroupInformation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
java.lang.String queryString)
Does the same thing as getAllTaxonGroupInformation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonGroupInformation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformation(java.lang.String queryString)
Does the same thing as getAllTaxonGroupInformation() with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTaxonGroupInformation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
TaxonGroupInformation |
load(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TaxonGroupInformation . |
java.util.Collection |
loadAll(int transform)
Does the same thing as 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 . |
TaxonGroupInformation |
remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
Converts an instance of type RemoteTaxonGroupInformationFullVO to this DAO's entity. |
void |
remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationFullVO to the specified entity. |
void |
remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupInformationFullVO to this
DAO's entity. |
TaxonGroupInformation |
remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
Converts an instance of type RemoteTaxonGroupInformationNaturalId to this DAO's entity. |
void |
remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source,
TaxonGroupInformation target,
boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationNaturalId to the specified entity. |
void |
remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonGroupInformationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation having the given identifiers from the persistent store. |
void |
remove(TaxonGroupInformation taxonGroupInformation)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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. |
ClusterTaxonGroupInformation |
toClusterTaxonGroupInformation(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type ClusterTaxonGroupInformation . |
void |
toClusterTaxonGroupInformation(TaxonGroupInformation source,
ClusterTaxonGroupInformation target)
Copies the fields of the specified entity to the target value object. |
ClusterTaxonGroupInformation[] |
toClusterTaxonGroupInformationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonGroupInformation . |
void |
toClusterTaxonGroupInformationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonGroupInformation . |
RemoteTaxonGroupInformationFullVO |
toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationFullVO . |
void |
toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source,
RemoteTaxonGroupInformationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupInformationFullVO[] |
toRemoteTaxonGroupInformationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationFullVO . |
void |
toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationFullVO . |
RemoteTaxonGroupInformationNaturalId |
toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationNaturalId . |
void |
toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source,
RemoteTaxonGroupInformationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTaxonGroupInformationNaturalId[] |
toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationNaturalId . |
void |
toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TaxonGroupInformation taxonGroupInformation)
Updates the taxonGroupInformation instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTETAXONGROUPINFORMATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonGroupInformationFullVO
.
static final int TRANSFORM_REMOTETAXONGROUPINFORMATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTaxonGroupInformationNaturalId
.
static final int TRANSFORM_CLUSTERTAXONGROUPINFORMATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTaxonGroupInformation
.
Method Detail |
---|
void toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
RemoteTaxonGroupInformationFullVO toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
RemoteTaxonGroupInformationFullVO
.
void toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection entities)
RemoteTaxonGroupInformationFullVO
.
RemoteTaxonGroupInformationFullVO[] toRemoteTaxonGroupInformationFullVOArray(java.util.Collection entities)
RemoteTaxonGroupInformationFullVO
.
void remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
RemoteTaxonGroupInformationFullVO
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.TaxonGroupInformation remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
RemoteTaxonGroupInformationFullVO
to this DAO's entity.
void remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection instances)
RemoteTaxonGroupInformationFullVO
to this
DAO's entity.
void toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
RemoteTaxonGroupInformationNaturalId toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
RemoteTaxonGroupInformationNaturalId
.
void toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection entities)
RemoteTaxonGroupInformationNaturalId
.
RemoteTaxonGroupInformationNaturalId[] toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
RemoteTaxonGroupInformationNaturalId
.
void remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
RemoteTaxonGroupInformationNaturalId
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.TaxonGroupInformation remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
RemoteTaxonGroupInformationNaturalId
to this DAO's entity.
void remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTaxonGroupInformationNaturalId
to this
DAO's entity.
void toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
ClusterTaxonGroupInformation toClusterTaxonGroupInformation(TaxonGroupInformation entity)
ClusterTaxonGroupInformation
.
void toClusterTaxonGroupInformationCollection(java.util.Collection entities)
ClusterTaxonGroupInformation
.
ClusterTaxonGroupInformation[] toClusterTaxonGroupInformationArray(java.util.Collection entities)
ClusterTaxonGroupInformation
.
void clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
ClusterTaxonGroupInformation
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.TaxonGroupInformation clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
ClusterTaxonGroupInformation
to this DAO's entity.
void clusterTaxonGroupInformationToEntityCollection(java.util.Collection instances)
ClusterTaxonGroupInformation
to this
DAO's entity.
TaxonGroupInformation load(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
referenceDocument
- identifier of the entity to loadtaxonGroup
- identifier of the entity to load
java.util.Collection loadAll()
TaxonGroupInformation
.
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.
TaxonGroupInformation create(TaxonGroupInformation taxonGroupInformation)
java.lang.Object create(int transform, TaxonGroupInformation taxonGroupInformation)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
TaxonGroupInformation create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
TaxonGroupInformation create(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(TaxonGroupInformation taxonGroupInformation)
taxonGroupInformation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TaxonGroupInformation taxonGroupInformation)
void remove(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTaxonGroupInformation()
java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString)
Does the same thing as getAllTaxonGroupInformation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonGroupInformation()
.
java.util.Collection getAllTaxonGroupInformation(int pageNumber, int pageSize)
Does the same thing as getAllTaxonGroupInformation()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTaxonGroupInformation(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformation(int transform)
Does the same thing as getAllTaxonGroupInformation()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllTaxonGroupInformation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTaxonGroupInformation(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString)
Does the same thing as getAllTaxonGroupInformation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonGroupInformation(int)
.
java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTaxonGroupInformation(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)
java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
.
java.util.Collection findTaxonGroupInformationByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument)
.
java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
Does the same thing as findTaxonGroupInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)
java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
java.util.Collection findTaxonGroupInformationByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
TaxonGroupInformation findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformation findTaxonGroupInformationByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
TaxonGroupInformation findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
TaxonGroupInformation findTaxonGroupInformationByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
java.lang.Object findTaxonGroupInformationByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findTaxonGroupInformationByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
Does the same thing as findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
TaxonGroupInformation createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
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 |