Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model.dataaccess |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
IManyToOneNode |
IView.getManyToOneNavigation(IReference reference) |
IManyToOneNode |
DelegatingView.getManyToOneNavigation(IReference reference) |
IManyToOneNode |
IForeignDNViewAttribute.getManyToOneNode() |
IManyToOneNode |
IView.getManyToOneNode(String pName)
Get the
ManyToOneNode by name. |
IManyToOneNode |
DelegatingView.getManyToOneNode(String pName) |
Modifier and Type | Method and Description |
---|---|
List<IManyToOneNode> |
IView.getManyToOneNodes()
Obtain the list of outgoing ManyToOne navigation nodes
|
List<IManyToOneNode> |
DelegatingView.getManyToOneNodes() |
Modifier and Type | Method and Description |
---|---|
static String |
DataAccessModelConstants.getToFDNAttributeName(IManyToOneNode pNode)
Deprecated.
|
static String |
DataAccessModelConstants.getToGoldenAttributeName(IManyToOneNode pNode)
Deprecated.
|
static String |
DataAccessModelConstants.getToSDPKPublisherIDAttributeName(IManyToOneNode pNode)
Deprecated.
|
static String |
DataAccessModelConstants.getToSDPKSourceIDAttributeName(IManyToOneNode pNode)
Deprecated.
|
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) |
Copyright © 2019. All rights reserved.