| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.user |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonSessionVesselImpl |
| Modifier and Type | Method and Description |
|---|---|
PersonSessionVessel |
PersonSessionVesselDao.create(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel
instance from all attributes and
properties and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType) |
PersonSessionVessel |
PersonSessionVesselDao.create(PersonSessionVessel personSessionVessel)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel and adds it to the persistent store.
|
PersonSessionVessel |
PersonSessionVesselDaoBase.create(PersonSessionVessel personSessionVessel) |
PersonSessionVessel |
PersonSessionVesselDao.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData) |
PersonSessionVessel |
PersonSessionVesselDao.load(Long id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel from the persistent store.
|
PersonSessionVessel |
PersonSessionVesselDaoBase.load(Long id) |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance()
Constructs a new instance of
PersonSessionVessel. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Boolean readVessel,
Boolean readData,
Boolean writeData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all required and/or
read-only properties as arguments. |
protected PersonSessionVessel |
PersonSessionVesselDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PersonSessionVessel> |
PersonSessionVesselDao.create(Collection<PersonSessionVessel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel and adds
from the passed in
entities collection |
Collection<PersonSessionVessel> |
PersonSessionVesselDaoBase.create(Collection<PersonSessionVessel> entities) |
Collection<PersonSessionVessel> |
PersonSession.getPersonSessionVessels()
ensemble de droits calculés de la grappe
|
Collection<PersonSessionVessel> |
PersonSessionVesselDao.loadAll()
Loads all entities of type
PersonSessionVessel. |
Collection<PersonSessionVessel> |
PersonSessionVesselDaoBase.loadAll() |
Set<PersonSessionVessel> |
PersonSessionVesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSessionVessel> |
PersonSessionVesselDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PersonSessionVesselDao.create(int transform,
PersonSessionVessel personSessionVessel)
Does the same thing as
PersonSessionVesselDao.create(fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel) with an
additional flag called transform. |
Object |
PersonSessionVesselDaoBase.create(int transform,
PersonSessionVessel personSessionVessel) |
PersonSessionVessel |
PersonSessionVesselDao.create(PersonSessionVessel personSessionVessel)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel and adds it to the persistent store.
|
PersonSessionVessel |
PersonSessionVesselDaoBase.create(PersonSessionVessel personSessionVessel) |
void |
PersonSessionVesselDao.remove(PersonSessionVessel personSessionVessel)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel from the persistent store.
|
void |
PersonSessionVesselDaoBase.remove(PersonSessionVessel personSessionVessel) |
protected Object |
PersonSessionVesselDaoBase.transformEntity(int transform,
PersonSessionVessel 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.administration.user.PersonSessionVesselDao, please note
that the PersonSessionVesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PersonSessionVesselDao.update(PersonSessionVessel personSessionVessel)
Updates the
personSessionVessel instance in the persistent store. |
void |
PersonSessionVesselDaoBase.update(PersonSessionVessel personSessionVessel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PersonSessionVessel> |
PersonSessionVesselDao.create(Collection<PersonSessionVessel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel and adds
from the passed in
entities collection |
Collection<PersonSessionVessel> |
PersonSessionVesselDaoBase.create(Collection<PersonSessionVessel> entities) |
Collection<?> |
PersonSessionVesselDao.create(int transform,
Collection<PersonSessionVessel> entities)
Does the same thing as
PersonSessionVesselDao.create(fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel) with an
additional flag called transform. |
Collection<?> |
PersonSessionVesselDaoBase.create(int transform,
Collection<PersonSessionVessel> entities) |
Object |
PersonSessionDao.create(int transform,
Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels)
Does the same thing as
#create(java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Person,java.util.Collection with an
additional flag called transform. |
Object |
PersonSessionDaoBase.create(int transform,
Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels) |
PersonSession |
PersonSessionDao.create(Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.PersonSession
instance from all attributes and
properties and adds it to the persistent store. |
PersonSession |
PersonSessionDaoBase.create(Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels) |
static PersonSession |
PersonSession.Factory.newInstance(Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels)
Constructs a new instance of
PersonSession, taking all possible properties
(except the identifier(s))as arguments. |
void |
PersonSessionVesselDao.remove(Collection<PersonSessionVessel> entities)
Removes all entities in the given
entities |
void |
PersonSessionVesselDaoBase.remove(Collection<PersonSessionVessel> entities) |
void |
PersonSession.setPersonSessionVessels(Collection<PersonSessionVessel> personSessionVessels) |
void |
PersonSessionVesselDao.update(Collection<PersonSessionVessel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PersonSessionVesselDaoBase.update(Collection<PersonSessionVessel> entities) |
Copyright © 2013. All Rights Reserved.