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

All Known Implementing Classes:
GearUseFeaturesOriginDaoBase, GearUseFeaturesOriginDaoImpl

public interface GearUseFeaturesOriginDao

See Also:
GearUseFeaturesOrigin

Field Summary
static int TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN
          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_REMOTEGEARUSEFEATURESORIGINFULLVO
          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_REMOTEGEARUSEFEATURESORIGINNATURALID
          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
 GearUseFeaturesOrigin clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
          Converts an instance of type ClusterGearUseFeaturesOrigin to this DAO's entity.
 void clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source, GearUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of ClusterGearUseFeaturesOrigin to the specified entity.
 void clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearUseFeaturesOrigin 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.GearUseFeaturesOrigin and adds from the passed in entities collection
 GearUseFeaturesOrigin create(GearUseFeaturesOrigin gearUseFeaturesOrigin)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin and adds it to the persistent store.
 GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeaturesOrigin gearUseFeaturesOrigin)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 GearUseFeaturesOrigin createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
           
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findGearUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)
           
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseFeaturesOriginByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures, Program program)
           
 java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures, Program program)
           
 java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByProgram(int transform, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesOriginByProgram(Program program)
           
 java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesOrigin()
           
 java.util.Collection getAllGearUseFeaturesOrigin(int transform)
           Does the same thing as getAllGearUseFeaturesOrigin() with an additional flag called transform.
 java.util.Collection getAllGearUseFeaturesOrigin(int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeaturesOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeaturesOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString)
           Does the same thing as getAllGearUseFeaturesOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeaturesOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesOrigin(java.lang.String queryString)
           Does the same thing as getAllGearUseFeaturesOrigin() with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeaturesOrigin(String) with an additional two arguments called pageNumber and pageSize.
 GearUseFeaturesOrigin load(GearUseFeatures gearUseFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store.
 java.lang.Object load(int transform, GearUseFeatures gearUseFeatures, Program program)
           Does the same thing as load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type GearUseFeaturesOrigin.
 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.
 GearUseFeaturesOrigin remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO remoteGearUseFeaturesOriginFullVO)
          Converts an instance of type RemoteGearUseFeaturesOriginFullVO to this DAO's entity.
 void remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source, GearUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearUseFeaturesOriginFullVO to the specified entity.
 void remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseFeaturesOriginFullVO to this DAO's entity.
 GearUseFeaturesOrigin remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId remoteGearUseFeaturesOriginNaturalId)
          Converts an instance of type RemoteGearUseFeaturesOriginNaturalId to this DAO's entity.
 void remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source, GearUseFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearUseFeaturesOriginNaturalId to the specified entity.
 void remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearUseFeaturesOrigin gearUseFeaturesOrigin)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store.
 void remove(GearUseFeatures gearUseFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin 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.
 ClusterGearUseFeaturesOrigin toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type ClusterGearUseFeaturesOrigin.
 void toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin source, ClusterGearUseFeaturesOrigin target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearUseFeaturesOrigin[] toClusterGearUseFeaturesOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearUseFeaturesOrigin.
 void toClusterGearUseFeaturesOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearUseFeaturesOrigin.
 RemoteGearUseFeaturesOriginFullVO toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginFullVO.
 void toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseFeaturesOriginFullVO[] toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginFullVO.
 void toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginFullVO.
 RemoteGearUseFeaturesOriginNaturalId toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginNaturalId.
 void toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseFeaturesOriginNaturalId[] toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginNaturalId.
 void toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearUseFeaturesOrigin gearUseFeaturesOrigin)
          Updates the gearUseFeaturesOrigin 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_REMOTEGEARUSEFEATURESORIGINFULLVO

static final int TRANSFORM_REMOTEGEARUSEFEATURESORIGINFULLVO
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 RemoteGearUseFeaturesOriginFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARUSEFEATURESORIGINNATURALID

static final int TRANSFORM_REMOTEGEARUSEFEATURESORIGINNATURALID
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 RemoteGearUseFeaturesOriginNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN

static final int TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN
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 ClusterGearUseFeaturesOrigin.

See Also:
Constant Field Values
Method Detail

toRemoteGearUseFeaturesOriginFullVO

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


toRemoteGearUseFeaturesOriginFullVO

RemoteGearUseFeaturesOriginFullVO toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginFullVO.


toRemoteGearUseFeaturesOriginFullVOCollection

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


toRemoteGearUseFeaturesOriginFullVOArray

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


remoteGearUseFeaturesOriginFullVOToEntity

void remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source,
                                               GearUseFeaturesOrigin target,
                                               boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginFullVO 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.

remoteGearUseFeaturesOriginFullVOToEntity

GearUseFeaturesOrigin remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO remoteGearUseFeaturesOriginFullVO)
Converts an instance of type RemoteGearUseFeaturesOriginFullVO to this DAO's entity.


remoteGearUseFeaturesOriginFullVOToEntityCollection

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


toRemoteGearUseFeaturesOriginNaturalId

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


toRemoteGearUseFeaturesOriginNaturalId

RemoteGearUseFeaturesOriginNaturalId toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginNaturalId.


toRemoteGearUseFeaturesOriginNaturalIdCollection

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


toRemoteGearUseFeaturesOriginNaturalIdArray

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


remoteGearUseFeaturesOriginNaturalIdToEntity

void remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source,
                                                  GearUseFeaturesOrigin target,
                                                  boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginNaturalId 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.

remoteGearUseFeaturesOriginNaturalIdToEntity

GearUseFeaturesOrigin remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId remoteGearUseFeaturesOriginNaturalId)
Converts an instance of type RemoteGearUseFeaturesOriginNaturalId to this DAO's entity.


remoteGearUseFeaturesOriginNaturalIdToEntityCollection

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


toClusterGearUseFeaturesOrigin

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


toClusterGearUseFeaturesOrigin

ClusterGearUseFeaturesOrigin toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterGearUseFeaturesOrigin.


toClusterGearUseFeaturesOriginCollection

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


toClusterGearUseFeaturesOriginArray

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


clusterGearUseFeaturesOriginToEntity

void clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source,
                                          GearUseFeaturesOrigin target,
                                          boolean copyIfNull)
Copies the fields of ClusterGearUseFeaturesOrigin 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.

clusterGearUseFeaturesOriginToEntity

GearUseFeaturesOrigin clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
Converts an instance of type ClusterGearUseFeaturesOrigin to this DAO's entity.


clusterGearUseFeaturesOriginToEntityCollection

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


load

GearUseFeaturesOrigin load(GearUseFeatures gearUseFeatures,
                           Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store.


load

java.lang.Object load(int transform,
                      GearUseFeatures gearUseFeatures,
                      Program program)

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

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

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


create

java.lang.Object create(int transform,
                        GearUseFeaturesOrigin gearUseFeaturesOrigin)

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

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

GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures,
                             Program program,
                             AcquisitionLevel acquisitionLevel)

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


create

java.lang.Object create(int transform,
                        GearUseFeatures gearUseFeatures,
                        Program program,
                        AcquisitionLevel acquisitionLevel)

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

GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures,
                             Program program)

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


create

java.lang.Object create(int transform,
                        GearUseFeatures gearUseFeatures,
                        Program program)

Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,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 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(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Updates the gearUseFeaturesOrigin 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(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store.


remove

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


remove

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


getAllGearUseFeaturesOrigin

java.util.Collection getAllGearUseFeaturesOrigin()

getAllGearUseFeaturesOrigin

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

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


getAllGearUseFeaturesOrigin

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

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


getAllGearUseFeaturesOrigin

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

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


getAllGearUseFeaturesOrigin

java.util.Collection getAllGearUseFeaturesOrigin(int transform)

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


getAllGearUseFeaturesOrigin

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

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


getAllGearUseFeaturesOrigin

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

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


getAllGearUseFeaturesOrigin

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

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)

findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int pageNumber,
                                                                int pageSize,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform,
                                                                java.lang.String queryString,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByGearUseFeatures

java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                GearUseFeatures gearUseFeatures)

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


findGearUseFeaturesOriginByProgram

java.util.Collection findGearUseFeaturesOriginByProgram(Program program)

findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByProgram

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

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


findGearUseFeaturesOriginByAcquisitionLevel

java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)

findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByAcquisitionLevel

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

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


findGearUseFeaturesOriginByIdentifiers

GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures,
                                                             Program program)

findGearUseFeaturesOriginByIdentifiers

GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString,
                                                             GearUseFeatures gearUseFeatures,
                                                             Program program)

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


findGearUseFeaturesOriginByIdentifiers

java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform,
                                                        GearUseFeatures gearUseFeatures,
                                                        Program program)

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


findGearUseFeaturesOriginByIdentifiers

java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform,
                                                        java.lang.String queryString,
                                                        GearUseFeatures gearUseFeatures,
                                                        Program program)

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


findGearUseFeaturesOriginByNaturalId

GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures,
                                                           Program program)

findGearUseFeaturesOriginByNaturalId

GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(java.lang.String queryString,
                                                           GearUseFeatures gearUseFeatures,
                                                           Program program)

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


findGearUseFeaturesOriginByNaturalId

java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform,
                                                      GearUseFeatures gearUseFeatures,
                                                      Program program)

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


findGearUseFeaturesOriginByNaturalId

java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform,
                                                      java.lang.String queryString,
                                                      GearUseFeatures gearUseFeatures,
                                                      Program program)

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


createFromClusterGearUseFeaturesOrigin

GearUseFeaturesOrigin createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)

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.