Uses of Class
org.faktorips.runtime.internal.toc.TableContentTocEntry
-
Packages that use TableContentTocEntry Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.internal.toc org.faktorips.runtime.productdataprovider -
-
Uses of TableContentTocEntry in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type TableContentTocEntry Modifier and Type Method Description protected java.io.InputStreamClassloaderRuntimeRepository. getXmlAsStream(TableContentTocEntry tocEntry) -
Uses of TableContentTocEntry in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type TableContentTocEntry Modifier and Type Method Description protected ITable<?>AbstractClassLoadingRuntimeRepository. createTable(TableContentTocEntry tocEntry)protected abstract ITable<?>AbstractTocBasedRuntimeRepository. createTable(TableContentTocEntry tocEntry)Creates the table object for the given toc entry.protected abstract java.io.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 TableContentTocEntry Modifier and Type Method Description abstract TableContentTocEntryAbstractReadonlyTableOfContents. getTableTocEntryByClassname(java.lang.String implementationClass)Returns a toc entry representing a table for the table's class object.TableContentTocEntryIReadonlyTableOfContents. getTableTocEntryByClassname(java.lang.String implementationClass)Returns a toc entry representing a table for the table's class object.TableContentTocEntryReadonlyTableOfContents. getTableTocEntryByClassname(java.lang.String implementationClass)abstract TableContentTocEntryAbstractReadonlyTableOfContents. getTableTocEntryByQualifiedTableName(java.lang.String qualifiedTableName)Returns a toc entry representing a table for this table's qualified table name.TableContentTocEntryIReadonlyTableOfContents. getTableTocEntryByQualifiedTableName(java.lang.String qualifiedTableName)Returns a toc entry representing a table for this table's qualified table name.TableContentTocEntryReadonlyTableOfContents. getTableTocEntryByQualifiedTableName(java.lang.String qualifiedTableName)Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TableContentTocEntry Modifier and Type Method Description abstract java.util.List<TableContentTocEntry>AbstractReadonlyTableOfContents. getTableTocEntries()Returns all toc's entries representing tables.java.util.List<TableContentTocEntry>IReadonlyTableOfContents. getTableTocEntries()Returns all toc's entries representing tables.java.util.List<TableContentTocEntry>ReadonlyTableOfContents. getTableTocEntries() -
Uses of TableContentTocEntry in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type TableContentTocEntry Modifier and Type Method Description java.io.InputStreamClassLoaderProductDataProvider. getTableContentAsStream(TableContentTocEntry tocEntry)java.io.InputStreamIProductDataProvider. getTableContentAsStream(TableContentTocEntry tocEntry)Getting the input stream of table content for given tocEntry.protected java.io.InputStreamDetachedContentRuntimeRepository. getXmlAsStream(TableContentTocEntry tocEntry)
-