|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.fishingArea.FishingAreaDaoBase
public abstract class FishingAreaDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.fishingArea.FishingArea
.
FishingArea
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.fishingArea.FishingAreaDao |
---|
TRANSFORM_CLUSTERFISHINGAREA, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGAREAFULLVO, TRANSFORM_REMOTEFISHINGAREANATURALID |
Constructor Summary | |
---|---|
FishingAreaDaoBase()
|
Method Summary | |
---|---|
void |
clusterFishingAreaToEntity(ClusterFishingArea source,
FishingArea target,
boolean copyIfNull)
Copies the fields of ClusterFishingArea to the specified entity. |
void |
clusterFishingAreaToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingArea to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.fishingArea.FishingArea and adds from the passed in entities collection |
FishingArea |
create(java.util.Collection fisheries,
Sample sample,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures,
java.util.Collection regulationLocation)
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea
instance from all attributes and
properties and adds it to the persistent store. |
FishingArea |
create(FishingArea fishingArea)
Creates an instance of fr.ifremer.allegro.data.fishingArea.FishingArea and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Collection fisheries,
Sample sample,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures,
java.util.Collection regulationLocation)
Does the same thing as FishingAreaDao.create(java.util.Collection,fr.ifremer.allegro.data.sample.Sample,fr.ifremer.allegro.referential.NearbySpecificArea,fr.ifremer.allegro.referential.DepthGradient,fr.ifremer.allegro.referential.DistanceToCoastGradient,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingArea fishingArea)
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Location location)
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
FishingArea |
create(Location location)
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea |
createFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
|
java.util.Collection |
findFishingAreaByDepthGradient(DepthGradient depthGradient)
|
java.util.Collection |
findFishingAreaByDepthGradient(int transform,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByDepthGradient(int pageNumber,
int pageSize,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDepthGradient(int transform,
int pageNumber,
int pageSize,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDepthGradient(int transform,
java.lang.String queryString,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByDepthGradient(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, String, fr.ifremer.allegro.referential.DepthGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDepthGradient(java.lang.String queryString,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByDepthGradient(java.lang.String queryString,
int pageNumber,
int pageSize,
DepthGradient depthGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(String, fr.ifremer.allegro.referential.DepthGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)
|
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(int transform,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(int pageNumber,
int pageSize,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(int transform,
int pageNumber,
int pageSize,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(int transform,
java.lang.String queryString,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, String, fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(java.lang.String queryString,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByDistanceToCoastGradient(java.lang.String queryString,
int pageNumber,
int pageSize,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(String, fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByGearUseFeatures(GearUseFeatures gearUseFeatures)
|
java.util.Collection |
findFishingAreaByGearUseFeatures(int transform,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByGearUseFeatures(int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByGearUseFeatures(int transform,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByGearUseFeatures(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByGearUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByGearUseFeatures(java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByGearUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
FishingArea |
findFishingAreaById(java.lang.Integer id)
|
java.lang.Object |
findFishingAreaById(int transform,
java.lang.Integer id)
Does the same thing as FishingAreaDao.findFishingAreaById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingAreaById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingAreaDao.findFishingAreaById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingArea |
findFishingAreaById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingAreaDao.findFishingAreaById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByLocation(int transform,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByLocation(Location location)
|
java.util.Collection |
findFishingAreaByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByLocation(java.lang.String queryString,
Location location)
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findFishingAreaByNaturalId(int transform,
Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
java.lang.Object |
findFishingAreaByNaturalId(int transform,
java.lang.String queryString,
Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
FishingArea |
findFishingAreaByNaturalId(Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures)
|
FishingArea |
findFishingAreaByNaturalId(java.lang.String queryString,
Location location,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(int transform,
int pageNumber,
int pageSize,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(int pageNumber,
int pageSize,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(int transform,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, String, fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(int transform,
java.lang.String queryString,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(NearbySpecificArea nearbySpecificArea)
|
java.util.Collection |
findFishingAreaByNearbySpecificArea(java.lang.String queryString,
int pageNumber,
int pageSize,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(String, fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByNearbySpecificArea(java.lang.String queryString,
NearbySpecificArea nearbySpecificArea)
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaBySample(int transform,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaBySample(int pageNumber,
int pageSize,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaBySample(int transform,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaBySample(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaBySample(int transform,
java.lang.String queryString,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaBySample(Sample sample)
|
java.util.Collection |
findFishingAreaBySample(java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaBySample(java.lang.String queryString,
Sample sample)
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(int transform,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(int transform,
java.lang.String queryString,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(int transform,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(java.lang.String queryString,
VesselUseFeatures vesselUseFeatures)
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findFishingAreaByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
|
ClusterFishingArea[] |
getAllClusterFishingArea(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFishingArea()
|
java.util.Collection |
getAllFishingArea(int transform)
Does the same thing as FishingAreaDao.getAllFishingArea() with an
additional flag called transform . |
java.util.Collection |
getAllFishingArea(int pageNumber,
int pageSize)
Does the same thing as FishingAreaDao.getAllFishingArea() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea(int transform,
int pageNumber,
int pageSize)
Does the same thing as FishingAreaDao.getAllFishingArea(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea(int transform,
java.lang.String queryString)
Does the same thing as FishingAreaDao.getAllFishingArea(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingArea(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingAreaDao.getAllFishingArea(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea(java.lang.String queryString)
Does the same thing as FishingAreaDao.getAllFishingArea() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingArea(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingAreaDao.getAllFishingArea(String) with an
additional two arguments called pageNumber and pageSize . |
protected DepthGradientDao |
getDepthGradientDao()
Gets the reference to depthGradientDao . |
protected DistanceToCoastGradientDao |
getDistanceToCoastGradientDao()
Gets the reference to distanceToCoastGradientDao . |
protected FisheryDao |
getFisheryDao()
Gets the reference to fisheryDao . |
protected FishingArea2RegulationLocationDao |
getFishingArea2RegulationLocationDao()
Gets the reference to fishingArea2RegulationLocationDao . |
protected GearUseFeaturesDao |
getGearUseFeaturesDao()
Gets the reference to gearUseFeaturesDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected NearbySpecificAreaDao |
getNearbySpecificAreaDao()
Gets the reference to nearbySpecificAreaDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SampleDao |
getSampleDao()
Gets the reference to sampleDao . |
protected VesselUseFeaturesDao |
getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao . |
protected abstract FishingArea |
handleCreateFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
Performs the core logic for createFromClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea) |
protected abstract ClusterFishingArea[] |
handleGetAllClusterFishingArea(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterFishingArea(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
FishingArea |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.fishingArea.FishingArea from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as FishingAreaDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type FishingArea . |
java.util.Collection |
loadAll(int transform)
Does the same thing as FishingAreaDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as FishingAreaDao.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 FishingAreaDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO source,
FishingArea target,
boolean copyIfNull)
Copies the fields of RemoteFishingAreaFullVO to the specified entity. |
void |
remoteFishingAreaFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingAreaFullVO to this
DAO's entity. |
void |
remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId source,
FishingArea target,
boolean copyIfNull)
Copies the fields of RemoteFishingAreaNaturalId to the specified entity. |
void |
remoteFishingAreaNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingAreaNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingArea fishingArea)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea 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 FishingAreaDao.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. |
void |
setDepthGradientDao(DepthGradientDao depthGradientDao)
Sets the reference to depthGradientDao . |
void |
setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
Sets the reference to distanceToCoastGradientDao . |
void |
setFisheryDao(FisheryDao fisheryDao)
Sets the reference to fisheryDao . |
void |
setFishingArea2RegulationLocationDao(FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao)
Sets the reference to fishingArea2RegulationLocationDao . |
void |
setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeaturesDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setNearbySpecificAreaDao(NearbySpecificAreaDao nearbySpecificAreaDao)
Sets the reference to nearbySpecificAreaDao . |
void |
setSampleDao(SampleDao sampleDao)
Sets the reference to sampleDao . |
void |
setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao . |
ClusterFishingArea |
toClusterFishingArea(FishingArea entity)
Converts this DAO's entity to an object of type ClusterFishingArea . |
void |
toClusterFishingArea(FishingArea source,
ClusterFishingArea target)
Copies the fields of the specified entity to the target value object. |
protected ClusterFishingArea |
toClusterFishingArea(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingArea[] |
toClusterFishingAreaArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingArea . |
void |
toClusterFishingAreaCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingArea . |
protected FishingArea |
toEntity(java.lang.Object[] row)
|
RemoteFishingAreaFullVO |
toRemoteFishingAreaFullVO(FishingArea entity)
Converts this DAO's entity to an object of type RemoteFishingAreaFullVO . |
void |
toRemoteFishingAreaFullVO(FishingArea source,
RemoteFishingAreaFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingAreaFullVO |
toRemoteFishingAreaFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingAreaFullVO[] |
toRemoteFishingAreaFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingAreaFullVO . |
void |
toRemoteFishingAreaFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingAreaFullVO . |
RemoteFishingAreaNaturalId |
toRemoteFishingAreaNaturalId(FishingArea entity)
Converts this DAO's entity to an object of type RemoteFishingAreaNaturalId . |
void |
toRemoteFishingAreaNaturalId(FishingArea source,
RemoteFishingAreaNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingAreaNaturalId |
toRemoteFishingAreaNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingAreaNaturalId[] |
toRemoteFishingAreaNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingAreaNaturalId . |
void |
toRemoteFishingAreaNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingAreaNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.fishingArea.FishingArea)
method. |
protected java.lang.Object |
transformEntity(int transform,
FishingArea entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.fishingArea.FishingAreaDao , please note
that the FishingAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingArea fishingArea)
Updates the fishingArea instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.fishingArea.FishingAreaDao |
---|
clusterFishingAreaToEntity, remoteFishingAreaFullVOToEntity, remoteFishingAreaNaturalIdToEntity |
Constructor Detail |
---|
public FishingAreaDaoBase()
Method Detail |
---|
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeaturesDao
.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeaturesDao
.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
public void setNearbySpecificAreaDao(NearbySpecificAreaDao nearbySpecificAreaDao)
nearbySpecificAreaDao
.
protected NearbySpecificAreaDao getNearbySpecificAreaDao()
nearbySpecificAreaDao
.
public void setDepthGradientDao(DepthGradientDao depthGradientDao)
depthGradientDao
.
protected DepthGradientDao getDepthGradientDao()
depthGradientDao
.
public void setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
distanceToCoastGradientDao
.
protected DistanceToCoastGradientDao getDistanceToCoastGradientDao()
distanceToCoastGradientDao
.
public void setFisheryDao(FisheryDao fisheryDao)
fisheryDao
.
protected FisheryDao getFisheryDao()
fisheryDao
.
public void setSampleDao(SampleDao sampleDao)
sampleDao
.
protected SampleDao getSampleDao()
sampleDao
.
public void setFishingArea2RegulationLocationDao(FishingArea2RegulationLocationDao fishingArea2RegulationLocationDao)
fishingArea2RegulationLocationDao
.
protected FishingArea2RegulationLocationDao getFishingArea2RegulationLocationDao()
fishingArea2RegulationLocationDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
FishingAreaDao
Does the same thing as FishingAreaDao.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 FishingAreaDao
id
- identifier of the entity to load
FishingAreaDao.load(int, java.lang.Integer)
public FishingArea load(java.lang.Integer id)
FishingAreaDao
load
in interface FishingAreaDao
FishingAreaDao.load(java.lang.Integer)
public java.util.Collection loadAll()
FishingAreaDao
FishingArea
.
loadAll
in interface FishingAreaDao
FishingAreaDao.loadAll()
public java.util.Collection loadAll(int transform)
FishingAreaDao
Does the same thing as FishingAreaDao.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 FishingAreaDao
transform
- the flag indicating what transformation to use.
FishingAreaDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.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 FishingAreaDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
FishingAreaDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.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 FishingAreaDao
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.
FishingAreaDao.loadAll(int, int, int)
public FishingArea create(FishingArea fishingArea)
FishingAreaDao
create
in interface FishingAreaDao
FishingAreaDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea)
public java.lang.Object create(int transform, FishingArea fishingArea)
FishingAreaDao
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface FishingAreaDao
FishingAreaDao.create(int transform, fr.ifremer.allegro.data.fishingArea.FishingArea)
public java.util.Collection create(java.util.Collection entities)
FishingAreaDao
entities
collection
create
in interface FishingAreaDao
entities
- the collection of fr.ifremer.allegro.data.fishingArea.FishingArea
instances to create.
FishingAreaDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
FishingAreaDao
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea)
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 FishingAreaDao
FishingAreaDao.create(int, java.util.Collection)
public FishingArea create(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
FishingAreaDao
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea
instance from all attributes and
properties and adds it to the persistent store.
create
in interface FishingAreaDao
FishingAreaDao.create(java.util.Collection,fr.ifremer.allegro.data.sample.Sample,fr.ifremer.allegro.referential.NearbySpecificArea,fr.ifremer.allegro.referential.DepthGradient,fr.ifremer.allegro.referential.DistanceToCoastGradient,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,java.util.Collection)
public java.lang.Object create(int transform, java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
FishingAreaDao
Does the same thing as FishingAreaDao.create(java.util.Collection,fr.ifremer.allegro.data.sample.Sample,fr.ifremer.allegro.referential.NearbySpecificArea,fr.ifremer.allegro.referential.DepthGradient,fr.ifremer.allegro.referential.DistanceToCoastGradient,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface FishingAreaDao
FishingAreaDao.create(int, java.util.Collection,fr.ifremer.allegro.data.sample.Sample,fr.ifremer.allegro.referential.NearbySpecificArea,fr.ifremer.allegro.referential.DepthGradient,fr.ifremer.allegro.referential.DistanceToCoastGradient,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,java.util.Collection)
public FishingArea create(Location location)
FishingAreaDao
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface FishingAreaDao
FishingAreaDao.create(fr.ifremer.allegro.referential.location.Location)
public java.lang.Object create(int transform, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.create(fr.ifremer.allegro.referential.location.Location)
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 FishingAreaDao
FishingAreaDao.create(int, fr.ifremer.allegro.referential.location.Location)
public void update(FishingArea fishingArea)
FishingAreaDao
fishingArea
instance in the persistent store.
update
in interface FishingAreaDao
FishingAreaDao.update(fr.ifremer.allegro.data.fishingArea.FishingArea)
public void update(java.util.Collection entities)
FishingAreaDao
entities
collection in the persistent store.
update
in interface FishingAreaDao
FishingAreaDao.update(java.util.Collection)
public void remove(FishingArea fishingArea)
FishingAreaDao
remove
in interface FishingAreaDao
FishingAreaDao.remove(fr.ifremer.allegro.data.fishingArea.FishingArea)
public void remove(java.lang.Integer id)
FishingAreaDao
identifier
from the persistent store.
remove
in interface FishingAreaDao
FishingAreaDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
FishingAreaDao
entities collection.
- Specified by:
remove
in interface FishingAreaDao
- See Also:
FishingAreaDao.remove(java.util.Collection)
public java.util.Collection getAllFishingArea()
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea()
public java.util.Collection getAllFishingArea(int transform)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea()
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.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(int)
public java.util.Collection getAllFishingArea(java.lang.String queryString)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.getAllFishingArea()
.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(java.lang.String)
public java.util.Collection getAllFishingArea(int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea()
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.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(int, int)
public java.util.Collection getAllFishingArea(java.lang.String queryString, int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea(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.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(String, int, int)
public java.util.Collection getAllFishingArea(int transform, java.lang.String queryString)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.getAllFishingArea(int)
.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(int, String)
public java.util.Collection getAllFishingArea(int transform, int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea(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.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(int, int, int)
public java.util.Collection getAllFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize)
FishingAreaDao
Does the same thing as FishingAreaDao.getAllFishingArea(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.
getAllFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllFishingArea(int, java.lang.String, int, int)
public FishingArea findFishingAreaById(java.lang.Integer id)
findFishingAreaById
in interface FishingAreaDao
FishingAreaDao.findFishingAreaById(java.lang.Integer)
public java.lang.Object findFishingAreaById(int transform, java.lang.Integer id)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaById(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.
findFishingAreaById
in interface FishingAreaDao
FishingAreaDao.findFishingAreaById(int, java.lang.Integer)
public FishingArea findFishingAreaById(java.lang.String queryString, java.lang.Integer id)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaById(java.lang.Integer)
.
findFishingAreaById
in interface FishingAreaDao
FishingAreaDao.findFishingAreaById(java.lang.String, java.lang.Integer)
public java.lang.Object findFishingAreaById(int transform, java.lang.String queryString, java.lang.Integer id)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaById(int, java.lang.Integer id)
.
findFishingAreaById
in interface FishingAreaDao
FishingAreaDao.findFishingAreaById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFishingAreaByNearbySpecificArea(NearbySpecificArea nearbySpecificArea)
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(int transform, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
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.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(java.lang.String queryString, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(java.lang.String, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(int pageNumber, int pageSize, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(fr.ifremer.allegro.referential.NearbySpecificArea)
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.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(int, int, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(java.lang.String queryString, int pageNumber, int pageSize, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(String, fr.ifremer.allegro.referential.NearbySpecificArea)
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.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(String, int, int, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(int transform, java.lang.String queryString, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea nearbySpecificArea)
.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(int, String, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(int transform, int pageNumber, int pageSize, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, fr.ifremer.allegro.referential.NearbySpecificArea)
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.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(int, int, int, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByNearbySpecificArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, NearbySpecificArea nearbySpecificArea)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNearbySpecificArea(int, String, fr.ifremer.allegro.referential.NearbySpecificArea)
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.
findFishingAreaByNearbySpecificArea
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNearbySpecificArea(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NearbySpecificArea)
public java.util.Collection findFishingAreaByDepthGradient(DepthGradient depthGradient)
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(int transform, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
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.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(java.lang.String queryString, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(java.lang.String, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(int pageNumber, int pageSize, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
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.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(int, int, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(java.lang.String queryString, int pageNumber, int pageSize, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(String, fr.ifremer.allegro.referential.DepthGradient)
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.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(String, int, int, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(int transform, java.lang.String queryString, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient depthGradient)
.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(int, String, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(int transform, int pageNumber, int pageSize, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, fr.ifremer.allegro.referential.DepthGradient)
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.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(int, int, int, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDepthGradient(int transform, java.lang.String queryString, int pageNumber, int pageSize, DepthGradient depthGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDepthGradient(int, String, fr.ifremer.allegro.referential.DepthGradient)
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.
findFishingAreaByDepthGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDepthGradient(int, java.lang.String, int, int, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(DistanceToCoastGradient distanceToCoastGradient)
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(int transform, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
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.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(java.lang.String queryString, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(java.lang.String, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(int pageNumber, int pageSize, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
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.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(java.lang.String queryString, int pageNumber, int pageSize, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(String, fr.ifremer.allegro.referential.DistanceToCoastGradient)
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.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(String, int, int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(int transform, java.lang.String queryString, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient distanceToCoastGradient)
.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, String, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(int transform, int pageNumber, int pageSize, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
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.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, int, int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByDistanceToCoastGradient(int transform, java.lang.String queryString, int pageNumber, int pageSize, DistanceToCoastGradient distanceToCoastGradient)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, String, fr.ifremer.allegro.referential.DistanceToCoastGradient)
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.
findFishingAreaByDistanceToCoastGradient
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByDistanceToCoastGradient(int, java.lang.String, int, int, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection findFishingAreaByLocation(Location location)
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(int transform, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location)
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.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(java.lang.String queryString, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location)
.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(int pageNumber, int pageSize, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(fr.ifremer.allegro.referential.location.Location)
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.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(String, fr.ifremer.allegro.referential.location.Location)
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.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(int transform, java.lang.String queryString, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(int transform, int pageNumber, int pageSize, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, fr.ifremer.allegro.referential.location.Location)
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.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
findFishingAreaByLocation
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingAreaByGearUseFeatures(GearUseFeatures gearUseFeatures)
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures)
.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByGearUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByGearUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(int transform, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures)
.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(int transform, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaByVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findFishingAreaByVesselUseFeatures
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByVesselUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findFishingAreaBySample(Sample sample)
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(int transform, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample)
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.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(java.lang.String queryString, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample)
.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(java.lang.String, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(int pageNumber, int pageSize, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample)
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.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(String, fr.ifremer.allegro.data.sample.Sample)
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.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(String, int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(int transform, java.lang.String queryString, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample sample)
.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(int, String, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(int transform, int pageNumber, int pageSize, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample)
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.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(int, int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findFishingAreaBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaBySample(int, String, fr.ifremer.allegro.data.sample.Sample)
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.
findFishingAreaBySample
in interface FishingAreaDao
FishingAreaDao.findFishingAreaBySample(int, java.lang.String, int, int, fr.ifremer.allegro.data.sample.Sample)
public FishingArea findFishingAreaByNaturalId(Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
findFishingAreaByNaturalId
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.lang.Object findFishingAreaByNaturalId(int transform, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findFishingAreaByNaturalId
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public FishingArea findFishingAreaByNaturalId(java.lang.String queryString, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
.
findFishingAreaByNaturalId
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNaturalId(java.lang.String, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.lang.Object findFishingAreaByNaturalId(int transform, java.lang.String queryString, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
FishingAreaDao
Does the same thing as FishingAreaDao.findFishingAreaByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingAreaDao.findFishingAreaByNaturalId(int, fr.ifremer.allegro.referential.location.Location location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures)
.
findFishingAreaByNaturalId
in interface FishingAreaDao
FishingAreaDao.findFishingAreaByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public FishingArea createFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
createFromClusterFishingArea
in interface FishingAreaDao
FishingAreaDao.createFromClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
protected abstract FishingArea handleCreateFromClusterFishingArea(ClusterFishingArea clusterFishingArea) throws java.lang.Exception
createFromClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
java.lang.Exception
public ClusterFishingArea[] getAllClusterFishingArea(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingArea
in interface FishingAreaDao
FishingAreaDao.getAllClusterFishingArea(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingArea[] handleGetAllClusterFishingArea(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingArea(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, FishingArea entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.fishingArea.FishingAreaDao
, please note
that the FishingAreaDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
FishingArea
- FishingAreaDao.TRANSFORM_NONE
RemoteFishingAreaFullVO
- TRANSFORM_REMOTEFISHINGAREAFULLVO
RemoteFishingAreaNaturalId
- TRANSFORM_REMOTEFISHINGAREANATURALID
ClusterFishingArea
- TRANSFORM_CLUSTERFISHINGAREA
FishingAreaDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in FishingAreaDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.fishingArea.FishingArea)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.fishingArea.FishingAreaDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.fishingArea.FishingArea)
protected FishingArea toEntity(java.lang.Object[] row)
public final void toRemoteFishingAreaFullVOCollection(java.util.Collection entities)
FishingAreaDao
RemoteFishingAreaFullVO
.
toRemoteFishingAreaFullVOCollection
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaFullVOCollection(java.util.Collection)
public final RemoteFishingAreaFullVO[] toRemoteFishingAreaFullVOArray(java.util.Collection entities)
FishingAreaDao
RemoteFishingAreaFullVO
.
toRemoteFishingAreaFullVOArray
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaFullVOArray(java.util.Collection)
protected RemoteFishingAreaFullVO toRemoteFishingAreaFullVO(java.lang.Object[] row)
FishingAreaDaoImpl
class if you intend to use reporting queries.
FishingAreaDao.toRemoteFishingAreaFullVO(fr.ifremer.allegro.data.fishingArea.FishingArea)
public final void remoteFishingAreaFullVOToEntityCollection(java.util.Collection instances)
FishingAreaDao
RemoteFishingAreaFullVO
to this
DAO's entity.
remoteFishingAreaFullVOToEntityCollection
in interface FishingAreaDao
FishingAreaDao.remoteFishingAreaFullVOToEntityCollection(java.util.Collection)
public void toRemoteFishingAreaFullVO(FishingArea source, RemoteFishingAreaFullVO target)
FishingAreaDao
toRemoteFishingAreaFullVO
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaFullVO(fr.ifremer.allegro.data.fishingArea.FishingArea, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO)
public RemoteFishingAreaFullVO toRemoteFishingAreaFullVO(FishingArea entity)
FishingAreaDao
RemoteFishingAreaFullVO
.
toRemoteFishingAreaFullVO
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaFullVO(fr.ifremer.allegro.data.fishingArea.FishingArea)
public void remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO source, FishingArea target, boolean copyIfNull)
FishingAreaDao
RemoteFishingAreaFullVO
to the specified entity.
remoteFishingAreaFullVOToEntity
in interface FishingAreaDao
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.fr.ifremer.allegro.data.fishingArea.FishingAreaDao#remoteFishingAreaFullVOToEntity(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaFullVO, fr.ifremer.allegro.data.fishingArea.FishingArea)
public final void toRemoteFishingAreaNaturalIdCollection(java.util.Collection entities)
FishingAreaDao
RemoteFishingAreaNaturalId
.
toRemoteFishingAreaNaturalIdCollection
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaNaturalIdCollection(java.util.Collection)
public final RemoteFishingAreaNaturalId[] toRemoteFishingAreaNaturalIdArray(java.util.Collection entities)
FishingAreaDao
RemoteFishingAreaNaturalId
.
toRemoteFishingAreaNaturalIdArray
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaNaturalIdArray(java.util.Collection)
protected RemoteFishingAreaNaturalId toRemoteFishingAreaNaturalId(java.lang.Object[] row)
FishingAreaDaoImpl
class if you intend to use reporting queries.
FishingAreaDao.toRemoteFishingAreaNaturalId(fr.ifremer.allegro.data.fishingArea.FishingArea)
public final void remoteFishingAreaNaturalIdToEntityCollection(java.util.Collection instances)
FishingAreaDao
RemoteFishingAreaNaturalId
to this
DAO's entity.
remoteFishingAreaNaturalIdToEntityCollection
in interface FishingAreaDao
FishingAreaDao.remoteFishingAreaNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteFishingAreaNaturalId(FishingArea source, RemoteFishingAreaNaturalId target)
FishingAreaDao
toRemoteFishingAreaNaturalId
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaNaturalId(fr.ifremer.allegro.data.fishingArea.FishingArea, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaNaturalId)
public RemoteFishingAreaNaturalId toRemoteFishingAreaNaturalId(FishingArea entity)
FishingAreaDao
RemoteFishingAreaNaturalId
.
toRemoteFishingAreaNaturalId
in interface FishingAreaDao
FishingAreaDao.toRemoteFishingAreaNaturalId(fr.ifremer.allegro.data.fishingArea.FishingArea)
public void remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId source, FishingArea target, boolean copyIfNull)
FishingAreaDao
RemoteFishingAreaNaturalId
to the specified entity.
remoteFishingAreaNaturalIdToEntity
in interface FishingAreaDao
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.fr.ifremer.allegro.data.fishingArea.FishingAreaDao#remoteFishingAreaNaturalIdToEntity(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingAreaNaturalId, fr.ifremer.allegro.data.fishingArea.FishingArea)
public final void toClusterFishingAreaCollection(java.util.Collection entities)
FishingAreaDao
ClusterFishingArea
.
toClusterFishingAreaCollection
in interface FishingAreaDao
FishingAreaDao.toClusterFishingAreaCollection(java.util.Collection)
public final ClusterFishingArea[] toClusterFishingAreaArray(java.util.Collection entities)
FishingAreaDao
ClusterFishingArea
.
toClusterFishingAreaArray
in interface FishingAreaDao
FishingAreaDao.toClusterFishingAreaArray(java.util.Collection)
protected ClusterFishingArea toClusterFishingArea(java.lang.Object[] row)
FishingAreaDaoImpl
class if you intend to use reporting queries.
FishingAreaDao.toClusterFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
public final void clusterFishingAreaToEntityCollection(java.util.Collection instances)
FishingAreaDao
ClusterFishingArea
to this
DAO's entity.
clusterFishingAreaToEntityCollection
in interface FishingAreaDao
FishingAreaDao.clusterFishingAreaToEntityCollection(java.util.Collection)
public void toClusterFishingArea(FishingArea source, ClusterFishingArea target)
FishingAreaDao
toClusterFishingArea
in interface FishingAreaDao
FishingAreaDao.toClusterFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea, fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
public ClusterFishingArea toClusterFishingArea(FishingArea entity)
FishingAreaDao
ClusterFishingArea
.
toClusterFishingArea
in interface FishingAreaDao
FishingAreaDao.toClusterFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
public void clusterFishingAreaToEntity(ClusterFishingArea source, FishingArea target, boolean copyIfNull)
FishingAreaDao
ClusterFishingArea
to the specified entity.
clusterFishingAreaToEntity
in interface FishingAreaDao
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.fr.ifremer.allegro.data.fishingArea.FishingAreaDao#clusterFishingAreaToEntity(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea, fr.ifremer.allegro.data.fishingArea.FishingArea)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
FishingAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingAreaDao
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.FishingAreaDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
FishingAreaDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingAreaDao
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.FishingAreaDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
FishingAreaDao
FishingAreaDao.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 FishingAreaDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
FishingAreaDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
FishingAreaDao
search
object.
search
in interface FishingAreaDao
search
- the search object which provides the search parameters and pagination specification.
FishingAreaDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |