Uses of Interface
com.semarchy.mdm.runtime.data.IDataRow

Packages that use IDataRow
com.semarchy.mdm.runtime.data This package contains the IDataAccessService and the related classes. 
 

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

Subinterfaces of IDataRow in com.semarchy.mdm.runtime.data
 interface IEntityRow
           
 

Methods in com.semarchy.mdm.runtime.data that return types with arguments of type IDataRow
 List<IDataRow> IDataAccessService.queryRows(DataQuery pDataQuery)
          Retrieve the rows for the given DataQuery
 

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

Method parameters in com.semarchy.mdm.runtime.data with type arguments of type IDataRow
static DataQuery DataQueryUtil.createQueryForRows(Collection<IDataRow> rows, Collection<String> selectExpressions)
          Creates a ByID query for the given rows using a new set of select expressions.
 



Copyright © 2015. All Rights Reserved.