Uses of Class
org.faktorips.runtime.internal.toc.ProductCmptTocEntry
-
Packages that use ProductCmptTocEntry Package Description 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 Modifier and Type Method Description protected org.w3c.dom.ElementClassloaderRuntimeRepository. getDocumentElement(ProductCmptTocEntry tocEntry) -
Uses of ProductCmptTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type ProductCmptTocEntry Modifier and Type Method Description protected IProductComponentAbstractClassLoadingRuntimeRepository. createProductCmpt(ProductCmptTocEntry tocEntry)protected abstract IProductComponentAbstractTocBasedRuntimeRepository. createProductCmpt(ProductCmptTocEntry tocEntry)protected abstract org.w3c.dom.ElementAbstractClassLoadingRuntimeRepository. 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 Modifier and Type Method Description ProductCmptTocEntryGenerationTocEntry. getParent()abstract ProductCmptTocEntryAbstractReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String id)Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.abstract ProductCmptTocEntryAbstractReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String kindId, java.lang.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.ProductCmptTocEntryIReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String id)Returns the toc entry representing a product component for the given id or null if no entry exists for the given id.ProductCmptTocEntryIReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String kindId, java.lang.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.ProductCmptTocEntryReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String id)ProductCmptTocEntryReadonlyTableOfContents. getProductCmptTocEntry(java.lang.String kindId, java.lang.String versionId)Methods in org.faktorips.runtime.internal.toc that return types with arguments of type ProductCmptTocEntry Modifier and Type Method Description abstract java.util.List<ProductCmptTocEntry>AbstractReadonlyTableOfContents. getProductCmptTocEntries()Returns all toc's entries representing product components.abstract java.util.List<ProductCmptTocEntry>AbstractReadonlyTableOfContents. getProductCmptTocEntries(java.lang.String kindId)Returns all toc's entries representing product components that belong to the indicated product component kind.java.util.List<ProductCmptTocEntry>IReadonlyTableOfContents. getProductCmptTocEntries()Returns all toc's entries representing product components.java.util.List<ProductCmptTocEntry>IReadonlyTableOfContents. getProductCmptTocEntries(java.lang.String kindId)Returns all toc's entries representing product components that belong to the indicated product component kind.java.util.List<ProductCmptTocEntry>ReadonlyTableOfContents. getProductCmptTocEntries()java.util.List<ProductCmptTocEntry>ReadonlyTableOfContents. getProductCmptTocEntries(java.lang.String kindId)Methods in org.faktorips.runtime.internal.toc with parameters of type ProductCmptTocEntry Modifier and Type Method Description static GenerationTocEntryGenerationTocEntry. createFromXml(ProductCmptTocEntry parent, org.w3c.dom.Element element)Constructors in org.faktorips.runtime.internal.toc with parameters of type ProductCmptTocEntry Constructor Description GenerationTocEntry(ProductCmptTocEntry parent, DateTime validFrom, java.lang.String className, java.lang.String xmlResourceName) -
Uses of ProductCmptTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type ProductCmptTocEntry Modifier and Type Method Description protected org.w3c.dom.ElementDetachedContentRuntimeRepository. getDocumentElement(ProductCmptTocEntry tocEntry)org.w3c.dom.ElementClassLoaderProductDataProvider. getProductCmptData(ProductCmptTocEntry tocEntry)org.w3c.dom.ElementIProductDataProvider. getProductCmptData(ProductCmptTocEntry tocEntry)Getting the product component data element for given tocEntry.
-