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

Packages that use ProductConfiguration
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.jmi1   
org.opencrx.kernel.product1.cci2   
org.opencrx.kernel.product1.jdo2   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.ras1.jmi1   
 

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

Methods in org.opencrx.kernel.activity1.jdo2 that return ProductConfiguration
 ProductConfiguration ProductReference.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

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

Methods in org.opencrx.kernel.activity1.jmi1 that return ProductConfiguration
 ProductConfiguration ProductReference.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type ProductConfiguration
 void ProductReference.addConfiguration(ProductConfiguration newValue)
          
 void ProductReference.addConfiguration(String id, ProductConfiguration newValue)
          
 

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

Methods in org.opencrx.kernel.building1.jdo2 that return ProductConfiguration
 ProductConfiguration InventoryItem.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

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

Methods in org.opencrx.kernel.building1.jmi1 that return ProductConfiguration
 ProductConfiguration InventoryItem.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

Methods in org.opencrx.kernel.building1.jmi1 with parameters of type ProductConfiguration
 void InventoryItem.addConfiguration(ProductConfiguration newValue)
          
 void InventoryItem.addConfiguration(String id, ProductConfiguration newValue)
          
 

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

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

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

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

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type ProductConfiguration
 void SalesOrderPosition.addConfiguration(ProductConfiguration newValue)
          
 void SalesOrderBundledProductPosition.addConfiguration(ProductConfiguration newValue)
          
 void RemovedPosition.addConfiguration(ProductConfiguration newValue)
          
 void RemovedBundledProductPosition.addConfiguration(ProductConfiguration newValue)
          
 void QuotePosition.addConfiguration(ProductConfiguration newValue)
          
 void QuoteBundledProductPosition.addConfiguration(ProductConfiguration newValue)
          
 void OpportunityPosition.addConfiguration(ProductConfiguration newValue)
          
 void OpportunityBundledProductPosition.addConfiguration(ProductConfiguration newValue)
          
 void InvoicePosition.addConfiguration(ProductConfiguration newValue)
          
 void InvoiceBundledProductPosition.addConfiguration(ProductConfiguration newValue)
          
 void SalesOrderPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void SalesOrderBundledProductPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void RemovedPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void RemovedBundledProductPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void QuotePosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void QuoteBundledProductPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void OpportunityPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void OpportunityBundledProductPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void InvoicePosition.addConfiguration(String id, ProductConfiguration newValue)
          
 void InvoiceBundledProductPosition.addConfiguration(String id, ProductConfiguration newValue)
          
 

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

Methods in org.opencrx.kernel.depot1.jmi1 with parameters of type ProductConfiguration
 void DebitBooking.addConfiguration(ProductConfiguration newValue)
          
 void CreditBooking.addConfiguration(ProductConfiguration newValue)
          
 void Booking.addConfiguration(ProductConfiguration newValue)
          
 void DebitBooking.addConfiguration(String id, ProductConfiguration newValue)
          
 void CreditBooking.addConfiguration(String id, ProductConfiguration newValue)
          
 void Booking.addConfiguration(String id, ProductConfiguration newValue)
          
 

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

Methods in org.opencrx.kernel.product1.cci2 that return ProductConfiguration
 ProductConfiguration ConfiguredProduct.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

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

Methods in org.opencrx.kernel.product1.jdo2 that return ProductConfiguration
 ProductConfiguration BundledProductType.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 ProductConfiguration BundledProduct.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

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

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

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

Methods in org.opencrx.kernel.product1.jmi1 that return ProductConfiguration
 ProductConfiguration ConfiguredProduct.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 ProductConfiguration BundledProductType.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 ProductConfiguration BundledProduct.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 ProductConfiguration AbstractBundledProduct.getCurrentConfig()
          Retrieves the value for the reference currentConfig.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type ProductConfiguration
 void ProductConfigurationSet.addConfiguration(ProductConfiguration newValue)
          
 void Product.addConfiguration(ProductConfiguration newValue)
          
 void ConfiguredProduct.addConfiguration(ProductConfiguration newValue)
          
 void BundledProductType.addConfiguration(ProductConfiguration newValue)
          
 void BundledProduct.addConfiguration(ProductConfiguration newValue)
          
 void AbstractBundledProduct.addConfiguration(ProductConfiguration newValue)
          
 void ProductConfigurationSet.addConfiguration(String id, ProductConfiguration newValue)
          
 void Product.addConfiguration(String id, ProductConfiguration newValue)
          
 void ConfiguredProduct.addConfiguration(String id, ProductConfiguration newValue)
          
 void BundledProductType.addConfiguration(String id, ProductConfiguration newValue)
          
 void BundledProduct.addConfiguration(String id, ProductConfiguration newValue)
          
 void AbstractBundledProduct.addConfiguration(String id, ProductConfiguration newValue)
          
 

Uses of ProductConfiguration in org.opencrx.kernel.ras1.jmi1
 

Methods in org.opencrx.kernel.ras1.jmi1 with parameters of type ProductConfiguration
 void Asset.addConfiguration(ProductConfiguration newValue)
          
 void Asset.addConfiguration(String id, ProductConfiguration newValue)
          
 



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