Uses of Interface
org.faktorips.runtime.IProductComponentLink
-
Packages that use IProductComponentLink Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types.org.faktorips.runtime.util -
-
Uses of IProductComponentLink in org.faktorips.runtime
Methods in org.faktorips.runtime that return IProductComponentLink Modifier and Type Method Description IProductComponentLink<? extends IProductComponent>IProductComponentLinkSource. getLink(java.lang.String linkName, IProductComponent target)Returns theIProductComponentLinkfor the association with the given role name to the given product component ornullif no such association exists.Methods in org.faktorips.runtime that return types with arguments of type IProductComponentLink Modifier and Type Method Description java.util.List<IProductComponentLink<? extends IProductComponent>>IProductComponentLinkSource. getLinks()Returns aListof all theIProductComponentLinks from this product component generation to other product components. -
Uses of IProductComponentLink in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IProductComponentLink Modifier and Type Class Description classProductComponentLink<T extends IProductComponent>Class that represents a link/relation between product components.Methods in org.faktorips.runtime.internal that return IProductComponentLink Modifier and Type Method Description IProductComponentLink<? extends IProductComponent>ProductComponent. getLink(java.lang.String linkName, IProductComponent target)IProductComponentLink<? extends IProductComponent>ProductComponentGeneration. getLink(java.lang.String linkName, IProductComponent target)Methods in org.faktorips.runtime.internal that return types with arguments of type IProductComponentLink Modifier and Type Method Description java.util.List<IProductComponentLink<? extends IProductComponent>>ProductComponent. getLinks()java.util.List<IProductComponentLink<? extends IProductComponent>>ProductComponentGeneration. getLinks() -
Uses of IProductComponentLink in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return types with arguments of type IProductComponentLink Modifier and Type Method Description <T extends IProductComponent>
java.util.Collection<IProductComponentLink<T>>ProductAssociation. getLinks(IProductComponent prodCmpt, java.util.Calendar effectiveDate)Retrieves alllinksfor this association from a product component. -
Uses of IProductComponentLink in org.faktorips.runtime.util
Method parameters in org.faktorips.runtime.util with type arguments of type IProductComponentLink Modifier and Type Method Description static <T extends IProductComponent>
TProductComponentLinks. getTarget(int index, java.util.Map<java.lang.String,IProductComponentLink<T>> componentLink)Returns value of type IProductComponent at the indicated index.
-