| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.user | |
| fr.ifremer.adagio.core.dao.administration.user.ageReader |
| Modifier and Type | Method and Description |
|---|---|
Collection<AgeReaderQualification> |
Person.getAgeReaderQualifications() |
| Modifier and Type | Method and Description |
|---|---|
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 |
Person.setAgeReaderQualifications(Collection<AgeReaderQualification> ageReaderQualifications) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgeReaderQualificationImpl |
| Modifier and Type | Method and Description |
|---|---|
AgeReaderQualification |
AgeReaderQualificationDao.create(AgeReaderQualification ageReaderQualification)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification and adds it to the persistent store.
|
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(AgeReaderQualification ageReaderQualification) |
AgeReaderQualification |
AgeReaderQualificationDao.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate) |
AgeReaderQualification |
AgeReaderQualificationDao.create(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification
instance from all attributes and
properties and adds it to the persistent store. |
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations) |
AgeReaderQualification |
AgeReaderQualificationDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification from the persistent store.
|
AgeReaderQualification |
AgeReaderQualificationDaoBase.load(Integer id) |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance()
Constructs a new instance of
AgeReaderQualification. |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Constructs a new instance of
AgeReaderQualification, taking all possible properties
(except the identifier(s))as arguments. |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Constructs a new instance of
AgeReaderQualification, taking all required and/or
read-only properties as arguments. |
protected AgeReaderQualification |
AgeReaderQualificationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AgeReaderQualification> |
AgeReaderQualificationDao.create(Collection<AgeReaderQualification> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification and adds
from the passed in
entities collection |
Collection<AgeReaderQualification> |
AgeReaderQualificationDaoBase.create(Collection<AgeReaderQualification> entities) |
Collection<AgeReaderQualification> |
AgeReaderQualificationDao.loadAll()
Loads all entities of type
AgeReaderQualification. |
Collection<AgeReaderQualification> |
AgeReaderQualificationDaoBase.loadAll() |
Set<AgeReaderQualification> |
AgeReaderQualificationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AgeReaderQualification> |
AgeReaderQualificationDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
AgeReaderQualification |
AgeReaderQualificationDao.create(AgeReaderQualification ageReaderQualification)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification and adds it to the persistent store.
|
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(AgeReaderQualification ageReaderQualification) |
Object |
AgeReaderQualificationDao.create(int transform,
AgeReaderQualification ageReaderQualification)
Does the same thing as
AgeReaderQualificationDao.create(fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification) with an
additional flag called transform. |
Object |
AgeReaderQualificationDaoBase.create(int transform,
AgeReaderQualification ageReaderQualification) |
void |
AgeReaderQualificationDao.remove(AgeReaderQualification ageReaderQualification)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification from the persistent store.
|
void |
AgeReaderQualificationDaoBase.remove(AgeReaderQualification ageReaderQualification) |
protected Object |
AgeReaderQualificationDaoBase.transformEntity(int transform,
AgeReaderQualification 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.ageReader.AgeReaderQualificationDao, please note
that the AgeReaderQualificationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
AgeReaderQualificationDao.update(AgeReaderQualification ageReaderQualification)
Updates the
ageReaderQualification instance in the persistent store. |
void |
AgeReaderQualificationDaoBase.update(AgeReaderQualification ageReaderQualification) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AgeReaderQualification> |
AgeReaderQualificationDao.create(Collection<AgeReaderQualification> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification and adds
from the passed in
entities collection |
Collection<AgeReaderQualification> |
AgeReaderQualificationDaoBase.create(Collection<AgeReaderQualification> entities) |
Collection<?> |
AgeReaderQualificationDao.create(int transform,
Collection<AgeReaderQualification> entities)
Does the same thing as
AgeReaderQualificationDao.create(fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification) with an
additional flag called transform. |
Collection<?> |
AgeReaderQualificationDaoBase.create(int transform,
Collection<AgeReaderQualification> entities) |
void |
AgeReaderQualificationDao.remove(Collection<AgeReaderQualification> entities)
Removes all entities in the given
entities |
void |
AgeReaderQualificationDaoBase.remove(Collection<AgeReaderQualification> entities) |
void |
AgeReaderQualificationDao.update(Collection<AgeReaderQualification> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
AgeReaderQualificationDaoBase.update(Collection<AgeReaderQualification> entities) |
Copyright © 2013. All Rights Reserved.