Uses of Class
org.faktorips.runtime.internal.toc.GenerationTocEntry
-
-
Uses of GenerationTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type GenerationTocEntry Modifier and Type Method Description protected org.w3c.dom.ElementClassloaderRuntimeRepository. getDocumentElement(GenerationTocEntry tocEntry)protected java.lang.StringClassloaderRuntimeRepository. getProductComponentGenerationImplClass(GenerationTocEntry tocEntry) -
Uses of GenerationTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type GenerationTocEntry Modifier and Type Method Description protected IProductComponentGenerationAbstractClassLoadingRuntimeRepository. createProductCmptGeneration(GenerationTocEntry tocEntry)protected abstract IProductComponentGenerationAbstractTocBasedRuntimeRepository. createProductCmptGeneration(GenerationTocEntry generationTocEntry)protected ProductComponentGenerationAbstractClassLoadingRuntimeRepository. createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt)protected abstract org.w3c.dom.ElementAbstractClassLoadingRuntimeRepository. getDocumentElement(GenerationTocEntry tocEntry)This method returns the xml element of the product component generation identified by the tocEntryprotected abstract java.lang.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 GenerationTocEntry Modifier and Type Method Description IProductComponentGenerationProductVariantRuntimeHelper. initProductComponentGenerationVariation(IRuntimeRepository runtimeRepository, GenerationTocEntry tocEntry, org.w3c.dom.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 GenerationTocEntry Modifier and Type Method Description static GenerationTocEntryGenerationTocEntry. createFromXml(ProductCmptTocEntry parent, org.w3c.dom.Element element)GenerationTocEntryProductCmptTocEntry. getGenerationEntry(java.util.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.GenerationTocEntryProductCmptTocEntry. getGenerationEntry(DateTime validAt)Return the Generation Toc Entry for the exact valid atDateTime.GenerationTocEntryProductCmptTocEntry. getLatestGenerationEntry()Returns the latestGenerationTocEntrywith repect to the generations validity date.GenerationTocEntryProductCmptTocEntry. getNextGenerationEntry(java.util.Calendar validFrom)Returns theGenerationTocEntrysuccessor of the one that is found for the provided validity date.GenerationTocEntryProductCmptTocEntry. getPreviousGenerationEntry(java.util.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 GenerationTocEntry Modifier and Type Method Description java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findGenerationEntry(java.util.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.java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findGenerationEntry(DateTime validAt)Return an Optional containing the Generation Toc Entry for the exact valid atDateTime.java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findLatestGenerationEntry()Returns an Optional containing the latestGenerationTocEntrywith respect to the generations validity date.java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findNextGenerationEntry(java.util.Calendar validFrom)Returns an Optional containing theGenerationTocEntrysuccessor of the one that is found for the provided validity date.java.util.Optional<GenerationTocEntry>ProductCmptTocEntry. findPreviousGenerationEntry(java.util.Calendar validFrom)Returns an Optional containing theGenerationTocEntrythat is prior to the one that is found for the provided validity date.java.util.List<GenerationTocEntry>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 GenerationTocEntry Modifier and Type Method Description voidProductCmptTocEntry. setGenerationEntries(java.util.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 GenerationTocEntry Modifier and Type Method Description protected org.w3c.dom.ElementDetachedContentRuntimeRepository. getDocumentElement(GenerationTocEntry tocEntry)org.w3c.dom.ElementClassLoaderProductDataProvider. getProductCmptGenerationData(GenerationTocEntry tocEntry)org.w3c.dom.ElementIProductDataProvider. getProductCmptGenerationData(GenerationTocEntry tocEntry)Getting the product component generation data element for given tocEntry.protected java.lang.StringDetachedContentRuntimeRepository. getProductComponentGenerationImplClass(GenerationTocEntry tocEntry)
-