Uses of Class
org.opencrx.kernel.product1.jdo2.Product

Packages that use Product
org.opencrx.kernel.activity1.jdo2   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.building1.jdo2   
org.opencrx.kernel.building1.jmi1   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.depot1.jdo2   
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.product1.cci2   
org.opencrx.kernel.product1.jdo2   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.ras1.jdo2   
 

Uses of Product in org.opencrx.kernel.activity1.jdo2
 

Methods in org.opencrx.kernel.activity1.jdo2 that return Product
 Product ProductReference.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 that return Product
 Product ProductReference.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.building1.jdo2
 

Methods in org.opencrx.kernel.building1.jdo2 that return Product
 Product InventoryItem.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.building1.jmi1
 

Methods in org.opencrx.kernel.building1.jmi1 that return Product
 Product InventoryItem.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.contract1.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 that return Product
 Product SalesOrderPosition.getProduct()
          Retrieves the value for the reference product.
 Product SalesOrderBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product RemovedPosition.getProduct()
          Retrieves the value for the reference product.
 Product RemovedBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product QuotePosition.getProduct()
          Retrieves the value for the reference product.
 Product QuoteBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product OpportunityPosition.getProduct()
          Retrieves the value for the reference product.
 Product OpportunityBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product InvoicePosition.getProduct()
          Retrieves the value for the reference product.
 Product InvoiceBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 that return Product
 Product SalesOrderPosition.getProduct()
          Retrieves the value for the reference product.
 Product SalesOrderBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product RemovedPosition.getProduct()
          Retrieves the value for the reference product.
 Product RemovedBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product QuotePosition.getProduct()
          Retrieves the value for the reference product.
 Product QuoteBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product OpportunityPosition.getProduct()
          Retrieves the value for the reference product.
 Product OpportunityBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 Product InvoicePosition.getProduct()
          Retrieves the value for the reference product.
 Product InvoiceBundledProductPosition.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.depot1.jdo2
 

Methods in org.opencrx.kernel.depot1.jdo2 that return Product
 Product ProductDepotPosition.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.depot1.jmi1
 

Methods in org.opencrx.kernel.depot1.jmi1 that return Product
 Product ProductDepotPosition.getProduct()
          Retrieves the value for the reference product.
 

Uses of Product in org.opencrx.kernel.product1.cci2
 

Methods in org.opencrx.kernel.product1.cci2 that return Product
 Product RelatedProduct.getProduct()
          Retrieves the value for the reference product.
 Product ProductDescriptor.getProduct()
          Retrieves the value for the reference product.
 

Methods in org.opencrx.kernel.product1.cci2 with parameters of type Product
 void RelatedProduct.setParentProduct(Product parentProduct, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductHasRelatedProduct.
 

Uses of Product in org.opencrx.kernel.product1.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 that return Product
 Product RelatedProduct.getProduct()
          Retrieves the value for the reference product.
 Product BundledProductType.getProduct()
          Retrieves the value for the reference product.
 Product BundledProduct.getProduct()
          Retrieves the value for the reference product.
 

Methods in org.opencrx.kernel.product1.jdo2 that return types with arguments of type Product
static CloseableCollection<Product> Product.openmdxjdoGetObjectsByParent(Segment segment)
          Navigate through an object's composite association
 

Methods in org.opencrx.kernel.product1.jdo2 with parameters of type Product
static CloseableCollection<RelatedProduct> RelatedProduct.openmdxjdoGetObjectsByParent(Product parentProduct)
          Navigate through an object's composite association
 void RelatedProduct.setParentProduct(Product parentProduct, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductHasRelatedProduct.
 

Constructors in org.opencrx.kernel.product1.jdo2 with parameters of type Product
Product.Slice(Product object, int index)
          Constructor
 

Uses of Product in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 that return Product
 Product RelatedProduct.getProduct()
          Retrieves the value for the reference product.
 Product ProductDescriptor.getProduct()
          Retrieves the value for the reference product.
 Product ConfiguredProduct.getProduct()
          Retrieves the value for the reference product.
 Product BundledProductType.getProduct()
          Retrieves the value for the reference product.
 Product BundledProduct.getProduct()
          Retrieves the value for the reference product.
 Product AbstractBundledProduct.getProduct()
          Retrieves the value for the reference product.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type Product
 void Segment.addProduct(Product newValue)
          
 void Segment.addProduct(String id, Product newValue)
          
 void RelatedProduct.setParentProduct(Product parentProduct, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductHasRelatedProduct.
 

Uses of Product in org.opencrx.kernel.ras1.jdo2
 

Subclasses of Product in org.opencrx.kernel.ras1.jdo2
 class Asset
          Class Asset
 



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.