| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselMasterImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselMaster |
VesselMasterDao.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipcode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirment,
Timestamp updateDate,
Date activityStartDate,
EducationGrade educationGrade)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster
instance from all attributes and
properties and adds it to the persistent store. |
VesselMaster |
VesselMasterDaoBase.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipcode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirment,
Timestamp updateDate,
Date activityStartDate,
EducationGrade educationGrade) |
VesselMaster |
VesselMasterDao.create(VesselMaster vesselMaster)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster and adds it to the persistent store.
|
VesselMaster |
VesselMasterDaoBase.create(VesselMaster vesselMaster) |
VesselMaster |
VesselMasterPeriodPK.getVesselMaster() |
VesselMaster |
VesselMasterDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster from the persistent store.
|
VesselMaster |
VesselMasterDaoBase.load(Integer id) |
static VesselMaster |
VesselMaster.Factory.newInstance()
Constructs a new instance of
VesselMaster. |
static VesselMaster |
VesselMaster.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipcode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirment,
Timestamp updateDate,
Date activityStartDate,
EducationGrade educationGrade)
Constructs a new instance of
VesselMaster, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselMaster |
VesselMasterDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselMaster> |
VesselMasterDao.create(Collection<VesselMaster> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster and adds
from the passed in
entities collection |
Collection<VesselMaster> |
VesselMasterDaoBase.create(Collection<VesselMaster> entities) |
Collection<VesselMaster> |
VesselMasterDao.loadAll()
Loads all entities of type
VesselMaster. |
Collection<VesselMaster> |
VesselMasterDaoBase.loadAll() |
Set<VesselMaster> |
VesselMasterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselMaster> |
VesselMasterDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselMasterPeriodDaoBase.create(int transform,
Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
Object |
VesselMasterPeriodDao.create(int transform,
Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Does the same thing as
VesselMasterPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselMasterPeriodDaoBase.create(int transform,
Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster) |
Object |
VesselMasterPeriodDao.create(int transform,
Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster)
Does the same thing as
VesselMasterPeriodDao.create(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster) with an
additional flag called transform. |
Object |
VesselMasterDao.create(int transform,
VesselMaster vesselMaster)
Does the same thing as
VesselMasterDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster) with an
additional flag called transform. |
Object |
VesselMasterDaoBase.create(int transform,
VesselMaster vesselMaster) |
VesselMaster |
VesselMasterDao.create(VesselMaster vesselMaster)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster and adds it to the persistent store.
|
VesselMaster |
VesselMasterDaoBase.create(VesselMaster vesselMaster) |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.load(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
VesselMasterPeriod |
VesselMasterPeriodDao.load(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod from the persistent store.
|
Object |
VesselMasterPeriodDaoBase.load(int transform,
Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
Object |
VesselMasterPeriodDao.load(int transform,
Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Does the same thing as
VesselMasterPeriodDao.load(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
void |
VesselMasterPeriodDaoBase.remove(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
void |
VesselMasterPeriodDao.remove(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod having the given
identifiers from the persistent store. |
void |
VesselMasterDao.remove(VesselMaster vesselMaster)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster from the persistent store.
|
void |
VesselMasterDaoBase.remove(VesselMaster vesselMaster) |
void |
VesselMasterPeriodPK.setVesselMaster(VesselMaster vesselMaster) |
protected Object |
VesselMasterDaoBase.transformEntity(int transform,
VesselMaster 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.vessel.VesselMasterDao, please note
that the VesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselMasterDao.update(VesselMaster vesselMaster)
Updates the
vesselMaster instance in the persistent store. |
void |
VesselMasterDaoBase.update(VesselMaster vesselMaster) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselMaster> |
VesselMasterDao.create(Collection<VesselMaster> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster and adds
from the passed in
entities collection |
Collection<VesselMaster> |
VesselMasterDaoBase.create(Collection<VesselMaster> entities) |
Collection<?> |
VesselMasterDao.create(int transform,
Collection<VesselMaster> entities)
Does the same thing as
VesselMasterDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselMaster) with an
additional flag called transform. |
Collection<?> |
VesselMasterDaoBase.create(int transform,
Collection<VesselMaster> entities) |
void |
VesselMasterDao.remove(Collection<VesselMaster> entities)
Removes all entities in the given
entities |
void |
VesselMasterDaoBase.remove(Collection<VesselMaster> entities) |
void |
VesselMasterDao.update(Collection<VesselMaster> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselMasterDaoBase.update(Collection<VesselMaster> entities) |
Copyright © 2013. All Rights Reserved.