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