Uses of Interface
org.faktorips.runtime.IRuntimeObject

Packages that use IRuntimeObject
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.internal.toc   
 

Uses of IRuntimeObject in org.faktorips.runtime
 

Subinterfaces of IRuntimeObject in org.faktorips.runtime
 interface IProductComponent
          Interface for all product components.
 interface IProductComponentGeneration
          A product component generation represents the state of a product component valid for a period of time.
 interface IProductComponentLink<T extends IProductComponent>
          This class represents a link between two product components.
 

Methods in org.faktorips.runtime with type parameters of type IRuntimeObject
<T extends IRuntimeObject>
void
InMemoryRuntimeRepository.putCustomRuntimeObject(Class<T> type, String ipsObjectQualifiedName, T runtimeObject)
          Puts the runtimeObject into the repository.
 

Uses of IRuntimeObject in org.faktorips.runtime.internal
 

Classes in org.faktorips.runtime.internal that implement IRuntimeObject
 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.
 class RuntimeObject
          Baseclass for all runtime objects
 

Uses of IRuntimeObject in org.faktorips.runtime.internal.toc
 

Methods in org.faktorips.runtime.internal.toc with type parameters of type IRuntimeObject
<T extends IRuntimeObject>
List<CustomTocEntryObject<T>>
ReadonlyTableOfContents.getTypedTocEntries(Class<T> type)
           
abstract
<T extends IRuntimeObject>
List<CustomTocEntryObject<T>>
AbstractReadonlyTableOfContents.getTypedTocEntries(Class<T> type)
           
 



Copyright © 2015. All rights reserved.