|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearUseFeaturesDao
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 |
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. |
Field Detail |
---|
static final int TRANSFORM_REMOTEGEARUSEFEATURESFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearUseFeaturesFullVO
.
static final int TRANSFORM_REMOTEGEARUSEFEATURESNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearUseFeaturesNaturalId
.
static final int TRANSFORM_CLUSTERGEARUSEFEATURES
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearUseFeatures
.
Method Detail |
---|
void toRemoteGearUseFeaturesFullVO(GearUseFeatures source, RemoteGearUseFeaturesFullVO target)
RemoteGearUseFeaturesFullVO toRemoteGearUseFeaturesFullVO(GearUseFeatures entity)
RemoteGearUseFeaturesFullVO
.
void toRemoteGearUseFeaturesFullVOCollection(java.util.Collection entities)
RemoteGearUseFeaturesFullVO
.
RemoteGearUseFeaturesFullVO[] toRemoteGearUseFeaturesFullVOArray(java.util.Collection entities)
RemoteGearUseFeaturesFullVO
.
void remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO source, GearUseFeatures target, boolean copyIfNull)
RemoteGearUseFeaturesFullVO
to the specified entity.
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.GearUseFeatures remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVO)
RemoteGearUseFeaturesFullVO
to this DAO's entity.
void remoteGearUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
RemoteGearUseFeaturesFullVO
to this
DAO's entity.
void toRemoteGearUseFeaturesNaturalId(GearUseFeatures source, RemoteGearUseFeaturesNaturalId target)
RemoteGearUseFeaturesNaturalId toRemoteGearUseFeaturesNaturalId(GearUseFeatures entity)
RemoteGearUseFeaturesNaturalId
.
void toRemoteGearUseFeaturesNaturalIdCollection(java.util.Collection entities)
RemoteGearUseFeaturesNaturalId
.
RemoteGearUseFeaturesNaturalId[] toRemoteGearUseFeaturesNaturalIdArray(java.util.Collection entities)
RemoteGearUseFeaturesNaturalId
.
void remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId source, GearUseFeatures target, boolean copyIfNull)
RemoteGearUseFeaturesNaturalId
to the specified entity.
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.GearUseFeatures remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId remoteGearUseFeaturesNaturalId)
RemoteGearUseFeaturesNaturalId
to this DAO's entity.
void remoteGearUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearUseFeaturesNaturalId
to this
DAO's entity.
void toClusterGearUseFeatures(GearUseFeatures source, ClusterGearUseFeatures target)
ClusterGearUseFeatures toClusterGearUseFeatures(GearUseFeatures entity)
ClusterGearUseFeatures
.
void toClusterGearUseFeaturesCollection(java.util.Collection entities)
ClusterGearUseFeatures
.
ClusterGearUseFeatures[] toClusterGearUseFeaturesArray(java.util.Collection entities)
ClusterGearUseFeatures
.
void clusterGearUseFeaturesToEntity(ClusterGearUseFeatures source, GearUseFeatures target, boolean copyIfNull)
ClusterGearUseFeatures
to the specified entity.
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.GearUseFeatures clusterGearUseFeaturesToEntity(ClusterGearUseFeatures clusterGearUseFeatures)
ClusterGearUseFeatures
to this DAO's entity.
void clusterGearUseFeaturesToEntityCollection(java.util.Collection instances)
ClusterGearUseFeatures
to this
DAO's entity.
UseFeatures load(java.lang.Integer id)
load
in interface UseFeaturesDao
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.
load
in interface UseFeaturesDao
id
- identifier of the entity to load
java.util.Collection loadAll()
GearUseFeatures
.
loadAll
in interface UseFeaturesDao
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.
loadAll
in interface UseFeaturesDao
transform
- the flag indicating what transformation to use.
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.
loadAll
in interface UseFeaturesDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
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.
loadAll
in interface UseFeaturesDao
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.
UseFeatures create(GearUseFeatures gearUseFeatures)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instances to 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.
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.
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.
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.
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.
void update(GearUseFeatures gearUseFeatures)
gearUseFeatures
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface UseFeaturesDao
void remove(GearUseFeatures gearUseFeatures)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface UseFeaturesDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface UseFeaturesDao
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)
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)
.
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.
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)
.
java.util.Collection findGearUseFeaturesByGear(Gear gear)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearUseFeaturesByOperation(Operation operation)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearUseFeaturesByProgram(Program program)
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)
.
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.
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.
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.
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.
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)
.
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.
GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
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)
.
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.
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)
.
java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
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)
.
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.
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.
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.
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.
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)
.
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.
GearUseFeatures createFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
ClusterGearUseFeatures[] getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface UseFeaturesDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface UseFeaturesDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
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.
search
in interface UseFeaturesDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface UseFeaturesDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |