Uses of Interface
org.faktorips.runtime.ITable

Packages that use ITable
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of ITable in org.faktorips.runtime
 

Methods in org.faktorips.runtime with type parameters of type ITable
<T extends ITable>
T
IRuntimeRepository.getTable(Class<T> tableClass)
          Returns the table contents for the given table class.
protected
<T extends ITable>
T
InMemoryRuntimeRepository.getTableInternal(Class<T> tableClass)
          InMemoryRepository also searches for tables that are instances of subclasses of the given tableClass.
 

Methods in org.faktorips.runtime that return ITable
 ITable IRuntimeRepository.getTable(String qualifiedTableName)
          Returns the table contents for the given qualified table name.
protected  ITable InMemoryRuntimeRepository.getTableInternal(String qualifiedTableName)
           
 

Methods in org.faktorips.runtime that return types with arguments of type ITable
 IComputable<String,ITable> ICacheFactory.createTableCache(IComputable<String,ITable> computable)
           
 List<ITable> IRuntimeRepository.getAllTables()
          Returns all tables available in this repository.
 

Methods in org.faktorips.runtime with parameters of type ITable
 void InMemoryRuntimeRepository.putTable(ITable table)
          Puts the table into the repository.
 void InMemoryRuntimeRepository.putTable(ITable table, String qName)
          Puts the table with the indicated name into the repository with .
 

Method parameters in org.faktorips.runtime with type arguments of type ITable
 IComputable<String,ITable> ICacheFactory.createTableCache(IComputable<String,ITable> computable)
           
protected  void InMemoryRuntimeRepository.getAllTables(List<ITable> result)
           
 

Uses of ITable in org.faktorips.runtime.internal
 

Classes in org.faktorips.runtime.internal that implement ITable
 class Table<T>
          The base class for all the generated table classes.
 

Methods in org.faktorips.runtime.internal with type parameters of type ITable
<T extends ITable>
T
AbstractRuntimeRepository.getTable(Class<T> tableClass)
           
protected
<T extends ITable>
T
AbstractTocBasedRuntimeRepository.getTableInternal(Class<T> tableClass)
           
protected abstract
<T extends ITable>
T
AbstractRuntimeRepository.getTableInternal(Class<T> tableClass)
          Same as AbstractRuntimeRepository.getTable(Class) but searches only in this repository and not the ones, this repository depends on.
 

Methods in org.faktorips.runtime.internal that return ITable
protected  ITable AbstractClassLoadingRuntimeRepository.createTable(TableContentTocEntry tocEntry)
           
protected abstract  ITable AbstractTocBasedRuntimeRepository.createTable(TableContentTocEntry tocEntry)
          Creates the table object for the given toc entry.
protected abstract  ITable AbstractCachingRuntimeRepository.getNotCachedTable(String qualifiedTableName)
           
protected  ITable AbstractTocBasedRuntimeRepository.getNotCachedTable(String qualifiedTableName)
           
 ITable AbstractRuntimeRepository.getTable(String qualifiedTableName)
           
protected  ITable AbstractCachingRuntimeRepository.getTableInternal(String qualifiedTableName)
           
protected abstract  ITable AbstractRuntimeRepository.getTableInternal(String qualifiedTableName)
          Same as AbstractRuntimeRepository.getTable(String)) but searches only in this repository and not the ones, this repository depends on.
 

Methods in org.faktorips.runtime.internal that return types with arguments of type ITable
 IComputable<String,ITable> AbstractCacheFactory.createTableCache(IComputable<String,ITable> computable)
           
 List<ITable> AbstractRuntimeRepository.getAllTables()
           
 

Method parameters in org.faktorips.runtime.internal with type arguments of type ITable
 IComputable<String,ITable> AbstractCacheFactory.createTableCache(IComputable<String,ITable> computable)
           
 void AbstractTocBasedRuntimeRepository.getAllTables(List<ITable> result)
           
protected abstract  void AbstractRuntimeRepository.getAllTables(List<ITable> result)
          Same as getAllTables() but searches only in this repository and not the ones, this repository depends on.
 



Copyright © 2015. All rights reserved.