| 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) |
UserProfil |
UserProfilDao.create(Integer id,
String label,
String name)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.UserProfil
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UserProfil |
UserProfilDaoBase.create(Integer id,
String label,
String name,
Timestamp updateDate) |
UserProfil |
UserProfilDao.create(Integer id,
String label,
String name,
Timestamp updateDate)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.UserProfil
instance from all attributes and
properties and adds it to the persistent store. |
UserProfil |
UserProfilDaoBase.create(UserProfil userProfil) |
UserProfil |
UserProfilDao.create(UserProfil userProfil)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.UserProfil and adds it to the persistent store.
|
UserProfil |
UserProfilDaoBase.load(Integer id) |
UserProfil |
UserProfilDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.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)
Constructs a new instance of
UserProfil, taking all required and/or
read-only properties as arguments. |
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) |
Collection<UserProfil> |
UserProfilDao.create(Collection<UserProfil> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.UserProfil and adds
from the passed in
entities collection |
Collection<UserProfil> |
Person.getProfils() |
Collection<UserProfil> |
UserProfilDaoBase.loadAll() |
Collection<UserProfil> |
UserProfilDao.loadAll()
Loads all entities of type
UserProfil. |
Set<UserProfil> |
UserProfilDaoBase.search(Search search) |
Set<UserProfil> |
UserProfilDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
UserProfilDaoBase.create(int transform,
UserProfil userProfil) |
Object |
UserProfilDao.create(int transform,
UserProfil userProfil)
Does the same thing as
UserProfilDao.create(fr.ifremer.adagio.core.dao.administration.user.UserProfil) with an
additional flag called transform. |
UserProfil |
UserProfilDaoBase.create(UserProfil userProfil) |
UserProfil |
UserProfilDao.create(UserProfil userProfil)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.UserProfil and adds it to the persistent store.
|
void |
UserProfilDaoBase.remove(UserProfil userProfil) |
void |
UserProfilDao.remove(UserProfil userProfil)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.UserProfil from the persistent store.
|
protected 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 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) |
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) |
Collection<UserProfil> |
UserProfilDao.create(Collection<UserProfil> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.UserProfil and adds
from the passed in
entities collection |
Collection<?> |
UserProfilDaoBase.create(int transform,
Collection<UserProfil> entities) |
Collection<?> |
UserProfilDao.create(int transform,
Collection<UserProfil> entities)
Does the same thing as
UserProfilDao.create(fr.ifremer.adagio.core.dao.administration.user.UserProfil) with an
additional flag called transform. |
Object |
PersonDaoBase.create(int transform,
String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons) |
Object |
PersonDao.create(int transform,
String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Collection with an
additional flag called transform. |
Person |
PersonDaoBase.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons) |
Person |
PersonDao.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Person
instance from all attributes and
properties and adds it to the persistent store. |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Constructs a new instance of
Person, taking all possible properties
(except the identifier(s))as arguments. |
void |
UserProfilDaoBase.remove(Collection<UserProfil> entities) |
void |
UserProfilDao.remove(Collection<UserProfil> entities)
Removes all entities in the given
entities |
void |
Person.setProfils(Collection<UserProfil> profils) |
void |
UserProfilDaoBase.update(Collection<UserProfil> entities) |
void |
UserProfilDao.update(Collection<UserProfil> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.