Uses of Class
org.faktorips.runtime.internal.toc.CustomTocEntryObject
Packages that use CustomTocEntryObject
Package
Description
-
Uses of CustomTocEntryObject in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type CustomTocEntryObjectModifier and TypeMethodDescriptionprotected abstract <T> TAbstractTocBasedRuntimeRepository.createCustomObject(CustomTocEntryObject<T> tocEntry) protected <T> TAbstractXmlInputStreamRepository.createCustomObject(CustomTocEntryObject<T> tocEntry) protected <T> ElementAbstractXmlInputStreamRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry) This method returns the xml element of the ips object identified by the tocEntry -
Uses of CustomTocEntryObject in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc that return CustomTocEntryObjectModifier and TypeMethodDescription<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 CustomTocEntryObjectModifier and TypeMethodDescriptionabstract <T extends IRuntimeObject>
List<CustomTocEntryObject<T>>AbstractReadonlyTableOfContents.getTypedTocEntries(Class<T> type) <T extends IRuntimeObject>
List<CustomTocEntryObject<T>>ReadonlyTableOfContents.getTypedTocEntries(Class<T> type) -
Uses of CustomTocEntryObject in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type CustomTocEntryObjectModifier and TypeMethodDescriptionprotected <T> ElementDetachedContentRuntimeRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry) <T> ElementClassLoaderProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry) <T> ElementIProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry) Getting the data element for the given tocEntry.