|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishingOperationDao
FishingOperation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERFISHINGOPERATION
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_REMOTEFISHINGOPERATIONFULLVO
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_REMOTEFISHINGOPERATIONNATURALID
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.operation.OperationDao |
---|
TRANSFORM_CLUSTEROPERATION, TRANSFORM_NONE, TRANSFORM_REMOTEOPERATIONFULLVO, TRANSFORM_REMOTEOPERATIONNATURALID |
Method Summary | |
---|---|
FishingOperation |
clusterFishingOperationToEntity(ClusterFishingOperation clusterFishingOperation)
Converts an instance of type ClusterFishingOperation to this DAO's entity. |
void |
clusterFishingOperationToEntity(ClusterFishingOperation source,
FishingOperation target,
boolean copyIfNull)
Copies the fields of ClusterFishingOperation to the specified entity. |
void |
clusterFishingOperationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingOperation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.operation.FishingOperation and adds from the passed in entities collection |
Operation |
create(FishingOperation fishingOperation)
Creates an instance of fr.ifremer.allegro.data.operation.FishingOperation 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.operation.FishingOperation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingOperation fishingOperation)
Does the same thing as create(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
QualityFlag qualityFlag,
Vessel vessel)
Does the same thing as create(fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
Does the same thing as create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,java.util.Date,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
Operation |
create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.operation.FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Operation |
create(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.operation.FishingOperation
instance from all attributes and
properties and adds it to the persistent store. |
FishingOperation |
createFromClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
|
FishingOperation |
findFishingOperationByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findFishingOperationByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findFishingOperationByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
FishingOperation |
findFishingOperationByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findFishingOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findFishingOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
|
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(int transform,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(int transform,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(int transform,
java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByGearPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
FishingOperation |
findFishingOperationById(java.lang.Integer id)
|
java.lang.Object |
findFishingOperationById(int transform,
java.lang.Integer id)
Does the same thing as findFishingOperationById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingOperationById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingOperationById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingOperation |
findFishingOperationById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingOperationById(java.lang.Integer) with an
additional argument called queryString . |
FishingOperation |
findFishingOperationByNaturalId(java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
findFishingOperationByNaturalId(int transform,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
findFishingOperationByNaturalId(int transform,
java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(int, java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
FishingOperation |
findFishingOperationByNaturalId(java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findFishingOperationByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findFishingOperationByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByVessel(int transform,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findFishingOperationByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingOperationByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingOperationByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingOperationByVessel(Vessel vessel)
|
ClusterFishingOperation[] |
getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFishingOperation()
|
java.util.Collection |
getAllFishingOperation(int transform)
Does the same thing as getAllFishingOperation() with an
additional flag called transform . |
java.util.Collection |
getAllFishingOperation(int pageNumber,
int pageSize)
Does the same thing as getAllFishingOperation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingOperation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingOperation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingOperation(int transform,
java.lang.String queryString)
Does the same thing as getAllFishingOperation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingOperation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingOperation(java.lang.String queryString)
Does the same thing as getAllFishingOperation() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingOperation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingOperation(String) with an
additional two arguments called pageNumber and pageSize . |
Operation |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.operation.FishingOperation 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 FishingOperation . |
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 . |
FishingOperation |
remoteFishingOperationFullVOToEntity(RemoteFishingOperationFullVO remoteFishingOperationFullVO)
Converts an instance of type RemoteFishingOperationFullVO to this DAO's entity. |
void |
remoteFishingOperationFullVOToEntity(RemoteFishingOperationFullVO source,
FishingOperation target,
boolean copyIfNull)
Copies the fields of RemoteFishingOperationFullVO to the specified entity. |
void |
remoteFishingOperationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingOperationFullVO to this
DAO's entity. |
FishingOperation |
remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId remoteFishingOperationNaturalId)
Converts an instance of type RemoteFishingOperationNaturalId to this DAO's entity. |
void |
remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId source,
FishingOperation target,
boolean copyIfNull)
Copies the fields of RemoteFishingOperationNaturalId to the specified entity. |
void |
remoteFishingOperationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingOperationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingOperation fishingOperation)
Removes the instance of fr.ifremer.allegro.data.operation.FishingOperation from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.operation.FishingOperation 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. |
ClusterFishingOperation |
toClusterFishingOperation(FishingOperation entity)
Converts this DAO's entity to an object of type ClusterFishingOperation . |
void |
toClusterFishingOperation(FishingOperation source,
ClusterFishingOperation target)
Copies the fields of the specified entity to the target value object. |
ClusterFishingOperation[] |
toClusterFishingOperationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingOperation . |
void |
toClusterFishingOperationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingOperation . |
RemoteFishingOperationFullVO |
toRemoteFishingOperationFullVO(FishingOperation entity)
Converts this DAO's entity to an object of type RemoteFishingOperationFullVO . |
void |
toRemoteFishingOperationFullVO(FishingOperation source,
RemoteFishingOperationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingOperationFullVO[] |
toRemoteFishingOperationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingOperationFullVO . |
void |
toRemoteFishingOperationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingOperationFullVO . |
RemoteFishingOperationNaturalId |
toRemoteFishingOperationNaturalId(FishingOperation entity)
Converts this DAO's entity to an object of type RemoteFishingOperationNaturalId . |
void |
toRemoteFishingOperationNaturalId(FishingOperation source,
RemoteFishingOperationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingOperationNaturalId[] |
toRemoteFishingOperationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingOperationNaturalId . |
void |
toRemoteFishingOperationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingOperationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingOperation fishingOperation)
Updates the fishingOperation instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTEFISHINGOPERATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingOperationFullVO
.
static final int TRANSFORM_REMOTEFISHINGOPERATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingOperationNaturalId
.
static final int TRANSFORM_CLUSTERFISHINGOPERATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterFishingOperation
.
Method Detail |
---|
void toRemoteFishingOperationFullVO(FishingOperation source, RemoteFishingOperationFullVO target)
RemoteFishingOperationFullVO toRemoteFishingOperationFullVO(FishingOperation entity)
RemoteFishingOperationFullVO
.
void toRemoteFishingOperationFullVOCollection(java.util.Collection entities)
RemoteFishingOperationFullVO
.
RemoteFishingOperationFullVO[] toRemoteFishingOperationFullVOArray(java.util.Collection entities)
RemoteFishingOperationFullVO
.
void remoteFishingOperationFullVOToEntity(RemoteFishingOperationFullVO source, FishingOperation target, boolean copyIfNull)
RemoteFishingOperationFullVO
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.FishingOperation remoteFishingOperationFullVOToEntity(RemoteFishingOperationFullVO remoteFishingOperationFullVO)
RemoteFishingOperationFullVO
to this DAO's entity.
void remoteFishingOperationFullVOToEntityCollection(java.util.Collection instances)
RemoteFishingOperationFullVO
to this
DAO's entity.
void toRemoteFishingOperationNaturalId(FishingOperation source, RemoteFishingOperationNaturalId target)
RemoteFishingOperationNaturalId toRemoteFishingOperationNaturalId(FishingOperation entity)
RemoteFishingOperationNaturalId
.
void toRemoteFishingOperationNaturalIdCollection(java.util.Collection entities)
RemoteFishingOperationNaturalId
.
RemoteFishingOperationNaturalId[] toRemoteFishingOperationNaturalIdArray(java.util.Collection entities)
RemoteFishingOperationNaturalId
.
void remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId source, FishingOperation target, boolean copyIfNull)
RemoteFishingOperationNaturalId
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.FishingOperation remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId remoteFishingOperationNaturalId)
RemoteFishingOperationNaturalId
to this DAO's entity.
void remoteFishingOperationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteFishingOperationNaturalId
to this
DAO's entity.
void toClusterFishingOperation(FishingOperation source, ClusterFishingOperation target)
ClusterFishingOperation toClusterFishingOperation(FishingOperation entity)
ClusterFishingOperation
.
void toClusterFishingOperationCollection(java.util.Collection entities)
ClusterFishingOperation
.
ClusterFishingOperation[] toClusterFishingOperationArray(java.util.Collection entities)
ClusterFishingOperation
.
void clusterFishingOperationToEntity(ClusterFishingOperation source, FishingOperation target, boolean copyIfNull)
ClusterFishingOperation
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.FishingOperation clusterFishingOperationToEntity(ClusterFishingOperation clusterFishingOperation)
ClusterFishingOperation
to this DAO's entity.
void clusterFishingOperationToEntityCollection(java.util.Collection instances)
ClusterFishingOperation
to this
DAO's entity.
Operation load(java.lang.Integer id)
load
in interface OperationDao
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 OperationDao
id
- identifier of the entity to load
java.util.Collection loadAll()
FishingOperation
.
loadAll
in interface OperationDao
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 OperationDao
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 OperationDao
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 OperationDao
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.
Operation create(FishingOperation fishingOperation)
java.lang.Object create(int transform, FishingOperation fishingOperation)
Does the same thing as create(fr.ifremer.allegro.data.operation.FishingOperation)
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
create
in interface OperationDao
entities
- the collection of fr.ifremer.allegro.data.operation.FishingOperation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.operation.FishingOperation)
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
in interface OperationDao
Operation create(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.operation.FishingOperation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
Does the same thing as create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,java.util.Date,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.data.batch.CatchBatch,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.
Operation create(QualityFlag qualityFlag, Vessel vessel)
Creates a new fr.ifremer.allegro.data.operation.FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface OperationDao
java.lang.Object create(int transform, QualityFlag qualityFlag, Vessel vessel)
Does the same thing as create(fr.ifremer.allegro.referential.QualityFlag,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.
create
in interface OperationDao
void update(FishingOperation fishingOperation)
fishingOperation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface OperationDao
void remove(FishingOperation fishingOperation)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface OperationDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface OperationDao
java.util.Collection getAllFishingOperation()
java.util.Collection getAllFishingOperation(java.lang.String queryString)
Does the same thing as getAllFishingOperation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingOperation()
.
java.util.Collection getAllFishingOperation(int pageNumber, int pageSize)
Does the same thing as getAllFishingOperation()
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 getAllFishingOperation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingOperation(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 getAllFishingOperation(int transform)
Does the same thing as getAllFishingOperation()
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 getAllFishingOperation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllFishingOperation(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 getAllFishingOperation(int transform, java.lang.String queryString)
Does the same thing as getAllFishingOperation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingOperation(int)
.
java.util.Collection getAllFishingOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingOperation(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.
FishingOperation findFishingOperationById(java.lang.Integer id)
FishingOperation findFishingOperationById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingOperationById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationById(java.lang.Integer)
.
java.lang.Object findFishingOperationById(int transform, java.lang.Integer id)
Does the same thing as findFishingOperationById(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 findFishingOperationById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingOperationById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationById(int, java.lang.Integer id)
.
FishingOperation findFishingOperationByCatchBatch(CatchBatch catchBatch)
FishingOperation findFishingOperationByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
java.lang.Object findFishingOperationByCatchBatch(int transform, CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
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 findFishingOperationByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findFishingOperationByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
java.util.Collection findFishingOperationByVessel(Vessel vessel)
java.util.Collection findFishingOperationByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingOperationByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findFishingOperationByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByVessel(int transform, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findFishingOperationByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingOperationByVessel(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 findFishingOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
java.util.Collection findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
.
java.util.Collection findFishingOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findFishingOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findFishingOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures)
.
java.util.Collection findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findFishingOperationByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findFishingOperationByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findFishingOperationByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findFishingOperationByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findFishingOperationByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findFishingOperationByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findFishingOperationByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(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 findFishingOperationByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(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 findFishingOperationByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(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 findFishingOperationByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(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 findFishingOperationByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findFishingOperationByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingOperationByQualityFlag(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.
FishingOperation findFishingOperationByNaturalId(java.util.Date fishingStartDateTime, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, Vessel vessel, FishingTrip fishingTrip)
FishingOperation findFishingOperationByNaturalId(java.lang.String queryString, java.util.Date fishingStartDateTime, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, Vessel vessel, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.lang.Object findFishingOperationByNaturalId(int transform, java.util.Date fishingStartDateTime, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, Vessel vessel, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findFishingOperationByNaturalId(int transform, java.lang.String queryString, java.util.Date fishingStartDateTime, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, Vessel vessel, FishingTrip fishingTrip)
Does the same thing as findFishingOperationByNaturalId(int, java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingOperationByNaturalId(int, java.util.Date fishingStartDateTime, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
FishingOperation createFromClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
ClusterFishingOperation[] getAllClusterFishingOperation(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 OperationDao
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 OperationDao
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 OperationDao
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 OperationDao
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 |