Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel.feature.person | |
fr.ifremer.adagio.core.dao.referential |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPersonRole> |
VesselPersonFeatures.getVesselPersonRoles()
Liste des fonctions de la personne en relation avec vessel (l'usager).
|
Modifier and Type | Method and Description |
---|---|
boolean |
VesselPersonFeatures.addVesselPersonRoles(VesselPersonRole elementToAdd)
Liste des fonctions de la personne en relation avec vessel (l'usager).
|
boolean |
VesselPersonFeatures.removeVesselPersonRoles(VesselPersonRole elementToRemove)
Liste des fonctions de la personne en relation avec vessel (l'usager).
|
Modifier and Type | Method and Description |
---|---|
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Date endDate,
Short rankOrder,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person person,
Operation operation,
Collection<VesselPersonMeasurement> vesselPersonMeasurements,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<VesselPersonRole> vesselPersonRoles,
VesselPerson vesselPerson,
EconomicalSurvey economicalSurvey,
FishingTrip fishingTrip)
Constructs a new instance of
VesselPersonFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPersonFeatures.setVesselPersonRoles(Collection<VesselPersonRole> vesselPersonRolesIn)
Liste des fonctions de la personne en relation avec vessel (l'usager).
|
Modifier and Type | Class and Description |
---|---|
class |
VesselPersonRoleImpl |
Modifier and Type | Method and Description |
---|---|
VesselPersonRole |
VesselPersonRoleDaoBase.create(String label,
String name,
String description,
Timestamp updateDate)
Creates a new
VesselPersonRole
instance from all attributes and adds it to
the persistent store. |
VesselPersonRole |
VesselPersonRoleDao.create(String label,
String name,
String description,
Timestamp updateDate)
Creates a new
VesselPersonRole
instance from all attributes and adds it to
the persistent store. |
VesselPersonRole |
VesselPersonRoleDaoBase.create(VesselPersonRole vesselPersonRole)
Creates an instance of VesselPersonRole and adds it to the persistent store.
|
VesselPersonRole |
VesselPersonRoleDao.create(VesselPersonRole vesselPersonRole)
Creates an instance of VesselPersonRole and adds it to the persistent store.
|
VesselPersonRole |
VesselPersonRoleDaoBase.get(Integer id)
Gets an instance of VesselPersonRole from the persistent store.
|
VesselPersonRole |
VesselPersonRoleDao.get(Integer id)
Gets an instance of VesselPersonRole from the persistent store.
|
VesselPersonRole |
VesselPersonRoleDaoBase.load(Integer id)
Loads an instance of VesselPersonRole from the persistent store.
|
VesselPersonRole |
VesselPersonRoleDao.load(Integer id)
Loads an instance of VesselPersonRole from the persistent store.
|
static VesselPersonRole |
VesselPersonRole.Factory.newInstance()
Constructs a new instance of
VesselPersonRole . |
static VesselPersonRole |
VesselPersonRole.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate)
Constructs a new instance of
VesselPersonRole , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPersonRole |
VesselPersonRole.Factory.newInstance(String label,
String name,
Timestamp updateDate)
Constructs a new instance of
VesselPersonRole , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselPersonRole |
VesselPersonRoleDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPersonRole> |
VesselPersonRoleDaoBase.create(Collection<VesselPersonRole> entities)
Creates a new instance of VesselPersonRole and adds
from the passed in
entities collection |
Collection<VesselPersonRole> |
VesselPersonRoleDao.create(Collection<VesselPersonRole> entities)
Creates a new instance of VesselPersonRole and adds
from the passed in
entities collection |
Collection<VesselPersonRole> |
VesselPersonRoleDaoBase.loadAll()
Loads all entities of type
VesselPersonRole . |
Collection<VesselPersonRole> |
VesselPersonRoleDao.loadAll()
Loads all entities of type
VesselPersonRole . |
Set<VesselPersonRole> |
VesselPersonRoleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPersonRole> |
VesselPersonRoleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
VesselPersonRole.compareTo(VesselPersonRole o) |
Object |
VesselPersonRoleDaoBase.create(int transform,
VesselPersonRole vesselPersonRole)
Does the same thing as
VesselPersonRoleDao.create(VesselPersonRole) with an
additional flag called transform . |
Object |
VesselPersonRoleDao.create(int transform,
VesselPersonRole vesselPersonRole)
Does the same thing as
VesselPersonRoleDao.create(VesselPersonRole) with an
additional flag called transform . |
VesselPersonRole |
VesselPersonRoleDaoBase.create(VesselPersonRole vesselPersonRole)
Creates an instance of VesselPersonRole and adds it to the persistent store.
|
VesselPersonRole |
VesselPersonRoleDao.create(VesselPersonRole vesselPersonRole)
Creates an instance of VesselPersonRole and adds it to the persistent store.
|
void |
VesselPersonRoleDaoBase.remove(VesselPersonRole vesselPersonRole)
Removes the instance of VesselPersonRole from the persistent store.
|
void |
VesselPersonRoleDao.remove(VesselPersonRole vesselPersonRole)
Removes the instance of VesselPersonRole from the persistent store.
|
Object |
VesselPersonRoleDaoBase.transformEntity(int transform,
VesselPersonRole 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 VesselPersonRoleDao , please note
that the VesselPersonRoleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselPersonRoleDao.transformEntity(int transform,
VesselPersonRole 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.VesselPersonRoleDao , please note
that the VesselPersonRoleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselPersonRoleDaoBase.update(VesselPersonRole vesselPersonRole)
Updates the
vesselPersonRole instance in the persistent store. |
void |
VesselPersonRoleDao.update(VesselPersonRole vesselPersonRole)
Updates the
vesselPersonRole instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPersonRole> |
VesselPersonRoleDaoBase.create(Collection<VesselPersonRole> entities)
Creates a new instance of VesselPersonRole and adds
from the passed in
entities collection |
Collection<VesselPersonRole> |
VesselPersonRoleDao.create(Collection<VesselPersonRole> entities)
Creates a new instance of VesselPersonRole and adds
from the passed in
entities collection |
Collection<?> |
VesselPersonRoleDaoBase.create(int transform,
Collection<VesselPersonRole> entities)
Does the same thing as
VesselPersonRoleDao.create(VesselPersonRole) with an
additional flag called transform . |
Collection<?> |
VesselPersonRoleDao.create(int transform,
Collection<VesselPersonRole> entities)
Does the same thing as
VesselPersonRoleDao.create(VesselPersonRole) with an
additional flag called transform . |
void |
VesselPersonRoleDaoBase.remove(Collection<VesselPersonRole> entities)
Removes all entities in the given
entities collection. |
void |
VesselPersonRoleDao.remove(Collection<VesselPersonRole> entities)
Removes all entities in the given
entities collection. |
void |
VesselPersonRoleDaoBase.update(Collection<VesselPersonRole> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselPersonRoleDao.update(Collection<VesselPersonRole> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.