| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.link | |
| fr.ifremer.adagio.core.dao.referential |
| Modifier and Type | Method and Description |
|---|---|
LinkedItemType |
LinkedItem.getLinkedItemType() |
| Modifier and Type | Method and Description |
|---|---|
LinkedItem |
LinkedItemDaoBase.create(Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType) |
LinkedItem |
LinkedItemDao.create(Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType)
Creates a new
fr.ifremer.adagio.core.dao.data.link.LinkedItem
instance from all attributes and
properties and adds it to the persistent store. |
Object |
LinkedItemDaoBase.create(int transform,
Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType) |
Object |
LinkedItemDao.create(int transform,
Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType)
Does the same thing as
LinkedItemDao.create(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.LinkedItemType) with an
additional flag called transform. |
Object |
LinkedItemDaoBase.create(int transform,
LinkedItemType linkedItemType) |
Object |
LinkedItemDao.create(int transform,
LinkedItemType linkedItemType)
Does the same thing as
LinkedItemDao.create(fr.ifremer.adagio.core.dao.referential.LinkedItemType) with an
additional flag called transform. |
LinkedItem |
LinkedItemDaoBase.create(LinkedItemType linkedItemType) |
LinkedItem |
LinkedItemDao.create(LinkedItemType linkedItemType)
Creates a new
fr.ifremer.adagio.core.dao.data.link.LinkedItem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static LinkedItem |
LinkedItem.Factory.newInstance(Integer fromObjectId,
String fromObjectCode,
Integer toObjectId,
String toObjectCode,
Date startDate,
Date endDate,
Timestamp updateDate,
LinkedItemType linkedItemType)
Constructs a new instance of
LinkedItem, taking all possible properties
(except the identifier(s))as arguments. |
static LinkedItem |
LinkedItem.Factory.newInstance(LinkedItemType linkedItemType)
Constructs a new instance of
LinkedItem, taking all required and/or
read-only properties as arguments. |
void |
LinkedItem.setLinkedItemType(LinkedItemType linkedItemType) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedItemTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
LinkedItemType |
LinkedItemTypeDao.create(LinkedItemType linkedItemType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType and adds it to the persistent store.
|
LinkedItemType |
LinkedItemTypeDaoBase.create(LinkedItemType linkedItemType) |
LinkedItemType |
LinkedItemTypeDao.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram)
Creates a new
fr.ifremer.adagio.core.dao.referential.LinkedItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LinkedItemType |
LinkedItemTypeDaoBase.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram) |
LinkedItemType |
LinkedItemTypeDao.create(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Creates a new
fr.ifremer.adagio.core.dao.referential.LinkedItemType
instance from all attributes and
properties and adds it to the persistent store. |
LinkedItemType |
LinkedItemTypeDaoBase.create(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram) |
LinkedItemType |
LinkedItemTypeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType from the persistent store.
|
LinkedItemType |
LinkedItemTypeDaoBase.load(Integer id) |
static LinkedItemType |
LinkedItemType.Factory.newInstance()
Constructs a new instance of
LinkedItemType. |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all required and/or
read-only properties as arguments. |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all possible properties
(except the identifier(s))as arguments. |
protected LinkedItemType |
LinkedItemTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkedItemType> |
LinkedItemTypeDao.create(Collection<LinkedItemType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType and adds
from the passed in
entities collection |
Collection<LinkedItemType> |
LinkedItemTypeDaoBase.create(Collection<LinkedItemType> entities) |
Collection<LinkedItemType> |
LinkedItemTypeDao.loadAll()
Loads all entities of type
LinkedItemType. |
Collection<LinkedItemType> |
LinkedItemTypeDaoBase.loadAll() |
Set<LinkedItemType> |
LinkedItemTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<LinkedItemType> |
LinkedItemTypeDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
LinkedItemTypeDao.create(int transform,
LinkedItemType linkedItemType)
Does the same thing as
LinkedItemTypeDao.create(fr.ifremer.adagio.core.dao.referential.LinkedItemType) with an
additional flag called transform. |
Object |
LinkedItemTypeDaoBase.create(int transform,
LinkedItemType linkedItemType) |
LinkedItemType |
LinkedItemTypeDao.create(LinkedItemType linkedItemType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType and adds it to the persistent store.
|
LinkedItemType |
LinkedItemTypeDaoBase.create(LinkedItemType linkedItemType) |
void |
LinkedItemTypeDao.remove(LinkedItemType linkedItemType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType from the persistent store.
|
void |
LinkedItemTypeDaoBase.remove(LinkedItemType linkedItemType) |
protected Object |
LinkedItemTypeDaoBase.transformEntity(int transform,
LinkedItemType 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.LinkedItemTypeDao, please note
that the LinkedItemTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LinkedItemTypeDao.update(LinkedItemType linkedItemType)
Updates the
linkedItemType instance in the persistent store. |
void |
LinkedItemTypeDaoBase.update(LinkedItemType linkedItemType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkedItemType> |
LinkedItemTypeDao.create(Collection<LinkedItemType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.LinkedItemType and adds
from the passed in
entities collection |
Collection<LinkedItemType> |
LinkedItemTypeDaoBase.create(Collection<LinkedItemType> entities) |
Collection<?> |
LinkedItemTypeDao.create(int transform,
Collection<LinkedItemType> entities)
Does the same thing as
LinkedItemTypeDao.create(fr.ifremer.adagio.core.dao.referential.LinkedItemType) with an
additional flag called transform. |
Collection<?> |
LinkedItemTypeDaoBase.create(int transform,
Collection<LinkedItemType> entities) |
void |
LinkedItemTypeDao.remove(Collection<LinkedItemType> entities)
Removes all entities in the given
entities |
void |
LinkedItemTypeDaoBase.remove(Collection<LinkedItemType> entities) |
void |
LinkedItemTypeDao.update(Collection<LinkedItemType> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
LinkedItemTypeDaoBase.update(Collection<LinkedItemType> entities) |
Copyright © 2013. All Rights Reserved.