fr.ifremer.allegro.data.vessel.feature.use
Interface VesselUseFeaturesOriginDao

All Known Implementing Classes:
VesselUseFeaturesOriginDaoBase, VesselUseFeaturesOriginDaoImpl

public interface VesselUseFeaturesOriginDao

See Also:
VesselUseFeaturesOrigin

Field Summary
static int TRANSFORM_CLUSTERVESSELUSEFEATURESORIGIN
          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_REMOTEVESSELUSEFEATURESORIGINFULLVO
          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_REMOTEVESSELUSEFEATURESORIGINNATURALID
          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
 VesselUseFeaturesOrigin clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
          Converts an instance of type ClusterVesselUseFeaturesOrigin to this DAO's entity.
 void clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin source, VesselUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of ClusterVesselUseFeaturesOrigin to the specified entity.
 void clusterVesselUseFeaturesOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselUseFeaturesOrigin to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin 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.use.VesselUseFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, Program program, VesselUseFeatures vesselUseFeatures)
           Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, VesselUseFeatures vesselUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 VesselUseFeaturesOrigin create(Program program, VesselUseFeatures vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselUseFeaturesOrigin create(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin and adds it to the persistent store.
 VesselUseFeaturesOrigin create(VesselUseFeatures vesselUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 VesselUseFeaturesOrigin createFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
           
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findVesselUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(VesselUseFeatures vesselUseFeatures, Program program)
           
 java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(VesselUseFeatures vesselUseFeatures, Program program)
           
 java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByProgram(Program program)
           
 java.util.Collection findVesselUseFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
           Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional argument called queryString.
 java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
           
 java.util.Collection getAllVesselUseFeaturesOrigin()
           
 java.util.Collection getAllVesselUseFeaturesOrigin(int transform)
           Does the same thing as getAllVesselUseFeaturesOrigin() with an additional flag called transform.
 java.util.Collection getAllVesselUseFeaturesOrigin(int pageNumber, int pageSize)
           Does the same thing as getAllVesselUseFeaturesOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseFeaturesOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllVesselUseFeaturesOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseFeaturesOrigin(int transform, java.lang.String queryString)
           Does the same thing as getAllVesselUseFeaturesOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllVesselUseFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselUseFeaturesOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseFeaturesOrigin(java.lang.String queryString)
           Does the same thing as getAllVesselUseFeaturesOrigin() with an additional argument called queryString.
 java.util.Collection getAllVesselUseFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselUseFeaturesOrigin(String) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object load(int transform, VesselUseFeatures vesselUseFeatures, Program program)
           Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselUseFeaturesOrigin load(VesselUseFeatures vesselUseFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type VesselUseFeaturesOrigin.
 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.
 VesselUseFeaturesOrigin remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO remoteVesselUseFeaturesOriginFullVO)
          Converts an instance of type RemoteVesselUseFeaturesOriginFullVO to this DAO's entity.
 void remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO source, VesselUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselUseFeaturesOriginFullVO to the specified entity.
 void remoteVesselUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselUseFeaturesOriginFullVO to this DAO's entity.
 VesselUseFeaturesOrigin remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId remoteVesselUseFeaturesOriginNaturalId)
          Converts an instance of type RemoteVesselUseFeaturesOriginNaturalId to this DAO's entity.
 void remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId source, VesselUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselUseFeaturesOriginNaturalId to the specified entity.
 void remoteVesselUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselUseFeaturesOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin from the persistent store.
 void remove(VesselUseFeatures vesselUseFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin 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.
 ClusterVesselUseFeaturesOrigin toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type ClusterVesselUseFeaturesOrigin.
 void toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin source, ClusterVesselUseFeaturesOrigin target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselUseFeaturesOrigin[] toClusterVesselUseFeaturesOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselUseFeaturesOrigin.
 void toClusterVesselUseFeaturesOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselUseFeaturesOrigin.
 RemoteVesselUseFeaturesOriginFullVO toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginFullVO.
 void toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin source, RemoteVesselUseFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselUseFeaturesOriginFullVO[] toRemoteVesselUseFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesOriginFullVO.
 void toRemoteVesselUseFeaturesOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesOriginFullVO.
 RemoteVesselUseFeaturesOriginNaturalId toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginNaturalId.
 void toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin source, RemoteVesselUseFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselUseFeaturesOriginNaturalId[] toRemoteVesselUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesOriginNaturalId.
 void toRemoteVesselUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesOriginNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
          Updates the vesselUseFeaturesOrigin 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_REMOTEVESSELUSEFEATURESORIGINFULLVO

static final int TRANSFORM_REMOTEVESSELUSEFEATURESORIGINFULLVO
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 RemoteVesselUseFeaturesOriginFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELUSEFEATURESORIGINNATURALID

static final int TRANSFORM_REMOTEVESSELUSEFEATURESORIGINNATURALID
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 RemoteVesselUseFeaturesOriginNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELUSEFEATURESORIGIN

static final int TRANSFORM_CLUSTERVESSELUSEFEATURESORIGIN
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 ClusterVesselUseFeaturesOrigin.

See Also:
Constant Field Values
Method Detail

toRemoteVesselUseFeaturesOriginFullVO

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


toRemoteVesselUseFeaturesOriginFullVO

RemoteVesselUseFeaturesOriginFullVO toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginFullVO.


toRemoteVesselUseFeaturesOriginFullVOCollection

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


toRemoteVesselUseFeaturesOriginFullVOArray

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


remoteVesselUseFeaturesOriginFullVOToEntity

void remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO source,
                                                 VesselUseFeaturesOrigin target,
                                                 boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesOriginFullVO 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.

remoteVesselUseFeaturesOriginFullVOToEntity

VesselUseFeaturesOrigin remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO remoteVesselUseFeaturesOriginFullVO)
Converts an instance of type RemoteVesselUseFeaturesOriginFullVO to this DAO's entity.


remoteVesselUseFeaturesOriginFullVOToEntityCollection

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


toRemoteVesselUseFeaturesOriginNaturalId

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


toRemoteVesselUseFeaturesOriginNaturalId

RemoteVesselUseFeaturesOriginNaturalId toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginNaturalId.


toRemoteVesselUseFeaturesOriginNaturalIdCollection

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


toRemoteVesselUseFeaturesOriginNaturalIdArray

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


remoteVesselUseFeaturesOriginNaturalIdToEntity

void remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId source,
                                                    VesselUseFeaturesOrigin target,
                                                    boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesOriginNaturalId 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.

remoteVesselUseFeaturesOriginNaturalIdToEntity

VesselUseFeaturesOrigin remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId remoteVesselUseFeaturesOriginNaturalId)
Converts an instance of type RemoteVesselUseFeaturesOriginNaturalId to this DAO's entity.


remoteVesselUseFeaturesOriginNaturalIdToEntityCollection

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


toClusterVesselUseFeaturesOrigin

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


toClusterVesselUseFeaturesOrigin

ClusterVesselUseFeaturesOrigin toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterVesselUseFeaturesOrigin.


toClusterVesselUseFeaturesOriginCollection

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


toClusterVesselUseFeaturesOriginArray

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


clusterVesselUseFeaturesOriginToEntity

void clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin source,
                                            VesselUseFeaturesOrigin target,
                                            boolean copyIfNull)
Copies the fields of ClusterVesselUseFeaturesOrigin 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.

clusterVesselUseFeaturesOriginToEntity

VesselUseFeaturesOrigin clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
Converts an instance of type ClusterVesselUseFeaturesOrigin to this DAO's entity.


clusterVesselUseFeaturesOriginToEntityCollection

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


load

VesselUseFeaturesOrigin load(VesselUseFeatures vesselUseFeatures,
                             Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin from the persistent store.


load

java.lang.Object load(int transform,
                      VesselUseFeatures vesselUseFeatures,
                      Program program)

Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,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:
vesselUseFeatures - 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 VesselUseFeaturesOrigin.

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

VesselUseFeaturesOrigin create(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        VesselUseFeaturesOrigin vesselUseFeaturesOrigin)

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

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

VesselUseFeaturesOrigin create(VesselUseFeatures vesselUseFeatures,
                               Program program,
                               AcquisitionLevel acquisitionLevel)

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


create

java.lang.Object create(int transform,
                        VesselUseFeatures vesselUseFeatures,
                        Program program,
                        AcquisitionLevel acquisitionLevel)

Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,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

VesselUseFeaturesOrigin create(Program program,
                               VesselUseFeatures vesselUseFeatures)

Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin 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,
                        VesselUseFeatures vesselUseFeatures)

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


remove

void remove(VesselUseFeatures vesselUseFeatures,
            Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin having the given identifiers from the persistent store.


remove

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


getAllVesselUseFeaturesOrigin

java.util.Collection getAllVesselUseFeaturesOrigin()

getAllVesselUseFeaturesOrigin

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

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


getAllVesselUseFeaturesOrigin

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

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


getAllVesselUseFeaturesOrigin

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

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


getAllVesselUseFeaturesOrigin

java.util.Collection getAllVesselUseFeaturesOrigin(int transform)

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


getAllVesselUseFeaturesOrigin

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

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


getAllVesselUseFeaturesOrigin

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

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


getAllVesselUseFeaturesOrigin

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

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


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)

findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString,
                                                                    VesselUseFeatures vesselUseFeatures)

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


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int pageNumber,
                                                                    int pageSize,
                                                                    VesselUseFeatures vesselUseFeatures)

Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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.


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    VesselUseFeatures vesselUseFeatures)

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


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
                                                                    VesselUseFeatures vesselUseFeatures)

Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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.


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    VesselUseFeatures vesselUseFeatures)

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


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
                                                                    java.lang.String queryString,
                                                                    VesselUseFeatures vesselUseFeatures)

Does the same thing as findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures).


findVesselUseFeaturesOriginByVesselUseFeatures

java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    VesselUseFeatures vesselUseFeatures)

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


findVesselUseFeaturesOriginByProgram

java.util.Collection findVesselUseFeaturesOriginByProgram(Program program)

findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByProgram

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)

findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByAcquisitionLevel

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

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


findVesselUseFeaturesOriginByIdentifiers

VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(VesselUseFeatures vesselUseFeatures,
                                                                 Program program)

findVesselUseFeaturesOriginByIdentifiers

VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(java.lang.String queryString,
                                                                 VesselUseFeatures vesselUseFeatures,
                                                                 Program program)

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


findVesselUseFeaturesOriginByIdentifiers

java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform,
                                                          VesselUseFeatures vesselUseFeatures,
                                                          Program program)

Does the same thing as findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, 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.


findVesselUseFeaturesOriginByIdentifiers

java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform,
                                                          java.lang.String queryString,
                                                          VesselUseFeatures vesselUseFeatures,
                                                          Program program)

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


findVesselUseFeaturesOriginByNaturalId

VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(VesselUseFeatures vesselUseFeatures,
                                                               Program program)

findVesselUseFeaturesOriginByNaturalId

VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(java.lang.String queryString,
                                                               VesselUseFeatures vesselUseFeatures,
                                                               Program program)

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


findVesselUseFeaturesOriginByNaturalId

java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform,
                                                        VesselUseFeatures vesselUseFeatures,
                                                        Program program)

Does the same thing as findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, 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.


findVesselUseFeaturesOriginByNaturalId

java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        VesselUseFeatures vesselUseFeatures,
                                                        Program program)

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


createFromClusterVesselUseFeaturesOrigin

VesselUseFeaturesOrigin createFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)

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.