Uses of Class
org.faktorips.runtime.internal.toc.CustomTocEntryObject
Packages that use CustomTocEntryObject
Package
Description
-
Uses of CustomTocEntryObject in org.faktorips.runtime
Methods in org.faktorips.runtime with parameters of type CustomTocEntryObjectModifier and TypeMethodDescriptionprotected <T> ElementClassloaderRuntimeRepository.getDocumentElement(CustomTocEntryObject<T> tocEntry) -
Uses of CustomTocEntryObject in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type CustomTocEntryObjectModifier and TypeMethodDescriptionprotected <T> TAbstractClassLoadingRuntimeRepository.createCustomObject(CustomTocEntryObject<T> tocEntry) protected abstract <T> TAbstractTocBasedRuntimeRepository.createCustomObject(CustomTocEntryObject<T> tocEntry) protected abstract <T> 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 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.