fr.ifremer.allegro.referential.taxon
Interface VirtualComponentDao

All Known Implementing Classes:
VirtualComponentDaoBase, VirtualComponentDaoImpl

public interface VirtualComponentDao

See Also:
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 collection.
 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

TRANSFORM_NONE

static final 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.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEVIRTUALCOMPONENTFULLVO

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteVirtualComponentFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVIRTUALCOMPONENTNATURALID

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteVirtualComponentNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVIRTUALCOMPONENT

static final 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.

This specific flag denotes entities must be transformed into objects of type ClusterVirtualComponent.

See Also:
Constant Field Values
Method Detail

toRemoteVirtualComponentFullVO

void toRemoteVirtualComponentFullVO(VirtualComponent source,
                                    RemoteVirtualComponentFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVirtualComponentFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteVirtualComponentFullVO

RemoteVirtualComponentFullVO toRemoteVirtualComponentFullVO(VirtualComponent entity)
Converts this DAO's entity to an object of type RemoteVirtualComponentFullVO.


toRemoteVirtualComponentFullVOCollection

void toRemoteVirtualComponentFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVirtualComponentFullVO.


toRemoteVirtualComponentFullVOArray

RemoteVirtualComponentFullVO[] toRemoteVirtualComponentFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVirtualComponentFullVO.


remoteVirtualComponentFullVOToEntity

void remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source,
                                          VirtualComponent target,
                                          boolean copyIfNull)
Copies the fields of RemoteVirtualComponentFullVO to the specified entity.

Parameters:
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.

remoteVirtualComponentFullVOToEntity

VirtualComponent remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO remoteVirtualComponentFullVO)
Converts an instance of type RemoteVirtualComponentFullVO to this DAO's entity.


remoteVirtualComponentFullVOToEntityCollection

void remoteVirtualComponentFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVirtualComponentFullVO to this DAO's entity.


toRemoteVirtualComponentNaturalId

void toRemoteVirtualComponentNaturalId(VirtualComponent source,
                                       RemoteVirtualComponentNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVirtualComponentNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteVirtualComponentNaturalId

RemoteVirtualComponentNaturalId toRemoteVirtualComponentNaturalId(VirtualComponent entity)
Converts this DAO's entity to an object of type RemoteVirtualComponentNaturalId.


toRemoteVirtualComponentNaturalIdCollection

void toRemoteVirtualComponentNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVirtualComponentNaturalId.


toRemoteVirtualComponentNaturalIdArray

RemoteVirtualComponentNaturalId[] toRemoteVirtualComponentNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVirtualComponentNaturalId.


remoteVirtualComponentNaturalIdToEntity

void remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId source,
                                             VirtualComponent target,
                                             boolean copyIfNull)
Copies the fields of RemoteVirtualComponentNaturalId to the specified entity.

Parameters:
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.

remoteVirtualComponentNaturalIdToEntity

VirtualComponent remoteVirtualComponentNaturalIdToEntity(RemoteVirtualComponentNaturalId remoteVirtualComponentNaturalId)
Converts an instance of type RemoteVirtualComponentNaturalId to this DAO's entity.


remoteVirtualComponentNaturalIdToEntityCollection

void remoteVirtualComponentNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVirtualComponentNaturalId to this DAO's entity.


toClusterVirtualComponent

void toClusterVirtualComponent(VirtualComponent source,
                               ClusterVirtualComponent target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterVirtualComponent(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterVirtualComponent

ClusterVirtualComponent toClusterVirtualComponent(VirtualComponent entity)
Converts this DAO's entity to an object of type ClusterVirtualComponent.


toClusterVirtualComponentCollection

void toClusterVirtualComponentCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVirtualComponent.


toClusterVirtualComponentArray

ClusterVirtualComponent[] toClusterVirtualComponentArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVirtualComponent.


clusterVirtualComponentToEntity

void clusterVirtualComponentToEntity(ClusterVirtualComponent source,
                                     VirtualComponent target,
                                     boolean copyIfNull)
Copies the fields of ClusterVirtualComponent to the specified entity.

Parameters:
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.

clusterVirtualComponentToEntity

VirtualComponent clusterVirtualComponentToEntity(ClusterVirtualComponent clusterVirtualComponent)
Converts an instance of type ClusterVirtualComponent to this DAO's entity.


clusterVirtualComponentToEntityCollection

void clusterVirtualComponentToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVirtualComponent to this DAO's entity.


load

VirtualComponent load(TaxonName taxonName,
                      ReferenceTaxon referenceTaxon)
Loads an instance of fr.ifremer.allegro.referential.taxon.VirtualComponent from the persistent store.


load

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.

Parameters:
taxonName - identifier of the entity to load
referenceTaxon - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type VirtualComponent.

Returns:
the loaded entities.

loadAll

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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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.

Parameters:
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.
Returns:
the loaded entities.

create

VirtualComponent create(VirtualComponent virtualComponent)
Creates an instance of fr.ifremer.allegro.referential.taxon.VirtualComponent and adds it to the persistent store.


create

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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.referential.taxon.VirtualComponent instances to create.
Returns:
the created instances.

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.


create

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.


create

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.


create

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.


create

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.


update

void update(VirtualComponent virtualComponent)
Updates the virtualComponent instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(VirtualComponent virtualComponent)
Removes the instance of fr.ifremer.allegro.referential.taxon.VirtualComponent from the persistent store.


remove

void remove(TaxonName taxonName,
            ReferenceTaxon referenceTaxon)
Removes the instance of fr.ifremer.allegro.referential.taxon.VirtualComponent having the given identifiers from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllVirtualComponent

java.util.Collection getAllVirtualComponent()

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().


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.


getAllVirtualComponent

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.


getAllVirtualComponent

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.


getAllVirtualComponent

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.


getAllVirtualComponent

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).


getAllVirtualComponent

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.


findVirtualComponentByTaxonName

java.util.Collection findVirtualComponentByTaxonName(TaxonName taxonName)

findVirtualComponentByTaxonName

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).


findVirtualComponentByTaxonName

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.


findVirtualComponentByTaxonName

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.


findVirtualComponentByTaxonName

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.


findVirtualComponentByTaxonName

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.


findVirtualComponentByTaxonName

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).


findVirtualComponentByTaxonName

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.


findVirtualComponentByReferenceTaxon

java.util.Collection findVirtualComponentByReferenceTaxon(ReferenceTaxon referenceTaxon)

findVirtualComponentByReferenceTaxon

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).


findVirtualComponentByReferenceTaxon

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.


findVirtualComponentByReferenceTaxon

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.


findVirtualComponentByReferenceTaxon

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.


findVirtualComponentByReferenceTaxon

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.


findVirtualComponentByReferenceTaxon

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).


findVirtualComponentByReferenceTaxon

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.


findVirtualComponentByIdentifiers

VirtualComponent findVirtualComponentByIdentifiers(TaxonName taxonName,
                                                   ReferenceTaxon referenceTaxon)

findVirtualComponentByIdentifiers

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).


findVirtualComponentByIdentifiers

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.


findVirtualComponentByIdentifiers

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).


findVirtualComponentByNaturalId

VirtualComponent findVirtualComponentByNaturalId(TaxonName taxonName,
                                                 ReferenceTaxon referenceTaxon)

findVirtualComponentByNaturalId

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).


findVirtualComponentByNaturalId

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.


findVirtualComponentByNaturalId

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).


getAllVirtualComponentSinceDateSynchro

java.util.Collection getAllVirtualComponentSinceDateSynchro(java.sql.Timestamp updateDate)

getAllVirtualComponentSinceDateSynchro

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).


getAllVirtualComponentSinceDateSynchro

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.


getAllVirtualComponentSinceDateSynchro

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.


getAllVirtualComponentSinceDateSynchro

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.


getAllVirtualComponentSinceDateSynchro

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.


getAllVirtualComponentSinceDateSynchro

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).


getAllVirtualComponentSinceDateSynchro

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.


createFromClusterVirtualComponent

VirtualComponent createFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)

getAllClusterVirtualComponentSinceDateSynchro

ClusterVirtualComponent[] getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                        java.lang.Integer userId,
                                                                        java.lang.Integer[] registrationLocationIds,
                                                                        java.lang.Integer pageNumber,
                                                                        java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.