Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Class and Description |
---|---|
class |
UserProfilImpl |
Modifier and Type | Method and Description |
---|---|
UserProfil |
UserProfilDaoBase.create(Integer id,
String label,
String name,
Timestamp updateDate)
Creates a new
UserProfil
instance from all attributes and adds it to
the persistent store. |
UserProfil |
UserProfilDao.create(Integer id,
String label,
String name,
Timestamp updateDate)
Creates a new
UserProfil
instance from all attributes and adds it to
the persistent store. |
UserProfil |
UserProfilDaoBase.create(UserProfil userProfil)
Creates an instance of UserProfil and adds it to the persistent store.
|
UserProfil |
UserProfilDao.create(UserProfil userProfil)
Creates an instance of UserProfil and adds it to the persistent store.
|
UserProfil |
UserProfilDaoBase.get(Integer id)
Gets an instance of UserProfil from the persistent store.
|
UserProfil |
UserProfilDao.get(Integer id)
Gets an instance of UserProfil from the persistent store.
|
UserProfil |
UserProfilDaoBase.load(Integer id)
Loads an instance of UserProfil from the persistent store.
|
UserProfil |
UserProfilDao.load(Integer id)
Loads an instance of UserProfil from the persistent store.
|
static UserProfil |
UserProfil.Factory.newInstance()
Constructs a new instance of
UserProfil . |
static UserProfil |
UserProfil.Factory.newInstance(String label,
String name,
Timestamp updateDate)
Constructs a new instance of
UserProfil , taking all possible properties
(except the identifier(s))as arguments. |
protected UserProfil |
UserProfilDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<UserProfil> |
UserProfilDaoBase.create(Collection<UserProfil> entities)
Creates a new instance of UserProfil and adds
from the passed in
entities collection |
Collection<UserProfil> |
UserProfilDao.create(Collection<UserProfil> entities)
Creates a new instance of UserProfil and adds
from the passed in
entities collection |
Collection<UserProfil> |
Person.getProfils()
Liste des profils pouvant être affectés à un utilisateur.
|
Collection<UserProfil> |
UserProfilDaoBase.loadAll()
Loads all entities of type
UserProfil . |
Collection<UserProfil> |
UserProfilDao.loadAll()
Loads all entities of type
UserProfil . |
Set<UserProfil> |
UserProfilDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<UserProfil> |
UserProfilDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Person.addProfils(UserProfil elementToAdd)
Liste des profils pouvant être affectés à un utilisateur.
|
int |
UserProfil.compareTo(UserProfil o) |
Object |
UserProfilDaoBase.create(int transform,
UserProfil userProfil)
Does the same thing as
UserProfilDao.create(UserProfil) with an
additional flag called transform . |
Object |
UserProfilDao.create(int transform,
UserProfil userProfil)
Does the same thing as
UserProfilDao.create(UserProfil) with an
additional flag called transform . |
UserProfil |
UserProfilDaoBase.create(UserProfil userProfil)
Creates an instance of UserProfil and adds it to the persistent store.
|
UserProfil |
UserProfilDao.create(UserProfil userProfil)
Creates an instance of UserProfil and adds it to the persistent store.
|
void |
UserProfilDaoBase.remove(UserProfil userProfil)
Removes the instance of UserProfil from the persistent store.
|
void |
UserProfilDao.remove(UserProfil userProfil)
Removes the instance of UserProfil from the persistent store.
|
boolean |
Person.removeProfils(UserProfil elementToRemove)
Liste des profils pouvant être affectés à un utilisateur.
|
Object |
UserProfilDaoBase.transformEntity(int transform,
UserProfil 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 UserProfilDao , please note
that the UserProfilDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
UserProfilDao.transformEntity(int transform,
UserProfil 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.UserProfilDao , please note
that the UserProfilDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
UserProfilDaoBase.update(UserProfil userProfil)
Updates the
userProfil instance in the persistent store. |
void |
UserProfilDao.update(UserProfil userProfil)
Updates the
userProfil instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<UserProfil> |
UserProfilDaoBase.create(Collection<UserProfil> entities)
Creates a new instance of UserProfil and adds
from the passed in
entities collection |
Collection<UserProfil> |
UserProfilDao.create(Collection<UserProfil> entities)
Creates a new instance of UserProfil and adds
from the passed in
entities collection |
Collection<?> |
UserProfilDaoBase.create(int transform,
Collection<UserProfil> entities)
Does the same thing as
UserProfilDao.create(UserProfil) with an
additional flag called transform . |
Collection<?> |
UserProfilDao.create(int transform,
Collection<UserProfil> entities)
Does the same thing as
UserProfilDao.create(UserProfil) with an
additional flag called transform . |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String employeeNumber,
String username,
String usernameExtranet,
Collection<Program2Person> program2Persons,
Collection<UserProfil> profils,
Department department,
Status status)
Constructs a new instance of
Person , taking all possible properties
(except the identifier(s))as arguments. |
void |
UserProfilDaoBase.remove(Collection<UserProfil> entities)
Removes all entities in the given
entities collection. |
void |
UserProfilDao.remove(Collection<UserProfil> entities)
Removes all entities in the given
entities collection. |
void |
Person.setProfils(Collection<UserProfil> profilsIn)
Liste des profils pouvant être affectés à un utilisateur.
|
void |
UserProfilDaoBase.update(Collection<UserProfil> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
UserProfilDao.update(Collection<UserProfil> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.