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