Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel.feature.person | |
fr.ifremer.adagio.core.dao.referential |
Modifier and Type | Method and Description |
---|---|
EducationGrade |
VesselPerson.getEducationGrade()
Niveau de d'instruction ou de qualification (par exemple d'un patron de
navire : VesselMaster).
|
Modifier and Type | Method and Description |
---|---|
static VesselPerson |
VesselPerson.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
Integer remoteId,
EducationGrade educationGrade,
Location countryLocation,
Program program)
Constructs a new instance of
VesselPerson , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPerson.setEducationGrade(EducationGrade educationGradeIn)
Niveau de d'instruction ou de qualification (par exemple d'un patron de
navire : VesselMaster).
|
Modifier and Type | Class and Description |
---|---|
class |
EducationGradeImpl |
Modifier and Type | Method and Description |
---|---|
EducationGrade |
EducationGradeDaoBase.create(EducationGrade educationGrade)
Creates an instance of EducationGrade and adds it to the persistent store.
|
EducationGrade |
EducationGradeDao.create(EducationGrade educationGrade)
Creates an instance of EducationGrade and adds it to the persistent store.
|
EducationGrade |
EducationGradeDaoBase.create(String name,
String description,
Timestamp updateDate)
Creates a new
EducationGrade
instance from all attributes and adds it to
the persistent store. |
EducationGrade |
EducationGradeDao.create(String name,
String description,
Timestamp updateDate)
Creates a new
EducationGrade
instance from all attributes and adds it to
the persistent store. |
EducationGrade |
EducationGradeDaoBase.get(Integer id)
Gets an instance of EducationGrade from the persistent store.
|
EducationGrade |
EducationGradeDao.get(Integer id)
Gets an instance of EducationGrade from the persistent store.
|
EducationGrade |
EducationGradeDaoBase.load(Integer id)
Loads an instance of EducationGrade from the persistent store.
|
EducationGrade |
EducationGradeDao.load(Integer id)
Loads an instance of EducationGrade from the persistent store.
|
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, except for identifiers. |
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> |
EducationGradeDaoBase.create(Collection<EducationGrade> entities)
Creates a new instance of EducationGrade and adds
from the passed in
entities collection |
Collection<EducationGrade> |
EducationGradeDao.create(Collection<EducationGrade> entities)
Creates a new instance of EducationGrade and adds
from the passed in
entities collection |
Collection<EducationGrade> |
EducationGradeDaoBase.loadAll()
Loads all entities of type
EducationGrade . |
Collection<EducationGrade> |
EducationGradeDao.loadAll()
Loads all entities of type
EducationGrade . |
Set<EducationGrade> |
EducationGradeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<EducationGrade> |
EducationGradeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
EducationGrade.compareTo(EducationGrade o) |
EducationGrade |
EducationGradeDaoBase.create(EducationGrade educationGrade)
Creates an instance of EducationGrade and adds it to the persistent store.
|
EducationGrade |
EducationGradeDao.create(EducationGrade educationGrade)
Creates an instance of EducationGrade and adds it to the persistent store.
|
Object |
EducationGradeDaoBase.create(int transform,
EducationGrade educationGrade)
Does the same thing as
EducationGradeDao.create(EducationGrade) with an
additional flag called transform . |
Object |
EducationGradeDao.create(int transform,
EducationGrade educationGrade)
Does the same thing as
EducationGradeDao.create(EducationGrade) with an
additional flag called transform . |
void |
EducationGradeDaoBase.remove(EducationGrade educationGrade)
Removes the instance of EducationGrade from the persistent store.
|
void |
EducationGradeDao.remove(EducationGrade educationGrade)
Removes the instance of EducationGrade from the persistent store.
|
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 EducationGradeDao , please note
that the EducationGradeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
EducationGradeDao.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.EducationGradeDao , please note
that the EducationGradeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
EducationGradeDaoBase.update(EducationGrade educationGrade)
Updates the
educationGrade instance in the persistent store. |
void |
EducationGradeDao.update(EducationGrade educationGrade)
Updates the
educationGrade instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<EducationGrade> |
EducationGradeDaoBase.create(Collection<EducationGrade> entities)
Creates a new instance of EducationGrade and adds
from the passed in
entities collection |
Collection<EducationGrade> |
EducationGradeDao.create(Collection<EducationGrade> entities)
Creates a new instance of EducationGrade and adds
from the passed in
entities collection |
Collection<?> |
EducationGradeDaoBase.create(int transform,
Collection<EducationGrade> entities)
Does the same thing as
EducationGradeDao.create(EducationGrade) with an
additional flag called transform . |
Collection<?> |
EducationGradeDao.create(int transform,
Collection<EducationGrade> entities)
Does the same thing as
EducationGradeDao.create(EducationGrade) with an
additional flag called transform . |
void |
EducationGradeDaoBase.remove(Collection<EducationGrade> entities)
Removes all entities in the given
entities collection. |
void |
EducationGradeDao.remove(Collection<EducationGrade> entities)
Removes all entities in the given
entities collection. |
void |
EducationGradeDaoBase.update(Collection<EducationGrade> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
EducationGradeDao.update(Collection<EducationGrade> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.