Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy | |
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Class and Description |
---|---|
class |
Program2PersonImpl |
Modifier and Type | Method and Description |
---|---|
Program2Person |
Program2PersonDaoBase.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Person |
Program2PersonDao.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Person |
Program2PersonDaoBase.create(Program2Person program2Person)
Creates an instance of Program2Person and adds it to the persistent store.
|
Program2Person |
Program2PersonDao.create(Program2Person program2Person)
Creates an instance of Program2Person and adds it to the persistent store.
|
Program2Person |
Program2PersonDaoBase.get(Integer id)
Gets an instance of Program2Person from the persistent store.
|
Program2Person |
Program2PersonDao.get(Integer id)
Gets an instance of Program2Person from the persistent store.
|
Program2Person |
Program2PersonException.getProgram2Person()
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Program2Person |
Program2PersonDaoBase.load(Integer id)
Loads an instance of Program2Person from the persistent store.
|
Program2Person |
Program2PersonDao.load(Integer id)
Loads an instance of Program2Person from the persistent store.
|
static Program2Person |
Program2Person.Factory.newInstance()
Constructs a new instance of
Program2Person . |
static Program2Person |
Program2Person.Factory.newInstance(Collection<Program2PersonException> program2PersonExceptions,
Person referencePerson,
Person person,
ProgramPrivilege programPrivilege,
Program program,
Location location)
Constructs a new instance of
Program2Person , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Person |
Program2Person.Factory.newInstance(Person person,
ProgramPrivilege programPrivilege,
Program program)
Constructs a new instance of
Program2Person , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Program2Person |
Program2PersonDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Person> |
Program2PersonDaoBase.create(Collection<Program2Person> entities)
Creates a new instance of Program2Person and adds
from the passed in
entities collection |
Collection<Program2Person> |
Program2PersonDao.create(Collection<Program2Person> entities)
Creates a new instance of Program2Person and adds
from the passed in
entities collection |
Collection<Program2Person> |
ProgramPrivilege.getProgram2Persons()
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Collection<Program2Person> |
Program.getProgramUsers()
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Collection<Program2Person> |
Program2PersonDaoBase.loadAll()
Loads all entities of type
Program2Person . |
Collection<Program2Person> |
Program2PersonDao.loadAll()
Loads all entities of type
Program2Person . |
Set<Program2Person> |
Program2PersonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Person> |
Program2PersonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
ProgramPrivilege.addProgram2Persons(Program2Person elementToAdd)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
boolean |
Program.addProgramUsers(Program2Person elementToAdd)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
int |
Program2Person.compareTo(Program2Person o) |
Program2PersonException |
Program2PersonExceptionDaoBase.create(Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Creates a new
Program2PersonException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2PersonException |
Program2PersonExceptionDao.create(Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Creates a new
Program2PersonException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
Program2PersonExceptionDaoBase.create(int transform,
Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
Program2PersonExceptionDao.create(int transform,
Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
Program2PersonDaoBase.create(int transform,
Program2Person program2Person)
Does the same thing as
Program2PersonDao.create(Program2Person) with an
additional flag called transform . |
Object |
Program2PersonDao.create(int transform,
Program2Person program2Person)
Does the same thing as
Program2PersonDao.create(Program2Person) with an
additional flag called transform . |
Program2Person |
Program2PersonDaoBase.create(Program2Person program2Person)
Creates an instance of Program2Person and adds it to the persistent store.
|
Program2Person |
Program2PersonDao.create(Program2Person program2Person)
Creates an instance of Program2Person and adds it to the persistent store.
|
static Program2PersonException |
Program2PersonException.Factory.newInstance(Boolean isExclude,
String description,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all possible properties
(except the identifier(s))as arguments. |
static Program2PersonException |
Program2PersonException.Factory.newInstance(Boolean isExclude,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Program2PersonDaoBase.remove(Program2Person program2Person)
Removes the instance of Program2Person from the persistent store.
|
void |
Program2PersonDao.remove(Program2Person program2Person)
Removes the instance of Program2Person from the persistent store.
|
boolean |
ProgramPrivilege.removeProgram2Persons(Program2Person elementToRemove)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
boolean |
Program.removeProgramUsers(Program2Person elementToRemove)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
void |
Program2PersonException.setProgram2Person(Program2Person program2PersonIn)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Object |
Program2PersonDaoBase.transformEntity(int transform,
Program2Person 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 Program2PersonDao , please note
that the Program2PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Program2PersonDao.transformEntity(int transform,
Program2Person 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 Program2PersonDao , please note
that the Program2PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Program2PersonDaoBase.update(Program2Person program2Person)
Updates the
program2Person instance in the persistent store. |
void |
Program2PersonDao.update(Program2Person program2Person)
Updates the
program2Person instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Person> |
Program2PersonDaoBase.create(Collection<Program2Person> entities)
Creates a new instance of Program2Person and adds
from the passed in
entities collection |
Collection<Program2Person> |
Program2PersonDao.create(Collection<Program2Person> entities)
Creates a new instance of Program2Person and adds
from the passed in
entities collection |
Collection<?> |
Program2PersonDaoBase.create(int transform,
Collection<Program2Person> entities)
Does the same thing as
Program2PersonDao.create(Program2Person) with an
additional flag called transform . |
Collection<?> |
Program2PersonDao.create(int transform,
Collection<Program2Person> entities)
Does the same thing as
Program2PersonDao.create(Program2Person) with an
additional flag called transform . |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
TaxonGroupType taxonGroupType,
Collection<Program2Person> programUsers,
Collection<Strategy> strategies,
GearClassification gearClassification,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program , taking all possible properties
(except the identifier(s))as arguments. |
static ProgramPrivilege |
ProgramPrivilege.Factory.newInstance(String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments)
Constructs a new instance of
ProgramPrivilege , taking all possible properties
(except the identifier(s))as arguments. |
void |
Program2PersonDaoBase.remove(Collection<Program2Person> entities)
Removes all entities in the given
entities collection. |
void |
Program2PersonDao.remove(Collection<Program2Person> entities)
Removes all entities in the given
entities collection. |
void |
ProgramPrivilege.setProgram2Persons(Collection<Program2Person> program2PersonsIn)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
void |
Program.setProgramUsers(Collection<Program2Person> programUsersIn)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
void |
Program2PersonDaoBase.update(Collection<Program2Person> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Program2PersonDao.update(Collection<Program2Person> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Person> |
Person.getProgram2Persons()
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Modifier and Type | Method and Description |
---|---|
boolean |
Person.addProgram2Persons(Program2Person elementToAdd)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
boolean |
Person.removeProgram2Persons(Program2Person elementToRemove)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Modifier and Type | Method and Description |
---|---|
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 |
Person.setProgram2Persons(Collection<Program2Person> program2PersonsIn)
Définis les privilèges d'un utilsiateur sur un progamme, ou sur un
|
Copyright © 2012–2014 IFREMER. All rights reserved.