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

All Known Implementing Classes:
VesselPhysicalFeaturesOriginDaoBase, VesselPhysicalFeaturesOriginDaoImpl

public interface VesselPhysicalFeaturesOriginDao

See Also:
VesselPhysicalFeaturesOrigin

Field Summary
static int TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN
          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_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO
          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_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
          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
 VesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
          Converts an instance of type ClusterVesselPhysicalFeaturesOrigin to this DAO's entity.
 void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalFeaturesOrigin to the specified entity.
 void clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin 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.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(Program program)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection getAllVesselPhysicalFeaturesOrigin()
           
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an additional flag called transform.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin() with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalFeaturesOrigin(String) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type VesselPhysicalFeaturesOrigin.
 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.
 VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVO)
          Converts an instance of type RemoteVesselPhysicalFeaturesOriginFullVO to this DAO's entity.
 void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesOriginFullVO to the specified entity.
 void remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO to this DAO's entity.
 VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
          Converts an instance of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId to the specified entity.
 void remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
 void remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given identifiers from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalFeaturesOrigin.
 void toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin source, ClusterVesselPhysicalFeaturesOrigin target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselPhysicalFeaturesOrigin[] toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalFeaturesOrigin.
 void toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin.
 RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginFullVO.
 void toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesOriginFullVO[] toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginFullVO.
 void toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO.
 RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 void toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesOriginNaturalId[] toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 void toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Updates the vesselPhysicalFeaturesOrigin 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_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO

static final int TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO
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 RemoteVesselPhysicalFeaturesOriginFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID

static final int TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
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 RemoteVesselPhysicalFeaturesOriginNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN

static final int TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN
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 ClusterVesselPhysicalFeaturesOrigin.

See Also:
Constant Field Values
Method Detail

toRemoteVesselPhysicalFeaturesOriginFullVO

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


toRemoteVesselPhysicalFeaturesOriginFullVO

RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginFullVO.


toRemoteVesselPhysicalFeaturesOriginFullVOCollection

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


toRemoteVesselPhysicalFeaturesOriginFullVOArray

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


remoteVesselPhysicalFeaturesOriginFullVOToEntity

void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source,
                                                      VesselPhysicalFeaturesOrigin target,
                                                      boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesOriginFullVO 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.

remoteVesselPhysicalFeaturesOriginFullVOToEntity

VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVO)
Converts an instance of type RemoteVesselPhysicalFeaturesOriginFullVO to this DAO's entity.


remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection

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


toRemoteVesselPhysicalFeaturesOriginNaturalId

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


toRemoteVesselPhysicalFeaturesOriginNaturalId

RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId.


toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection

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


toRemoteVesselPhysicalFeaturesOriginNaturalIdArray

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


remoteVesselPhysicalFeaturesOriginNaturalIdToEntity

void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source,
                                                         VesselPhysicalFeaturesOrigin target,
                                                         boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId 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.

remoteVesselPhysicalFeaturesOriginNaturalIdToEntity

VesselPhysicalFeaturesOrigin remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
Converts an instance of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity.


remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection

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


toClusterVesselPhysicalFeaturesOrigin

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


toClusterVesselPhysicalFeaturesOrigin

ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterVesselPhysicalFeaturesOrigin.


toClusterVesselPhysicalFeaturesOriginCollection

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


toClusterVesselPhysicalFeaturesOriginArray

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


clusterVesselPhysicalFeaturesOriginToEntity

void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source,
                                                 VesselPhysicalFeaturesOrigin target,
                                                 boolean copyIfNull)
Copies the fields of ClusterVesselPhysicalFeaturesOrigin 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.

clusterVesselPhysicalFeaturesOriginToEntity

VesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
Converts an instance of type ClusterVesselPhysicalFeaturesOrigin to this DAO's entity.


clusterVesselPhysicalFeaturesOriginToEntityCollection

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


load

VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures,
                                  Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.


load

java.lang.Object load(int transform,
                      VesselPhysicalFeatures vesselPhysicalFeatures,
                      Program program)

Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) 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:
vesselPhysicalFeatures - identifier of the entity to load
program - 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 VesselPhysicalFeaturesOrigin.

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

VesselPhysicalFeaturesOrigin create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)

Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) 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.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin 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.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) 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

VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures,
                                    Program program,
                                    AcquisitionLevel acquisitionLevel)

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        VesselPhysicalFeatures vesselPhysicalFeatures,
                        Program program,
                        AcquisitionLevel acquisitionLevel)

Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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

VesselPhysicalFeaturesOrigin create(Program program,
                                    VesselPhysicalFeatures vesselPhysicalFeatures)

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        Program program,
                        VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Updates the vesselPhysicalFeaturesOrigin 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(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.


remove

void remove(VesselPhysicalFeatures vesselPhysicalFeatures,
            Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given identifiers from the persistent store.


remove

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


getAllVesselPhysicalFeaturesOrigin

java.util.Collection getAllVesselPhysicalFeaturesOrigin()

getAllVesselPhysicalFeaturesOrigin

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

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


getAllVesselPhysicalFeaturesOrigin

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

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


getAllVesselPhysicalFeaturesOrigin

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

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


getAllVesselPhysicalFeaturesOrigin

java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform)

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


getAllVesselPhysicalFeaturesOrigin

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

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


getAllVesselPhysicalFeaturesOrigin

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

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


getAllVesselPhysicalFeaturesOrigin

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

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


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures).


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber,
                                                                              int pageSize,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                              java.lang.String queryString,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures).


findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                              java.lang.String queryString,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalFeaturesOriginByProgram

java.util.Collection findVesselPhysicalFeaturesOriginByProgram(Program program)

findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByProgram

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

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)

findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber,
                                                                        int pageSize,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                        java.lang.String queryString,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AcquisitionLevel acquisitionLevel)

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


findVesselPhysicalFeaturesOriginByIdentifiers

VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                           Program program)

findVesselPhysicalFeaturesOriginByIdentifiers

VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                           Program program)

Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program).


findVesselPhysicalFeaturesOriginByIdentifiers

java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
                                                               VesselPhysicalFeatures vesselPhysicalFeatures,
                                                               Program program)

Does the same thing as findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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.


findVesselPhysicalFeaturesOriginByIdentifiers

java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
                                                               java.lang.String queryString,
                                                               VesselPhysicalFeatures vesselPhysicalFeatures,
                                                               Program program)

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


findVesselPhysicalFeaturesOriginByNaturalId

VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                         Program program)

findVesselPhysicalFeaturesOriginByNaturalId

VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString,
                                                                         VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                         Program program)

Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program).


findVesselPhysicalFeaturesOriginByNaturalId

java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform,
                                                             VesselPhysicalFeatures vesselPhysicalFeatures,
                                                             Program program)

Does the same thing as findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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.


findVesselPhysicalFeaturesOriginByNaturalId

java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform,
                                                             java.lang.String queryString,
                                                             VesselPhysicalFeatures vesselPhysicalFeatures,
                                                             Program program)

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


createFromClusterVesselPhysicalFeaturesOrigin

VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)

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.