Package | Description |
---|---|
com.konylabs.middleware.dataobject |
Modifier and Type | Method and Description |
---|---|
Param |
Result.findParam(String name)
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.getParamByName(String) |
Param |
Record.getParam(String name)
Gets the Param with given param name from the Record.
|
Param |
AbstractRecord.getParamByName(String name)
Gets the Param with given param name from this Record/Result object.
|
Modifier and Type | Method and Description |
---|---|
List<Param> |
AbstractRecord.getAllParams()
Gets the read-only list of all Params of this Record/Result object.
|
ArrayList<Param> |
Result.getParamList()
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.getAllParams() |
ArrayList<Param> |
Record.getParams()
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.getAllParams() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRecord.addParam(Param param)
Adds a Param to the Param list of this Record/Result object.
|
boolean |
Record.removeParam(Param param)
Removes the given Param from the Param list of this Record object.
|
void |
Result.removeParam(Param param)
Removes the given Param from the Param list of the Result.
|
void |
Record.setParam(Param param)
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.addParam(Param) |
void |
Result.setParam(Param param)
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.addParam(Param) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRecord.addAllParams(Collection<Param> params)
Adds all the Params to the Param list of this Record/Result object.
|
void |
Result.setParamList(ArrayList<Param> params)
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.addAllParams(java.util.Collection) |
void |
Record.setParams(ArrayList<Param> params)
Deprecated.
As of MobileFabric 7.3.2, replaced by
AbstractRecord.addAllParams(java.util.Collection) |
Copyright © 2019. All rights reserved.