Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
LDAPQueryBean.getQueryParams() |
List<IParameterModel> |
DBQueryBean.getQueryParams() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPQueryBean.setQueryParams(List<IParameterModel> queryParams) |
void |
DBQueryBean.setQueryParams(List<IParameterModel> queryParams) |
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
ProjectInviteBean.getParameter() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectInviteBean.addNewParameter(IParameterModel model) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectInviteBean.setParameter(List<IParameterModel> parameter) |
Modifier and Type | Method and Description |
---|---|
IParameterModel |
ProcessingBean.addNewParameter(String name) |
IParameterModel |
ProcessingBean.getParameter(String paramName) |
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
ProcessingBean.getAllParameter() |
Modifier and Type | Method and Description |
---|---|
IParameterModel |
IProcessingModel.addNewParameter()
Methode zum Hinzufügen eines neuen Parameters
|
IParameterModel |
IProcessingModel.getParameter(String paramName)
Liefert ParameterModel mit übergebene Namen zurück
|
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
IProcessingModel.getAllParameter()
Liefert alle Parameter der
IProcessing -Instanz für die Anzeige in der View zurück. |
List<IParameterModel> |
IProcessingModel.getFilteredParameter()
Liefert alle gefilterten Parameter zurück
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessingModel.addNewParameter(IParameterModel model)
Methode zum Hinzufügen eines neuen IParameterModels
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterModel
Model für das Handling von Parametern, welche dann als JSON-Objekte ablegt werden
|
Modifier and Type | Method and Description |
---|---|
IParameterModel |
ProcessingModel.getParameter(String paramName) |
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
ProcessingModel.getAllParameter() |
List<IParameterModel> |
ProcessingModel.getFilteredParameter() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingModel.addNewParameter(IParameterModel model) |
Modifier and Type | Method and Description |
---|---|
static List<IParameterModel> |
QueryUtils.getUpdatedParameters(List<IParameterModel> params,
String query,
String placeholder)
Updates the given list of parameters if new parameters have been added to the query
String |
Modifier and Type | Method and Description |
---|---|
static String |
QueryUtils.generateUrl(Mandant client,
EDatenabfrageTyp type,
String queryName,
List<IParameterModel> params) |
static Serializable[] |
QueryUtils.getParameterValueArray(List<IParameterModel> parameters)
Generates an array from the given list of parameters containing the parameter values
|
static List<IParameterModel> |
QueryUtils.getUpdatedParameters(List<IParameterModel> params,
String query,
String placeholder)
Updates the given list of parameters if new parameters have been added to the query
String |
static String |
QueryUtils.setParamValues(String original,
String replaceStr,
List<IParameterModel> params,
boolean withQuotes)
Replaces all occurrences of the placeholder with the consecutive values of the parameter list
|
Modifier and Type | Method and Description |
---|---|
IParameterModel |
APluginCustomGUIBean.addNewParameter(String name) |
IParameterModel |
APluginCustomGUIBean.getParameter(String paramName) |
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
APluginCustomGUIBean.getAllParameter() |
Modifier and Type | Method and Description |
---|---|
IParameterModel |
IProcessingBean.addNewParameter(String paramName)
Adds a new parameter to the list of parameters, and returns the newly created
IParameterModel for that
parameter. |
IParameterModel |
IProcessingBean.getParameter(String paramName)
Finds the parameter with the given name in the list of parameters
|
Modifier and Type | Method and Description |
---|---|
List<IParameterModel> |
IProcessingBean.getAllParameter()
Returns the list of all parameters.
|
default List<IParameterModel> |
IProcessingBean.getFilteredParameters()
Deprecated.
If you want to include a list of parameters in the UI and filter out some attributes, implement the
filter yourself.
|
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.