Uses of Class
fr.ifremer.allegro.referential.regulation.Fishery

Packages that use Fishery
fr.ifremer.allegro.referential.regulation   
 

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

Subclasses of Fishery in fr.ifremer.allegro.referential.regulation
 class FisheryImpl
           
 

Methods in fr.ifremer.allegro.referential.regulation that return Fishery
 Fishery FisheryDaoImpl.clusterFisheryToEntity(ClusterFishery clusterFishery)
           
 Fishery FisheryDao.clusterFisheryToEntity(ClusterFishery clusterFishery)
          Converts an instance of type ClusterFishery to this DAO's entity.
 Fishery FisheryDao.create(Fishery fishery)
          Creates an instance of fr.ifremer.allegro.referential.regulation.Fishery and adds it to the persistent store.
 Fishery FisheryDaoBase.create(Fishery fishery)
           
 Fishery FisheryDao.create(java.lang.String name)
           Creates a new fr.ifremer.allegro.referential.regulation.Fishery instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Fishery FisheryDaoBase.create(java.lang.String name)
           
 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)
           
 Fishery FisheryDao.createFromClusterFishery(ClusterFishery clusterFishery)
           
 Fishery FisheryDaoBase.createFromClusterFishery(ClusterFishery clusterFishery)
           
 Fishery FisheryDao.findFisheryById(java.lang.Integer id)
           
 Fishery FisheryDaoBase.findFisheryById(java.lang.Integer id)
           
 Fishery FisheryDao.findFisheryById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as FisheryDao.findFisheryById(java.lang.Integer) with an additional argument called queryString.
 Fishery FisheryDaoBase.findFisheryById(java.lang.String queryString, java.lang.Integer id)
           
 Fishery FisheryDao.findFisheryByNaturalId(java.lang.Integer id)
           
 Fishery FisheryDaoBase.findFisheryByNaturalId(java.lang.Integer id)
           
 Fishery FisheryDao.findFisheryByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as FisheryDao.findFisheryByNaturalId(java.lang.Integer) with an additional argument called queryString.
 Fishery FisheryDaoBase.findFisheryByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  Fishery FisheryDaoImpl.handleCreateFromClusterFishery(ClusterFishery clusterFishery)
           
protected abstract  Fishery FisheryDaoBase.handleCreateFromClusterFishery(ClusterFishery clusterFishery)
          Performs the core logic for FisheryDaoBase.createFromClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
 Fishery FisheryDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.regulation.Fishery from the persistent store.
 Fishery FisheryDaoBase.load(java.lang.Integer id)
           
static Fishery Fishery.Factory.newInstance()
          Constructs a new instance of Fishery.
static Fishery Fishery.Factory.newInstance(java.lang.String name)
          Constructs a new instance of Fishery, taking all required and/or read-only properties as arguments.
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.
 Fishery FisheryDaoImpl.remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
           
 Fishery FisheryDao.remoteFisheryFullVOToEntity(RemoteFisheryFullVO remoteFisheryFullVO)
          Converts an instance of type RemoteFisheryFullVO to this DAO's entity.
 Fishery FisheryDaoImpl.remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId remoteFisheryNaturalId)
           
 Fishery FisheryDao.remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId remoteFisheryNaturalId)
          Converts an instance of type RemoteFisheryNaturalId to this DAO's entity.
protected  Fishery FisheryDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type Fishery
 void FisheryDaoImpl.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
           
 void FisheryDao.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
          Copies the fields of ClusterFishery to the specified entity.
 void FisheryDaoBase.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
           
 Fishery FisheryDao.create(Fishery fishery)
          Creates an instance of fr.ifremer.allegro.referential.regulation.Fishery and adds it to the persistent store.
 Fishery FisheryDaoBase.create(Fishery fishery)
           
 java.lang.Object FisheryDao.create(int transform, Fishery fishery)
           Does the same thing as FisheryDao.create(fr.ifremer.allegro.referential.regulation.Fishery) with an additional flag called transform.
 java.lang.Object FisheryDaoBase.create(int transform, Fishery fishery)
           
 void FisheryDaoImpl.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source, Fishery target, boolean copyIfNull)
           
 void FisheryDao.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source, Fishery target, boolean copyIfNull)
          Copies the fields of RemoteFisheryFullVO to the specified entity.
 void FisheryDaoBase.remoteFisheryFullVOToEntity(RemoteFisheryFullVO source, Fishery target, boolean copyIfNull)
           
 void FisheryDaoImpl.remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId source, Fishery target, boolean copyIfNull)
           
 void FisheryDao.remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId source, Fishery target, boolean copyIfNull)
          Copies the fields of RemoteFisheryNaturalId to the specified entity.
 void FisheryDaoBase.remoteFisheryNaturalIdToEntity(RemoteFisheryNaturalId source, Fishery target, boolean copyIfNull)
           
 void FisheryDao.remove(Fishery fishery)
          Removes the instance of fr.ifremer.allegro.referential.regulation.Fishery from the persistent store.
 void FisheryDaoBase.remove(Fishery fishery)
           
 ClusterFishery FisheryDaoImpl.toClusterFishery(Fishery entity)
           
 ClusterFishery FisheryDao.toClusterFishery(Fishery entity)
          Converts this DAO's entity to an object of type ClusterFishery.
 ClusterFishery FisheryDaoBase.toClusterFishery(Fishery entity)
           
 void FisheryDaoImpl.toClusterFishery(Fishery source, ClusterFishery target)
           
 void FisheryDao.toClusterFishery(Fishery source, ClusterFishery target)
          Copies the fields of the specified entity to the target value object.
 void FisheryDaoBase.toClusterFishery(Fishery source, ClusterFishery target)
           
 RemoteFisheryFullVO FisheryDaoImpl.toRemoteFisheryFullVO(Fishery entity)
           
 RemoteFisheryFullVO FisheryDao.toRemoteFisheryFullVO(Fishery entity)
          Converts this DAO's entity to an object of type RemoteFisheryFullVO.
 RemoteFisheryFullVO FisheryDaoBase.toRemoteFisheryFullVO(Fishery entity)
           
 void FisheryDaoImpl.toRemoteFisheryFullVO(Fishery source, RemoteFisheryFullVO target)
           
 void FisheryDao.toRemoteFisheryFullVO(Fishery source, RemoteFisheryFullVO target)
          Copies the fields of the specified entity to the target value object.
 void FisheryDaoBase.toRemoteFisheryFullVO(Fishery source, RemoteFisheryFullVO target)
           
 RemoteFisheryNaturalId FisheryDaoImpl.toRemoteFisheryNaturalId(Fishery entity)
           
 RemoteFisheryNaturalId FisheryDao.toRemoteFisheryNaturalId(Fishery entity)
          Converts this DAO's entity to an object of type RemoteFisheryNaturalId.
 RemoteFisheryNaturalId FisheryDaoBase.toRemoteFisheryNaturalId(Fishery entity)
           
 void FisheryDaoImpl.toRemoteFisheryNaturalId(Fishery source, RemoteFisheryNaturalId target)
           
 void FisheryDao.toRemoteFisheryNaturalId(Fishery source, RemoteFisheryNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FisheryDaoBase.toRemoteFisheryNaturalId(Fishery source, RemoteFisheryNaturalId target)
           
protected  java.lang.Object FisheryDaoBase.transformEntity(int transform, Fishery 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.referential.regulation.FisheryDao, please note that the FisheryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void FisheryDao.update(Fishery fishery)
          Updates the fishery instance in the persistent store.
 void FisheryDaoBase.update(Fishery fishery)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.