Uses of Interface
org.faktorips.runtime.IObjectReferenceStore

Packages that use IObjectReferenceStore
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of IObjectReferenceStore in org.faktorips.runtime
 

Classes in org.faktorips.runtime that implement IObjectReferenceStore
 class DefaultObjectReferenceStore
          Default implementation.
 

Methods in org.faktorips.runtime with parameters of type IObjectReferenceStore
 void DefaultUnresolvedReference.resolve(IObjectReferenceStore store)
           
 void IUnresolvedReference.resolve(IObjectReferenceStore store)
           
 void DefaultReferenceResolver.resolve(IObjectReferenceStore store)
          Resolves the unresolved references in the given store.
 

Uses of IObjectReferenceStore in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type IObjectReferenceStore
protected  void AbstractModelObject.initAssociationFromXml(Element el, Object objectId, IObjectReferenceStore store)
           
 void AbstractModelObject.initFromXml(Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store)
          Initializes the policy component's state with the data stored in the given xml element.
 void AbstractModelObject.initFromXml(Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback)
          Initializes the policy component's state with the data stored in the given xml element.
protected  void AbstractModelObject.initFromXml(Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback, String currPath)
          Initializes the policy component's state with the data stored in the given xml element.
 



Copyright © 2015. All rights reserved.