@PermitAll public class DynamicQueriesBean extends Object implements com.whitestein.lsps.human.ejb.DynamicQueriesLocal
Constructor and Description |
---|
DynamicQueriesBean() |
Modifier and Type | Method and Description |
---|---|
Decimal |
queryRecordCount(ExecutionContext ctx,
ClosureHolder query,
String iterator,
String whereExpr) |
ListHolder |
queryRecordList(ExecutionContext ctx,
ClosureHolder query,
Decimal startIndex,
Decimal count,
String iterator,
String whereExpr,
List<com.whitestein.lsps.model.sharedrecord.QueryOrderingItem> orderings) |
Decimal |
sharedRecordCount(ExecutionContext ctx,
Type type,
String iterator,
String whereExpr) |
ListHolder |
sharedRecordList(ExecutionContext ctx,
Type type,
Decimal startIndex,
Decimal count,
String iterator,
String whereExpr,
List<com.whitestein.lsps.model.sharedrecord.QueryOrderingItem> orderings) |
public Decimal sharedRecordCount(ExecutionContext ctx, Type type, String iterator, String whereExpr) throws ErrorException
sharedRecordCount
in interface com.whitestein.lsps.human.ejb.DynamicQueriesLocal
ErrorException
public Decimal queryRecordCount(ExecutionContext ctx, ClosureHolder query, String iterator, String whereExpr) throws ErrorException
queryRecordCount
in interface com.whitestein.lsps.human.ejb.DynamicQueriesLocal
ErrorException
public ListHolder sharedRecordList(ExecutionContext ctx, Type type, Decimal startIndex, Decimal count, String iterator, String whereExpr, List<com.whitestein.lsps.model.sharedrecord.QueryOrderingItem> orderings) throws ErrorException
sharedRecordList
in interface com.whitestein.lsps.human.ejb.DynamicQueriesLocal
ErrorException
public ListHolder queryRecordList(ExecutionContext ctx, ClosureHolder query, Decimal startIndex, Decimal count, String iterator, String whereExpr, List<com.whitestein.lsps.model.sharedrecord.QueryOrderingItem> orderings) throws ErrorException
queryRecordList
in interface com.whitestein.lsps.human.ejb.DynamicQueriesLocal
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.