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

Packages that use CustomTocEntryObject
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.internal.toc   
org.faktorips.runtime.productdataprovider   
 

Uses of CustomTocEntryObject in org.faktorips.runtime
 

Methods in org.faktorips.runtime with parameters of type CustomTocEntryObject
protected
<T> Element
ClassloaderRuntimeRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry)
           
 

Uses of CustomTocEntryObject in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type CustomTocEntryObject
protected
<T> T
AbstractClassLoadingRuntimeRepository.createCustomObject(CustomTocEntryObject<T> tocEntry)
           
protected abstract
<T> T
AbstractTocBasedRuntimeRepository.createCustomObject(CustomTocEntryObject<T> tocEntry)
           
protected abstract
<T> Element
AbstractClassLoadingRuntimeRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry)
          This method returns the xml element of the product component identified by the tocEntry
protected
<T> void
AbstractClassLoadingRuntimeRepository.initClRepositoryObject(CustomTocEntryObject<T> tocEntry, IClRepositoryObject runtimeObject)
           
 

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

Methods in org.faktorips.runtime.internal.toc that return CustomTocEntryObject
<T> CustomTocEntryObject<T>
IReadonlyTableOfContents.getCustomTocEntry(Class<T> type, String ipsObjectQualifiedName)
           
<T> CustomTocEntryObject<T>
ReadonlyTableOfContents.getCustomTocEntry(Class<T> type, String ipsObjectQualifiedName)
           
 

Methods in org.faktorips.runtime.internal.toc that return types with arguments of type CustomTocEntryObject
<T extends IRuntimeObject>
List<CustomTocEntryObject<T>>
ReadonlyTableOfContents.getTypedTocEntries(Class<T> type)
           
abstract
<T extends IRuntimeObject>
List<CustomTocEntryObject<T>>
AbstractReadonlyTableOfContents.getTypedTocEntries(Class<T> type)
           
 

Uses of CustomTocEntryObject in org.faktorips.runtime.productdataprovider
 

Methods in org.faktorips.runtime.productdataprovider with parameters of type CustomTocEntryObject
protected
<T> Element
DetachedContentRuntimeRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry)
           
<T> Element
IProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry)
          Getting the data element for the given tocEntry.
<T> Element
ClassLoaderProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry)
           
 



Copyright © 2015. All rights reserved.