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

Packages that use ProductCmptTocEntry
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.internal.toc   
org.faktorips.runtime.productdataprovider   
 

Uses of ProductCmptTocEntry in org.faktorips.runtime
 

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

Uses of ProductCmptTocEntry in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type ProductCmptTocEntry
protected  IProductComponent AbstractClassLoadingRuntimeRepository.createProductCmpt(ProductCmptTocEntry tocEntry)
           
protected abstract  IProductComponent AbstractTocBasedRuntimeRepository.createProductCmpt(ProductCmptTocEntry tocEntry)
           
protected abstract  Element AbstractClassLoadingRuntimeRepository.getDocumentElement(ProductCmptTocEntry tocEntry)
          This method returns the xml element of the product component identified by the tocEntry
 

Uses of ProductCmptTocEntry in org.faktorips.runtime.internal.toc
 

Methods in org.faktorips.runtime.internal.toc that return ProductCmptTocEntry
 ProductCmptTocEntry GenerationTocEntry.getParent()
           
 ProductCmptTocEntry IReadonlyTableOfContents.getProductCmptTocEntry(String id)
          Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.
 ProductCmptTocEntry ReadonlyTableOfContents.getProductCmptTocEntry(String id)
           
abstract  ProductCmptTocEntry AbstractReadonlyTableOfContents.getProductCmptTocEntry(String id)
          Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.
 ProductCmptTocEntry IReadonlyTableOfContents.getProductCmptTocEntry(String kindId, String versionId)
          Returns the toc entry representing a product component for the given product component kind id and versionId or null if no such entry exists.
 ProductCmptTocEntry ReadonlyTableOfContents.getProductCmptTocEntry(String kindId, String versionId)
           
abstract  ProductCmptTocEntry AbstractReadonlyTableOfContents.getProductCmptTocEntry(String kindId, String versionId)
          Returns the toc entry representing a product component for the given product component kind id and versionId or null if no such entry exists.
 

Methods in org.faktorips.runtime.internal.toc that return types with arguments of type ProductCmptTocEntry
 List<ProductCmptTocEntry> IReadonlyTableOfContents.getProductCmptTocEntries()
          Returns all toc's entries representing product components.
 List<ProductCmptTocEntry> ReadonlyTableOfContents.getProductCmptTocEntries()
           
abstract  List<ProductCmptTocEntry> AbstractReadonlyTableOfContents.getProductCmptTocEntries()
          Returns all toc's entries representing product components.
 List<ProductCmptTocEntry> IReadonlyTableOfContents.getProductCmptTocEntries(String kindId)
          Returns all toc's entries representing product components that belong to the indicated product component kind.
 List<ProductCmptTocEntry> ReadonlyTableOfContents.getProductCmptTocEntries(String kindId)
           
abstract  List<ProductCmptTocEntry> AbstractReadonlyTableOfContents.getProductCmptTocEntries(String kindId)
          Returns all toc's entries representing product components that belong to the indicated product component kind.
 

Methods in org.faktorips.runtime.internal.toc with parameters of type ProductCmptTocEntry
static GenerationTocEntry GenerationTocEntry.createFromXml(ProductCmptTocEntry parent, Element element)
           
 

Constructors in org.faktorips.runtime.internal.toc with parameters of type ProductCmptTocEntry
GenerationTocEntry(ProductCmptTocEntry parent, DateTime validFrom, String className, String xmlResourceName)
           
 

Uses of ProductCmptTocEntry in org.faktorips.runtime.productdataprovider
 

Methods in org.faktorips.runtime.productdataprovider with parameters of type ProductCmptTocEntry
protected  Element DetachedContentRuntimeRepository.getDocumentElement(ProductCmptTocEntry tocEntry)
           
 Element IProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
          Getting the product component data element for given tocEntry.
 Element ClassLoaderProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
           
 



Copyright © 2015. All rights reserved.