| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.regulation | |
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
RightToProduceImpl |
| Modifier and Type | Method and Description |
|---|---|
RightToProduce |
RightToProduceDaoBase.create(Date startDate) |
RightToProduce |
RightToProduceDao.create(Date startDate)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels) |
RightToProduce |
RightToProduceDao.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce
instance from all attributes and
properties and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(RightToProduce rightToProduce) |
RightToProduce |
RightToProduceDao.create(RightToProduce rightToProduce)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce and adds it to the persistent store.
|
RightToProduce |
Corpus.getRightToProduce() |
RightToProduce |
RightToProduceDaoBase.load(Integer id) |
RightToProduce |
RightToProduceDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce from the persistent store.
|
static RightToProduce |
RightToProduce.Factory.newInstance()
Constructs a new instance of
RightToProduce. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate)
Constructs a new instance of
RightToProduce, taking all required and/or
read-only properties as arguments. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Constructs a new instance of
RightToProduce, taking all possible properties
(except the identifier(s))as arguments. |
protected RightToProduce |
RightToProduceDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RightToProduce> |
RightToProduceDaoBase.create(Collection<RightToProduce> entities) |
Collection<RightToProduce> |
RightToProduceDao.create(Collection<RightToProduce> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce and adds
from the passed in
entities collection |
Collection<RightToProduce> |
RightToProduceDaoBase.loadAll() |
Collection<RightToProduce> |
RightToProduceDao.loadAll()
Loads all entities of type
RightToProduce. |
Set<RightToProduce> |
RightToProduceDaoBase.search(Search search) |
Set<RightToProduce> |
RightToProduceDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
RightToProduceDaoBase.create(int transform,
RightToProduce rightToProduce) |
Object |
RightToProduceDao.create(int transform,
RightToProduce rightToProduce)
Does the same thing as
RightToProduceDao.create(fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce) with an
additional flag called transform. |
Object |
CorpusDaoBase.create(int transform,
String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries) |
Object |
CorpusDao.create(int transform,
String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Does the same thing as
#create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.regulation.CorpusType,fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce,java.util.Collection with an
additional flag called transform. |
RightToProduce |
RightToProduceDaoBase.create(RightToProduce rightToProduce) |
RightToProduce |
RightToProduceDao.create(RightToProduce rightToProduce)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce and adds it to the persistent store.
|
Corpus |
CorpusDaoBase.create(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries) |
Corpus |
CorpusDao.create(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.Corpus
instance from all attributes and
properties and adds it to the persistent store. |
static Corpus |
Corpus.Factory.newInstance(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus, taking all possible properties
(except the identifier(s))as arguments. |
void |
RightToProduceDaoBase.remove(RightToProduce rightToProduce) |
void |
RightToProduceDao.remove(RightToProduce rightToProduce)
Removes the instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce from the persistent store.
|
void |
Corpus.setRightToProduce(RightToProduce rightToProduce) |
protected 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.adagio.core.dao.referential.regulation.RightToProduceDao, please note
that the RightToProduceDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RightToProduceDaoBase.update(RightToProduce rightToProduce) |
void |
RightToProduceDao.update(RightToProduce rightToProduce)
Updates the
rightToProduce instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RightToProduce> |
RightToProduceDaoBase.create(Collection<RightToProduce> entities) |
Collection<RightToProduce> |
RightToProduceDao.create(Collection<RightToProduce> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce and adds
from the passed in
entities collection |
Collection<?> |
RightToProduceDaoBase.create(int transform,
Collection<RightToProduce> entities) |
Collection<?> |
RightToProduceDao.create(int transform,
Collection<RightToProduce> entities)
Does the same thing as
RightToProduceDao.create(fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce) with an
additional flag called transform. |
void |
RightToProduceDaoBase.remove(Collection<RightToProduce> entities) |
void |
RightToProduceDao.remove(Collection<RightToProduce> entities)
Removes all entities in the given
entities |
void |
RightToProduceDaoBase.update(Collection<RightToProduce> entities) |
void |
RightToProduceDao.update(Collection<RightToProduce> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RightToProduce> |
Vessel.getRightToProduces() |
Collection<RightToProduce> |
VesselOwner.getRightToProduces() |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselOwnerDaoBase.create(int transform,
String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation) |
Object |
VesselOwnerDao.create(int transform,
String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.lang.Boolean,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Collection with an
additional flag called transform. |
Object |
VesselDao.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Does the same thing as
#create(java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
VesselDaoBase.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
VesselOwner |
VesselOwnerDaoBase.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation) |
VesselOwner |
VesselOwnerDao.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner
instance from all attributes and
properties and adds it to the persistent store. |
Vessel |
VesselDao.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.Vessel
instance from all attributes and
properties and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
static VesselOwner |
VesselOwner.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Constructs a new instance of
VesselOwner, taking all possible properties
(except the identifier(s))as arguments. |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Constructs a new instance of
Vessel, taking all possible properties
(except the identifier(s))as arguments. |
void |
Vessel.setRightToProduces(Collection<RightToProduce> rightToProduces) |
void |
VesselOwner.setRightToProduces(Collection<RightToProduce> rightToProduces) |
Copyright © 2013. All Rights Reserved.