|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MobileQuery
Interface for Query classes. Each typed query class implements this interface, so it's possible to work with queries generically.
| Field Summary |
|---|
| Fields inherited from interface com.sap.tc.cmi.model.ICMIQuery |
|---|
ROLE_NAME_INPUT_PARAMETER, ROLE_NAME_RESULT |
| Method Summary | |
|---|---|
void |
addAuthorizationCheck(java.lang.String aoName)
Add optional authorization check for query execution. |
void |
addConditions(java.lang.String condString)
Add one or more conditions. |
void |
replaceSortOrders(java.lang.String sortString)
Replace sort order(s). |
void |
reset()
Reset the query to original state (remove any added conditions, sort orders and optional authorizations). |
void |
setInputParameter(java.lang.Object input)
Set input parameter to use for next execution. |
| Methods inherited from interface com.sap.tc.cmi.model.ICMIQuery |
|---|
associatedInputParameterInfo, associatedResultInfo, countOf, execute, getInputParameter, getResult, isDirty |
| Methods inherited from interface com.sap.tc.cmi.model.ICMIModelClass |
|---|
associatedModel, associatedModelClassInfo |
| Method Detail |
|---|
void setInputParameter(java.lang.Object input)
input - input parameter to use.void reset()
addConditions(String),
replaceSortOrders(String),
addAuthorizationCheck(String)void addConditions(java.lang.String condString)
condString - condition string.reset()void replaceSortOrders(java.lang.String sortString)
sortString - sort string.reset()void addAuthorizationCheck(java.lang.String aoName)
aoName - AO name to use.reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||