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

Packages that use TableContentTocEntry
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
protected  InputStream ClassloaderRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry)
           
 

Uses of TableContentTocEntry in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type TableContentTocEntry
protected  ITable AbstractClassLoadingRuntimeRepository.createTable(TableContentTocEntry tocEntry)
           
protected abstract  ITable AbstractTocBasedRuntimeRepository.createTable(TableContentTocEntry tocEntry)
          Creates the table object for the given toc entry.
protected abstract  InputStream AbstractClassLoadingRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry)
          Returns the XML data for the specified tocEntry as InputStream
 

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

Methods in org.faktorips.runtime.internal.toc that return TableContentTocEntry
 TableContentTocEntry IReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass)
          Returns a toc entry representing a table for the table's class object.
 TableContentTocEntry ReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass)
           
abstract  TableContentTocEntry AbstractReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass)
          Returns a toc entry representing a table for the table's class object.
 TableContentTocEntry IReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName)
          Returns a toc entry representing a table for this table's qualified table name.
 TableContentTocEntry ReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName)
           
abstract  TableContentTocEntry AbstractReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName)
          Returns a toc entry representing a table for this table's qualified table name.
 

Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TableContentTocEntry
 List<TableContentTocEntry> IReadonlyTableOfContents.getTableTocEntries()
          Returns all toc's entries representing tables.
 List<TableContentTocEntry> ReadonlyTableOfContents.getTableTocEntries()
           
abstract  List<TableContentTocEntry> AbstractReadonlyTableOfContents.getTableTocEntries()
          Returns all toc's entries representing tables.
 

Uses of TableContentTocEntry in org.faktorips.runtime.productdataprovider
 

Methods in org.faktorips.runtime.productdataprovider with parameters of type TableContentTocEntry
 InputStream IProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
          Getting the input stream of table content for given tocEntry.
 InputStream ClassLoaderProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
           
protected  InputStream DetachedContentRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry)
           
 



Copyright © 2015. All rights reserved.