Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.transcribing |
Modifier and Type | Class and Description |
---|---|
class |
TranscribingSideImpl |
Modifier and Type | Method and Description |
---|---|
TranscribingSide |
TranscribingSideDaoBase.create(String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
TranscribingSide
instance from all attributes and adds it to
the persistent store. |
TranscribingSide |
TranscribingSideDao.create(String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
TranscribingSide
instance from all attributes and adds it to
the persistent store. |
TranscribingSide |
TranscribingSideDaoBase.create(TranscribingSide transcribingSide)
Creates an instance of TranscribingSide and adds it to the persistent store.
|
TranscribingSide |
TranscribingSideDao.create(TranscribingSide transcribingSide)
Creates an instance of TranscribingSide and adds it to the persistent store.
|
TranscribingSide |
TranscribingSideDaoBase.get(Integer id)
Gets an instance of TranscribingSide from the persistent store.
|
TranscribingSide |
TranscribingSideDao.get(Integer id)
Gets an instance of TranscribingSide from the persistent store.
|
TranscribingSide |
TranscribingItemType.getTranscribingSide()
Sens du transcodage.
|
TranscribingSide |
TranscribingSideDaoBase.load(Integer id)
Loads an instance of TranscribingSide from the persistent store.
|
TranscribingSide |
TranscribingSideDao.load(Integer id)
Loads an instance of TranscribingSide from the persistent store.
|
static TranscribingSide |
TranscribingSide.Factory.newInstance()
Constructs a new instance of
TranscribingSide . |
static TranscribingSide |
TranscribingSide.Factory.newInstance(String name,
String description,
String comments,
Timestamp updateDate)
Constructs a new instance of
TranscribingSide , taking all possible properties
(except the identifier(s))as arguments. |
static TranscribingSide |
TranscribingSide.Factory.newInstance(String name,
Timestamp updateDate)
Constructs a new instance of
TranscribingSide , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected TranscribingSide |
TranscribingSideDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<TranscribingSide> |
TranscribingSideDaoBase.create(Collection<TranscribingSide> entities)
Creates a new instance of TranscribingSide and adds
from the passed in
entities collection |
Collection<TranscribingSide> |
TranscribingSideDao.create(Collection<TranscribingSide> entities)
Creates a new instance of TranscribingSide and adds
from the passed in
entities collection |
Collection<TranscribingSide> |
TranscribingSideDaoBase.loadAll()
Loads all entities of type
TranscribingSide . |
Collection<TranscribingSide> |
TranscribingSideDao.loadAll()
Loads all entities of type
TranscribingSide . |
Set<TranscribingSide> |
TranscribingSideDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TranscribingSide> |
TranscribingSideDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
TranscribingSide.compareTo(TranscribingSide o) |
TranscribingItemType |
TranscribingItemTypeDaoBase.create(Boolean isMandatory,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide,
Timestamp updateDate)
Creates a new
TranscribingItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingItemType |
TranscribingItemTypeDao.create(Boolean isMandatory,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide,
Timestamp updateDate)
Creates a new
TranscribingItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TranscribingItemTypeDaoBase.create(int transform,
Boolean isMandatory,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide,
Timestamp updateDate)
Does the same thing as
#create(String, String, Boolean, Timestamp) with an
additional flag called transform . |
Object |
TranscribingItemTypeDao.create(int transform,
Boolean isMandatory,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide,
Timestamp updateDate)
Does the same thing as
#create(String, String, Boolean, Timestamp) with an
additional flag called transform . |
Object |
TranscribingSideDaoBase.create(int transform,
TranscribingSide transcribingSide)
Does the same thing as
TranscribingSideDao.create(TranscribingSide) with an
additional flag called transform . |
Object |
TranscribingSideDao.create(int transform,
TranscribingSide transcribingSide)
Does the same thing as
TranscribingSideDao.create(TranscribingSide) with an
additional flag called transform . |
TranscribingSide |
TranscribingSideDaoBase.create(TranscribingSide transcribingSide)
Creates an instance of TranscribingSide and adds it to the persistent store.
|
TranscribingSide |
TranscribingSideDao.create(TranscribingSide transcribingSide)
Creates an instance of TranscribingSide and adds it to the persistent store.
|
static TranscribingItemType |
TranscribingItemType.Factory.newInstance(String label,
String name,
Boolean isMandatory,
String description,
String comments,
Timestamp updateDate,
String objectReferenceQuery,
TranscribingSystem transcribingSystem,
Status status,
TranscribingSide transcribingSide,
ObjectType objectType)
Constructs a new instance of
TranscribingItemType , taking all possible properties
(except the identifier(s))as arguments. |
static TranscribingItemType |
TranscribingItemType.Factory.newInstance(String label,
String name,
Boolean isMandatory,
Timestamp updateDate,
Status status,
TranscribingSide transcribingSide,
ObjectType objectType)
Constructs a new instance of
TranscribingItemType , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TranscribingSideDaoBase.remove(TranscribingSide transcribingSide)
Removes the instance of TranscribingSide from the persistent store.
|
void |
TranscribingSideDao.remove(TranscribingSide transcribingSide)
Removes the instance of TranscribingSide from the persistent store.
|
void |
TranscribingItemType.setTranscribingSide(TranscribingSide transcribingSideIn)
Sens du transcodage.
|
Object |
TranscribingSideDaoBase.transformEntity(int transform,
TranscribingSide 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 TranscribingSideDao , please note
that the TranscribingSideDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
TranscribingSideDao.transformEntity(int transform,
TranscribingSide 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.TranscribingSideDao , please note
that the TranscribingSideDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TranscribingSideDaoBase.update(TranscribingSide transcribingSide)
Updates the
transcribingSide instance in the persistent store. |
void |
TranscribingSideDao.update(TranscribingSide transcribingSide)
Updates the
transcribingSide instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<TranscribingSide> |
TranscribingSideDaoBase.create(Collection<TranscribingSide> entities)
Creates a new instance of TranscribingSide and adds
from the passed in
entities collection |
Collection<TranscribingSide> |
TranscribingSideDao.create(Collection<TranscribingSide> entities)
Creates a new instance of TranscribingSide and adds
from the passed in
entities collection |
Collection<?> |
TranscribingSideDaoBase.create(int transform,
Collection<TranscribingSide> entities)
Does the same thing as
TranscribingSideDao.create(TranscribingSide) with an
additional flag called transform . |
Collection<?> |
TranscribingSideDao.create(int transform,
Collection<TranscribingSide> entities)
Does the same thing as
TranscribingSideDao.create(TranscribingSide) with an
additional flag called transform . |
void |
TranscribingSideDaoBase.remove(Collection<TranscribingSide> entities)
Removes all entities in the given
entities collection. |
void |
TranscribingSideDao.remove(Collection<TranscribingSide> entities)
Removes all entities in the given
entities collection. |
void |
TranscribingSideDaoBase.update(Collection<TranscribingSide> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TranscribingSideDao.update(Collection<TranscribingSide> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.