Uses of Interface
org.faktorips.runtime.IObjectReferenceStore
Packages that use IObjectReferenceStore
-
Uses of IObjectReferenceStore in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IObjectReferenceStoreMethods in org.faktorips.runtime with parameters of type IObjectReferenceStoreModifier and TypeMethodDescriptionvoidDefaultReferenceResolver.resolve(IObjectReferenceStore store) Resolves the unresolved references in the given store.voidDefaultUnresolvedReference.resolve(IObjectReferenceStore store) voidIUnresolvedReference.resolve(IObjectReferenceStore store) -
Uses of IObjectReferenceStore in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type IObjectReferenceStoreModifier and TypeMethodDescriptionprotected voidAbstractModelObject.initAssociationFromXml(Element el, Object objectId, IObjectReferenceStore store) voidAbstractModelObject.initFromXml(Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store) Initializes the policy component's state with the data stored in the given xml element.voidAbstractModelObject.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 voidAbstractModelObject.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.