| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.user |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedDataTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
ManagedDataType |
ManagedDataTypeDaoBase.create(Integer id,
String name,
Status status) |
ManagedDataType |
ManagedDataTypeDao.create(Integer id,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ManagedDataType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedDataType |
ManagedDataTypeDaoBase.create(Integer id,
String name,
Timestamp updateDate,
Status status) |
ManagedDataType |
ManagedDataTypeDao.create(Integer id,
String name,
Timestamp updateDate,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ManagedDataType
instance from all attributes and
properties and adds it to the persistent store. |
ManagedDataType |
ManagedDataTypeDaoBase.create(ManagedDataType managedDataType) |
ManagedDataType |
ManagedDataTypeDao.create(ManagedDataType managedDataType)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType and adds it to the persistent store.
|
ManagedDataType |
ManagedData.getManagedDataType()
Deprecated.
|
ManagedDataType |
ManagedDataTypeDaoBase.load(Integer id) |
ManagedDataType |
ManagedDataTypeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType from the persistent store.
|
static ManagedDataType |
ManagedDataType.Factory.newInstance()
Constructs a new instance of
ManagedDataType. |
static ManagedDataType |
ManagedDataType.Factory.newInstance(String name,
Status status)
Constructs a new instance of
ManagedDataType, taking all required and/or
read-only properties as arguments. |
static ManagedDataType |
ManagedDataType.Factory.newInstance(String name,
Timestamp updateDate,
Status status)
Constructs a new instance of
ManagedDataType, taking all possible properties
(except the identifier(s))as arguments. |
protected ManagedDataType |
ManagedDataTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ManagedDataType> |
ManagedDataTypeDaoBase.create(Collection<ManagedDataType> entities) |
Collection<ManagedDataType> |
ManagedDataTypeDao.create(Collection<ManagedDataType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType and adds
from the passed in
entities collection |
Collection<ManagedDataType> |
ManagedDataTypeDaoBase.loadAll() |
Collection<ManagedDataType> |
ManagedDataTypeDao.loadAll()
Loads all entities of type
ManagedDataType. |
Set<ManagedDataType> |
ManagedDataTypeDaoBase.search(Search search) |
Set<ManagedDataType> |
ManagedDataTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ManagedDataTypeDaoBase.create(int transform,
ManagedDataType managedDataType) |
Object |
ManagedDataTypeDao.create(int transform,
ManagedDataType managedDataType)
Does the same thing as
ManagedDataTypeDao.create(fr.ifremer.adagio.core.dao.administration.user.ManagedDataType) with an
additional flag called transform. |
Object |
ManagedDataDao.create(int transform,
ManagedDataType managedDataType,
Person managerUser)
Does the same thing as
ManagedDataDao.create(fr.ifremer.adagio.core.dao.administration.user.ManagedDataType,fr.ifremer.adagio.core.dao.administration.user.Person) with an
additional flag called transform. |
Object |
ManagedDataDaoBase.create(int transform,
ManagedDataType managedDataType,
Person managerUser) |
Object |
ManagedDataDao.create(int transform,
Timestamp updateDate,
Person managerUser,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<ManagedDataTransfer> managedDataTransfers,
ManagedDataType managedDataType,
Collection<Person> viewerUser,
Person supervisorUser)
Does the same thing as
#create(java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Person,java.util.Collection with an
additional flag called transform. |
Object |
ManagedDataDaoBase.create(int transform,
Timestamp updateDate,
Person managerUser,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<ManagedDataTransfer> managedDataTransfers,
ManagedDataType managedDataType,
Collection<Person> viewerUser,
Person supervisorUser) |
ManagedDataType |
ManagedDataTypeDaoBase.create(ManagedDataType managedDataType) |
ManagedDataType |
ManagedDataTypeDao.create(ManagedDataType managedDataType)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType and adds it to the persistent store.
|
ManagedData |
ManagedDataDao.create(ManagedDataType managedDataType,
Person managerUser)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ManagedData
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedData |
ManagedDataDaoBase.create(ManagedDataType managedDataType,
Person managerUser) |
ManagedData |
ManagedDataDao.create(Timestamp updateDate,
Person managerUser,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<ManagedDataTransfer> managedDataTransfers,
ManagedDataType managedDataType,
Collection<Person> viewerUser,
Person supervisorUser)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ManagedData
instance from all attributes and
properties and adds it to the persistent store. |
ManagedData |
ManagedDataDaoBase.create(Timestamp updateDate,
Person managerUser,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<ManagedDataTransfer> managedDataTransfers,
ManagedDataType managedDataType,
Collection<Person> viewerUser,
Person supervisorUser) |
static ManagedData |
ManagedData.Factory.newInstance(Person managerUser,
ManagedDataType managedDataType)
Constructs a new instance of
ManagedData, taking all required and/or
read-only properties as arguments. |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Person managerUser,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<ManagedDataTransfer> managedDataTransfers,
ManagedDataType managedDataType,
Collection<Person> viewerUser,
Person supervisorUser)
Constructs a new instance of
ManagedData, taking all possible properties
(except the identifier(s))as arguments. |
void |
ManagedDataTypeDaoBase.remove(ManagedDataType managedDataType) |
void |
ManagedDataTypeDao.remove(ManagedDataType managedDataType)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType from the persistent store.
|
void |
ManagedData.setManagedDataType(ManagedDataType managedDataType)
Deprecated.
|
protected Object |
ManagedDataTypeDaoBase.transformEntity(int transform,
ManagedDataType 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.user.ManagedDataTypeDao, please note
that the ManagedDataTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ManagedDataTypeDaoBase.update(ManagedDataType managedDataType) |
void |
ManagedDataTypeDao.update(ManagedDataType managedDataType)
Updates the
managedDataType instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ManagedDataType> |
ManagedDataTypeDaoBase.create(Collection<ManagedDataType> entities) |
Collection<ManagedDataType> |
ManagedDataTypeDao.create(Collection<ManagedDataType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.ManagedDataType and adds
from the passed in
entities collection |
Collection<?> |
ManagedDataTypeDaoBase.create(int transform,
Collection<ManagedDataType> entities) |
Collection<?> |
ManagedDataTypeDao.create(int transform,
Collection<ManagedDataType> entities)
Does the same thing as
ManagedDataTypeDao.create(fr.ifremer.adagio.core.dao.administration.user.ManagedDataType) with an
additional flag called transform. |
void |
ManagedDataTypeDaoBase.remove(Collection<ManagedDataType> entities) |
void |
ManagedDataTypeDao.remove(Collection<ManagedDataType> entities)
Removes all entities in the given
entities |
void |
ManagedDataTypeDaoBase.update(Collection<ManagedDataType> entities) |
void |
ManagedDataTypeDao.update(Collection<ManagedDataType> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.