Uses of Class
org.faktorips.runtime.internal.toc.CustomTocEntryObject
-
Packages that use CustomTocEntryObject Package Description 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 Modifier and Type Method Description protected <T> org.w3c.dom.ElementClassloaderRuntimeRepository. getDocumentElement(CustomTocEntryObject<T> tocEntry) -
Uses of CustomTocEntryObject in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type CustomTocEntryObject Modifier and Type Method Description protected <T> TAbstractClassLoadingRuntimeRepository. createCustomObject(CustomTocEntryObject<T> tocEntry)protected abstract <T> TAbstractTocBasedRuntimeRepository. createCustomObject(CustomTocEntryObject<T> tocEntry)protected abstract <T> org.w3c.dom.ElementAbstractClassLoadingRuntimeRepository. getDocumentElement(CustomTocEntryObject<T> tocEntry)This method returns the xml element of the product component identified by the tocEntryprotected <T> voidAbstractClassLoadingRuntimeRepository. 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 Modifier and Type Method Description <T> CustomTocEntryObject<T>IReadonlyTableOfContents. getCustomTocEntry(java.lang.Class<T> type, java.lang.String ipsObjectQualifiedName)<T> CustomTocEntryObject<T>ReadonlyTableOfContents. getCustomTocEntry(java.lang.Class<T> type, java.lang.String ipsObjectQualifiedName)Methods in org.faktorips.runtime.internal.toc that return types with arguments of type CustomTocEntryObject Modifier and Type Method Description abstract <T extends IRuntimeObject>
java.util.List<CustomTocEntryObject<T>>AbstractReadonlyTableOfContents. getTypedTocEntries(java.lang.Class<T> type)<T extends IRuntimeObject>
java.util.List<CustomTocEntryObject<T>>ReadonlyTableOfContents. getTypedTocEntries(java.lang.Class<T> type) -
Uses of CustomTocEntryObject in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type CustomTocEntryObject Modifier and Type Method Description protected <T> org.w3c.dom.ElementDetachedContentRuntimeRepository. getDocumentElement(CustomTocEntryObject<T> tocEntry)<T> org.w3c.dom.ElementClassLoaderProductDataProvider. getTocEntryData(CustomTocEntryObject<T> tocEntry)<T> org.w3c.dom.ElementIProductDataProvider. getTocEntryData(CustomTocEntryObject<T> tocEntry)Getting the data element for the given tocEntry.
-