|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualComponentDao
VirtualComponent
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVIRTUALCOMPONENT
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_REMOTEVIRTUALCOMPONENTFULLVO
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_REMOTEVIRTUALCOMPONENTNATURALID
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 | |
---|---|
VirtualComponent |
clusterVirtualComponentToEntity(ClusterVirtualComponent clusterVirtualComponent)
Converts an instance of type ClusterVirtualComponent to this DAO's entity. |
void |
clusterVirtualComponentToEntity(ClusterVirtualComponent source,
VirtualComponent target,
boolean copyIfNull)
Copies the fields of ClusterVirtualComponent to the specified entity. |
void |
clusterVirtualComponentToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVirtualComponent to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.taxon.VirtualComponent 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.VirtualComponent) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ReferenceTaxon referenceTaxon,
TaxonName taxonName)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.sql.Timestamp updateDate,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VirtualComponent virtualComponent)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.VirtualComponent) with an
additional flag called transform . |
VirtualComponent |
create(ReferenceTaxon referenceTaxon,
TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.VirtualComponent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VirtualComponent |
create(java.sql.Timestamp updateDate,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Creates a new fr.ifremer.allegro.referential.taxon.VirtualComponent
instance from all attributes and
properties and adds it to the persistent store. |
VirtualComponent |
create(VirtualComponent virtualComponent)
Creates an instance of fr.ifremer.allegro.referential.taxon.VirtualComponent and adds it to the persistent store. |
VirtualComponent |
createFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
|
java.lang.Object |
findVirtualComponentByIdentifiers(int transform,
java.lang.String queryString,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.lang.Object |
findVirtualComponentByIdentifiers(int transform,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
VirtualComponent |
findVirtualComponentByIdentifiers(java.lang.String queryString,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
VirtualComponent |
findVirtualComponentByIdentifiers(TaxonName taxonName,
ReferenceTaxon referenceTaxon)
|
java.lang.Object |
findVirtualComponentByNaturalId(int transform,
java.lang.String queryString,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.lang.Object |
findVirtualComponentByNaturalId(int transform,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
VirtualComponent |
findVirtualComponentByNaturalId(java.lang.String queryString,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
VirtualComponent |
findVirtualComponentByNaturalId(TaxonName taxonName,
ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findVirtualComponentByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findVirtualComponentByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findVirtualComponentByTaxonName(int transform,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByTaxonName(int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByTaxonName(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByTaxonName(int transform,
java.lang.String queryString,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findVirtualComponentByTaxonName(int transform,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional flag called transform . |
java.util.Collection |
findVirtualComponentByTaxonName(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVirtualComponentByTaxonName(java.lang.String queryString,
TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an
additional argument called queryString . |
java.util.Collection |
findVirtualComponentByTaxonName(TaxonName taxonName)
|
ClusterVirtualComponent[] |
getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllVirtualComponent()
|
java.util.Collection |
getAllVirtualComponent(int transform)
Does the same thing as getAllVirtualComponent() with an
additional flag called transform . |
java.util.Collection |
getAllVirtualComponent(int pageNumber,
int pageSize)
Does the same thing as getAllVirtualComponent() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponent(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVirtualComponent(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponent(int transform,
java.lang.String queryString)
Does the same thing as getAllVirtualComponent(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVirtualComponent(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVirtualComponent(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponent(java.lang.String queryString)
Does the same thing as getAllVirtualComponent() with an
additional argument called queryString . |
java.util.Collection |
getAllVirtualComponent(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVirtualComponent(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.lang.Object |
load(int transform,
TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
VirtualComponent |
load(TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Loads an instance of fr.ifremer.allegro.referential.taxon.VirtualComponent from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type VirtualComponent . |
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 . |
VirtualComponent |
remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO remoteVirtualComponentFullVO)
Converts an instance of type RemoteVirtualComponentFullVO to this DAO's entity. |
void |
remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source,
VirtualComponent target,
boolean copyIfNull)
Copies the fields of RemoteVirtualComponentFullVO to the specified entity. |
void |
remoteVirtualComponentFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVirtualComponentFullVO to this
DAO's entity. |
VirtualComponent |
remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId remoteVirtualComponentNaturalId)
Converts an instance of type RemoteVirtualComponentNaturalId to this DAO's entity. |
void |
remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId source,
VirtualComponent target,
boolean copyIfNull)
Copies the fields of RemoteVirtualComponentNaturalId to the specified entity. |
void |
remoteVirtualComponentNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVirtualComponentNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TaxonName taxonName,
ReferenceTaxon referenceTaxon)
Removes the instance of fr.ifremer.allegro.referential.taxon.VirtualComponent having the given identifiers from the persistent store. |
void |
remove(VirtualComponent virtualComponent)
Removes the instance of fr.ifremer.allegro.referential.taxon.VirtualComponent 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. |
ClusterVirtualComponent |
toClusterVirtualComponent(VirtualComponent entity)
Converts this DAO's entity to an object of type ClusterVirtualComponent . |
void |
toClusterVirtualComponent(VirtualComponent source,
ClusterVirtualComponent target)
Copies the fields of the specified entity to the target value object. |
ClusterVirtualComponent[] |
toClusterVirtualComponentArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVirtualComponent . |
void |
toClusterVirtualComponentCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVirtualComponent . |
RemoteVirtualComponentFullVO |
toRemoteVirtualComponentFullVO(VirtualComponent entity)
Converts this DAO's entity to an object of type RemoteVirtualComponentFullVO . |
void |
toRemoteVirtualComponentFullVO(VirtualComponent source,
RemoteVirtualComponentFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVirtualComponentFullVO[] |
toRemoteVirtualComponentFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVirtualComponentFullVO . |
void |
toRemoteVirtualComponentFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVirtualComponentFullVO . |
RemoteVirtualComponentNaturalId |
toRemoteVirtualComponentNaturalId(VirtualComponent entity)
Converts this DAO's entity to an object of type RemoteVirtualComponentNaturalId . |
void |
toRemoteVirtualComponentNaturalId(VirtualComponent source,
RemoteVirtualComponentNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVirtualComponentNaturalId[] |
toRemoteVirtualComponentNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVirtualComponentNaturalId . |
void |
toRemoteVirtualComponentNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVirtualComponentNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VirtualComponent virtualComponent)
Updates the virtualComponent 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_REMOTEVIRTUALCOMPONENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVirtualComponentFullVO
.
static final int TRANSFORM_REMOTEVIRTUALCOMPONENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVirtualComponentNaturalId
.
static final int TRANSFORM_CLUSTERVIRTUALCOMPONENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVirtualComponent
.
Method Detail |
---|
void toRemoteVirtualComponentFullVO(VirtualComponent source, RemoteVirtualComponentFullVO target)
RemoteVirtualComponentFullVO toRemoteVirtualComponentFullVO(VirtualComponent entity)
RemoteVirtualComponentFullVO
.
void toRemoteVirtualComponentFullVOCollection(java.util.Collection entities)
RemoteVirtualComponentFullVO
.
RemoteVirtualComponentFullVO[] toRemoteVirtualComponentFullVOArray(java.util.Collection entities)
RemoteVirtualComponentFullVO
.
void remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source, VirtualComponent target, boolean copyIfNull)
RemoteVirtualComponentFullVO
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.VirtualComponent remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO remoteVirtualComponentFullVO)
RemoteVirtualComponentFullVO
to this DAO's entity.
void remoteVirtualComponentFullVOToEntityCollection(java.util.Collection instances)
RemoteVirtualComponentFullVO
to this
DAO's entity.
void toRemoteVirtualComponentNaturalId(VirtualComponent source, RemoteVirtualComponentNaturalId target)
RemoteVirtualComponentNaturalId toRemoteVirtualComponentNaturalId(VirtualComponent entity)
RemoteVirtualComponentNaturalId
.
void toRemoteVirtualComponentNaturalIdCollection(java.util.Collection entities)
RemoteVirtualComponentNaturalId
.
RemoteVirtualComponentNaturalId[] toRemoteVirtualComponentNaturalIdArray(java.util.Collection entities)
RemoteVirtualComponentNaturalId
.
void remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId source, VirtualComponent target, boolean copyIfNull)
RemoteVirtualComponentNaturalId
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.VirtualComponent remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId remoteVirtualComponentNaturalId)
RemoteVirtualComponentNaturalId
to this DAO's entity.
void remoteVirtualComponentNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVirtualComponentNaturalId
to this
DAO's entity.
void toClusterVirtualComponent(VirtualComponent source, ClusterVirtualComponent target)
ClusterVirtualComponent toClusterVirtualComponent(VirtualComponent entity)
ClusterVirtualComponent
.
void toClusterVirtualComponentCollection(java.util.Collection entities)
ClusterVirtualComponent
.
ClusterVirtualComponent[] toClusterVirtualComponentArray(java.util.Collection entities)
ClusterVirtualComponent
.
void clusterVirtualComponentToEntity(ClusterVirtualComponent source, VirtualComponent target, boolean copyIfNull)
ClusterVirtualComponent
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.VirtualComponent clusterVirtualComponentToEntity(ClusterVirtualComponent clusterVirtualComponent)
ClusterVirtualComponent
to this DAO's entity.
void clusterVirtualComponentToEntityCollection(java.util.Collection instances)
ClusterVirtualComponent
to this
DAO's entity.
VirtualComponent load(TaxonName taxonName, ReferenceTaxon referenceTaxon)
java.lang.Object load(int transform, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as load(fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
taxonName
- identifier of the entity to loadreferenceTaxon
- identifier of the entity to load
java.util.Collection loadAll()
VirtualComponent
.
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.
VirtualComponent create(VirtualComponent virtualComponent)
java.lang.Object create(int transform, VirtualComponent virtualComponent)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.VirtualComponent)
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.VirtualComponent
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.VirtualComponent)
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.
VirtualComponent create(java.sql.Timestamp updateDate, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Creates a new fr.ifremer.allegro.referential.taxon.VirtualComponent
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.sql.Timestamp updateDate, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as create(java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonName,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
VirtualComponent create(ReferenceTaxon referenceTaxon, TaxonName taxonName)
Creates a new fr.ifremer.allegro.referential.taxon.VirtualComponent
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, ReferenceTaxon referenceTaxon, TaxonName taxonName)
Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(VirtualComponent virtualComponent)
virtualComponent
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(VirtualComponent virtualComponent)
void remove(TaxonName taxonName, ReferenceTaxon referenceTaxon)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllVirtualComponent()
java.util.Collection getAllVirtualComponent(java.lang.String queryString)
Does the same thing as getAllVirtualComponent()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVirtualComponent()
.
java.util.Collection getAllVirtualComponent(int pageNumber, int pageSize)
Does the same thing as getAllVirtualComponent()
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 getAllVirtualComponent(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVirtualComponent(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 getAllVirtualComponent(int transform)
Does the same thing as getAllVirtualComponent()
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 getAllVirtualComponent(int transform, int pageNumber, int pageSize)
Does the same thing as getAllVirtualComponent(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 getAllVirtualComponent(int transform, java.lang.String queryString)
Does the same thing as getAllVirtualComponent(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVirtualComponent(int)
.
java.util.Collection getAllVirtualComponent(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllVirtualComponent(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 findVirtualComponentByTaxonName(TaxonName taxonName)
java.util.Collection findVirtualComponentByTaxonName(java.lang.String queryString, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
.
java.util.Collection findVirtualComponentByTaxonName(int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVirtualComponentByTaxonName(java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVirtualComponentByTaxonName(int transform, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findVirtualComponentByTaxonName(int transform, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVirtualComponentByTaxonName(int transform, java.lang.String queryString, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName)
.
java.util.Collection findVirtualComponentByTaxonName(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
Does the same thing as findVirtualComponentByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findVirtualComponentByReferenceTaxon(ReferenceTaxon referenceTaxon)
java.util.Collection findVirtualComponentByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
java.util.Collection findVirtualComponentByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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 findVirtualComponentByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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 findVirtualComponentByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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 findVirtualComponentByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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 findVirtualComponentByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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 findVirtualComponentByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
java.util.Collection findVirtualComponentByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByReferenceTaxon(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.
VirtualComponent findVirtualComponentByIdentifiers(TaxonName taxonName, ReferenceTaxon referenceTaxon)
VirtualComponent findVirtualComponentByIdentifiers(java.lang.String queryString, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
java.lang.Object findVirtualComponentByIdentifiers(int transform, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, 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.lang.Object findVirtualComponentByIdentifiers(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
VirtualComponent findVirtualComponentByNaturalId(TaxonName taxonName, ReferenceTaxon referenceTaxon)
VirtualComponent findVirtualComponentByNaturalId(java.lang.String queryString, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
java.lang.Object findVirtualComponentByNaturalId(int transform, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, 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.lang.Object findVirtualComponentByNaturalId(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceTaxon referenceTaxon)
Does the same thing as findVirtualComponentByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVirtualComponentByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName taxonName, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
java.util.Collection getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllVirtualComponentSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllVirtualComponentSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(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 getAllVirtualComponentSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(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 getAllVirtualComponentSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(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 getAllVirtualComponentSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(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 getAllVirtualComponentSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVirtualComponentSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllVirtualComponentSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllVirtualComponentSinceDateSynchro(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.
VirtualComponent createFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
ClusterVirtualComponent[] getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |