|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RightToProduce | |
---|---|
fr.ifremer.allegro.referential.regulation |
Uses of RightToProduce in fr.ifremer.allegro.referential.regulation |
---|
Subclasses of RightToProduce in fr.ifremer.allegro.referential.regulation | |
---|---|
class |
RightToProduceImpl
|
Methods in fr.ifremer.allegro.referential.regulation that return RightToProduce | |
---|---|
RightToProduce |
RightToProduceDaoImpl.clusterRightToProduceToEntity(ClusterRightToProduce clusterRightToProduce)
|
RightToProduce |
RightToProduceDao.clusterRightToProduceToEntity(ClusterRightToProduce clusterRightToProduce)
Converts an instance of type ClusterRightToProduce to this DAO's entity. |
RightToProduce |
RightToProduceDao.create(java.util.Date startDate)
Creates a new fr.ifremer.allegro.referential.regulation.RightToProduce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(java.util.Date startDate)
|
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)
|
RightToProduce |
RightToProduceDao.create(RightToProduce rightToProduce)
Creates an instance of fr.ifremer.allegro.referential.regulation.RightToProduce and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(RightToProduce rightToProduce)
|
RightToProduce |
RightToProduceDao.createFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
|
RightToProduce |
RightToProduceDaoBase.createFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
|
RightToProduce |
RightToProduceDao.findRightToProduceByCorpus(Corpus corpus)
|
RightToProduce |
RightToProduceDaoBase.findRightToProduceByCorpus(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)
|
RightToProduce |
RightToProduceDao.findRightToProduceById(java.lang.Integer id)
|
RightToProduce |
RightToProduceDaoBase.findRightToProduceById(java.lang.Integer id)
|
RightToProduce |
RightToProduceDao.findRightToProduceById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RightToProduceDao.findRightToProduceById(java.lang.Integer) with an
additional argument called queryString . |
RightToProduce |
RightToProduceDaoBase.findRightToProduceById(java.lang.String queryString,
java.lang.Integer id)
|
RightToProduce |
RightToProduceDao.findRightToProduceByNaturalId(java.lang.Integer id)
|
RightToProduce |
RightToProduceDaoBase.findRightToProduceByNaturalId(java.lang.Integer id)
|
RightToProduce |
RightToProduceDao.findRightToProduceByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RightToProduceDao.findRightToProduceByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
RightToProduce |
RightToProduceDaoBase.findRightToProduceByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
RightToProduce |
Corpus.getRightToProduce()
|
protected RightToProduce |
RightToProduceDaoImpl.handleCreateFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
|
protected abstract RightToProduce |
RightToProduceDaoBase.handleCreateFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
Performs the core logic for RightToProduceDaoBase.createFromClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce) |
RightToProduce |
RightToProduceDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.regulation.RightToProduce from the persistent store. |
RightToProduce |
RightToProduceDaoBase.load(java.lang.Integer id)
|
static RightToProduce |
RightToProduce.Factory.newInstance()
Constructs a new instance of RightToProduce . |
static RightToProduce |
RightToProduce.Factory.newInstance(java.util.Date startDate)
Constructs a new instance of RightToProduce , taking all required and/or
read-only properties as arguments. |
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. |
RightToProduce |
RightToProduceDaoImpl.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO remoteRightToProduceFullVO)
|
RightToProduce |
RightToProduceDao.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO remoteRightToProduceFullVO)
Converts an instance of type RemoteRightToProduceFullVO to this DAO's entity. |
RightToProduce |
RightToProduceDaoImpl.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId remoteRightToProduceNaturalId)
|
RightToProduce |
RightToProduceDao.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId remoteRightToProduceNaturalId)
Converts an instance of type RemoteRightToProduceNaturalId to this DAO's entity. |
protected RightToProduce |
RightToProduceDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.regulation with parameters of type RightToProduce | |
---|---|
void |
RightToProduceDaoImpl.clusterRightToProduceToEntity(ClusterRightToProduce source,
RightToProduce target,
boolean copyIfNull)
|
void |
RightToProduceDao.clusterRightToProduceToEntity(ClusterRightToProduce source,
RightToProduce target,
boolean copyIfNull)
Copies the fields of ClusterRightToProduce to the specified entity. |
void |
RightToProduceDaoBase.clusterRightToProduceToEntity(ClusterRightToProduce source,
RightToProduce target,
boolean copyIfNull)
|
java.lang.Object |
RightToProduceDao.create(int transform,
RightToProduce rightToProduce)
Does the same thing as RightToProduceDao.create(fr.ifremer.allegro.referential.regulation.RightToProduce) with an
additional flag called transform . |
java.lang.Object |
RightToProduceDaoBase.create(int transform,
RightToProduce rightToProduce)
|
java.lang.Object |
CorpusDao.create(int transform,
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)
Does the same thing as CorpusDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.regulation.RightToProduce,java.util.Collection,fr.ifremer.allegro.referential.regulation.CorpusType) with an
additional flag called transform . |
java.lang.Object |
CorpusDaoBase.create(int transform,
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)
|
RightToProduce |
RightToProduceDao.create(RightToProduce rightToProduce)
Creates an instance of fr.ifremer.allegro.referential.regulation.RightToProduce and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(RightToProduce rightToProduce)
|
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)
|
java.lang.Object |
CorpusDao.findCorpusByRightToProduce(int transform,
RightToProduce rightToProduce)
Does the same thing as CorpusDao.findCorpusByRightToProduce(fr.ifremer.allegro.referential.regulation.RightToProduce) with an
additional flag called transform . |
java.lang.Object |
CorpusDaoBase.findCorpusByRightToProduce(int transform,
RightToProduce rightToProduce)
|
java.lang.Object |
CorpusDao.findCorpusByRightToProduce(int transform,
java.lang.String queryString,
RightToProduce rightToProduce)
Does the same thing as CorpusDao.findCorpusByRightToProduce(int, fr.ifremer.allegro.referential.regulation.RightToProduce) with an
additional argument called queryString . |
java.lang.Object |
CorpusDaoBase.findCorpusByRightToProduce(int transform,
java.lang.String queryString,
RightToProduce rightToProduce)
|
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)
|
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. |
void |
RightToProduceDaoImpl.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source,
RightToProduce target,
boolean copyIfNull)
|
void |
RightToProduceDao.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source,
RightToProduce target,
boolean copyIfNull)
Copies the fields of RemoteRightToProduceFullVO to the specified entity. |
void |
RightToProduceDaoBase.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source,
RightToProduce target,
boolean copyIfNull)
|
void |
RightToProduceDaoImpl.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source,
RightToProduce target,
boolean copyIfNull)
|
void |
RightToProduceDao.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source,
RightToProduce target,
boolean copyIfNull)
Copies the fields of RemoteRightToProduceNaturalId to the specified entity. |
void |
RightToProduceDaoBase.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source,
RightToProduce target,
boolean copyIfNull)
|
void |
RightToProduceDao.remove(RightToProduce rightToProduce)
Removes the instance of fr.ifremer.allegro.referential.regulation.RightToProduce from the persistent store. |
void |
RightToProduceDaoBase.remove(RightToProduce rightToProduce)
|
void |
Corpus.setRightToProduce(RightToProduce rightToProduce)
|
ClusterRightToProduce |
RightToProduceDaoImpl.toClusterRightToProduce(RightToProduce entity)
|
ClusterRightToProduce |
RightToProduceDao.toClusterRightToProduce(RightToProduce entity)
Converts this DAO's entity to an object of type ClusterRightToProduce . |
ClusterRightToProduce |
RightToProduceDaoBase.toClusterRightToProduce(RightToProduce entity)
|
void |
RightToProduceDaoImpl.toClusterRightToProduce(RightToProduce source,
ClusterRightToProduce target)
|
void |
RightToProduceDao.toClusterRightToProduce(RightToProduce source,
ClusterRightToProduce target)
Copies the fields of the specified entity to the target value object. |
void |
RightToProduceDaoBase.toClusterRightToProduce(RightToProduce source,
ClusterRightToProduce target)
|
RemoteRightToProduceFullVO |
RightToProduceDaoImpl.toRemoteRightToProduceFullVO(RightToProduce entity)
|
RemoteRightToProduceFullVO |
RightToProduceDao.toRemoteRightToProduceFullVO(RightToProduce entity)
Converts this DAO's entity to an object of type RemoteRightToProduceFullVO . |
RemoteRightToProduceFullVO |
RightToProduceDaoBase.toRemoteRightToProduceFullVO(RightToProduce entity)
|
void |
RightToProduceDaoImpl.toRemoteRightToProduceFullVO(RightToProduce source,
RemoteRightToProduceFullVO target)
|
void |
RightToProduceDao.toRemoteRightToProduceFullVO(RightToProduce source,
RemoteRightToProduceFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
RightToProduceDaoBase.toRemoteRightToProduceFullVO(RightToProduce source,
RemoteRightToProduceFullVO target)
|
RemoteRightToProduceNaturalId |
RightToProduceDaoImpl.toRemoteRightToProduceNaturalId(RightToProduce entity)
|
RemoteRightToProduceNaturalId |
RightToProduceDao.toRemoteRightToProduceNaturalId(RightToProduce entity)
Converts this DAO's entity to an object of type RemoteRightToProduceNaturalId . |
RemoteRightToProduceNaturalId |
RightToProduceDaoBase.toRemoteRightToProduceNaturalId(RightToProduce entity)
|
void |
RightToProduceDaoImpl.toRemoteRightToProduceNaturalId(RightToProduce source,
RemoteRightToProduceNaturalId target)
|
void |
RightToProduceDao.toRemoteRightToProduceNaturalId(RightToProduce source,
RemoteRightToProduceNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
RightToProduceDaoBase.toRemoteRightToProduceNaturalId(RightToProduce source,
RemoteRightToProduceNaturalId target)
|
protected java.lang.Object |
RightToProduceDaoBase.transformEntity(int transform,
RightToProduce 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.RightToProduceDao , please note
that the RightToProduceDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RightToProduceDao.update(RightToProduce rightToProduce)
Updates the rightToProduce instance in the persistent store. |
void |
RightToProduceDaoBase.update(RightToProduce rightToProduce)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |