Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Class and Description |
---|---|
class |
PersonSessionImpl |
Modifier and Type | Method and Description |
---|---|
PersonSession |
PersonSessionDaoBase.create(PersonSession personSession)
Creates an instance of PersonSession and adds it to the persistent store.
|
PersonSession |
PersonSessionDao.create(PersonSession personSession)
Creates an instance of PersonSession and adds it to the persistent store.
|
PersonSession |
PersonSessionDaoBase.create(Person person,
Timestamp updateDate)
Creates a new
PersonSession
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSession |
PersonSessionDao.create(Person person,
Timestamp updateDate)
Creates a new
PersonSession
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSession |
PersonSessionDaoBase.create(Timestamp updateDate)
Creates a new
PersonSession
instance from all attributes and adds it to
the persistent store. |
PersonSession |
PersonSessionDao.create(Timestamp updateDate)
Creates a new
PersonSession
instance from all attributes and adds it to
the persistent store. |
PersonSession |
PersonSessionDaoBase.get(Integer id)
Gets an instance of PersonSession from the persistent store.
|
PersonSession |
PersonSessionDao.get(Integer id)
Gets an instance of PersonSession from the persistent store.
|
PersonSession |
PersonSessionVessel.getPersonSession()
Tête de grappe de droits calculés pour un utilisateur à partir d'autres entités implémentant
la
gestion des droits.
|
PersonSession |
PersonSessionDaoBase.load(Integer id)
Loads an instance of PersonSession from the persistent store.
|
PersonSession |
PersonSessionDao.load(Integer id)
Loads an instance of PersonSession from the persistent store.
|
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, except for identifiers. |
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> |
PersonSessionDaoBase.create(Collection<PersonSession> entities)
Creates a new instance of PersonSession and adds
from the passed in
entities collection |
Collection<PersonSession> |
PersonSessionDao.create(Collection<PersonSession> entities)
Creates a new instance of PersonSession and adds
from the passed in
entities collection |
Collection<PersonSession> |
PersonSessionDaoBase.loadAll()
Loads all entities of type
PersonSession . |
Collection<PersonSession> |
PersonSessionDao.loadAll()
Loads all entities of type
PersonSession . |
Set<PersonSession> |
PersonSessionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PersonSession> |
PersonSessionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PersonSession.compareTo(PersonSession o) |
Object |
PersonSessionDaoBase.create(int transform,
PersonSession personSession)
Does the same thing as
PersonSessionDao.create(PersonSession) with an
additional flag called transform . |
Object |
PersonSessionDao.create(int transform,
PersonSession personSession)
Does the same thing as
PersonSessionDao.create(PersonSession) 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)
Does the same thing as
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
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
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
PersonSession |
PersonSessionDaoBase.create(PersonSession personSession)
Creates an instance of PersonSession and adds it to the persistent store.
|
PersonSession |
PersonSessionDao.create(PersonSession personSession)
Creates an instance of PersonSession 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)
Creates a new
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean validateData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
PersonSessionDaoBase.remove(PersonSession personSession)
Removes the instance of PersonSession from the persistent store.
|
void |
PersonSessionDao.remove(PersonSession personSession)
Removes the instance of PersonSession from the persistent store.
|
void |
PersonSessionVessel.setPersonSession(PersonSession personSessionIn)
Tête de grappe de droits calculés pour un utilisateur à partir d'autres entités implémentant
la
gestion des droits.
|
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 PersonSessionDao , please note
that the PersonSessionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PersonSessionDao.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 |
PersonSessionDaoBase.update(PersonSession personSession)
Updates the
personSession instance in the persistent store. |
void |
PersonSessionDao.update(PersonSession personSession)
Updates the
personSession instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PersonSession> |
PersonSessionDaoBase.create(Collection<PersonSession> entities)
Creates a new instance of PersonSession and adds
from the passed in
entities collection |
Collection<PersonSession> |
PersonSessionDao.create(Collection<PersonSession> entities)
Creates a new instance of PersonSession and adds
from the passed in
entities collection |
Collection<?> |
PersonSessionDaoBase.create(int transform,
Collection<PersonSession> entities)
Does the same thing as
PersonSessionDao.create(PersonSession) with an
additional flag called transform . |
Collection<?> |
PersonSessionDao.create(int transform,
Collection<PersonSession> entities)
Does the same thing as
PersonSessionDao.create(PersonSession) with an
additional flag called transform . |
void |
PersonSessionDaoBase.remove(Collection<PersonSession> entities)
Removes all entities in the given
entities collection. |
void |
PersonSessionDao.remove(Collection<PersonSession> entities)
Removes all entities in the given
entities collection. |
void |
PersonSessionDaoBase.update(Collection<PersonSession> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PersonSessionDao.update(Collection<PersonSession> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.