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