Uses of Interface
org.openxma.dsl.reference.model.OrderItem

Packages that use OrderItem
org.openxma.dsl.reference.dao   
org.openxma.dsl.reference.dao.impl   
org.openxma.dsl.reference.model   
org.openxma.dsl.reference.model.impl   
 

Uses of OrderItem in org.openxma.dsl.reference.dao
 

Methods in org.openxma.dsl.reference.dao that return OrderItem
 OrderItem OrderItemDao.create()
          Factory method to create an empty OrderItemDao entity with an already assigned identifier.
 OrderItem OrderItemDao.create(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
          Factory method to create an empty OrderItemDao taking all not null attributes.
 OrderItem OrderItemDao.createAndSave(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
          Factory method to create and save an empty OrderItemDao taking all not null attributes.
 OrderItem OrderItemDao.findByFindByQuantity(java.lang.Long quantity)
          Execute a query based on the given attributes.
 

Uses of OrderItem in org.openxma.dsl.reference.dao.impl
 

Methods in org.openxma.dsl.reference.dao.impl that return OrderItem
 OrderItem OrderItemDaoImpl.create()
           
 OrderItem OrderItemDaoImpl.create(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
           
 OrderItem OrderItemDaoImpl.createAndSave(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
           
 OrderItem OrderItemDaoImpl.createEntity(java.lang.Object context)
           
 OrderItem OrderItemDaoImpl.findByFindByQuantity(java.lang.Long quantity)
           
 

Uses of OrderItem in org.openxma.dsl.reference.model
 

Methods in org.openxma.dsl.reference.model that return types with arguments of type OrderItem
 java.util.Set<OrderItem> Order.getOrderItems()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type OrderItem
 void Order.addOrderItems(OrderItem orderItems)
           
 void Order.removeOrderItems(OrderItem orderItems)
           
 

Uses of OrderItem in org.openxma.dsl.reference.model.impl
 

Classes in org.openxma.dsl.reference.model.impl that implement OrderItem
 class OrderItemImpl
           
 

Methods in org.openxma.dsl.reference.model.impl that return types with arguments of type OrderItem
 java.util.Set<OrderItem> OrderImpl.getOrderItems()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type OrderItem
 void OrderImpl.addOrderItems(OrderItem orderItems)
           
 void OrderImpl.removeOrderItems(OrderItem orderItems)
           
 



Copyright © 2010. All Rights Reserved.