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