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

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

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

Methods in org.openxma.dsl.reference.dao that return Product
 Product ProductDao.create()
          Factory method to create an empty ProductDao entity with an already assigned identifier.
 Product ProductDao.create(Supplier supplier, java.lang.String name, java.lang.Integer unitPrice)
          Factory method to create an empty ProductDao taking all not null attributes.
 Product ProductDao.createAndSave(Supplier supplier, java.lang.String name, java.lang.Integer unitPrice)
          Factory method to create and save an empty ProductDao taking all not null attributes.
 

Methods in org.openxma.dsl.reference.dao with parameters of type Product
 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.
 ProductImage ProductImageDao.create(Product product, java.lang.String name, java.lang.String fileName)
          Factory method to create an empty ProductImageDao 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.
 ProductImage ProductImageDao.createAndSave(Product product, java.lang.String name, java.lang.String fileName)
          Factory method to create and save an empty ProductImageDao taking all not null attributes.
 

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

Methods in org.openxma.dsl.reference.dao.impl that return Product
 Product ProductDaoImpl.create()
           
 Product ProductDaoImpl.create(Supplier supplier, java.lang.String name, java.lang.Integer unitPrice)
           
 Product ProductDaoImpl.createAndSave(Supplier supplier, java.lang.String name, java.lang.Integer unitPrice)
           
 Product ProductDaoImpl.createEntity(java.lang.Object context)
           
 

Methods in org.openxma.dsl.reference.dao.impl with parameters of type Product
 OrderItem OrderItemDaoImpl.create(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
           
 ProductImage ProductImageDaoImpl.create(Product product, java.lang.String name, java.lang.String fileName)
           
 OrderItem OrderItemDaoImpl.createAndSave(Order order, Product product, java.lang.Integer itemNo, java.lang.Long quantity)
           
 ProductImage ProductImageDaoImpl.createAndSave(Product product, java.lang.String name, java.lang.String fileName)
           
 

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

Methods in org.openxma.dsl.reference.model that return Product
 Product ProductImage.getProduct()
           
 Product OrderItem.getProduct()
           
 

Methods in org.openxma.dsl.reference.model that return types with arguments of type Product
 java.util.Set<Product> Category.getProducts()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type Product
 void Category.addProducts(Product products)
           
 void Category.removeProducts(Product products)
           
 void ProductImage.setProduct(Product product)
           
 void OrderItem.setProduct(Product product)
           
 

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

Classes in org.openxma.dsl.reference.model.impl that implement Product
 class ProductImpl
           
 

Methods in org.openxma.dsl.reference.model.impl that return Product
 Product OrderItemImpl.getProduct()
           
 Product ProductImageImpl.getProduct()
           
 

Methods in org.openxma.dsl.reference.model.impl that return types with arguments of type Product
 java.util.Set<Product> CategoryImpl.getProducts()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type Product
 void CategoryImpl.addProducts(Product products)
           
 void CategoryImpl.removeProducts(Product products)
           
 void OrderItemImpl.setProduct(Product product)
           
 void ProductImageImpl.setProduct(Product product)
           
 



Copyright © 2010. All Rights Reserved.