| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
EducationGradeImpl |
| Modifier and Type | Method and Description |
|---|---|
EducationGrade |
EducationGradeDao.create(EducationGrade educationGrade)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade and adds it to the persistent store.
|
EducationGrade |
EducationGradeDaoBase.create(EducationGrade educationGrade) |
EducationGrade |
EducationGradeDao.create(String name)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
EducationGrade |
EducationGradeDaoBase.create(String name) |
EducationGrade |
EducationGradeDao.create(String name,
String description,
Timestamp updateDate)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade
instance from all attributes and
properties and adds it to the persistent store. |
EducationGrade |
EducationGradeDaoBase.create(String name,
String description,
Timestamp updateDate) |
EducationGrade |
VesselMaster.getEducationGrade() |
EducationGrade |
EducationGradeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade from the persistent store.
|
EducationGrade |
EducationGradeDaoBase.load(Integer id) |
static EducationGrade |
EducationGrade.Factory.newInstance()
Constructs a new instance of
EducationGrade. |
static EducationGrade |
EducationGrade.Factory.newInstance(String name)
Constructs a new instance of
EducationGrade, taking all required and/or
read-only properties as arguments. |
static EducationGrade |
EducationGrade.Factory.newInstance(String name,
String description,
Timestamp updateDate)
Constructs a new instance of
EducationGrade, taking all possible properties
(except the identifier(s))as arguments. |
protected EducationGrade |
EducationGradeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EducationGrade> |
EducationGradeDao.create(Collection<EducationGrade> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade and adds
from the passed in
entities collection |
Collection<EducationGrade> |
EducationGradeDaoBase.create(Collection<EducationGrade> entities) |
Collection<EducationGrade> |
EducationGradeDao.loadAll()
Loads all entities of type
EducationGrade. |
Collection<EducationGrade> |
EducationGradeDaoBase.loadAll() |
Set<EducationGrade> |
EducationGradeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<EducationGrade> |
EducationGradeDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
EducationGrade |
EducationGradeDao.create(EducationGrade educationGrade)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade and adds it to the persistent store.
|
EducationGrade |
EducationGradeDaoBase.create(EducationGrade educationGrade) |
Object |
EducationGradeDao.create(int transform,
EducationGrade educationGrade)
Does the same thing as
EducationGradeDao.create(fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade) with an
additional flag called transform. |
Object |
EducationGradeDaoBase.create(int transform,
EducationGrade educationGrade) |
Object |
VesselMasterDao.create(int transform,
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)
Does the same thing as
VesselMasterDao.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.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade) with an
additional flag called transform. |
Object |
VesselMasterDaoBase.create(int transform,
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(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) |
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. |
void |
EducationGradeDao.remove(EducationGrade educationGrade)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade from the persistent store.
|
void |
EducationGradeDaoBase.remove(EducationGrade educationGrade) |
void |
VesselMaster.setEducationGrade(EducationGrade educationGrade) |
protected Object |
EducationGradeDaoBase.transformEntity(int transform,
EducationGrade 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.EducationGradeDao, please note
that the EducationGradeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
EducationGradeDao.update(EducationGrade educationGrade)
Updates the
educationGrade instance in the persistent store. |
void |
EducationGradeDaoBase.update(EducationGrade educationGrade) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EducationGrade> |
EducationGradeDao.create(Collection<EducationGrade> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade and adds
from the passed in
entities collection |
Collection<EducationGrade> |
EducationGradeDaoBase.create(Collection<EducationGrade> entities) |
Collection<?> |
EducationGradeDao.create(int transform,
Collection<EducationGrade> entities)
Does the same thing as
EducationGradeDao.create(fr.ifremer.adagio.core.dao.referential.vessel.EducationGrade) with an
additional flag called transform. |
Collection<?> |
EducationGradeDaoBase.create(int transform,
Collection<EducationGrade> entities) |
void |
EducationGradeDao.remove(Collection<EducationGrade> entities)
Removes all entities in the given
entities |
void |
EducationGradeDaoBase.remove(Collection<EducationGrade> entities) |
void |
EducationGradeDao.update(Collection<EducationGrade> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
EducationGradeDaoBase.update(Collection<EducationGrade> entities) |
Copyright © 2013. All Rights Reserved.