|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataQuery | |
---|---|
com.semarchy.mdm.runtime.data | This package contains the IDataAccessService and the related classes. |
Uses of DataQuery in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data that return DataQuery | |
---|---|
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. |
Methods in com.semarchy.mdm.runtime.data with parameters of type DataQuery | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |