Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
ProgramPrivilegeImpl |
Modifier and Type | Method and Description |
---|---|
ProgramPrivilege |
ProgramPrivilegeDaoBase.create(Integer id,
String label,
String name,
Timestamp updateDate)
Creates a new
ProgramPrivilege
instance from all attributes and adds it to
the persistent store. |
ProgramPrivilege |
ProgramPrivilegeDao.create(Integer id,
String label,
String name,
Timestamp updateDate)
Creates a new
ProgramPrivilege
instance from all attributes and adds it to
the persistent store. |
ProgramPrivilege |
ProgramPrivilegeDaoBase.create(ProgramPrivilege programPrivilege)
Creates an instance of ProgramPrivilege and adds it to the persistent store.
|
ProgramPrivilege |
ProgramPrivilegeDao.create(ProgramPrivilege programPrivilege)
Creates an instance of ProgramPrivilege and adds it to the persistent store.
|
ProgramPrivilege |
ProgramPrivilegeDaoBase.get(Integer id)
Gets an instance of ProgramPrivilege from the persistent store.
|
ProgramPrivilege |
ProgramPrivilegeDao.get(Integer id)
Gets an instance of ProgramPrivilege from the persistent store.
|
ProgramPrivilege |
Program2Person.getProgramPrivilege()
Identifiant du privilège (droit) sur les programmes
|
ProgramPrivilege |
Program2Department.getProgramPrivilege()
Identifiant du privilège (droit) sur les programmes
|
ProgramPrivilege |
ProgramPrivilegeDaoBase.load(Integer id)
Loads an instance of ProgramPrivilege from the persistent store.
|
ProgramPrivilege |
ProgramPrivilegeDao.load(Integer id)
Loads an instance of ProgramPrivilege from the persistent store.
|
static ProgramPrivilege |
ProgramPrivilege.Factory.newInstance()
Constructs a new instance of
ProgramPrivilege . |
static ProgramPrivilege |
ProgramPrivilege.Factory.newInstance(String label,
String name,
Timestamp updateDate)
Constructs a new instance of
ProgramPrivilege , taking all required and/or
read-only properties as arguments, except for identifiers. |
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. |
protected ProgramPrivilege |
ProgramPrivilegeDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<ProgramPrivilege> |
ProgramPrivilegeDaoBase.create(Collection<ProgramPrivilege> entities)
Creates a new instance of ProgramPrivilege and adds
from the passed in
entities collection |
Collection<ProgramPrivilege> |
ProgramPrivilegeDao.create(Collection<ProgramPrivilege> entities)
Creates a new instance of ProgramPrivilege and adds
from the passed in
entities collection |
Collection<ProgramPrivilege> |
ProgramPrivilegeDaoBase.loadAll()
Loads all entities of type
ProgramPrivilege . |
Collection<ProgramPrivilege> |
ProgramPrivilegeDao.loadAll()
Loads all entities of type
ProgramPrivilege . |
Set<ProgramPrivilege> |
ProgramPrivilegeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProgramPrivilege> |
ProgramPrivilegeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
ProgramPrivilege.compareTo(ProgramPrivilege o) |
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. |
Object |
Program2DepartmentDaoBase.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2DepartmentDao.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2PersonDaoBase.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2PersonDao.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
ProgramPrivilegeDaoBase.create(int transform,
ProgramPrivilege programPrivilege)
Does the same thing as
ProgramPrivilegeDao.create(ProgramPrivilege) with an
additional flag called transform . |
Object |
ProgramPrivilegeDao.create(int transform,
ProgramPrivilege programPrivilege)
Does the same thing as
ProgramPrivilegeDao.create(ProgramPrivilege) with an
additional flag called transform . |
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. |
ProgramPrivilege |
ProgramPrivilegeDaoBase.create(ProgramPrivilege programPrivilege)
Creates an instance of ProgramPrivilege and adds it to the persistent store.
|
ProgramPrivilege |
ProgramPrivilegeDao.create(ProgramPrivilege programPrivilege)
Creates an instance of ProgramPrivilege and adds it to the persistent store.
|
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. |
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. |
void |
ProgramPrivilegeDaoBase.remove(ProgramPrivilege programPrivilege)
Removes the instance of ProgramPrivilege from the persistent store.
|
void |
ProgramPrivilegeDao.remove(ProgramPrivilege programPrivilege)
Removes the instance of ProgramPrivilege from the persistent store.
|
void |
Program2Person.setProgramPrivilege(ProgramPrivilege programPrivilegeIn)
Identifiant du privilège (droit) sur les programmes
|
void |
Program2Department.setProgramPrivilege(ProgramPrivilege programPrivilegeIn)
Identifiant du privilège (droit) sur les programmes
|
Object |
ProgramPrivilegeDaoBase.transformEntity(int transform,
ProgramPrivilege 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 ProgramPrivilegeDao , please note
that the ProgramPrivilegeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
ProgramPrivilegeDao.transformEntity(int transform,
ProgramPrivilege 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.ProgramPrivilegeDao , please note
that the ProgramPrivilegeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ProgramPrivilegeDaoBase.update(ProgramPrivilege programPrivilege)
Updates the
programPrivilege instance in the persistent store. |
void |
ProgramPrivilegeDao.update(ProgramPrivilege programPrivilege)
Updates the
programPrivilege instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ProgramPrivilege> |
ProgramPrivilegeDaoBase.create(Collection<ProgramPrivilege> entities)
Creates a new instance of ProgramPrivilege and adds
from the passed in
entities collection |
Collection<ProgramPrivilege> |
ProgramPrivilegeDao.create(Collection<ProgramPrivilege> entities)
Creates a new instance of ProgramPrivilege and adds
from the passed in
entities collection |
Collection<?> |
ProgramPrivilegeDaoBase.create(int transform,
Collection<ProgramPrivilege> entities)
Does the same thing as
ProgramPrivilegeDao.create(ProgramPrivilege) with an
additional flag called transform . |
Collection<?> |
ProgramPrivilegeDao.create(int transform,
Collection<ProgramPrivilege> entities)
Does the same thing as
ProgramPrivilegeDao.create(ProgramPrivilege) with an
additional flag called transform . |
void |
ProgramPrivilegeDaoBase.remove(Collection<ProgramPrivilege> entities)
Removes all entities in the given
entities collection. |
void |
ProgramPrivilegeDao.remove(Collection<ProgramPrivilege> entities)
Removes all entities in the given
entities collection. |
void |
ProgramPrivilegeDaoBase.update(Collection<ProgramPrivilege> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ProgramPrivilegeDao.update(Collection<ProgramPrivilege> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.