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