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

Packages that use ProductConfigurationTypeSet
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.jmi1   
 

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

Methods in org.opencrx.kernel.activity1.jdo2 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet ProductReference.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.activity1.jmi1 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet ProductReference.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.building1.jdo2 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet InventoryItem.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.building1.jmi1 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet InventoryItem.getConfigType()
          Retrieves the value for the reference configType.
 

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

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

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

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

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

Methods in org.opencrx.kernel.depot1.jdo2 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet Booking.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.depot1.jmi1 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet DebitBooking.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet CreditBooking.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet Booking.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.product1.cci2 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet ProductConfigurationSet.getConfigType()
          Retrieves the value for the reference configType.
 

Methods in org.opencrx.kernel.product1.cci2 with parameters of type ProductConfigurationTypeSet
 void ProductConfigurationType.setConfigurationTypeSet(ProductConfigurationTypeSet configurationTypeSet, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductConfigurationTypeSetContainsConfigurationType.
 

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

Methods in org.opencrx.kernel.product1.jdo2 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet Product.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet BundledProductType.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet BundledProduct.getConfigType()
          Retrieves the value for the reference configType.
 

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

Methods in org.opencrx.kernel.product1.jdo2 with parameters of type ProductConfigurationTypeSet
static CloseableCollection<ProductConfigurationType> ProductConfigurationType.openmdxjdoGetObjectsByParent(ProductConfigurationTypeSet configurationTypeSet)
          Navigate through an object's composite association
 void ProductConfigurationType.setConfigurationTypeSet(ProductConfigurationTypeSet configurationTypeSet, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductConfigurationTypeSetContainsConfigurationType.
 

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

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

Methods in org.opencrx.kernel.product1.jmi1 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet ProductConfigurationSet.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet Product.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet ConfiguredProduct.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet BundledProductType.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet BundledProduct.getConfigType()
          Retrieves the value for the reference configType.
 ProductConfigurationTypeSet AbstractBundledProduct.getConfigType()
          Retrieves the value for the reference configType.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type ProductConfigurationTypeSet
 void Segment.addConfigurationTypeSet(ProductConfigurationTypeSet newValue)
          
 void Segment.addConfigurationTypeSet(String id, ProductConfigurationTypeSet newValue)
          
 void ProductConfigurationType.setConfigurationTypeSet(ProductConfigurationTypeSet configurationTypeSet, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:product1:ProductConfigurationTypeSetContainsConfigurationType.
 

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

Methods in org.opencrx.kernel.ras1.jmi1 that return ProductConfigurationTypeSet
 ProductConfigurationTypeSet Asset.getConfigType()
          Retrieves the value for the reference configType.
 



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