public class EntityManager extends Object
| Constructor and Description |
|---|
EntityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
JSEntity |
get(EntityModel type,
IJSObject id) |
JSEntity |
get(EntityModel basicType,
com.google.gwt.json.client.JSONObject json) |
Promise<JSEntityList,IError> |
listEntities(EntityModel type,
int page,
int pageSize,
Map<String,com.google.gwt.json.client.JSONValue> params) |
public JSEntity get(EntityModel type, IJSObject id)
public JSEntity get(EntityModel basicType, com.google.gwt.json.client.JSONObject json)
public Promise<JSEntityList,IError> listEntities(EntityModel type, int page, int pageSize, Map<String,com.google.gwt.json.client.JSONValue> params)
public void close()
Copyright © 2018. All rights reserved.