Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy | |
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Class and Description |
---|---|
class |
Program2DepartmentImpl |
Modifier and Type | Method and Description |
---|---|
Program2Department |
Program2DepartmentDaoBase.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Department |
Program2DepartmentDao.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Department |
Program2DepartmentDaoBase.create(Program2Department program2Department)
Creates an instance of Program2Department and adds it to the persistent store.
|
Program2Department |
Program2DepartmentDao.create(Program2Department program2Department)
Creates an instance of Program2Department and adds it to the persistent store.
|
Program2Department |
Program2DepartmentDaoBase.get(Integer id)
Gets an instance of Program2Department from the persistent store.
|
Program2Department |
Program2DepartmentDao.get(Integer id)
Gets an instance of Program2Department from the persistent store.
|
Program2Department |
Program2DepartmentDaoBase.load(Integer id)
Loads an instance of Program2Department from the persistent store.
|
Program2Department |
Program2DepartmentDao.load(Integer id)
Loads an instance of Program2Department from the persistent store.
|
static Program2Department |
Program2Department.Factory.newInstance()
Constructs a new instance of
Program2Department . |
static Program2Department |
Program2Department.Factory.newInstance(ProgramPrivilege programPrivilege,
Department department,
Location location,
Program program)
Constructs a new instance of
Program2Department , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Department |
Program2Department.Factory.newInstance(ProgramPrivilege programPrivilege,
Department department,
Program program)
Constructs a new instance of
Program2Department , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Program2Department |
Program2DepartmentDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Department> |
Program2DepartmentDaoBase.create(Collection<Program2Department> entities)
Creates a new instance of Program2Department and adds
from the passed in
entities collection |
Collection<Program2Department> |
Program2DepartmentDao.create(Collection<Program2Department> entities)
Creates a new instance of Program2Department and adds
from the passed in
entities collection |
Collection<Program2Department> |
ProgramPrivilege.getProgram2Departments()
Liste des droits d''un service pour un programme particulier
|
Collection<Program2Department> |
Program.getProgram2Departments()
Liste des droits d''un service pour un programme particulier
|
Collection<Program2Department> |
Program2DepartmentDaoBase.loadAll()
Loads all entities of type
Program2Department . |
Collection<Program2Department> |
Program2DepartmentDao.loadAll()
Loads all entities of type
Program2Department . |
Set<Program2Department> |
Program2DepartmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2Department> |
Program2DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
ProgramPrivilege.addProgram2Departments(Program2Department elementToAdd)
Liste des droits d''un service pour un programme particulier
|
boolean |
Program.addProgram2Departments(Program2Department elementToAdd)
Liste des droits d''un service pour un programme particulier
|
int |
Program2Department.compareTo(Program2Department o) |
Object |
Program2DepartmentDaoBase.create(int transform,
Program2Department program2Department)
Does the same thing as
Program2DepartmentDao.create(Program2Department) with an
additional flag called transform . |
Object |
Program2DepartmentDao.create(int transform,
Program2Department program2Department)
Does the same thing as
Program2DepartmentDao.create(Program2Department) with an
additional flag called transform . |
Program2Department |
Program2DepartmentDaoBase.create(Program2Department program2Department)
Creates an instance of Program2Department and adds it to the persistent store.
|
Program2Department |
Program2DepartmentDao.create(Program2Department program2Department)
Creates an instance of Program2Department and adds it to the persistent store.
|
void |
Program2DepartmentDaoBase.remove(Program2Department program2Department)
Removes the instance of Program2Department from the persistent store.
|
void |
Program2DepartmentDao.remove(Program2Department program2Department)
Removes the instance of Program2Department from the persistent store.
|
boolean |
ProgramPrivilege.removeProgram2Departments(Program2Department elementToRemove)
Liste des droits d''un service pour un programme particulier
|
boolean |
Program.removeProgram2Departments(Program2Department elementToRemove)
Liste des droits d''un service pour un programme particulier
|
Object |
Program2DepartmentDaoBase.transformEntity(int transform,
Program2Department 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 Program2DepartmentDao , please note
that the Program2DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Program2DepartmentDao.transformEntity(int transform,
Program2Department 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 Program2DepartmentDao , please note
that the Program2DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Program2DepartmentDaoBase.update(Program2Department program2Department)
Updates the
program2Department instance in the persistent store. |
void |
Program2DepartmentDao.update(Program2Department program2Department)
Updates the
program2Department instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Department> |
Program2DepartmentDaoBase.create(Collection<Program2Department> entities)
Creates a new instance of Program2Department and adds
from the passed in
entities collection |
Collection<Program2Department> |
Program2DepartmentDao.create(Collection<Program2Department> entities)
Creates a new instance of Program2Department and adds
from the passed in
entities collection |
Collection<?> |
Program2DepartmentDaoBase.create(int transform,
Collection<Program2Department> entities)
Does the same thing as
Program2DepartmentDao.create(Program2Department) with an
additional flag called transform . |
Collection<?> |
Program2DepartmentDao.create(int transform,
Collection<Program2Department> entities)
Does the same thing as
Program2DepartmentDao.create(Program2Department) 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 |
Program2DepartmentDaoBase.remove(Collection<Program2Department> entities)
Removes all entities in the given
entities collection. |
void |
Program2DepartmentDao.remove(Collection<Program2Department> entities)
Removes all entities in the given
entities collection. |
void |
ProgramPrivilege.setProgram2Departments(Collection<Program2Department> program2DepartmentsIn)
Liste des droits d''un service pour un programme particulier
|
void |
Program.setProgram2Departments(Collection<Program2Department> program2DepartmentsIn)
Liste des droits d''un service pour un programme particulier
|
void |
Program2DepartmentDaoBase.update(Collection<Program2Department> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Program2DepartmentDao.update(Collection<Program2Department> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program2Department> |
Department.getProgram2Departments()
Liste des droits d''un service pour un programme particulier
|
Modifier and Type | Method and Description |
---|---|
boolean |
Department.addProgram2Departments(Program2Department elementToAdd)
Liste des droits d''un service pour un programme particulier
|
boolean |
Department.removeProgram2Departments(Program2Department elementToRemove)
Liste des droits d''un service pour un programme particulier
|
Modifier and Type | Method and Description |
---|---|
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Department parentDepartment,
Collection<Program2Department> program2Departments,
Collection<Department> departments,
Status status)
Constructs a new instance of
Department , taking all possible properties
(except the identifier(s))as arguments. |
void |
Department.setProgram2Departments(Collection<Program2Department> program2DepartmentsIn)
Liste des droits d''un service pour un programme particulier
|
Copyright © 2012–2014 IFREMER. All rights reserved.