Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
Program2PersonExceptionImpl |
Modifier and Type | Method and Description |
---|---|
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. |
Program2PersonException |
Program2PersonExceptionDaoBase.create(Boolean isExclude,
String description)
Creates a new
Program2PersonException
instance from all attributes and adds it to
the persistent store. |
Program2PersonException |
Program2PersonExceptionDao.create(Boolean isExclude,
String description)
Creates a new
Program2PersonException
instance from all attributes and adds it to
the persistent store. |
Program2PersonException |
Program2PersonExceptionDaoBase.create(Program2PersonException program2PersonException)
Creates an instance of Program2PersonException and adds it to the persistent store.
|
Program2PersonException |
Program2PersonExceptionDao.create(Program2PersonException program2PersonException)
Creates an instance of Program2PersonException and adds it to the persistent store.
|
Program2PersonException |
Program2PersonExceptionDaoBase.get(Program2PersonExceptionPK program2PersonExceptionPk)
Gets an instance of Program2PersonException from the persistent store.
|
Program2PersonException |
Program2PersonExceptionDao.get(Program2PersonExceptionPK program2PersonExceptionPk)
Gets an instance of Program2PersonException from the persistent store.
|
Program2PersonException |
Program2PersonExceptionDaoBase.load(Program2PersonExceptionPK program2PersonExceptionPk)
Loads an instance of Program2PersonException from the persistent store.
|
Program2PersonException |
Program2PersonExceptionDao.load(Program2PersonExceptionPK program2PersonExceptionPk)
Loads an instance of Program2PersonException from the persistent store.
|
static Program2PersonException |
Program2PersonException.Factory.newInstance()
Constructs a new instance of
Program2PersonException . |
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. |
protected Program2PersonException |
Program2PersonExceptionDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Program2PersonException> |
Program2PersonExceptionDaoBase.create(Collection<Program2PersonException> entities)
Creates a new instance of Program2PersonException and adds
from the passed in
entities collection |
Collection<Program2PersonException> |
Program2PersonExceptionDao.create(Collection<Program2PersonException> entities)
Creates a new instance of Program2PersonException and adds
from the passed in
entities collection |
Collection<Program2PersonException> |
Program2Person.getProgram2PersonExceptions()
Permet d'inclure ou d'exlure des navires d'un lieu sur lequel un utilisateur à des droits.
|
Collection<Program2PersonException> |
Program2PersonExceptionDaoBase.loadAll()
Loads all entities of type
Program2PersonException . |
Collection<Program2PersonException> |
Program2PersonExceptionDao.loadAll()
Loads all entities of type
Program2PersonException . |
Set<Program2PersonException> |
Program2PersonExceptionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program2PersonException> |
Program2PersonExceptionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Program2Person.addProgram2PersonExceptions(Program2PersonException elementToAdd)
Permet d'inclure ou d'exlure des navires d'un lieu sur lequel un utilisateur à des droits.
|
int |
Program2PersonException.compareTo(Program2PersonException o) |
Object |
Program2PersonExceptionDaoBase.create(int transform,
Program2PersonException program2PersonException)
Does the same thing as
Program2PersonExceptionDao.create(Program2PersonException) with an
additional flag called transform . |
Object |
Program2PersonExceptionDao.create(int transform,
Program2PersonException program2PersonException)
Does the same thing as
Program2PersonExceptionDao.create(Program2PersonException) with an
additional flag called transform . |
Program2PersonException |
Program2PersonExceptionDaoBase.create(Program2PersonException program2PersonException)
Creates an instance of Program2PersonException and adds it to the persistent store.
|
Program2PersonException |
Program2PersonExceptionDao.create(Program2PersonException program2PersonException)
Creates an instance of Program2PersonException and adds it to the persistent store.
|
void |
Program2PersonExceptionDaoBase.remove(Program2PersonException program2PersonException)
Removes the instance of Program2PersonException from the persistent store.
|
void |
Program2PersonExceptionDao.remove(Program2PersonException program2PersonException)
Removes the instance of Program2PersonException from the persistent store.
|
boolean |
Program2Person.removeProgram2PersonExceptions(Program2PersonException elementToRemove)
Permet d'inclure ou d'exlure des navires d'un lieu sur lequel un utilisateur à des droits.
|
Object |
Program2PersonExceptionDaoBase.transformEntity(int transform,
Program2PersonException 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 Program2PersonExceptionDao , please note
that the Program2PersonExceptionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Program2PersonExceptionDao.transformEntity(int transform,
Program2PersonException 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.Program2PersonExceptionDao , please note
that the Program2PersonExceptionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Program2PersonExceptionDaoBase.update(Program2PersonException program2PersonException)
Updates the
program2PersonException instance in the persistent store. |
void |
Program2PersonExceptionDao.update(Program2PersonException program2PersonException)
Updates the
program2PersonException instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program2PersonException> |
Program2PersonExceptionDaoBase.create(Collection<Program2PersonException> entities)
Creates a new instance of Program2PersonException and adds
from the passed in
entities collection |
Collection<Program2PersonException> |
Program2PersonExceptionDao.create(Collection<Program2PersonException> entities)
Creates a new instance of Program2PersonException and adds
from the passed in
entities collection |
Collection<?> |
Program2PersonExceptionDaoBase.create(int transform,
Collection<Program2PersonException> entities)
Does the same thing as
Program2PersonExceptionDao.create(Program2PersonException) with an
additional flag called transform . |
Collection<?> |
Program2PersonExceptionDao.create(int transform,
Collection<Program2PersonException> entities)
Does the same thing as
Program2PersonExceptionDao.create(Program2PersonException) with an
additional flag called transform . |
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. |
void |
Program2PersonExceptionDaoBase.remove(Collection<Program2PersonException> entities)
Removes all entities in the given
entities collection. |
void |
Program2PersonExceptionDao.remove(Collection<Program2PersonException> entities)
Removes all entities in the given
entities collection. |
void |
Program2Person.setProgram2PersonExceptions(Collection<Program2PersonException> program2PersonExceptionsIn)
Permet d'inclure ou d'exlure des navires d'un lieu sur lequel un utilisateur à des droits.
|
void |
Program2PersonExceptionDaoBase.update(Collection<Program2PersonException> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Program2PersonExceptionDao.update(Collection<Program2PersonException> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.