public interface ModelQuery
Modifier and Type | Method and Description |
---|---|
String |
getTargetServiceClass() |
ModelQuery |
pushTo(String arrayName,
Object value) |
ModelQuery |
removeFrom(String arrayName,
Object value) |
ModelQuery |
removeFrom(String arrayName,
Object value,
String key) |
ModelQuery |
setProperty(String model,
Object value) |
ModelQuery setProperty(String model, Object value)
model
- the front end service model to updatevalue
- : the value to update the model withModelQuery pushTo(String arrayName, Object value)
arrayName
- the front end service model array to updatevalue
- : the value to push to the arrayModelQuery removeFrom(String arrayName, Object value)
arrayName
- the front end service model array to updatevalue
- : the value to remove from the arrayModelQuery removeFrom(String arrayName, Object value, String key)
arrayName
- the front end service model array to updatevalue
- : the value to push to the arrayString getTargetServiceClass()
Copyright © 2015. All rights reserved.