Uses of Class
org.faktorips.runtime.internal.toc.GenerationTocEntry
Packages that use GenerationTocEntry
Package
Description
-
Uses of GenerationTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type GenerationTocEntryModifier and TypeMethodDescriptionprotected StringClassloaderRuntimeRepository.getProductComponentGenerationImplClass(GenerationTocEntry tocEntry) -
Uses of GenerationTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type GenerationTocEntryModifier and TypeMethodDescriptionprotected abstract IProductComponentGenerationAbstractTocBasedRuntimeRepository.createProductCmptGeneration(GenerationTocEntry generationTocEntry) protected IProductComponentGenerationAbstractXmlInputStreamRepository.createProductCmptGeneration(GenerationTocEntry generationTocEntry) protected ProductComponentGenerationAbstractXmlInputStreamRepository.createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt) protected ElementAbstractXmlInputStreamRepository.getDocumentElement(GenerationTocEntry tocEntry) This method returns the xml element of the product component generation identified by the tocEntryprotected abstract StringAbstractClassLoadingRuntimeRepository.getProductComponentGenerationImplClass(GenerationTocEntry tocEntry) This method returns the name of the product component generation implementation class identified by the tocEntry. -
Uses of GenerationTocEntry in org.faktorips.runtime.internal.productvariant
Methods in org.faktorips.runtime.internal.productvariant with parameters of type GenerationTocEntryModifier and TypeMethodDescriptionProductVariantRuntimeHelper.initProductComponentGenerationVariation(IRuntimeRepository runtimeRepository, GenerationTocEntry tocEntry, Element genElement) The given generation is initialized with the data of the original product component generation and the variations defined by the variant. -
Uses of GenerationTocEntry in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc that return GenerationTocEntryModifier and TypeMethodDescriptionstatic final GenerationTocEntryGenerationTocEntry.createFromXml(ProductCmptTocEntry parent, Element element) ProductCmptTocEntry.getGenerationEntry(Calendar effectiveDate) Returns the toc entry for the generation valid on the given effective date, ornullif no generation is effective on the given date or the effective isnull.ProductCmptTocEntry.getGenerationEntry(DateTime validAt) Return the Generation Toc Entry for the exact valid atDateTime.ProductCmptTocEntry.getLatestGenerationEntry()Returns the latestGenerationTocEntrywith repect to the generations validity date.ProductCmptTocEntry.getNextGenerationEntry(Calendar validFrom) Returns theGenerationTocEntrysuccessor of the one that is found for the provided validity date.ProductCmptTocEntry.getPreviousGenerationEntry(Calendar validFrom) Returns theGenerationTocEntrythat is prior to the one that is found for the provided validity date.Methods in org.faktorips.runtime.internal.toc that return types with arguments of type GenerationTocEntryModifier and TypeMethodDescriptionProductCmptTocEntry.findGenerationEntry(Calendar effectiveDate) Returns an Optional containing the toc entry for the generation valid on the given effective date, or anempty Optionalif no generation is effective on the given date or the effective isnull.ProductCmptTocEntry.findGenerationEntry(DateTime validAt) Return an Optional containing the Generation Toc Entry for the exact valid atDateTime.ProductCmptTocEntry.findLatestGenerationEntry()Returns an Optional containing the latestGenerationTocEntrywith respect to the generations validity date.ProductCmptTocEntry.findNextGenerationEntry(Calendar validFrom) Returns an Optional containing theGenerationTocEntrysuccessor of the one that is found for the provided validity date.ProductCmptTocEntry.findPreviousGenerationEntry(Calendar validFrom) Returns an Optional containing theGenerationTocEntrythat is prior to the one that is found for the provided validity date.ProductCmptTocEntry.getGenerationEntries()Returns the generation entries or an empty array if this entry does not contain any generation entries.Method parameters in org.faktorips.runtime.internal.toc with type arguments of type GenerationTocEntryModifier and TypeMethodDescriptionvoidProductCmptTocEntry.setGenerationEntries(List<GenerationTocEntry> entries) Sets the generation entries. -
Uses of GenerationTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type GenerationTocEntryModifier and TypeMethodDescriptionprotected ElementDetachedContentRuntimeRepository.getDocumentElement(GenerationTocEntry tocEntry) ClassLoaderProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry) IProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry) Getting the product component generation data element for given tocEntry.protected StringDetachedContentRuntimeRepository.getProductComponentGenerationImplClass(GenerationTocEntry tocEntry)