Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.user |
Modifier and Type | Class and Description |
---|---|
class |
ManagedDataImpl |
Modifier and Type | Method and Description |
---|---|
ManagedData |
ManagedDataDaoBase.create(ManagedData managedData)
Creates an instance of ManagedData and adds it to the persistent store.
|
ManagedData |
ManagedDataDao.create(ManagedData managedData)
Deprecated.
Creates an instance of ManagedData and adds it to the persistent store.
|
ManagedData |
ManagedDataDaoBase.create(ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Creates a new
ManagedData
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedData |
ManagedDataDao.create(ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Deprecated.
Creates a new
ManagedData
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedData |
ManagedDataDaoBase.create(Timestamp updateDate)
Creates a new
ManagedData
instance from all attributes and adds it to
the persistent store. |
ManagedData |
ManagedDataDao.create(Timestamp updateDate)
Deprecated.
Creates a new
ManagedData
instance from all attributes and adds it to
the persistent store. |
ManagedData |
ManagedDataDaoBase.get(Integer id)
Gets an instance of ManagedData from the persistent store.
|
ManagedData |
ManagedDataDao.get(Integer id)
Deprecated.
Gets an instance of ManagedData from the persistent store.
|
ManagedData |
VesselManagePeriod.getManagedData()
Deprecated.
Use Program2person instead
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux développements (utiliser à
la place
les privilèves sur les programmes)
Portefeuille de navires.
Il peut s'agir d'un portefeuille de différent type (enquete d'activité, marées observées en
mer,
campagne en mer, etc.)
Gestion des droits :
- Un portefeuille est géré par un seul utilisateur, qui à les droits de lecture/écriture.
- Un portefeuille peut etre supervisé par une tierce personne, qui aura également les droits
de
lecture/écriture sur les données du portefeuille.
- Un portefeuille peut avoir plusieurs utilisateurs avec des droits de consultation
uniquement
(lecture seule) sur ces données.
|
ManagedData |
ManagedDataTransfer.getManagedData()
Deprecated.
Use Program2person instead
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux développements (utiliser à
la place
les privilèves sur les programmes)
Portefeuille de navires.
Il peut s'agir d'un portefeuille de différent type (enquete d'activité, marées observées en
mer,
campagne en mer, etc.)
Gestion des droits :
- Un portefeuille est géré par un seul utilisateur, qui à les droits de lecture/écriture.
- Un portefeuille peut etre supervisé par une tierce personne, qui aura également les droits
de
lecture/écriture sur les données du portefeuille.
- Un portefeuille peut avoir plusieurs utilisateurs avec des droits de consultation
uniquement
(lecture seule) sur ces données.
|
ManagedData |
ManagedDataDaoBase.load(Integer id)
Loads an instance of ManagedData from the persistent store.
|
ManagedData |
ManagedDataDao.load(Integer id)
Deprecated.
Loads an instance of ManagedData from the persistent store.
|
static ManagedData |
ManagedData.Factory.newInstance()
Constructs a new instance of
ManagedData . |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<Person> viewerUsers,
Person managerUser,
Person supervisorUser,
ManagedDataType managedDataType,
Collection<ManagedDataTransfer> managedDataTransfers)
Constructs a new instance of
ManagedData , taking all possible properties
(except the identifier(s))as arguments. |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Person managerUser,
ManagedDataType managedDataType)
Constructs a new instance of
ManagedData , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected ManagedData |
ManagedDataDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<ManagedData> |
ManagedDataDaoBase.create(Collection<ManagedData> entities)
Creates a new instance of ManagedData and adds
from the passed in
entities collection |
Collection<ManagedData> |
ManagedDataDao.create(Collection<ManagedData> entities)
Deprecated.
Creates a new instance of ManagedData and adds
from the passed in
entities collection |
Collection<ManagedData> |
ManagedDataDaoBase.loadAll()
Loads all entities of type
ManagedData . |
Collection<ManagedData> |
ManagedDataDao.loadAll()
Deprecated.
Loads all entities of type
ManagedData . |
Set<ManagedData> |
ManagedDataDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ManagedData> |
ManagedDataDao.search(Search search)
Deprecated.
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
ManagedData.compareTo(ManagedData o)
Deprecated.
|
Object |
ManagedDataDaoBase.create(int transform,
ManagedData managedData)
Does the same thing as
ManagedDataDao.create(ManagedData) with an
additional flag called transform . |
Object |
ManagedDataDao.create(int transform,
ManagedData managedData)
Deprecated.
Does the same thing as
ManagedDataDao.create(ManagedData) with an
additional flag called transform . |
Object |
ManagedDataTransferDaoBase.create(int transform,
ManagedData managedData,
Person newManagerUser,
Date transferDate)
Does the same thing as
ManagedDataTransferDao.create(Date) with an
additional flag called transform . |
Object |
ManagedDataTransferDao.create(int transform,
ManagedData managedData,
Person newManagerUser,
Date transferDate)
Deprecated.
Does the same thing as
ManagedDataTransferDao.create(Date) with an
additional flag called transform . |
Object |
VesselManagePeriodDaoBase.create(int transform,
ManagedData managedData,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselManagePeriodDao.create(int transform,
ManagedData managedData,
Vessel vessel)
Deprecated.
Does the same thing as
#create() with an
additional flag called transform . |
ManagedData |
ManagedDataDaoBase.create(ManagedData managedData)
Creates an instance of ManagedData and adds it to the persistent store.
|
ManagedData |
ManagedDataDao.create(ManagedData managedData)
Deprecated.
Creates an instance of ManagedData and adds it to the persistent store.
|
ManagedDataTransfer |
ManagedDataTransferDaoBase.create(ManagedData managedData,
Person newManagerUser,
Date transferDate)
Creates a new
ManagedDataTransfer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedDataTransfer |
ManagedDataTransferDao.create(ManagedData managedData,
Person newManagerUser,
Date transferDate)
Deprecated.
Creates a new
ManagedDataTransfer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselManagePeriod |
VesselManagePeriodDaoBase.create(ManagedData managedData,
Vessel vessel)
Creates a new
VesselManagePeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselManagePeriod |
VesselManagePeriodDao.create(ManagedData managedData,
Vessel vessel)
Deprecated.
Creates a new
VesselManagePeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static ManagedDataTransfer |
ManagedDataTransfer.Factory.newInstance(Date transferDate,
ManagedData managedData,
Person newManagerUser)
Constructs a new instance of
ManagedDataTransfer , taking all possible properties
(except the identifier(s))as arguments. |
static VesselManagePeriod |
VesselManagePeriod.Factory.newInstance(Date endDateTime,
Vessel vessel,
ManagedData managedData)
Constructs a new instance of
VesselManagePeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselManagePeriod |
VesselManagePeriod.Factory.newInstance(Vessel vessel,
ManagedData managedData)
Constructs a new instance of
VesselManagePeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
ManagedDataDaoBase.remove(ManagedData managedData)
Removes the instance of ManagedData from the persistent store.
|
void |
ManagedDataDao.remove(ManagedData managedData)
Deprecated.
Removes the instance of ManagedData from the persistent store.
|
void |
VesselManagePeriod.setManagedData(ManagedData managedDataIn)
Deprecated.
Use Program2person instead
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux développements (utiliser à
la place
les privilèves sur les programmes)
Portefeuille de navires.
Il peut s'agir d'un portefeuille de différent type (enquete d'activité, marées observées en
mer,
campagne en mer, etc.)
Gestion des droits :
- Un portefeuille est géré par un seul utilisateur, qui à les droits de lecture/écriture.
- Un portefeuille peut etre supervisé par une tierce personne, qui aura également les droits
de
lecture/écriture sur les données du portefeuille.
- Un portefeuille peut avoir plusieurs utilisateurs avec des droits de consultation
uniquement
(lecture seule) sur ces données.
|
void |
ManagedDataTransfer.setManagedData(ManagedData managedDataIn)
Deprecated.
Use Program2person instead
ATTENTION : NE PLUS UTILISER les portefeuilles dans les nouveaux développements (utiliser à
la place
les privilèves sur les programmes)
Portefeuille de navires.
Il peut s'agir d'un portefeuille de différent type (enquete d'activité, marées observées en
mer,
campagne en mer, etc.)
Gestion des droits :
- Un portefeuille est géré par un seul utilisateur, qui à les droits de lecture/écriture.
- Un portefeuille peut etre supervisé par une tierce personne, qui aura également les droits
de
lecture/écriture sur les données du portefeuille.
- Un portefeuille peut avoir plusieurs utilisateurs avec des droits de consultation
uniquement
(lecture seule) sur ces données.
|
Object |
ManagedDataDaoBase.transformEntity(int transform,
ManagedData 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 ManagedDataDao , please note
that the ManagedDataDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
ManagedDataDao.transformEntity(int transform,
ManagedData entity)
Deprecated.
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.user.ManagedDataDao , please note
that the ManagedDataDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ManagedDataDaoBase.update(ManagedData managedData)
Updates the
managedData instance in the persistent store. |
void |
ManagedDataDao.update(ManagedData managedData)
Deprecated.
Updates the
managedData instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ManagedData> |
ManagedDataDaoBase.create(Collection<ManagedData> entities)
Creates a new instance of ManagedData and adds
from the passed in
entities collection |
Collection<ManagedData> |
ManagedDataDao.create(Collection<ManagedData> entities)
Deprecated.
Creates a new instance of ManagedData and adds
from the passed in
entities collection |
Collection<?> |
ManagedDataDaoBase.create(int transform,
Collection<ManagedData> entities)
Does the same thing as
ManagedDataDao.create(ManagedData) with an
additional flag called transform . |
Collection<?> |
ManagedDataDao.create(int transform,
Collection<ManagedData> entities)
Deprecated.
Does the same thing as
ManagedDataDao.create(ManagedData) with an
additional flag called transform . |
void |
ManagedDataDaoBase.remove(Collection<ManagedData> entities)
Removes all entities in the given
entities collection. |
void |
ManagedDataDao.remove(Collection<ManagedData> entities)
Deprecated.
Removes all entities in the given
entities collection. |
void |
ManagedDataDaoBase.update(Collection<ManagedData> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ManagedDataDao.update(Collection<ManagedData> entities)
Deprecated.
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.