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

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

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

Subclasses of Corpus in fr.ifremer.allegro.referential.regulation
 class CorpusImpl
           
 

Methods in fr.ifremer.allegro.referential.regulation that return Corpus
 Corpus CorpusDaoImpl.clusterCorpusToEntity(ClusterCorpus clusterCorpus)
           
 Corpus CorpusDao.clusterCorpusToEntity(ClusterCorpus clusterCorpus)
          Converts an instance of type ClusterCorpus to this DAO's entity.
 Corpus CorpusDao.create(Corpus corpus)
          Creates an instance of fr.ifremer.allegro.referential.regulation.Corpus and adds it to the persistent store.
 Corpus CorpusDaoBase.create(Corpus corpus)
           
 Corpus CorpusDao.create(CorpusType corpusType, java.util.Collection fisheries, java.lang.String name, java.util.Date startDate)
           Creates a new fr.ifremer.allegro.referential.regulation.Corpus instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Corpus CorpusDaoBase.create(CorpusType corpusType, java.util.Collection fisheries, java.lang.String name, java.util.Date startDate)
           
 Corpus CorpusDao.create(java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.sql.Timestamp updateDate, java.util.Collection fisheries, RightToProduce rightToProduce, java.util.Collection minimumSizeAlloweds, CorpusType corpusType)
           Creates a new fr.ifremer.allegro.referential.regulation.Corpus instance from all attributes and properties and adds it to the persistent store.
 Corpus CorpusDaoBase.create(java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.sql.Timestamp updateDate, java.util.Collection fisheries, RightToProduce rightToProduce, java.util.Collection minimumSizeAlloweds, CorpusType corpusType)
           
 Corpus CorpusDao.createFromClusterCorpus(ClusterCorpus clusterCorpus)
           
 Corpus CorpusDaoBase.createFromClusterCorpus(ClusterCorpus clusterCorpus)
           
 Corpus CorpusDao.findCorpusById(java.lang.Integer id)
           
 Corpus CorpusDaoBase.findCorpusById(java.lang.Integer id)
           
 Corpus CorpusDao.findCorpusById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as CorpusDao.findCorpusById(java.lang.Integer) with an additional argument called queryString.
 Corpus CorpusDaoBase.findCorpusById(java.lang.String queryString, java.lang.Integer id)
           
 Corpus CorpusDao.findCorpusByNaturalId(java.lang.Integer id)
           
 Corpus CorpusDaoBase.findCorpusByNaturalId(java.lang.Integer id)
           
 Corpus CorpusDao.findCorpusByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as CorpusDao.findCorpusByNaturalId(java.lang.Integer) with an additional argument called queryString.
 Corpus CorpusDaoBase.findCorpusByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 Corpus CorpusDao.findCorpusByRightToProduce(RightToProduce rightToProduce)
           
 Corpus CorpusDaoBase.findCorpusByRightToProduce(RightToProduce rightToProduce)
           
 Corpus CorpusDao.findCorpusByRightToProduce(java.lang.String queryString, RightToProduce rightToProduce)
           Does the same thing as CorpusDao.findCorpusByRightToProduce(fr.ifremer.allegro.referential.regulation.RightToProduce) with an additional argument called queryString.
 Corpus CorpusDaoBase.findCorpusByRightToProduce(java.lang.String queryString, RightToProduce rightToProduce)
           
 Corpus RightToProduce.getCorpus()
           
 Corpus MinimumSizeAllowed.getCorpus()
           
protected  Corpus CorpusDaoImpl.handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
           
protected abstract  Corpus CorpusDaoBase.handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
          Performs the core logic for CorpusDaoBase.createFromClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
 Corpus CorpusDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.regulation.Corpus from the persistent store.
 Corpus CorpusDaoBase.load(java.lang.Integer id)
           
static Corpus Corpus.Factory.newInstance()
          Constructs a new instance of Corpus.
static Corpus Corpus.Factory.newInstance(java.lang.String name, java.util.Date startDate, java.util.Collection fisheries, CorpusType corpusType)
          Constructs a new instance of Corpus, taking all required and/or read-only properties as arguments.
static Corpus Corpus.Factory.newInstance(java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.sql.Timestamp updateDate, java.util.Collection fisheries, RightToProduce rightToProduce, java.util.Collection minimumSizeAlloweds, CorpusType corpusType)
          Constructs a new instance of Corpus, taking all possible properties (except the identifier(s))as arguments.
 Corpus CorpusDaoImpl.remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
           
 Corpus CorpusDao.remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
          Converts an instance of type RemoteCorpusFullVO to this DAO's entity.
 Corpus CorpusDaoImpl.remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId remoteCorpusNaturalId)
           
 Corpus CorpusDao.remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId remoteCorpusNaturalId)
          Converts an instance of type RemoteCorpusNaturalId to this DAO's entity.
protected  Corpus CorpusDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type Corpus
 void CorpusDaoImpl.clusterCorpusToEntity(ClusterCorpus source, Corpus target, boolean copyIfNull)
           
 void CorpusDao.clusterCorpusToEntity(ClusterCorpus source, Corpus target, boolean copyIfNull)
          Copies the fields of ClusterCorpus to the specified entity.
 void CorpusDaoBase.clusterCorpusToEntity(ClusterCorpus source, Corpus target, boolean copyIfNull)
           
 Corpus CorpusDao.create(Corpus corpus)
          Creates an instance of fr.ifremer.allegro.referential.regulation.Corpus and adds it to the persistent store.
 Corpus CorpusDaoBase.create(Corpus corpus)
           
 MinimumSizeAllowed MinimumSizeAllowedDao.create(Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instance from only required properties (attributes and association ends) and adds it to the persistent store.
 MinimumSizeAllowed MinimumSizeAllowedDaoBase.create(Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           
 RightToProduce RightToProduceDao.create(java.util.Date startDate, java.util.Date endDate, java.lang.String reference, java.sql.Timestamp updateDate, Corpus corpus, java.util.Collection fisheries, java.util.Collection vesselOwners, java.util.Collection vessels)
           Creates a new fr.ifremer.allegro.referential.regulation.RightToProduce instance from all attributes and properties and adds it to the persistent store.
 RightToProduce RightToProduceDaoBase.create(java.util.Date startDate, java.util.Date endDate, java.lang.String reference, java.sql.Timestamp updateDate, Corpus corpus, java.util.Collection fisheries, java.util.Collection vesselOwners, java.util.Collection vessels)
           
 MinimumSizeAllowed MinimumSizeAllowedDao.create(java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instance from all attributes and properties and adds it to the persistent store.
 MinimumSizeAllowed MinimumSizeAllowedDaoBase.create(java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           
 java.lang.Object CorpusDao.create(int transform, Corpus corpus)
           Does the same thing as CorpusDao.create(fr.ifremer.allegro.referential.regulation.Corpus) with an additional flag called transform.
 java.lang.Object CorpusDaoBase.create(int transform, Corpus corpus)
           
 java.lang.Object MinimumSizeAllowedDao.create(int transform, Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object MinimumSizeAllowedDaoBase.create(int transform, Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           
 java.lang.Object RightToProduceDao.create(int transform, java.util.Date startDate, java.util.Date endDate, java.lang.String reference, java.sql.Timestamp updateDate, Corpus corpus, java.util.Collection fisheries, java.util.Collection vesselOwners, java.util.Collection vessels)
           Does the same thing as RightToProduceDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object RightToProduceDaoBase.create(int transform, java.util.Date startDate, java.util.Date endDate, java.lang.String reference, java.sql.Timestamp updateDate, Corpus corpus, java.util.Collection fisheries, java.util.Collection vesselOwners, java.util.Collection vessels)
           
 java.lang.Object MinimumSizeAllowedDao.create(int transform, java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit) with an additional flag called transform.
 java.lang.Object MinimumSizeAllowedDaoBase.create(int transform, java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int transform, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional flag called transform.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(int transform, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(int pageNumber, int pageSize, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int transform, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(int transform, int pageNumber, int pageSize, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(java.lang.String queryString, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(java.lang.String queryString, Corpus corpus)
           
 java.util.Collection MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(String, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection MinimumSizeAllowedDaoBase.findMinimumSizeAllowedByCorpus(java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           
 RightToProduce RightToProduceDao.findRightToProduceByCorpus(Corpus corpus)
           
 RightToProduce RightToProduceDaoBase.findRightToProduceByCorpus(Corpus corpus)
           
 java.lang.Object RightToProduceDao.findRightToProduceByCorpus(int transform, Corpus corpus)
           Does the same thing as RightToProduceDao.findRightToProduceByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional flag called transform.
 java.lang.Object RightToProduceDaoBase.findRightToProduceByCorpus(int transform, Corpus corpus)
           
 java.lang.Object RightToProduceDao.findRightToProduceByCorpus(int transform, java.lang.String queryString, Corpus corpus)
           Does the same thing as RightToProduceDao.findRightToProduceByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 java.lang.Object RightToProduceDaoBase.findRightToProduceByCorpus(int transform, java.lang.String queryString, Corpus corpus)
           
 RightToProduce RightToProduceDao.findRightToProduceByCorpus(java.lang.String queryString, Corpus corpus)
           Does the same thing as RightToProduceDao.findRightToProduceByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 RightToProduce RightToProduceDaoBase.findRightToProduceByCorpus(java.lang.String queryString, Corpus corpus)
           
static RightToProduce RightToProduce.Factory.newInstance(java.util.Date startDate, java.util.Date endDate, java.lang.String reference, java.sql.Timestamp updateDate, Corpus corpus, java.util.Collection fisheries, java.util.Collection vesselOwners, java.util.Collection vessels)
          Constructs a new instance of RightToProduce, taking all possible properties (except the identifier(s))as arguments.
static MinimumSizeAllowed MinimumSizeAllowed.Factory.newInstance(java.lang.Float minimumSize, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
          Constructs a new instance of MinimumSizeAllowed, taking all required and/or read-only properties as arguments.
static MinimumSizeAllowed MinimumSizeAllowed.Factory.newInstance(java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
          Constructs a new instance of MinimumSizeAllowed, taking all possible properties (except the identifier(s))as arguments.
 void CorpusDaoImpl.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source, Corpus target, boolean copyIfNull)
           
 void CorpusDao.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source, Corpus target, boolean copyIfNull)
          Copies the fields of RemoteCorpusFullVO to the specified entity.
 void CorpusDaoBase.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source, Corpus target, boolean copyIfNull)
           
 void CorpusDaoImpl.remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId source, Corpus target, boolean copyIfNull)
           
 void CorpusDao.remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId source, Corpus target, boolean copyIfNull)
          Copies the fields of RemoteCorpusNaturalId to the specified entity.
 void CorpusDaoBase.remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId source, Corpus target, boolean copyIfNull)
           
 void CorpusDao.remove(Corpus corpus)
          Removes the instance of fr.ifremer.allegro.referential.regulation.Corpus from the persistent store.
 void CorpusDaoBase.remove(Corpus corpus)
           
 void RightToProduce.setCorpus(Corpus corpus)
           
 void MinimumSizeAllowed.setCorpus(Corpus corpus)
           
 ClusterCorpus CorpusDaoImpl.toClusterCorpus(Corpus entity)
           
 ClusterCorpus CorpusDao.toClusterCorpus(Corpus entity)
          Converts this DAO's entity to an object of type ClusterCorpus.
 ClusterCorpus CorpusDaoBase.toClusterCorpus(Corpus entity)
           
 void CorpusDaoImpl.toClusterCorpus(Corpus source, ClusterCorpus target)
           
 void CorpusDao.toClusterCorpus(Corpus source, ClusterCorpus target)
          Copies the fields of the specified entity to the target value object.
 void CorpusDaoBase.toClusterCorpus(Corpus source, ClusterCorpus target)
           
 RemoteCorpusFullVO CorpusDaoImpl.toRemoteCorpusFullVO(Corpus entity)
           
 RemoteCorpusFullVO CorpusDao.toRemoteCorpusFullVO(Corpus entity)
          Converts this DAO's entity to an object of type RemoteCorpusFullVO.
 RemoteCorpusFullVO CorpusDaoBase.toRemoteCorpusFullVO(Corpus entity)
           
 void CorpusDaoImpl.toRemoteCorpusFullVO(Corpus source, RemoteCorpusFullVO target)
           
 void CorpusDao.toRemoteCorpusFullVO(Corpus source, RemoteCorpusFullVO target)
          Copies the fields of the specified entity to the target value object.
 void CorpusDaoBase.toRemoteCorpusFullVO(Corpus source, RemoteCorpusFullVO target)
           
 RemoteCorpusNaturalId CorpusDaoImpl.toRemoteCorpusNaturalId(Corpus entity)
           
 RemoteCorpusNaturalId CorpusDao.toRemoteCorpusNaturalId(Corpus entity)
          Converts this DAO's entity to an object of type RemoteCorpusNaturalId.
 RemoteCorpusNaturalId CorpusDaoBase.toRemoteCorpusNaturalId(Corpus entity)
           
 void CorpusDaoImpl.toRemoteCorpusNaturalId(Corpus source, RemoteCorpusNaturalId target)
           
 void CorpusDao.toRemoteCorpusNaturalId(Corpus source, RemoteCorpusNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void CorpusDaoBase.toRemoteCorpusNaturalId(Corpus source, RemoteCorpusNaturalId target)
           
protected  java.lang.Object CorpusDaoBase.transformEntity(int transform, Corpus 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.CorpusDao, please note that the CorpusDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void CorpusDao.update(Corpus corpus)
          Updates the corpus instance in the persistent store.
 void CorpusDaoBase.update(Corpus corpus)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.