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