Uses of Class
org.faktorips.runtime.internal.toc.TableContentTocEntry
Packages that use TableContentTocEntry
Package
Description
-
Uses of TableContentTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type TableContentTocEntryModifier and TypeMethodDescriptionprotected InputStreamClassloaderRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry) -
Uses of TableContentTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type TableContentTocEntryModifier and TypeMethodDescriptionprotected ITable<?>AbstractClassLoadingRuntimeRepository.createTable(TableContentTocEntry tocEntry) protected abstract ITable<?>AbstractTocBasedRuntimeRepository.createTable(TableContentTocEntry tocEntry) Creates the table object for the given toc entry.protected abstract InputStreamAbstractClassLoadingRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry) Returns the XML data for the specified tocEntry asInputStream -
Uses of TableContentTocEntry in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc that return TableContentTocEntryModifier and TypeMethodDescriptionabstract TableContentTocEntryAbstractReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass) Returns a toc entry representing a table for the table's class object.IReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass) Returns a toc entry representing a table for the table's class object.ReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass) abstract TableContentTocEntryAbstractReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName) Returns a toc entry representing a table for this table's qualified table name.IReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName) Returns a toc entry representing a table for this table's qualified table name.ReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName) Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TableContentTocEntryModifier and TypeMethodDescriptionabstract List<TableContentTocEntry>AbstractReadonlyTableOfContents.getTableTocEntries()Returns all toc's entries representing tables.IReadonlyTableOfContents.getTableTocEntries()Returns all toc's entries representing tables.ReadonlyTableOfContents.getTableTocEntries() -
Uses of TableContentTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type TableContentTocEntryModifier and TypeMethodDescriptionClassLoaderProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry) IProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry) Getting the input stream of table content for given tocEntry.protected InputStreamDetachedContentRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry)