Uses of Class
org.faktorips.runtime.internal.ProductComponent
-
Packages that use ProductComponent Package Description 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 Modifier and Type Method Description protected ProductComponentAbstractClassLoadingRuntimeRepository. createProductComponentInstance(java.lang.String implementationClassName, java.lang.String ipsObjectId, java.lang.String kindId, java.lang.String versionId)Methods in org.faktorips.runtime.internal with parameters of type ProductComponent Modifier and Type Method Description protected ProductComponentGenerationAbstractClassLoadingRuntimeRepository. createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt)protected voidProductComponentGeneration. setProductCmpt(ProductComponent productCmpt)Sets the product component this generation belongs to.Constructors in org.faktorips.runtime.internal with parameters of type ProductComponent Constructor Description ProductComponentGeneration(ProductComponent productCmpt) -
Uses of ProductComponent in org.faktorips.runtime.internal.productvariant
Methods in org.faktorips.runtime.internal.productvariant that return ProductComponent Modifier and Type Method Description ProductComponentProductVariantRuntimeHelper. getOriginalProdCmpt(IRuntimeRepository runtimeRepository, org.w3c.dom.Element element)Methods in org.faktorips.runtime.internal.productvariant with parameters of type ProductComponent Modifier and Type Method Description protected ProductComponentGenerationProductVariantRuntimeHelper. createNewInstance(ProductComponentGeneration generationTemplate, ProductComponent parentProductCmpt)Creates a new instance of the givenProductComponentGeneration's class.voidProductVariantRuntimeHelper. initProductComponentVariation(ProductComponent originalProductComponent, ProductComponent productComponentToBeInitialized, org.w3c.dom.Element prodCmptElement)The given product component is initialized with the data of the original product component and the variations defined by the variant.
-