Uses of Interface
org.faktorips.runtime.IClRepositoryObject

Packages that use IClRepositoryObject
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
 interface IProductComponentLink<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
 interface IXmlPersistenceSupport
          Common interface for runtime classes that support XML persistence through the methods initFromXml(Element) and IXmlPersistenceSupport.toXml(Document).
 

Classes in org.faktorips.runtime.internal that implement IClRepositoryObject
 class ProductComponent
          Base class for all product components.
 class ProductComponentGeneration
          Base class for product component generations
 class ProductComponentLink<T extends IProductComponent>
          Class that represents a link/relation between product components.
 

Methods in org.faktorips.runtime.internal with parameters of type IClRepositoryObject
protected
<T> void
AbstractClassLoadingRuntimeRepository.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
protected  void ProductVariantRuntimeHelper.loadAndVary(IXmlPersistenceSupport originalObject, Element variationXML, IClRepositoryObject objectToInitialize)
           
 



Copyright © 2015. All rights reserved.