Uses of Class
org.faktorips.runtime.internal.ProductComponent

Packages that use ProductComponent
org.faktorips.runtime.internal   
org.faktorips.runtime.internal.productvariant   
 

Uses of ProductComponent in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return ProductComponent
protected  ProductComponent AbstractClassLoadingRuntimeRepository.createProductComponentInstance(String implementationClassName, String ipsObjectId, String kindId, String versionId)
           
 

Methods in org.faktorips.runtime.internal with parameters of type ProductComponent
protected  ProductComponentGeneration AbstractClassLoadingRuntimeRepository.createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt)
           
protected  void ProductComponentGeneration.setProductCmpt(ProductComponent productCmpt)
          Sets the product component this generation belongs to.
 

Constructors in org.faktorips.runtime.internal with parameters of type ProductComponent
ProductComponentGeneration(ProductComponent productCmpt)
           
 

Uses of ProductComponent in org.faktorips.runtime.internal.productvariant
 

Methods in org.faktorips.runtime.internal.productvariant that return ProductComponent
 ProductComponent ProductVariantRuntimeHelper.getOriginalProdCmpt(IRuntimeRepository runtimeRepository, Element element)
           
 

Methods in org.faktorips.runtime.internal.productvariant with parameters of type ProductComponent
protected  ProductComponentGeneration ProductVariantRuntimeHelper.createNewInstance(ProductComponentGeneration generationTemplate, ProductComponent parentProductCmpt)
          Creates a new instance of the given ProductComponentGeneration's class.
 void ProductVariantRuntimeHelper.initProductComponentVariation(ProductComponent originalProductComponent, ProductComponent productComponentToBeInitialized, Element prodCmptElement)
          The given product component is initialized with the data of the original product component and the variations defined by the variant.
 



Copyright © 2015. All rights reserved.