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

All Superinterfaces:
UseFeaturesDao
All Known Subinterfaces:
MetierUseFeaturesDao
All Known Implementing Classes:
GearUseFeaturesDaoBase, GearUseFeaturesDaoImpl, MetierUseFeaturesDaoBase, MetierUseFeaturesDaoImpl

public interface GearUseFeaturesDao
extends UseFeaturesDao

See Also:
GearUseFeatures

Field Summary
static int TRANSFORM_CLUSTERGEARUSEFEATURES
          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_REMOTEGEARUSEFEATURESFULLVO
          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_REMOTEGEARUSEFEATURESNATURALID
          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.
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao
TRANSFORM_CLUSTERUSEFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEUSEFEATURESFULLVO, TRANSFORM_REMOTEUSEFEATURESNATURALID
 
Method Summary
 GearUseFeatures clusterGearUseFeaturesToEntity(ClusterGearUseFeatures clusterGearUseFeatures)
          Converts an instance of type ClusterGearUseFeatures to this DAO's entity.
 void clusterGearUseFeaturesToEntity(ClusterGearUseFeatures source, GearUseFeatures target, boolean copyIfNull)
          Copies the fields of ClusterGearUseFeatures to the specified entity.
 void clusterGearUseFeaturesToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearUseFeatures 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.GearUseFeatures and adds from the passed in entities collection
 UseFeatures create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures instance from all attributes and properties and adds it to the persistent store.
 UseFeatures create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 UseFeatures create(GearUseFeatures gearUseFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures 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.GearUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas)
           Does the same thing as create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeatures gearUseFeatures)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 GearUseFeatures createFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
           
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
           
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as findGearUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(Gear gear)
           
 java.util.Collection findGearUseFeaturesByGear(int transform, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)
           
 java.lang.Object findGearUseFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as findGearUseFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseFeaturesById(java.lang.Integer) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           
 java.lang.Object findGearUseFeaturesByNaturalId(int transform, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesByNaturalId(int transform, java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesByNaturalId(java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByOperation(int transform, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int pageNumber, int pageSize, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int transform, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByOperation(Operation operation)
           
 java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, Operation operation)
           Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int transform, Program program)
           Does the same thing as findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByProgram(Program program)
           
 java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)
           
 ClusterGearUseFeatures[] getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllGearUseFeatures()
           
 java.util.Collection getAllGearUseFeatures(int transform)
           Does the same thing as getAllGearUseFeatures() with an additional flag called transform.
 java.util.Collection getAllGearUseFeatures(int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString)
           Does the same thing as getAllGearUseFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(java.lang.String queryString)
           Does the same thing as getAllGearUseFeatures() with an additional argument called queryString.
 java.util.Collection getAllGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
 UseFeatures load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type GearUseFeatures.
 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.
 GearUseFeatures remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVO)
          Converts an instance of type RemoteGearUseFeaturesFullVO to this DAO's entity.
 void remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO source, GearUseFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearUseFeaturesFullVO to the specified entity.
 void remoteGearUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseFeaturesFullVO to this DAO's entity.
 GearUseFeatures remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId remoteGearUseFeaturesNaturalId)
          Converts an instance of type RemoteGearUseFeaturesNaturalId to this DAO's entity.
 void remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId source, GearUseFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearUseFeaturesNaturalId to the specified entity.
 void remoteGearUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseFeaturesNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearUseFeatures gearUseFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures having the given identifier 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.
 ClusterGearUseFeatures toClusterGearUseFeatures(GearUseFeatures entity)
          Converts this DAO's entity to an object of type ClusterGearUseFeatures.
 void toClusterGearUseFeatures(GearUseFeatures source, ClusterGearUseFeatures target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearUseFeatures[] toClusterGearUseFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearUseFeatures.
 void toClusterGearUseFeaturesCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearUseFeatures.
 RemoteGearUseFeaturesFullVO toRemoteGearUseFeaturesFullVO(GearUseFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearUseFeaturesFullVO.
 void toRemoteGearUseFeaturesFullVO(GearUseFeatures source, RemoteGearUseFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseFeaturesFullVO[] toRemoteGearUseFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesFullVO.
 void toRemoteGearUseFeaturesFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesFullVO.
 RemoteGearUseFeaturesNaturalId toRemoteGearUseFeaturesNaturalId(GearUseFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearUseFeaturesNaturalId.
 void toRemoteGearUseFeaturesNaturalId(GearUseFeatures source, RemoteGearUseFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseFeaturesNaturalId[] toRemoteGearUseFeaturesNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesNaturalId.
 void toRemoteGearUseFeaturesNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearUseFeatures gearUseFeatures)
          Updates the gearUseFeatures instance in the persistent store.
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao
clusterUseFeaturesToEntity, clusterUseFeaturesToEntity, clusterUseFeaturesToEntityCollection, findUseFeaturesById, findUseFeaturesById, findUseFeaturesById, findUseFeaturesById, findUseFeaturesByNaturalId, findUseFeaturesByNaturalId, findUseFeaturesByNaturalId, findUseFeaturesByNaturalId, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByProgram, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByQualityFlag, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, findUseFeaturesByVessel, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeatures, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, getAllUseFeaturesSinceDateSynchro, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntityCollection, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntityCollection, remove, toClusterUseFeatures, toClusterUseFeatures, toClusterUseFeaturesArray, toClusterUseFeaturesCollection, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVOArray, toRemoteUseFeaturesFullVOCollection, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalIdArray, toRemoteUseFeaturesNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTEGEARUSEFEATURESFULLVO

static final int TRANSFORM_REMOTEGEARUSEFEATURESFULLVO
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 RemoteGearUseFeaturesFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARUSEFEATURESNATURALID

static final int TRANSFORM_REMOTEGEARUSEFEATURESNATURALID
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 RemoteGearUseFeaturesNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARUSEFEATURES

static final int TRANSFORM_CLUSTERGEARUSEFEATURES
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 ClusterGearUseFeatures.

See Also:
Constant Field Values
Method Detail

toRemoteGearUseFeaturesFullVO

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


toRemoteGearUseFeaturesFullVO

RemoteGearUseFeaturesFullVO toRemoteGearUseFeaturesFullVO(GearUseFeatures entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesFullVO.


toRemoteGearUseFeaturesFullVOCollection

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


toRemoteGearUseFeaturesFullVOArray

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


remoteGearUseFeaturesFullVOToEntity

void remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO source,
                                         GearUseFeatures target,
                                         boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesFullVO 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.

remoteGearUseFeaturesFullVOToEntity

GearUseFeatures remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVO)
Converts an instance of type RemoteGearUseFeaturesFullVO to this DAO's entity.


remoteGearUseFeaturesFullVOToEntityCollection

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


toRemoteGearUseFeaturesNaturalId

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


toRemoteGearUseFeaturesNaturalId

RemoteGearUseFeaturesNaturalId toRemoteGearUseFeaturesNaturalId(GearUseFeatures entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesNaturalId.


toRemoteGearUseFeaturesNaturalIdCollection

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


toRemoteGearUseFeaturesNaturalIdArray

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


remoteGearUseFeaturesNaturalIdToEntity

void remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId source,
                                            GearUseFeatures target,
                                            boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesNaturalId 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.

remoteGearUseFeaturesNaturalIdToEntity

GearUseFeatures remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId remoteGearUseFeaturesNaturalId)
Converts an instance of type RemoteGearUseFeaturesNaturalId to this DAO's entity.


remoteGearUseFeaturesNaturalIdToEntityCollection

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


toClusterGearUseFeatures

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


toClusterGearUseFeatures

ClusterGearUseFeatures toClusterGearUseFeatures(GearUseFeatures entity)
Converts this DAO's entity to an object of type ClusterGearUseFeatures.


toClusterGearUseFeaturesCollection

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


toClusterGearUseFeaturesArray

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


clusterGearUseFeaturesToEntity

void clusterGearUseFeaturesToEntity(ClusterGearUseFeatures source,
                                    GearUseFeatures target,
                                    boolean copyIfNull)
Copies the fields of ClusterGearUseFeatures 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.

clusterGearUseFeaturesToEntity

GearUseFeatures clusterGearUseFeaturesToEntity(ClusterGearUseFeatures clusterGearUseFeatures)
Converts an instance of type ClusterGearUseFeatures to this DAO's entity.


clusterGearUseFeaturesToEntityCollection

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


load

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

Specified by:
load in interface UseFeaturesDao

load

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

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface UseFeaturesDao
Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

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

Specified by:
loadAll in interface UseFeaturesDao
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.

Specified by:
loadAll in interface UseFeaturesDao
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.

Specified by:
loadAll in interface UseFeaturesDao
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.

Specified by:
loadAll in interface UseFeaturesDao
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

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


create

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

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

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

UseFeatures create(java.util.Date startDate,
                   java.util.Date endDate,
                   java.util.Date creationDate,
                   java.util.Date controlDate,
                   java.util.Date validationDate,
                   java.util.Date qualificationDate,
                   java.lang.String qualificationComments,
                   java.sql.Timestamp updateDate,
                   QualityFlag qualityFlag,
                   Vessel vessel,
                   Program program,
                   java.util.Collection gearUseMeasurements,
                   FishingEffortCalendar fishingEffortCalendar,
                   Operation operation,
                   Gear gear,
                   java.util.Collection gearUseFeaturesOrigins,
                   java.util.Collection fishingAreas)

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


create

java.lang.Object create(int transform,
                        java.util.Date startDate,
                        java.util.Date endDate,
                        java.util.Date creationDate,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        java.sql.Timestamp updateDate,
                        QualityFlag qualityFlag,
                        Vessel vessel,
                        Program program,
                        java.util.Collection gearUseMeasurements,
                        FishingEffortCalendar fishingEffortCalendar,
                        Operation operation,
                        Gear gear,
                        java.util.Collection gearUseFeaturesOrigins,
                        java.util.Collection fishingAreas)

Does the same thing as create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection) 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

UseFeatures create(java.util.Date creationDate,
                   Program program,
                   QualityFlag qualityFlag,
                   java.util.Date startDate,
                   Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.util.Date creationDate,
                        Program program,
                        QualityFlag qualityFlag,
                        java.util.Date startDate,
                        Vessel vessel)

Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) 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(GearUseFeatures gearUseFeatures)
Updates the gearUseFeatures instance in the persistent store.


update

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

Specified by:
update in interface UseFeaturesDao

remove

void remove(GearUseFeatures gearUseFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures from the persistent store.


remove

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

Specified by:
remove in interface UseFeaturesDao

remove

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

Specified by:
remove in interface UseFeaturesDao

getAllGearUseFeatures

java.util.Collection getAllGearUseFeatures()

getAllGearUseFeatures

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

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


getAllGearUseFeatures

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

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


getAllGearUseFeatures

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

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


getAllGearUseFeatures

java.util.Collection getAllGearUseFeatures(int transform)

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


getAllGearUseFeatures

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

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


getAllGearUseFeatures

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

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


getAllGearUseFeatures

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

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


findGearUseFeaturesById

GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)

findGearUseFeaturesById

GearUseFeatures findGearUseFeaturesById(java.lang.String queryString,
                                        java.lang.Integer id)

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


findGearUseFeaturesById

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

Does the same thing as findGearUseFeaturesById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findGearUseFeaturesById

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

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(Gear gear)

findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(int pageNumber,
                                               int pageSize,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(int transform,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(int transform,
                                               int pageNumber,
                                               int pageSize,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(int transform,
                                               java.lang.String queryString,
                                               Gear gear)

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


findGearUseFeaturesByGear

java.util.Collection findGearUseFeaturesByGear(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Gear gear)

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


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(Operation operation)

findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation).


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(int pageNumber,
                                                    int pageSize,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) 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.


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) 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.


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) 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.


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) 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.


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                    java.lang.String queryString,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation).


findGearUseFeaturesByOperation

java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Operation operation)

Does the same thing as findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) 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.


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar).


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int pageNumber,
                                                                int pageSize,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) 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.


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) 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.


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) 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.


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) 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.


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                java.lang.String queryString,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar).


findGearUseFeaturesByFishingEffortCalendar

java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                FishingEffortCalendar fishingEffortCalendar)

Does the same thing as findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) 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.


findGearUseFeaturesByQualityFlag

java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)

findGearUseFeaturesByQualityFlag

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

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


findGearUseFeaturesByQualityFlag

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

Does the same thing as findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByQualityFlag

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

Does the same thing as findGearUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByQualityFlag

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

Does the same thing as findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findGearUseFeaturesByQualityFlag

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

Does the same thing as findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByQualityFlag

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

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


findGearUseFeaturesByQualityFlag

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

Does the same thing as findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByVessel

java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)

findGearUseFeaturesByVessel

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

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


findGearUseFeaturesByVessel

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

Does the same thing as findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByVessel

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

Does the same thing as findGearUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByVessel

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

Does the same thing as findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findGearUseFeaturesByVessel

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

Does the same thing as findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByVessel

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

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


findGearUseFeaturesByVessel

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

Does the same thing as findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findGearUseFeaturesByProgram

java.util.Collection findGearUseFeaturesByProgram(Program program)

findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByProgram

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

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


findGearUseFeaturesByNaturalId

GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear,
                                               Operation operation,
                                               FishingEffortCalendar fishingEffortCalendar,
                                               java.util.Date startDate,
                                               Vessel vessel,
                                               Program program)

findGearUseFeaturesByNaturalId

GearUseFeatures findGearUseFeaturesByNaturalId(java.lang.String queryString,
                                               Gear gear,
                                               Operation operation,
                                               FishingEffortCalendar fishingEffortCalendar,
                                               java.util.Date startDate,
                                               Vessel vessel,
                                               Program program)

Does the same thing as findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findGearUseFeaturesByNaturalId

java.lang.Object findGearUseFeaturesByNaturalId(int transform,
                                                Gear gear,
                                                Operation operation,
                                                FishingEffortCalendar fishingEffortCalendar,
                                                java.util.Date startDate,
                                                Vessel vessel,
                                                Program program)

Does the same thing as findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findGearUseFeaturesByNaturalId

java.lang.Object findGearUseFeaturesByNaturalId(int transform,
                                                java.lang.String queryString,
                                                Gear gear,
                                                Operation operation,
                                                FishingEffortCalendar fishingEffortCalendar,
                                                java.util.Date startDate,
                                                Vessel vessel,
                                                Program program)

Does the same thing as findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.operation.Operation operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllGearUseFeaturesSinceDateSynchro

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

getAllGearUseFeaturesSinceDateSynchro

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

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


getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as getAllGearUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllGearUseFeaturesSinceDateSynchro

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

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


getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


createFromClusterGearUseFeatures

GearUseFeatures createFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)

getAllClusterGearUseFeaturesSinceDateSynchro

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

search

PaginationResult search(int transform,
                        int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface UseFeaturesDao
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.

Specified by:
search in interface UseFeaturesDao
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.

Specified by:
search in interface UseFeaturesDao
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.

Specified by:
search in interface UseFeaturesDao
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.