Uses of Class
org.faktorips.runtime.internal.ProductComponent
Packages that use ProductComponent
-
Uses of ProductComponent in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return ProductComponentModifier and TypeMethodDescriptionprotected ProductComponentAbstractXmlInputStreamRepository.createProductComponentInstance(String implementationClassName, String ipsObjectId, String kindId, String versionId) Methods in org.faktorips.runtime.internal with parameters of type ProductComponentModifier and TypeMethodDescriptionprotected ProductComponentGenerationAbstractXmlInputStreamRepository.createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt) protected static org.faktorips.values.InternationalStringFormulaUtil.getDescription(ProductComponent product, String formulaSignature) protected static StringFormulaUtil.getFormula(ProductComponent product, String formulaSignature) protected static voidFormulaUtil.setDescription(ProductComponent product, String formulaSignature, org.faktorips.values.InternationalString description) protected static voidFormulaUtil.setFormula(ProductComponent product, String formulaSignature, String formulaText) protected voidProductComponentGeneration.setProductCmpt(ProductComponent productCmpt) Sets the product component this generation belongs to.voidProductComponent.setVariedBase(ProductComponent variedBase) Sets the varied base product, marking this product as its variant.Constructors in org.faktorips.runtime.internal with parameters of type ProductComponent -
Uses of ProductComponent in org.faktorips.runtime.internal.productvariant
Methods in org.faktorips.runtime.internal.productvariant that return ProductComponentModifier and TypeMethodDescriptionProductVariantRuntimeHelper.getOriginalProdCmpt(IRuntimeRepository runtimeRepository, Element element) Methods in org.faktorips.runtime.internal.productvariant with parameters of type ProductComponentModifier and TypeMethodDescriptionprotected ProductComponentGenerationProductVariantRuntimeHelper.createNewInstance(ProductComponentGeneration generationTemplate, ProductComponent parentProductCmpt) Creates a new instance of the givenProductComponentGeneration's class.voidProductVariantRuntimeHelper.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.