| 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,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Program2Department |
Program2DepartmentDao.create(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department
instance from all attributes and
properties and adds it to the persistent store. |
Program2Department |
Program2DepartmentDaoBase.create(Department department,
Program program,
ProgramPrivilege programPrivilege) |
Program2Department |
Program2DepartmentDao.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Department |
Program2DepartmentDaoBase.create(Program2Department program2Department) |
Program2Department |
Program2DepartmentDao.create(Program2Department program2Department)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department and adds it to the persistent store.
|
Program2Department |
Program2DepartmentDaoBase.load(Integer id) |
Program2Department |
Program2DepartmentDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department from the persistent store.
|
static Program2Department |
Program2Department.Factory.newInstance()
Constructs a new instance of
Program2Department. |
static Program2Department |
Program2Department.Factory.newInstance(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Department, taking all possible properties
(except the identifier(s))as arguments. |
static Program2Department |
Program2Department.Factory.newInstance(Department department,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Department, taking all required and/or
read-only properties as arguments. |
protected Program2Department |
Program2DepartmentDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Program2Department> |
Program2DepartmentDaoBase.create(Collection<Program2Department> entities) |
Collection<Program2Department> |
Program2DepartmentDao.create(Collection<Program2Department> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department and adds
from the passed in
entities collection |
Collection<Program2Department> |
Program.getProgram2Departments() |
Collection<Program2Department> |
ProgramPrivilege.getProgram2Departments() |
Collection<Program2Department> |
Program2DepartmentDaoBase.loadAll() |
Collection<Program2Department> |
Program2DepartmentDao.loadAll()
Loads all entities of type
Program2Department. |
Set<Program2Department> |
Program2DepartmentDaoBase.search(Search search) |
Set<Program2Department> |
Program2DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Program2DepartmentDaoBase.create(int transform,
Program2Department program2Department) |
Object |
Program2DepartmentDao.create(int transform,
Program2Department program2Department)
Does the same thing as
Program2DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department) with an
additional flag called transform. |
Program2Department |
Program2DepartmentDaoBase.create(Program2Department program2Department) |
Program2Department |
Program2DepartmentDao.create(Program2Department program2Department)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department and adds it to the persistent store.
|
void |
Program2DepartmentDaoBase.remove(Program2Department program2Department) |
void |
Program2DepartmentDao.remove(Program2Department program2Department)
Removes the instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department from the persistent store.
|
protected 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 fr.ifremer.adagio.core.dao.administration.programStrategy.Program2DepartmentDao, please note
that the Program2DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Program2DepartmentDaoBase.update(Program2Department program2Department) |
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) |
Collection<Program2Department> |
Program2DepartmentDao.create(Collection<Program2Department> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department and adds
from the passed in
entities collection |
Collection<?> |
Program2DepartmentDaoBase.create(int transform,
Collection<Program2Department> entities) |
Collection<?> |
Program2DepartmentDao.create(int transform,
Collection<Program2Department> entities)
Does the same thing as
Program2DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department) with an
additional flag called transform. |
ProgramPrivilege |
ProgramPrivilegeDao.create(Integer id,
String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.ProgramPrivilege
instance from all attributes and
properties and adds it to the persistent store. |
ProgramPrivilege |
ProgramPrivilegeDaoBase.create(Integer id,
String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments) |
Object |
ProgramPrivilegeDao.create(int transform,
Integer id,
String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.Integer,java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
ProgramPrivilegeDaoBase.create(int transform,
Integer id,
String label,
String name,
Timestamp updateDate,
Collection<Program2Person> program2Persons,
Collection<Program2Department> program2Departments) |
Object |
ProgramDaoBase.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Object |
ProgramDao.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Program |
ProgramDaoBase.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Program |
ProgramDao.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program
instance from all attributes and
properties and adds it to the persistent store. |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
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) |
void |
Program2DepartmentDao.remove(Collection<Program2Department> entities)
Removes all entities in the given
entities |
void |
Program.setProgram2Departments(Collection<Program2Department> program2Departments) |
void |
ProgramPrivilege.setProgram2Departments(Collection<Program2Department> program2Departments) |
void |
Program2DepartmentDaoBase.update(Collection<Program2Department> entities) |
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() |
| Modifier and Type | Method and Description |
|---|---|
Object |
DepartmentDaoBase.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Object |
DepartmentDao.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,java.util.Collection with an
additional flag called transform. |
Department |
DepartmentDaoBase.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Department |
DepartmentDao.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Department
instance from all attributes and
properties and adds it to the persistent store. |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Department, taking all possible properties
(except the identifier(s))as arguments. |
void |
Department.setProgram2Departments(Collection<Program2Department> program2Departments) |
Copyright © 2013. All Rights Reserved.