Uses of Interface
fr.ifremer.allegro.referential.order.OrderItemDao

Packages that use OrderItemDao
fr.ifremer.allegro.referential.order   
fr.ifremer.allegro.referential.order.generic.service   
 

Uses of OrderItemDao in fr.ifremer.allegro.referential.order
 

Classes in fr.ifremer.allegro.referential.order that implement OrderItemDao
 class OrderItemDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.order.OrderItem.
 class OrderItemDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.order that return OrderItemDao
protected  OrderItemDao OrderTypeDaoBase.getOrderItemDao()
          Gets the reference to orderItemDao.
 

Methods in fr.ifremer.allegro.referential.order with parameters of type OrderItemDao
 void OrderTypeDaoBase.setOrderItemDao(OrderItemDao orderItemDao)
          Sets the reference to orderItemDao.
 

Uses of OrderItemDao in fr.ifremer.allegro.referential.order.generic.service
 

Methods in fr.ifremer.allegro.referential.order.generic.service that return OrderItemDao
protected  OrderItemDao RemoteOrderItemFullServiceBase.getOrderItemDao()
          Gets the reference to orderItem's DAO.
protected  OrderItemDao RemoteOrderTypeFullServiceBase.getOrderItemDao()
          Gets the reference to orderItem's DAO.
 

Methods in fr.ifremer.allegro.referential.order.generic.service with parameters of type OrderItemDao
 void RemoteOrderItemFullServiceBase.setOrderItemDao(OrderItemDao orderItemDao)
          Sets the reference to orderItem's DAO.
 void RemoteOrderTypeFullServiceBase.setOrderItemDao(OrderItemDao orderItemDao)
          Sets the reference to orderItem's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.