|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceTaxonStrategyDao
ReferenceTaxonStrategy
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERREFERENCETAXONSTRATEGY
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_REMOTEREFERENCETAXONSTRATEGYFULLVO
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_REMOTEREFERENCETAXONSTRATEGYNATURALID
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 | |
---|---|
ReferenceTaxonStrategy |
clusterReferenceTaxonStrategyToEntity(ClusterReferenceTaxonStrategy clusterReferenceTaxonStrategy)
Converts an instance of type ClusterReferenceTaxonStrategy to this DAO's entity. |
void |
clusterReferenceTaxonStrategyToEntity(ClusterReferenceTaxonStrategy source,
ReferenceTaxonStrategy target,
boolean copyIfNull)
Copies the fields of ClusterReferenceTaxonStrategy to the specified entity. |
void |
clusterReferenceTaxonStrategyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterReferenceTaxonStrategy to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy 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.administration.programStrategy.ReferenceTaxonStrategy) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceTaxonStrategy referenceTaxonStrategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Short priorityLevel,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as create(java.lang.Short,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
ReferenceTaxonStrategy |
create(ReferenceTaxonStrategy referenceTaxonStrategy)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy and adds it to the persistent store. |
ReferenceTaxonStrategy |
create(ReferenceTaxon referenceTaxon,
Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ReferenceTaxonStrategy |
create(java.lang.Short priorityLevel,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy
instance from all attributes and
properties and adds it to the persistent store. |
ReferenceTaxonStrategy |
createFromClusterReferenceTaxonStrategy(ClusterReferenceTaxonStrategy clusterReferenceTaxonStrategy)
|
java.lang.Object |
findReferenceTaxonStrategyByIdentifiers(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.lang.Object |
findReferenceTaxonStrategyByIdentifiers(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
ReferenceTaxonStrategy |
findReferenceTaxonStrategyByIdentifiers(ReferenceTaxon referenceTaxon,
Strategy strategy)
|
ReferenceTaxonStrategy |
findReferenceTaxonStrategyByIdentifiers(java.lang.String queryString,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.lang.Object |
findReferenceTaxonStrategyByNaturalId(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.lang.Object |
findReferenceTaxonStrategyByNaturalId(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
ReferenceTaxonStrategy |
findReferenceTaxonStrategyByNaturalId(ReferenceTaxon referenceTaxon,
Strategy strategy)
|
ReferenceTaxonStrategy |
findReferenceTaxonStrategyByNaturalId(java.lang.String queryString,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(int transform,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(int transform,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(int transform,
java.lang.String queryString,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(Strategy strategy)
|
java.util.Collection |
findReferenceTaxonStrategyByStrategy(java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findReferenceTaxonStrategyByStrategy(java.lang.String queryString,
Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
getAllReferenceTaxonStrategy()
|
java.util.Collection |
getAllReferenceTaxonStrategy(int transform)
Does the same thing as getAllReferenceTaxonStrategy() with an
additional flag called transform . |
java.util.Collection |
getAllReferenceTaxonStrategy(int pageNumber,
int pageSize)
Does the same thing as getAllReferenceTaxonStrategy() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllReferenceTaxonStrategy(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllReferenceTaxonStrategy(int transform,
java.lang.String queryString)
Does the same thing as getAllReferenceTaxonStrategy(int) with an
additional argument called queryString . |
java.util.Collection |
getAllReferenceTaxonStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllReferenceTaxonStrategy(java.lang.String queryString)
Does the same thing as getAllReferenceTaxonStrategy() with an
additional argument called queryString . |
java.util.Collection |
getAllReferenceTaxonStrategy(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(String) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
load(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
ReferenceTaxonStrategy |
load(ReferenceTaxon referenceTaxon,
Strategy strategy)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type ReferenceTaxonStrategy . |
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 . |
ReferenceTaxonStrategy |
remoteReferenceTaxonStrategyFullVOToEntity(RemoteReferenceTaxonStrategyFullVO remoteReferenceTaxonStrategyFullVO)
Converts an instance of type RemoteReferenceTaxonStrategyFullVO to this DAO's entity. |
void |
remoteReferenceTaxonStrategyFullVOToEntity(RemoteReferenceTaxonStrategyFullVO source,
ReferenceTaxonStrategy target,
boolean copyIfNull)
Copies the fields of RemoteReferenceTaxonStrategyFullVO to the specified entity. |
void |
remoteReferenceTaxonStrategyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteReferenceTaxonStrategyFullVO to this
DAO's entity. |
ReferenceTaxonStrategy |
remoteReferenceTaxonStrategyNaturalIdToEntity(RemoteReferenceTaxonStrategyNaturalId remoteReferenceTaxonStrategyNaturalId)
Converts an instance of type RemoteReferenceTaxonStrategyNaturalId to this DAO's entity. |
void |
remoteReferenceTaxonStrategyNaturalIdToEntity(RemoteReferenceTaxonStrategyNaturalId source,
ReferenceTaxonStrategy target,
boolean copyIfNull)
Copies the fields of RemoteReferenceTaxonStrategyNaturalId to the specified entity. |
void |
remoteReferenceTaxonStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteReferenceTaxonStrategyNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ReferenceTaxonStrategy referenceTaxonStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy from the persistent store. |
void |
remove(ReferenceTaxon referenceTaxon,
Strategy strategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy having the given identifiers 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. |
ClusterReferenceTaxonStrategy |
toClusterReferenceTaxonStrategy(ReferenceTaxonStrategy entity)
Converts this DAO's entity to an object of type ClusterReferenceTaxonStrategy . |
void |
toClusterReferenceTaxonStrategy(ReferenceTaxonStrategy source,
ClusterReferenceTaxonStrategy target)
Copies the fields of the specified entity to the target value object. |
ClusterReferenceTaxonStrategy[] |
toClusterReferenceTaxonStrategyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterReferenceTaxonStrategy . |
void |
toClusterReferenceTaxonStrategyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterReferenceTaxonStrategy . |
RemoteReferenceTaxonStrategyFullVO |
toRemoteReferenceTaxonStrategyFullVO(ReferenceTaxonStrategy entity)
Converts this DAO's entity to an object of type RemoteReferenceTaxonStrategyFullVO . |
void |
toRemoteReferenceTaxonStrategyFullVO(ReferenceTaxonStrategy source,
RemoteReferenceTaxonStrategyFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteReferenceTaxonStrategyFullVO[] |
toRemoteReferenceTaxonStrategyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteReferenceTaxonStrategyFullVO . |
void |
toRemoteReferenceTaxonStrategyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteReferenceTaxonStrategyFullVO . |
RemoteReferenceTaxonStrategyNaturalId |
toRemoteReferenceTaxonStrategyNaturalId(ReferenceTaxonStrategy entity)
Converts this DAO's entity to an object of type RemoteReferenceTaxonStrategyNaturalId . |
void |
toRemoteReferenceTaxonStrategyNaturalId(ReferenceTaxonStrategy source,
RemoteReferenceTaxonStrategyNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteReferenceTaxonStrategyNaturalId[] |
toRemoteReferenceTaxonStrategyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteReferenceTaxonStrategyNaturalId . |
void |
toRemoteReferenceTaxonStrategyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteReferenceTaxonStrategyNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(ReferenceTaxonStrategy referenceTaxonStrategy)
Updates the referenceTaxonStrategy 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_REMOTEREFERENCETAXONSTRATEGYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteReferenceTaxonStrategyFullVO
.
static final int TRANSFORM_REMOTEREFERENCETAXONSTRATEGYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteReferenceTaxonStrategyNaturalId
.
static final int TRANSFORM_CLUSTERREFERENCETAXONSTRATEGY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterReferenceTaxonStrategy
.
Method Detail |
---|
void toRemoteReferenceTaxonStrategyFullVO(ReferenceTaxonStrategy source, RemoteReferenceTaxonStrategyFullVO target)
RemoteReferenceTaxonStrategyFullVO toRemoteReferenceTaxonStrategyFullVO(ReferenceTaxonStrategy entity)
RemoteReferenceTaxonStrategyFullVO
.
void toRemoteReferenceTaxonStrategyFullVOCollection(java.util.Collection entities)
RemoteReferenceTaxonStrategyFullVO
.
RemoteReferenceTaxonStrategyFullVO[] toRemoteReferenceTaxonStrategyFullVOArray(java.util.Collection entities)
RemoteReferenceTaxonStrategyFullVO
.
void remoteReferenceTaxonStrategyFullVOToEntity(RemoteReferenceTaxonStrategyFullVO source, ReferenceTaxonStrategy target, boolean copyIfNull)
RemoteReferenceTaxonStrategyFullVO
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.ReferenceTaxonStrategy remoteReferenceTaxonStrategyFullVOToEntity(RemoteReferenceTaxonStrategyFullVO remoteReferenceTaxonStrategyFullVO)
RemoteReferenceTaxonStrategyFullVO
to this DAO's entity.
void remoteReferenceTaxonStrategyFullVOToEntityCollection(java.util.Collection instances)
RemoteReferenceTaxonStrategyFullVO
to this
DAO's entity.
void toRemoteReferenceTaxonStrategyNaturalId(ReferenceTaxonStrategy source, RemoteReferenceTaxonStrategyNaturalId target)
RemoteReferenceTaxonStrategyNaturalId toRemoteReferenceTaxonStrategyNaturalId(ReferenceTaxonStrategy entity)
RemoteReferenceTaxonStrategyNaturalId
.
void toRemoteReferenceTaxonStrategyNaturalIdCollection(java.util.Collection entities)
RemoteReferenceTaxonStrategyNaturalId
.
RemoteReferenceTaxonStrategyNaturalId[] toRemoteReferenceTaxonStrategyNaturalIdArray(java.util.Collection entities)
RemoteReferenceTaxonStrategyNaturalId
.
void remoteReferenceTaxonStrategyNaturalIdToEntity(RemoteReferenceTaxonStrategyNaturalId source, ReferenceTaxonStrategy target, boolean copyIfNull)
RemoteReferenceTaxonStrategyNaturalId
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.ReferenceTaxonStrategy remoteReferenceTaxonStrategyNaturalIdToEntity(RemoteReferenceTaxonStrategyNaturalId remoteReferenceTaxonStrategyNaturalId)
RemoteReferenceTaxonStrategyNaturalId
to this DAO's entity.
void remoteReferenceTaxonStrategyNaturalIdToEntityCollection(java.util.Collection instances)
RemoteReferenceTaxonStrategyNaturalId
to this
DAO's entity.
void toClusterReferenceTaxonStrategy(ReferenceTaxonStrategy source, ClusterReferenceTaxonStrategy target)
ClusterReferenceTaxonStrategy toClusterReferenceTaxonStrategy(ReferenceTaxonStrategy entity)
ClusterReferenceTaxonStrategy
.
void toClusterReferenceTaxonStrategyCollection(java.util.Collection entities)
ClusterReferenceTaxonStrategy
.
ClusterReferenceTaxonStrategy[] toClusterReferenceTaxonStrategyArray(java.util.Collection entities)
ClusterReferenceTaxonStrategy
.
void clusterReferenceTaxonStrategyToEntity(ClusterReferenceTaxonStrategy source, ReferenceTaxonStrategy target, boolean copyIfNull)
ClusterReferenceTaxonStrategy
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.ReferenceTaxonStrategy clusterReferenceTaxonStrategyToEntity(ClusterReferenceTaxonStrategy clusterReferenceTaxonStrategy)
ClusterReferenceTaxonStrategy
to this DAO's entity.
void clusterReferenceTaxonStrategyToEntityCollection(java.util.Collection instances)
ClusterReferenceTaxonStrategy
to this
DAO's entity.
ReferenceTaxonStrategy load(ReferenceTaxon referenceTaxon, Strategy strategy)
java.lang.Object load(int transform, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
referenceTaxon
- identifier of the entity to loadstrategy
- identifier of the entity to load
java.util.Collection loadAll()
ReferenceTaxonStrategy
.
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.
ReferenceTaxonStrategy create(ReferenceTaxonStrategy referenceTaxonStrategy)
java.lang.Object create(int transform, ReferenceTaxonStrategy referenceTaxonStrategy)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy)
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.administration.programStrategy.ReferenceTaxonStrategy
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy)
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.
ReferenceTaxonStrategy create(java.lang.Short priorityLevel, ReferenceTaxon referenceTaxon, Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Short priorityLevel, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as create(java.lang.Short,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
ReferenceTaxonStrategy create(ReferenceTaxon referenceTaxon, Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.ReferenceTaxonStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.programStrategy.Strategy)
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(ReferenceTaxonStrategy referenceTaxonStrategy)
referenceTaxonStrategy
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(ReferenceTaxonStrategy referenceTaxonStrategy)
void remove(ReferenceTaxon referenceTaxon, Strategy strategy)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllReferenceTaxonStrategy()
java.util.Collection getAllReferenceTaxonStrategy(java.lang.String queryString)
Does the same thing as getAllReferenceTaxonStrategy()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllReferenceTaxonStrategy()
.
java.util.Collection getAllReferenceTaxonStrategy(int pageNumber, int pageSize)
Does the same thing as getAllReferenceTaxonStrategy()
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 getAllReferenceTaxonStrategy(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(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 getAllReferenceTaxonStrategy(int transform)
Does the same thing as getAllReferenceTaxonStrategy()
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 getAllReferenceTaxonStrategy(int transform, int pageNumber, int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(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 getAllReferenceTaxonStrategy(int transform, java.lang.String queryString)
Does the same thing as getAllReferenceTaxonStrategy(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllReferenceTaxonStrategy(int)
.
java.util.Collection getAllReferenceTaxonStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllReferenceTaxonStrategy(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 findReferenceTaxonStrategyByReferenceTaxon(ReferenceTaxon referenceTaxon)
java.util.Collection findReferenceTaxonStrategyByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
java.util.Collection findReferenceTaxonStrategyByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 findReferenceTaxonStrategyByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 findReferenceTaxonStrategyByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 findReferenceTaxonStrategyByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 findReferenceTaxonStrategyByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
java.util.Collection findReferenceTaxonStrategyByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findReferenceTaxonStrategyByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 findReferenceTaxonStrategyByStrategy(Strategy strategy)
java.util.Collection findReferenceTaxonStrategyByStrategy(java.lang.String queryString, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
.
java.util.Collection findReferenceTaxonStrategyByStrategy(int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByStrategy(java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByStrategy(int transform, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByStrategy(int transform, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByStrategy(int transform, java.lang.String queryString, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy strategy)
.
java.util.Collection findReferenceTaxonStrategyByStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
ReferenceTaxonStrategy findReferenceTaxonStrategyByIdentifiers(ReferenceTaxon referenceTaxon, Strategy strategy)
ReferenceTaxonStrategy findReferenceTaxonStrategyByIdentifiers(java.lang.String queryString, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
.
java.lang.Object findReferenceTaxonStrategyByIdentifiers(int transform, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByIdentifiers(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy strategy)
.
ReferenceTaxonStrategy findReferenceTaxonStrategyByNaturalId(ReferenceTaxon referenceTaxon, Strategy strategy)
ReferenceTaxonStrategy findReferenceTaxonStrategyByNaturalId(java.lang.String queryString, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
.
java.lang.Object findReferenceTaxonStrategyByNaturalId(int transform, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
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 findReferenceTaxonStrategyByNaturalId(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon, Strategy strategy)
Does the same thing as findReferenceTaxonStrategyByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findReferenceTaxonStrategyByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon, fr.ifremer.allegro.administration.programStrategy.Strategy strategy)
.
ReferenceTaxonStrategy createFromClusterReferenceTaxonStrategy(ClusterReferenceTaxonStrategy clusterReferenceTaxonStrategy)
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 |