fr.ifremer.allegro.data.vessel.feature.physical
Interface PhysicalFeaturesDao

All Known Subinterfaces:
GearPhysicalFeaturesDao, VesselPhysicalFeaturesDao
All Known Implementing Classes:
GearPhysicalFeaturesDaoBase, GearPhysicalFeaturesDaoImpl, PhysicalFeaturesDaoBase, PhysicalFeaturesDaoImpl, VesselPhysicalFeaturesDaoBase, VesselPhysicalFeaturesDaoImpl

public interface PhysicalFeaturesDao

See Also:
PhysicalFeatures

Field Summary
static int TRANSFORM_CLUSTERPHYSICALFEATURES
          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_REMOTEPHYSICALFEATURESFULLVO
          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_REMOTEPHYSICALFEATURESNATURALID
          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
 PhysicalFeatures clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
          Converts an instance of type ClusterPhysicalFeatures to this DAO's entity.
 void clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterPhysicalFeatures to the specified entity.
 void clusterPhysicalFeaturesToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPhysicalFeatures to this DAO's entity.
 PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
           
 java.lang.Object findPhysicalFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as findPhysicalFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPhysicalFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString.
 PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByProgram(int transform, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByProgram(Program program)
           
 java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
           
 java.util.Collection getAllPhysicalFeatures()
           
 java.util.Collection getAllPhysicalFeatures(int transform)
           Does the same thing as getAllPhysicalFeatures() with an additional flag called transform.
 java.util.Collection getAllPhysicalFeatures(int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString)
           Does the same thing as getAllPhysicalFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
           Does the same thing as getAllPhysicalFeatures() with an additional argument called queryString.
 java.util.Collection getAllPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
 PhysicalFeatures load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PhysicalFeatures.
 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.
 PhysicalFeatures remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
          Converts an instance of type RemotePhysicalFeaturesFullVO to this DAO's entity.
 void remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemotePhysicalFeaturesFullVO to the specified entity.
 void remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalFeaturesFullVO to this DAO's entity.
 PhysicalFeatures remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
          Converts an instance of type RemotePhysicalFeaturesNaturalId to this DAO's entity.
 void remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemotePhysicalFeaturesNaturalId to the specified entity.
 void remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalFeaturesNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store.
 void remove(PhysicalFeatures physicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures 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.
 ClusterPhysicalFeatures toClusterPhysicalFeatures(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterPhysicalFeatures.
 void toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 ClusterPhysicalFeatures[] toClusterPhysicalFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPhysicalFeatures.
 void toClusterPhysicalFeaturesCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPhysicalFeatures.
 RemotePhysicalFeaturesFullVO toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO.
 void toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalFeaturesFullVO[] toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesFullVO.
 void toRemotePhysicalFeaturesFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesFullVO.
 RemotePhysicalFeaturesNaturalId toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemotePhysicalFeaturesNaturalId.
 void toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalFeaturesNaturalId[] toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesNaturalId.
 void toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PhysicalFeatures physicalFeatures)
          Updates the physicalFeatures 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_REMOTEPHYSICALFEATURESFULLVO

static final int TRANSFORM_REMOTEPHYSICALFEATURESFULLVO
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 RemotePhysicalFeaturesFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEPHYSICALFEATURESNATURALID

static final int TRANSFORM_REMOTEPHYSICALFEATURESNATURALID
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 RemotePhysicalFeaturesNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERPHYSICALFEATURES

static final int TRANSFORM_CLUSTERPHYSICALFEATURES
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 ClusterPhysicalFeatures.

See Also:
Constant Field Values
Method Detail

toRemotePhysicalFeaturesFullVO

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


toRemotePhysicalFeaturesFullVO

RemotePhysicalFeaturesFullVO toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO.


toRemotePhysicalFeaturesFullVOCollection

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


toRemotePhysicalFeaturesFullVOArray

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


remotePhysicalFeaturesFullVOToEntity

void remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source,
                                          PhysicalFeatures target,
                                          boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesFullVO 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.

remotePhysicalFeaturesFullVOToEntity

PhysicalFeatures remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
Converts an instance of type RemotePhysicalFeaturesFullVO to this DAO's entity.


remotePhysicalFeaturesFullVOToEntityCollection

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


toRemotePhysicalFeaturesNaturalId

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


toRemotePhysicalFeaturesNaturalId

RemotePhysicalFeaturesNaturalId toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesNaturalId.


toRemotePhysicalFeaturesNaturalIdCollection

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


toRemotePhysicalFeaturesNaturalIdArray

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


remotePhysicalFeaturesNaturalIdToEntity

void remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source,
                                             PhysicalFeatures target,
                                             boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesNaturalId 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.

remotePhysicalFeaturesNaturalIdToEntity

PhysicalFeatures remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
Converts an instance of type RemotePhysicalFeaturesNaturalId to this DAO's entity.


remotePhysicalFeaturesNaturalIdToEntityCollection

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


toClusterPhysicalFeatures

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


toClusterPhysicalFeatures

ClusterPhysicalFeatures toClusterPhysicalFeatures(PhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterPhysicalFeatures.


toClusterPhysicalFeaturesCollection

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


toClusterPhysicalFeaturesArray

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


clusterPhysicalFeaturesToEntity

void clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source,
                                     PhysicalFeatures target,
                                     boolean copyIfNull)
Copies the fields of ClusterPhysicalFeatures 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.

clusterPhysicalFeaturesToEntity

PhysicalFeatures clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
Converts an instance of type ClusterPhysicalFeatures to this DAO's entity.


clusterPhysicalFeaturesToEntityCollection

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


load

PhysicalFeatures load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) 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:
id - 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 PhysicalFeatures.

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.

update

void update(PhysicalFeatures physicalFeatures)
Updates the physicalFeatures 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(PhysicalFeatures physicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store.


remove

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


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures()

getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)

Does the same thing as getAllPhysicalFeatures() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPhysicalFeatures().


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(int pageNumber,
                                            int pageSize)

Does the same thing as getAllPhysicalFeatures() 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.


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize)

Does the same thing as getAllPhysicalFeatures(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.


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(int transform)

Does the same thing as getAllPhysicalFeatures() 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.


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(int transform,
                                            int pageNumber,
                                            int pageSize)

Does the same thing as getAllPhysicalFeatures(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.


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(int transform,
                                            java.lang.String queryString)

Does the same thing as getAllPhysicalFeatures(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPhysicalFeatures(int).


getAllPhysicalFeatures

java.util.Collection getAllPhysicalFeatures(int transform,
                                            java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize)

Does the same thing as getAllPhysicalFeatures(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.


findPhysicalFeaturesById

PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)

findPhysicalFeaturesById

PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString,
                                          java.lang.Integer id)

Does the same thing as findPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesById(java.lang.Integer).


findPhysicalFeaturesById

java.lang.Object findPhysicalFeaturesById(int transform,
                                          java.lang.Integer id)

Does the same thing as findPhysicalFeaturesById(java.lang.Integer) 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.


findPhysicalFeaturesById

java.lang.Object findPhysicalFeaturesById(int transform,
                                          java.lang.String queryString,
                                          java.lang.Integer id)

Does the same thing as findPhysicalFeaturesById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesById(int, java.lang.Integer id).


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)

findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel).


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(int pageNumber,
                                                  int pageSize,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                  java.lang.String queryString,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).


findPhysicalFeaturesByVessel

java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                  java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Vessel vessel)

Does the same thing as findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)

findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber,
                                                       int pageSize,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) 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.


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) 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.


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) 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.


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                       int pageNumber,
                                                       int pageSize,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) 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.


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                       java.lang.String queryString,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).


findPhysicalFeaturesByQualityFlag

java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       QualityFlag qualityFlag)

Does the same thing as findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) 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.


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(Program program)

findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(int pageNumber,
                                                   int pageSize,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                   java.lang.String queryString,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findPhysicalFeaturesByProgram

java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   Program program)

Does the same thing as findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByNaturalId

PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate,
                                                 Vessel vessel,
                                                 Program program)

findPhysicalFeaturesByNaturalId

PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString,
                                                 java.util.Date startDate,
                                                 Vessel vessel,
                                                 Program program)

Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findPhysicalFeaturesByNaturalId

java.lang.Object findPhysicalFeaturesByNaturalId(int transform,
                                                 java.util.Date startDate,
                                                 Vessel vessel,
                                                 Program program)

Does the same thing as findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findPhysicalFeaturesByNaturalId

java.lang.Object findPhysicalFeaturesByNaturalId(int transform,
                                                 java.lang.String queryString,
                                                 java.util.Date startDate,
                                                 Vessel vessel,
                                                 Program program)

Does the same thing as findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllPhysicalFeaturesSinceDateSynchro

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

getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp).


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
                                                            int pageSize,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                            java.lang.String queryString,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllPhysicalFeaturesSinceDateSynchro

java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            java.sql.Timestamp updateDate)

Does the same thing as getAllPhysicalFeaturesSinceDateSynchro(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.


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.