Uses of Class
fr.ifremer.allegro.data.fishingArea.FishingArea

Packages that use FishingArea
fr.ifremer.allegro.data.fishingArea   
fr.ifremer.allegro.referential.regulation   
 

Uses of FishingArea in fr.ifremer.allegro.data.fishingArea
 

Subclasses of FishingArea in fr.ifremer.allegro.data.fishingArea
 class FishingAreaImpl
           
 

Methods in fr.ifremer.allegro.data.fishingArea that return FishingArea
 FishingArea FishingAreaDaoImpl.clusterFishingAreaToEntity(ClusterFishingArea clusterFishingArea)
           
 FishingArea FishingAreaDao.clusterFishingAreaToEntity(ClusterFishingArea clusterFishingArea)
          Converts an instance of type ClusterFishingArea to this DAO's entity.
 FishingArea FishingAreaDao.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 FishingAreaDaoBase.create(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
           
 FishingArea FishingAreaDao.create(FishingArea fishingArea)
          Creates an instance of fr.ifremer.allegro.data.fishingArea.FishingArea and adds it to the persistent store.
 FishingArea FishingAreaDaoBase.create(FishingArea fishingArea)
           
 FishingArea FishingAreaDao.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 FishingAreaDaoBase.create(Location location)
           
 FishingArea FishingAreaDao.createFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
           
 FishingArea FishingAreaDaoBase.createFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
           
 FishingArea FishingAreaDao.findFishingAreaById(java.lang.Integer id)
           
 FishingArea FishingAreaDaoBase.findFishingAreaById(java.lang.Integer id)
           
 FishingArea FishingAreaDao.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.
 FishingArea FishingAreaDaoBase.findFishingAreaById(java.lang.String queryString, java.lang.Integer id)
           
 FishingArea FishingAreaDao.findFishingAreaByNaturalId(Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
           
 FishingArea FishingAreaDaoBase.findFishingAreaByNaturalId(Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
           
 FishingArea FishingAreaDao.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.
 FishingArea FishingAreaDaoBase.findFishingAreaByNaturalId(java.lang.String queryString, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures)
           
 FishingArea FishingArea2RegulationLocationPK.getFishingArea()
           
protected  FishingArea FishingAreaDaoImpl.handleCreateFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
           
protected abstract  FishingArea FishingAreaDaoBase.handleCreateFromClusterFishingArea(ClusterFishingArea clusterFishingArea)
          Performs the core logic for FishingAreaDaoBase.createFromClusterFishingArea(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea)
 FishingArea FishingAreaDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.fishingArea.FishingArea from the persistent store.
 FishingArea FishingAreaDaoBase.load(java.lang.Integer id)
           
static FishingArea FishingArea.Factory.newInstance()
          Constructs a new instance of FishingArea.
static FishingArea FishingArea.Factory.newInstance(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
          Constructs a new instance of FishingArea, taking all possible properties (except the identifier(s))as arguments.
static FishingArea FishingArea.Factory.newInstance(Location location)
          Constructs a new instance of FishingArea, taking all required and/or read-only properties as arguments.
 FishingArea FishingAreaDaoImpl.remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO remoteFishingAreaFullVO)
           
 FishingArea FishingAreaDao.remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO remoteFishingAreaFullVO)
          Converts an instance of type RemoteFishingAreaFullVO to this DAO's entity.
 FishingArea FishingAreaDaoImpl.remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId remoteFishingAreaNaturalId)
           
 FishingArea FishingAreaDao.remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId remoteFishingAreaNaturalId)
          Converts an instance of type RemoteFishingAreaNaturalId to this DAO's entity.
protected  FishingArea FishingAreaDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.fishingArea with parameters of type FishingArea
 void FishingAreaDaoImpl.clusterFishingAreaToEntity(ClusterFishingArea source, FishingArea target, boolean copyIfNull)
           
 void FishingAreaDao.clusterFishingAreaToEntity(ClusterFishingArea source, FishingArea target, boolean copyIfNull)
          Copies the fields of ClusterFishingArea to the specified entity.
 void FishingAreaDaoBase.clusterFishingAreaToEntity(ClusterFishingArea source, FishingArea target, boolean copyIfNull)
           
 FishingArea FishingAreaDao.create(FishingArea fishingArea)
          Creates an instance of fr.ifremer.allegro.data.fishingArea.FishingArea and adds it to the persistent store.
 FishingArea FishingAreaDaoBase.create(FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.create(FishingArea fishingArea, Location location)
           Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation instance from all attributes and properties and adds it to the persistent store.
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.create(FishingArea fishingArea, Location location)
           
 java.lang.Object FishingAreaDao.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 FishingAreaDaoBase.create(int transform, FishingArea fishingArea)
           
 java.lang.Object FishingArea2RegulationLocationDao.create(int transform, FishingArea fishingArea, Location location)
           Does the same thing as FishingArea2RegulationLocationDao.create(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object FishingArea2RegulationLocationDaoBase.create(int transform, FishingArea fishingArea, Location location)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int transform, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional flag called transform.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(int transform, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int transform, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(int transform, int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(int, String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, FishingArea fishingArea)
           
 java.util.Collection FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByFishingArea(String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.lang.Object FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(int transform, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional flag called transform.
 java.lang.Object FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByIdentifiers(int transform, Location location, FishingArea fishingArea)
           
 java.lang.Object FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.lang.Object FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByIdentifiers(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByIdentifiers(Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(java.lang.String queryString, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByIdentifiers(java.lang.String queryString, Location location, FishingArea fishingArea)
           
 java.lang.Object FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(int transform, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional flag called transform.
 java.lang.Object FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByNaturalId(int transform, Location location, FishingArea fishingArea)
           
 java.lang.Object FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.lang.Object FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByNaturalId(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByNaturalId(Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(java.lang.String queryString, Location location, FishingArea fishingArea)
           Does the same thing as FishingArea2RegulationLocationDao.findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.findFishingArea2RegulationLocationByNaturalId(java.lang.String queryString, Location location, FishingArea fishingArea)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.load(FishingArea fishingArea, Location location)
          Loads an instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation from the persistent store.
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.load(FishingArea fishingArea, Location location)
           
 java.lang.Object FishingArea2RegulationLocationDao.load(int transform, FishingArea fishingArea, Location location)
           Does the same thing as FishingArea2RegulationLocationDao.load(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object FishingArea2RegulationLocationDaoBase.load(int transform, FishingArea fishingArea, Location location)
           
 void FishingAreaDaoImpl.remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO source, FishingArea target, boolean copyIfNull)
           
 void FishingAreaDao.remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO source, FishingArea target, boolean copyIfNull)
          Copies the fields of RemoteFishingAreaFullVO to the specified entity.
 void FishingAreaDaoBase.remoteFishingAreaFullVOToEntity(RemoteFishingAreaFullVO source, FishingArea target, boolean copyIfNull)
           
 void FishingAreaDaoImpl.remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId source, FishingArea target, boolean copyIfNull)
           
 void FishingAreaDao.remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId source, FishingArea target, boolean copyIfNull)
          Copies the fields of RemoteFishingAreaNaturalId to the specified entity.
 void FishingAreaDaoBase.remoteFishingAreaNaturalIdToEntity(RemoteFishingAreaNaturalId source, FishingArea target, boolean copyIfNull)
           
 void FishingAreaDao.remove(FishingArea fishingArea)
          Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea from the persistent store.
 void FishingAreaDaoBase.remove(FishingArea fishingArea)
           
 void FishingArea2RegulationLocationDao.remove(FishingArea fishingArea, Location location)
          Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation having the given identifiers from the persistent store.
 void FishingArea2RegulationLocationDaoBase.remove(FishingArea fishingArea, Location location)
           
 void FishingArea2RegulationLocationPK.setFishingArea(FishingArea fishingArea)
           
 ClusterFishingArea FishingAreaDaoImpl.toClusterFishingArea(FishingArea entity)
           
 ClusterFishingArea FishingAreaDao.toClusterFishingArea(FishingArea entity)
          Converts this DAO's entity to an object of type ClusterFishingArea.
 ClusterFishingArea FishingAreaDaoBase.toClusterFishingArea(FishingArea entity)
           
 void FishingAreaDaoImpl.toClusterFishingArea(FishingArea source, ClusterFishingArea target)
           
 void FishingAreaDao.toClusterFishingArea(FishingArea source, ClusterFishingArea target)
          Copies the fields of the specified entity to the target value object.
 void FishingAreaDaoBase.toClusterFishingArea(FishingArea source, ClusterFishingArea target)
           
 RemoteFishingAreaFullVO FishingAreaDaoImpl.toRemoteFishingAreaFullVO(FishingArea entity)
           
 RemoteFishingAreaFullVO FishingAreaDao.toRemoteFishingAreaFullVO(FishingArea entity)
          Converts this DAO's entity to an object of type RemoteFishingAreaFullVO.
 RemoteFishingAreaFullVO FishingAreaDaoBase.toRemoteFishingAreaFullVO(FishingArea entity)
           
 void FishingAreaDaoImpl.toRemoteFishingAreaFullVO(FishingArea source, RemoteFishingAreaFullVO target)
           
 void FishingAreaDao.toRemoteFishingAreaFullVO(FishingArea source, RemoteFishingAreaFullVO target)
          Copies the fields of the specified entity to the target value object.
 void FishingAreaDaoBase.toRemoteFishingAreaFullVO(FishingArea source, RemoteFishingAreaFullVO target)
           
 RemoteFishingAreaNaturalId FishingAreaDaoImpl.toRemoteFishingAreaNaturalId(FishingArea entity)
           
 RemoteFishingAreaNaturalId FishingAreaDao.toRemoteFishingAreaNaturalId(FishingArea entity)
          Converts this DAO's entity to an object of type RemoteFishingAreaNaturalId.
 RemoteFishingAreaNaturalId FishingAreaDaoBase.toRemoteFishingAreaNaturalId(FishingArea entity)
           
 void FishingAreaDaoImpl.toRemoteFishingAreaNaturalId(FishingArea source, RemoteFishingAreaNaturalId target)
           
 void FishingAreaDao.toRemoteFishingAreaNaturalId(FishingArea source, RemoteFishingAreaNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FishingAreaDaoBase.toRemoteFishingAreaNaturalId(FishingArea source, RemoteFishingAreaNaturalId target)
           
protected  java.lang.Object FishingAreaDaoBase.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 FishingAreaDao.update(FishingArea fishingArea)
          Updates the fishingArea instance in the persistent store.
 void FishingAreaDaoBase.update(FishingArea fishingArea)
           
 

Uses of FishingArea in fr.ifremer.allegro.referential.regulation
 

Methods in fr.ifremer.allegro.referential.regulation that return FishingArea
 FishingArea Fishery.getFishingArea()
           Zone de peche ?? laquelle la pecherie est rattach??e
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type FishingArea
 java.lang.Object FisheryDao.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
           Does the same thing as FisheryDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional flag called transform.
 java.lang.Object FisheryDaoBase.create(int transform, java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
           
 Fishery FisheryDao.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
           Creates a new fr.ifremer.allegro.referential.regulation.Fishery instance from all attributes and properties and adds it to the persistent store.
 Fishery FisheryDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(FishingArea fishingArea)
           
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(int transform, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional flag called transform.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(int transform, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(int transform, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(int transform, int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(int transform, java.lang.String queryString, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(int transform, java.lang.String queryString, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(int, String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(java.lang.String queryString, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional argument called queryString.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(java.lang.String queryString, FishingArea fishingArea)
           
 java.util.Collection FisheryDao.findFisheryByFishingArea(java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           Does the same thing as FisheryDao.findFisheryByFishingArea(String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FisheryDaoBase.findFisheryByFishingArea(java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
           
static Fishery Fishery.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection corpus, TaxonGroup taxonGroup, Gear gear, FishingArea fishingArea)
          Constructs a new instance of Fishery, taking all possible properties (except the identifier(s))as arguments.
 void Fishery.setFishingArea(FishingArea fishingArea)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.