Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
Modifier and Type | Method and Description |
---|---|
DataQuery |
DataQuery.clone() |
static DataQuery |
DataQueryUtil.createQueryForReferencedRow(IDataRow fromRow,
IManyToOneNode navNode,
List<String> selExpressions)
Create a DataQuery to retrieve the row referenced through a
IManyToOneNode . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IDataAccessService.checkout(UUID pDETaskUUID,
DataQuery pCheckoutQuery,
NewRowTarget pNewRowsTarget)
Checkout rows from Hub into the transaction basket of a DataEntry Task.
|
long |
IDataAccessService.queryCount(DataQuery pDataQuery)
Counts the number of rows matching the
DataQuery . |
List<IEntityRow> |
IDataAccessService.queryEntityRows(DataQuery pDataQuery)
Query for
IEntityRow the group by information will be ignored. |
IEntityRow |
IDataAccessService.queryFirstEntityRow(DataQuery pDataQuery)
Returns the first Row matching the query or null if there is no row
matching the query
|
List<IDataRow> |
IDataAccessService.queryRows(DataQuery pDataQuery)
Retrieve the rows for the given
DataQuery |
static void |
DataQueryUtil.selectAllViewAttributes(DataQuery pQuery)
Add select expression for all Attributes of
DataQuery#get#getView() |
static void |
DataQueryUtil.selectAllViewAttributes(DataQuery pQuery,
List<IViewAttribute<? extends IAttribute>> pViewAttributes) |
Copyright © 2017. All rights reserved.