public class QueryAlarmJournalBinding extends java.lang.Object implements BindingType
| Constructor and Description |
|---|
QueryAlarmJournalBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(ClientContext context,
GatewayInterface gi,
java.util.Map<java.lang.String,java.lang.Object> params)
Execute this binding.
|
java.lang.String |
getCategoryKey()
A resource bundle key used to group this binding into a category.
|
java.util.List<BindingParameter<?>> |
getParameters()
A list of the binding parameters that this binding expects upon
#execute(Map) |
java.lang.Class<?> |
getReturnType()
The type that this binding returns.
|
java.lang.String |
getTitleKey()
A resource bundle key used to display this binding type in the binding types list
|
java.lang.String |
getTypeKey()
A string that uniquely identifies this binding type.
|
public java.lang.Object execute(ClientContext context, GatewayInterface gi, java.util.Map<java.lang.String,java.lang.Object> params) throws BindingException
BindingTypeexecute in interface BindingTypeBindingExceptionpublic java.lang.String getCategoryKey()
BindingTypegetCategoryKey in interface BindingTypepublic java.util.List<BindingParameter<?>> getParameters()
BindingType#execute(Map)getParameters in interface BindingTypepublic java.lang.Class<?> getReturnType()
BindingTypeDataset.classgetReturnType in interface BindingTypepublic java.lang.String getTitleKey()
BindingTypegetTitleKey in interface BindingTypepublic java.lang.String getTypeKey()
BindingTypegetTypeKey in interface BindingType