Uses of Interface
com.semarchy.mdm.runtime.model.dataaccess.IManyToOneNode

Packages that use IManyToOneNode
com.semarchy.mdm.runtime.data This package contains the IDataAccessService and the related classes. 
com.semarchy.mdm.runtime.model.dataaccess   
com.semarchy.mdm.runtime.semql.dataaccess   
 

Uses of IManyToOneNode in com.semarchy.mdm.runtime.data
 

Methods in com.semarchy.mdm.runtime.data with parameters of type IManyToOneNode
static DataQuery DataQueryUtil.createQueryForReferencedRow(IDataRow fromRow, IManyToOneNode navNode, List<String> selExpressions)
          Create a DataQuery to retrieve the row referenced through a IManyToOneNode.
 void IEntityRow.setReference(IManyToOneNode pNavNode, IEntityRow pRow)
           
 

Uses of IManyToOneNode in com.semarchy.mdm.runtime.model.dataaccess
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return IManyToOneNode
 IManyToOneNode IForeignViewAttribute.getManyToOneNode()
           
 IManyToOneNode IForeignDNViewAttribute.getManyToOneNode()
           
 IManyToOneNode IView.getManyToOneNode(String pName)
          Get the ManyToOneNode by name.
 IManyToOneNode DelegatingView.getManyToOneNode(String pName)
           
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return types with arguments of type IManyToOneNode
 List<IManyToOneNode> IView.getManyToOneNodes()
          Obtain the list of outgoing ManyToOne navigation nodes
 List<IManyToOneNode> DelegatingView.getManyToOneNodes()
           
 List<IManyToOneNode> DataAccessSelectExpression.getViewPath()
          Return the view path to current DataAccessSelectExpression.getViewAttribute() when attributes is nested.
 

Methods in com.semarchy.mdm.runtime.model.dataaccess with parameters of type IManyToOneNode
static String DataAccessModelConstants.getToFDNAttributeName(IManyToOneNode pNode)
          Deprecated. replaced by AttributeNames.referencedForeignDisplayName(IManyToOneNode)
static String DataAccessModelConstants.getToGoldenAttributeName(IManyToOneNode pNode)
          Deprecated. replaced by AttributeNames.referencedPublisherdIdName(IManyToOneNode)
static String DataAccessModelConstants.getToSDPKPublisherIDAttributeName(IManyToOneNode pNode)
          Deprecated. replaced by AttributeNames.referencedPublisherdIdName(IManyToOneNode)
static String DataAccessModelConstants.getToSDPKSourceIDAttributeName(IManyToOneNode pNode)
          Deprecated. replaced by AttributeNames.referencedSourceIdName(IManyToOneNode)
static String DataAccessModelConstants.getToUDPKAttributeName(IManyToOneNode pNode)
          Deprecated. replaced by AttributeNames.referencedIdName(IManyToOneNode)
static boolean AttributeNames.hasReferencedForeignDisplayName(IManyToOneNode manyToOneNode)
           
static boolean AttributeNames.hasReferencedGoldenId(IManyToOneNode manyToOneNode)
           
static boolean AttributeNames.hasReferencedPublisherId(IManyToOneNode manyToOneNode)
           
static boolean AttributeNames.hasReferencedSourceId(IManyToOneNode manyToOneNode)
           
static String AttributeNames.referencedForeignDisplayName(IManyToOneNode manyToOneNode)
           
static String AttributeNames.referencedGoldenIdName(IManyToOneNode manyToOneNode)
           
static String AttributeNames.referencedIdName(IManyToOneNode manyToOneNode)
           
static String AttributeNames.referencedPublisherdIdName(IManyToOneNode manyToOneNode)
           
static String AttributeNames.referencedSourceIdName(IManyToOneNode manyToOneNode)
           
 

Uses of IManyToOneNode in com.semarchy.mdm.runtime.semql.dataaccess
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess that return types with arguments of type IManyToOneNode
 List<IManyToOneNode> SemQLViewAttribute.getManyToOneNodePath()
           
 

Method parameters in com.semarchy.mdm.runtime.semql.dataaccess with type arguments of type IManyToOneNode
static String SemQLDataAccessUtils.buildAttributeExpression(List<IManyToOneNode> pathsToCurrentView, IViewAttribute<? extends IAttribute> pAttribute)
           
 



Copyright © 2015. All Rights Reserved.