Uses of Class
org.faktorips.runtime.internal.toc.GenerationTocEntry

Packages that use GenerationTocEntry
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.internal.productvariant   
org.faktorips.runtime.internal.toc   
org.faktorips.runtime.productdataprovider   
 

Uses of GenerationTocEntry in org.faktorips.runtime
 

Methods in org.faktorips.runtime with parameters of type GenerationTocEntry
protected  Element ClassloaderRuntimeRepository.getDocumentElement(GenerationTocEntry tocEntry)
           
protected  String ClassloaderRuntimeRepository.getProductComponentGenerationImplClass(GenerationTocEntry tocEntry)
           
 

Uses of GenerationTocEntry in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type GenerationTocEntry
protected  IProductComponentGeneration AbstractClassLoadingRuntimeRepository.createProductCmptGeneration(GenerationTocEntry tocEntry)
           
protected abstract  IProductComponentGeneration AbstractTocBasedRuntimeRepository.createProductCmptGeneration(GenerationTocEntry generationTocEntry)
           
protected  ProductComponentGeneration AbstractClassLoadingRuntimeRepository.createProductComponentGenerationInstance(GenerationTocEntry tocEntry, ProductComponent productCmpt)
           
protected abstract  Element AbstractClassLoadingRuntimeRepository.getDocumentElement(GenerationTocEntry tocEntry)
          This method returns the xml element of the product component generation identified by the tocEntry
protected abstract  String AbstractClassLoadingRuntimeRepository.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
 IProductComponentGeneration ProductVariantRuntimeHelper.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 GenerationTocEntry
static GenerationTocEntry GenerationTocEntry.createFromXml(ProductCmptTocEntry parent, Element element)
           
 GenerationTocEntry ProductCmptTocEntry.getGenerationEntry(Calendar effectiveDate)
          Returns the toc entry for the generation valid on the given effective date, or null if no generation is effective on the given date or the effective is null.
 GenerationTocEntry ProductCmptTocEntry.getGenerationEntry(DateTime validAt)
          Return the Generation Toc Entry for the exact valid at DateTime.
 GenerationTocEntry ProductCmptTocEntry.getLatestGenerationEntry()
          Returns the latest GenerationTocEntry with repect to the generations validity date.
 GenerationTocEntry ProductCmptTocEntry.getNextGenerationEntry(Calendar validFrom)
          Returns the GenerationTocEntry successor of the one that is found for the provided validity date.
 GenerationTocEntry ProductCmptTocEntry.getPreviousGenerationEntry(Calendar validFrom)
          Returns the GenerationTocEntry that 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
 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
 void ProductCmptTocEntry.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 GenerationTocEntry
protected  Element DetachedContentRuntimeRepository.getDocumentElement(GenerationTocEntry tocEntry)
           
 Element IProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry)
          Getting the product component generation data element for given tocEntry.
 Element ClassLoaderProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry)
           
protected  String DetachedContentRuntimeRepository.getProductComponentGenerationImplClass(GenerationTocEntry tocEntry)
           
 



Copyright © 2015. All rights reserved.