Modifier and Type | Method and Description |
---|---|
VesselOwner |
EconomicalSurvey.getVesselOwner()
Armateur (ou propriétaire) de navire(s).
|
Modifier and Type | Method and Description |
---|---|
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
EconomicalSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
EconomicalSurvey.setVesselOwner(VesselOwner vesselOwnerIn)
Armateur (ou propriétaire) de navire(s).
|
Modifier and Type | Class and Description |
---|---|
class |
VesselOwnerImpl |
Modifier and Type | Method and Description |
---|---|
VesselOwner |
VesselOwnerDaoBase.create(Program program,
Timestamp updateDate)
Creates a new
VesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwner |
VesselOwnerDao.create(Program program,
Timestamp updateDate)
Creates a new
VesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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)
Creates a new
VesselOwner
instance from all attributes and adds it to
the persistent store. |
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)
Creates a new
VesselOwner
instance from all attributes and adds it to
the persistent store. |
VesselOwner |
VesselOwnerDaoBase.create(VesselOwner vesselOwner)
Creates an instance of VesselOwner and adds it to the persistent store.
|
VesselOwner |
VesselOwnerDao.create(VesselOwner vesselOwner)
Creates an instance of VesselOwner and adds it to the persistent store.
|
VesselOwner |
VesselOwnerDaoBase.get(Integer id)
Gets an instance of VesselOwner from the persistent store.
|
VesselOwner |
VesselOwnerDao.get(Integer id)
Gets an instance of VesselOwner from the persistent store.
|
VesselOwner |
VesselOwnerPeriod.getVesselOwner()
Armateur (ou propriétaire) de navire(s).
|
VesselOwner |
VesselOwnerDaoBase.load(Integer id)
Loads an instance of VesselOwner from the persistent store.
|
VesselOwner |
VesselOwnerDao.load(Integer id)
Loads an instance of VesselOwner from the persistent store.
|
static VesselOwner |
VesselOwner.Factory.newInstance()
Constructs a new instance of
VesselOwner . |
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,
Program program,
Location countryLocation,
Collection<RightToProduce> rightToProduces)
Constructs a new instance of
VesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwner |
VesselOwner.Factory.newInstance(Timestamp updateDate,
Program program)
Constructs a new instance of
VesselOwner , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselOwner |
VesselOwnerDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselOwner> |
VesselOwnerDaoBase.create(Collection<VesselOwner> entities)
Creates a new instance of VesselOwner and adds
from the passed in
entities collection |
Collection<VesselOwner> |
VesselOwnerDao.create(Collection<VesselOwner> entities)
Creates a new instance of VesselOwner and adds
from the passed in
entities collection |
Collection<VesselOwner> |
VesselOwnerDaoBase.loadAll()
Loads all entities of type
VesselOwner . |
Collection<VesselOwner> |
VesselOwnerDao.loadAll()
Loads all entities of type
VesselOwner . |
Set<VesselOwner> |
VesselOwnerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwner> |
VesselOwnerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
VesselOwner.compareTo(VesselOwner o) |
Object |
VesselOwnerDaoBase.create(int transform,
VesselOwner vesselOwner)
Does the same thing as
VesselOwnerDao.create(VesselOwner) with an
additional flag called transform . |
Object |
VesselOwnerDao.create(int transform,
VesselOwner vesselOwner)
Does the same thing as
VesselOwnerDao.create(VesselOwner) with an
additional flag called transform . |
Object |
VesselOwnerPeriodDaoBase.create(int transform,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselOwnerPeriodDao.create(int transform,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as
#create() with an
additional flag called transform . |
VesselOwner |
VesselOwnerDaoBase.create(VesselOwner vesselOwner)
Creates an instance of VesselOwner and adds it to the persistent store.
|
VesselOwner |
VesselOwnerDao.create(VesselOwner vesselOwner)
Creates an instance of VesselOwner and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Date endDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselOwnerDaoBase.remove(VesselOwner vesselOwner)
Removes the instance of VesselOwner from the persistent store.
|
void |
VesselOwnerDao.remove(VesselOwner vesselOwner)
Removes the instance of VesselOwner from the persistent store.
|
void |
VesselOwnerPeriod.setVesselOwner(VesselOwner vesselOwnerIn)
Armateur (ou propriétaire) de navire(s).
|
Object |
VesselOwnerDaoBase.transformEntity(int transform,
VesselOwner 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 VesselOwnerDao , please note
that the VesselOwnerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselOwnerDao.transformEntity(int transform,
VesselOwner 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.data.vessel.VesselOwnerDao , please note
that the VesselOwnerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselOwnerDaoBase.update(VesselOwner vesselOwner)
Updates the
vesselOwner instance in the persistent store. |
void |
VesselOwnerDao.update(VesselOwner vesselOwner)
Updates the
vesselOwner instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselOwner> |
VesselOwnerDaoBase.create(Collection<VesselOwner> entities)
Creates a new instance of VesselOwner and adds
from the passed in
entities collection |
Collection<VesselOwner> |
VesselOwnerDao.create(Collection<VesselOwner> entities)
Creates a new instance of VesselOwner and adds
from the passed in
entities collection |
Collection<?> |
VesselOwnerDaoBase.create(int transform,
Collection<VesselOwner> entities)
Does the same thing as
VesselOwnerDao.create(VesselOwner) with an
additional flag called transform . |
Collection<?> |
VesselOwnerDao.create(int transform,
Collection<VesselOwner> entities)
Does the same thing as
VesselOwnerDao.create(VesselOwner) with an
additional flag called transform . |
void |
VesselOwnerDaoBase.remove(Collection<VesselOwner> entities)
Removes all entities in the given
entities collection. |
void |
VesselOwnerDao.remove(Collection<VesselOwner> entities)
Removes all entities in the given
entities collection. |
void |
VesselOwnerDaoBase.update(Collection<VesselOwner> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselOwnerDao.update(Collection<VesselOwner> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselOwner> |
RightToProduce.getVesselOwners()
Un droit de produire peu aussi etre lié à un propriétaire de navire (exemple du contexte
seychellois)
|
Modifier and Type | Method and Description |
---|---|
boolean |
RightToProduce.addVesselOwners(VesselOwner elementToAdd)
Un droit de produire peu aussi etre lié à un propriétaire de navire (exemple du contexte
seychellois)
|
boolean |
RightToProduce.removeVesselOwners(VesselOwner elementToRemove)
Un droit de produire peu aussi etre lié à un propriétaire de navire (exemple du contexte
seychellois)
|
Modifier and Type | Method and Description |
---|---|
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Short rankOrderOnPeriod,
Date endDate,
String reference,
Timestamp updateDate,
Program program,
Corpus corpus,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels,
Collection<Fishery> fisheries)
Constructs a new instance of
RightToProduce , taking all possible properties
(except the identifier(s))as arguments. |
void |
RightToProduce.setVesselOwners(Collection<VesselOwner> vesselOwnersIn)
Un droit de produire peu aussi etre lié à un propriétaire de navire (exemple du contexte
seychellois)
|
Modifier and Type | Method and Description |
---|---|
VesselOwner |
DenormalizedVessel.getVesselOwner()
Armateur (ou propriétaire) de navire(s).
|
Modifier and Type | Method and Description |
---|---|
static DenormalizedVessel |
DenormalizedVessel.Factory.newInstance(String name,
String internationalRegistrationCode,
String registrationCode,
Date registrationStartDate,
Date registrationEndDate,
Short rankOrder,
Location registrationLocation,
Location registrationCountry,
VesselOwner vesselOwner,
Program program)
Constructs a new instance of
DenormalizedVessel , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedVessel.setVesselOwner(VesselOwner vesselOwnerIn)
Armateur (ou propriétaire) de navire(s).
|
Copyright © 2012–2014 IFREMER. All rights reserved.