Uses of Interface
org.faktorips.runtime.IClRepositoryObject
-
Packages that use IClRepositoryObject Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.internal.productvariant -
-
Uses of IClRepositoryObject in org.faktorips.runtime
Subinterfaces of IClRepositoryObject in org.faktorips.runtime Modifier and Type Interface Description interfaceIProductComponentLink<T extends IProductComponent>This class represents a link between two product components. -
Uses of IClRepositoryObject in org.faktorips.runtime.internal
Subinterfaces of IClRepositoryObject in org.faktorips.runtime.internal Modifier and Type Interface Description interfaceIXmlPersistenceSupportCommon interface for runtime classes that support XML persistence through the methodsinitFromXml(Element)andIXmlPersistenceSupport.toXml(Document).Classes in org.faktorips.runtime.internal that implement IClRepositoryObject Modifier and Type Class Description classProductComponentBase class for all product components.classProductComponentGenerationBase class for product component generationsclassProductComponentLink<T extends IProductComponent>Class that represents a link/relation between product components.Methods in org.faktorips.runtime.internal with parameters of type IClRepositoryObject Modifier and Type Method Description protected <T> voidAbstractClassLoadingRuntimeRepository. initClRepositoryObject(CustomTocEntryObject<T> tocEntry, IClRepositoryObject runtimeObject) -
Uses of IClRepositoryObject in org.faktorips.runtime.internal.productvariant
Methods in org.faktorips.runtime.internal.productvariant with parameters of type IClRepositoryObject Modifier and Type Method Description protected voidProductVariantRuntimeHelper. loadAndVary(IXmlPersistenceSupport originalObject, org.w3c.dom.Element variationXML, IClRepositoryObject objectToInitialize)
-