Uses of Class
fr.ifremer.allegro.referential.order.generic.vo.RemoteOrderItemNaturalId

Packages that use RemoteOrderItemNaturalId
fr.ifremer.allegro.referential.order   
fr.ifremer.allegro.referential.order.generic.cluster   
fr.ifremer.allegro.referential.order.generic.service   
fr.ifremer.allegro.referential.order.generic.vo   
 

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

Methods in fr.ifremer.allegro.referential.order that return RemoteOrderItemNaturalId
protected  RemoteOrderItemNaturalId OrderItemDaoBase.toRemoteOrderItemNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteOrderItemNaturalId OrderItemDaoImpl.toRemoteOrderItemNaturalId(OrderItem entity)
           
 RemoteOrderItemNaturalId OrderItemDao.toRemoteOrderItemNaturalId(OrderItem entity)
          Converts this DAO's entity to an object of type RemoteOrderItemNaturalId.
 RemoteOrderItemNaturalId OrderItemDaoBase.toRemoteOrderItemNaturalId(OrderItem entity)
           
 RemoteOrderItemNaturalId[] OrderItemDao.toRemoteOrderItemNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteOrderItemNaturalId.
 RemoteOrderItemNaturalId[] OrderItemDaoBase.toRemoteOrderItemNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.order with parameters of type RemoteOrderItemNaturalId
 OrderItem OrderItemDaoImpl.remoteOrderItemNaturalIdToEntity(RemoteOrderItemNaturalId remoteOrderItemNaturalId)
           
 OrderItem OrderItemDao.remoteOrderItemNaturalIdToEntity(RemoteOrderItemNaturalId remoteOrderItemNaturalId)
          Converts an instance of type RemoteOrderItemNaturalId to this DAO's entity.
 void OrderItemDaoImpl.remoteOrderItemNaturalIdToEntity(RemoteOrderItemNaturalId source, OrderItem target, boolean copyIfNull)
           
 void OrderItemDao.remoteOrderItemNaturalIdToEntity(RemoteOrderItemNaturalId source, OrderItem target, boolean copyIfNull)
          Copies the fields of RemoteOrderItemNaturalId to the specified entity.
 void OrderItemDaoBase.remoteOrderItemNaturalIdToEntity(RemoteOrderItemNaturalId source, OrderItem target, boolean copyIfNull)
           
 void OrderItemDaoImpl.toRemoteOrderItemNaturalId(OrderItem source, RemoteOrderItemNaturalId target)
           
 void OrderItemDao.toRemoteOrderItemNaturalId(OrderItem source, RemoteOrderItemNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void OrderItemDaoBase.toRemoteOrderItemNaturalId(OrderItem source, RemoteOrderItemNaturalId target)
           
 

Uses of RemoteOrderItemNaturalId in fr.ifremer.allegro.referential.order.generic.cluster
 

Methods in fr.ifremer.allegro.referential.order.generic.cluster that return RemoteOrderItemNaturalId
 RemoteOrderItemNaturalId[] ClusterOrderType.getOrderItemNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.order.generic.cluster with parameters of type RemoteOrderItemNaturalId
 void ClusterOrderType.setOrderItemNaturalId(RemoteOrderItemNaturalId[] orderItemNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.order.generic.cluster with parameters of type RemoteOrderItemNaturalId
ClusterOrderType(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteObjectTypeNaturalId objectTypeNaturalId, RemoteOrderItemNaturalId[] orderItemNaturalId)
           
ClusterOrderType(java.lang.String name, RemoteStatusNaturalId statusNaturalId, RemoteObjectTypeNaturalId objectTypeNaturalId, RemoteOrderItemNaturalId[] orderItemNaturalId)
           
 

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

Methods in fr.ifremer.allegro.referential.order.generic.service that return RemoteOrderItemNaturalId
 RemoteOrderItemNaturalId RemoteOrderItemFullService.getOrderItemNaturalIdById(java.lang.Integer id)
           
 RemoteOrderItemNaturalId RemoteOrderItemFullServiceWSDelegator.getOrderItemNaturalIdById(java.lang.Integer id)
           
 RemoteOrderItemNaturalId RemoteOrderItemFullServiceBase.getOrderItemNaturalIdById(java.lang.Integer id)
           
 RemoteOrderItemNaturalId[] RemoteOrderItemFullService.getOrderItemNaturalIds()
           
 RemoteOrderItemNaturalId[] RemoteOrderItemFullServiceWSDelegator.getOrderItemNaturalIds()
           
 RemoteOrderItemNaturalId[] RemoteOrderItemFullServiceBase.getOrderItemNaturalIds()
           
protected  RemoteOrderItemNaturalId RemoteOrderItemFullServiceImpl.handleGetOrderItemNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteOrderItemNaturalId RemoteOrderItemFullServiceBase.handleGetOrderItemNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteOrderItemFullServiceBase.getOrderItemNaturalIdById(java.lang.Integer)
protected  RemoteOrderItemNaturalId[] RemoteOrderItemFullServiceImpl.handleGetOrderItemNaturalIds()
           
protected abstract  RemoteOrderItemNaturalId[] RemoteOrderItemFullServiceBase.handleGetOrderItemNaturalIds()
          Performs the core logic for RemoteOrderItemFullServiceBase.getOrderItemNaturalIds()
 

Methods in fr.ifremer.allegro.referential.order.generic.service with parameters of type RemoteOrderItemNaturalId
 RemoteOrderItemFullVO RemoteOrderItemFullService.getOrderItemByNaturalId(RemoteOrderItemNaturalId orderItemNaturalId)
           
 RemoteOrderItemFullVO RemoteOrderItemFullServiceWSDelegator.getOrderItemByNaturalId(RemoteOrderItemNaturalId orderItemNaturalId)
           
 RemoteOrderItemFullVO RemoteOrderItemFullServiceBase.getOrderItemByNaturalId(RemoteOrderItemNaturalId orderItemNaturalId)
           
protected  RemoteOrderItemFullVO RemoteOrderItemFullServiceImpl.handleGetOrderItemByNaturalId(RemoteOrderItemNaturalId orderItemNaturalId)
           
protected abstract  RemoteOrderItemFullVO RemoteOrderItemFullServiceBase.handleGetOrderItemByNaturalId(RemoteOrderItemNaturalId orderItemNaturalId)
          Performs the core logic for RemoteOrderItemFullServiceBase.getOrderItemByNaturalId(fr.ifremer.allegro.referential.order.generic.vo.RemoteOrderItemNaturalId)
 

Uses of RemoteOrderItemNaturalId in fr.ifremer.allegro.referential.order.generic.vo
 

Methods in fr.ifremer.allegro.referential.order.generic.vo with parameters of type RemoteOrderItemNaturalId
 void RemoteOrderItemNaturalId.copy(RemoteOrderItemNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.order.generic.vo with parameters of type RemoteOrderItemNaturalId
RemoteOrderItemNaturalId(RemoteOrderItemNaturalId otherBean)
          Copies constructor from other RemoteOrderItemNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.