| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.transcribing |
| Modifier and Type | Class and Description |
|---|---|
class |
TranscribingItemImpl |
| Modifier and Type | Method and Description |
|---|---|
TranscribingItem |
TranscribingItemDao.create(Integer objectId,
String externalCode,
String objectCode,
Timestamp updateDate,
TranscribingItemType transcribingItemType)
Creates a new
fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingItem |
TranscribingItemDaoBase.create(Integer objectId,
String externalCode,
String objectCode,
Timestamp updateDate,
TranscribingItemType transcribingItemType) |
TranscribingItem |
TranscribingItemDao.create(String externalCode,
TranscribingItemType transcribingItemType)
Creates a new
fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingItem |
TranscribingItemDaoBase.create(String externalCode,
TranscribingItemType transcribingItemType) |
TranscribingItem |
TranscribingItemDao.create(TranscribingItem transcribingItem)
Creates an instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem and adds it to the persistent store.
|
TranscribingItem |
TranscribingItemDaoBase.create(TranscribingItem transcribingItem) |
TranscribingItem |
TranscribingItemDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem from the persistent store.
|
TranscribingItem |
TranscribingItemDaoBase.load(Integer id) |
static TranscribingItem |
TranscribingItem.Factory.newInstance()
Constructs a new instance of
TranscribingItem. |
static TranscribingItem |
TranscribingItem.Factory.newInstance(Integer objectId,
String externalCode,
String objectCode,
Timestamp updateDate,
TranscribingItemType transcribingItemType)
Constructs a new instance of
TranscribingItem, taking all possible properties
(except the identifier(s))as arguments. |
static TranscribingItem |
TranscribingItem.Factory.newInstance(String externalCode,
TranscribingItemType transcribingItemType)
Constructs a new instance of
TranscribingItem, taking all required and/or
read-only properties as arguments. |
protected TranscribingItem |
TranscribingItemDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TranscribingItem> |
TranscribingItemDao.create(Collection<TranscribingItem> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem and adds
from the passed in
entities collection |
Collection<TranscribingItem> |
TranscribingItemDaoBase.create(Collection<TranscribingItem> entities) |
Collection<TranscribingItem> |
TranscribingItemDao.loadAll()
Loads all entities of type
TranscribingItem. |
Collection<TranscribingItem> |
TranscribingItemDaoBase.loadAll() |
Set<TranscribingItem> |
TranscribingItemDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingItem> |
TranscribingItemDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TranscribingItemDao.create(int transform,
TranscribingItem transcribingItem)
Does the same thing as
TranscribingItemDao.create(fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem) with an
additional flag called transform. |
Object |
TranscribingItemDaoBase.create(int transform,
TranscribingItem transcribingItem) |
TranscribingItem |
TranscribingItemDao.create(TranscribingItem transcribingItem)
Creates an instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem and adds it to the persistent store.
|
TranscribingItem |
TranscribingItemDaoBase.create(TranscribingItem transcribingItem) |
void |
TranscribingItemDao.remove(TranscribingItem transcribingItem)
Removes the instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem from the persistent store.
|
void |
TranscribingItemDaoBase.remove(TranscribingItem transcribingItem) |
protected Object |
TranscribingItemDaoBase.transformEntity(int transform,
TranscribingItem 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.referential.transcribing.TranscribingItemDao, please note
that the TranscribingItemDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TranscribingItemDao.update(TranscribingItem transcribingItem)
Updates the
transcribingItem instance in the persistent store. |
void |
TranscribingItemDaoBase.update(TranscribingItem transcribingItem) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TranscribingItem> |
TranscribingItemDao.create(Collection<TranscribingItem> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem and adds
from the passed in
entities collection |
Collection<TranscribingItem> |
TranscribingItemDaoBase.create(Collection<TranscribingItem> entities) |
Collection<?> |
TranscribingItemDao.create(int transform,
Collection<TranscribingItem> entities)
Does the same thing as
TranscribingItemDao.create(fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItem) with an
additional flag called transform. |
Collection<?> |
TranscribingItemDaoBase.create(int transform,
Collection<TranscribingItem> entities) |
void |
TranscribingItemDao.remove(Collection<TranscribingItem> entities)
Removes all entities in the given
entities |
void |
TranscribingItemDaoBase.remove(Collection<TranscribingItem> entities) |
void |
TranscribingItemDao.update(Collection<TranscribingItem> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TranscribingItemDaoBase.update(Collection<TranscribingItem> entities) |
Copyright © 2013. All Rights Reserved.