@Alternative public class ModelQueryImpl extends Object implements ModelQuery, Serializable
Constructor and Description |
---|
ModelQueryImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getData() |
Class |
getOwner() |
String |
getTargetServiceClass() |
ModelQuery |
pushTo(String objectName,
Object value) |
ModelQuery |
removeFrom(String objectName,
Object value) |
ModelQuery |
removeFrom(String objectName,
Object value,
String key) |
void |
setOwner(Class owner) |
ModelQuery |
setProperty(String model,
Object value) |
public ModelQuery setProperty(String model, Object value)
setProperty
in interface ModelQuery
model
- the front end service model to updatevalue
- : the value to update the model withpublic ModelQuery pushTo(String objectName, Object value)
pushTo
in interface ModelQuery
objectName
- the front end service model array to updatevalue
- : the value to push to the arraypublic ModelQuery removeFrom(String objectName, Object value)
removeFrom
in interface ModelQuery
objectName
- the front end service model array to updatevalue
- : the value to remove from the arraypublic ModelQuery removeFrom(String objectName, Object value, String key)
removeFrom
in interface ModelQuery
objectName
- the front end service model array to updatevalue
- : the value to push to the arraypublic Class getOwner()
public void setOwner(Class owner)
public String getTargetServiceClass()
getTargetServiceClass
in interface ModelQuery
Copyright © 2015. All rights reserved.