| Package | Description |
|---|---|
| xapi.gwt.model.service | |
| xapi.jre.model | |
| xapi.model | |
| xapi.model.api | |
| xapi.model.impl | |
| xapi.model.service |
| Modifier and Type | Method and Description |
|---|---|
<M extends Model> |
ModelServiceGwt.load(Class<M> type,
ModelKey modelKey,
SuccessHandler<M> callback) |
| Modifier and Type | Method and Description |
|---|---|
<M extends Model> |
ModelServiceJre.load(Class<M> modelClass,
ModelKey modelKey,
SuccessHandler<M> callback) |
| Modifier and Type | Method and Description |
|---|---|
static ModelKey |
X_Model.keyFromString(String key) |
static ModelKey |
X_Model.newKey(String kind) |
static ModelKey |
X_Model.newKey(String namespace,
String kind) |
static ModelKey |
X_Model.newKey(String namespace,
String kind,
String id) |
| Modifier and Type | Method and Description |
|---|---|
static String |
X_Model.keyToString(ModelKey key) |
static <M extends Model> |
X_Model.load(Class<M> modelClass,
ModelKey modelKey,
SuccessHandler<M> callback) |
| Modifier and Type | Method and Description |
|---|---|
ModelKey |
ModelKey.getChild(String kind,
String id) |
ModelKey |
Model.getKey() |
ModelKey |
ModelNotFoundException.getModelKey() |
ModelKey |
ModelKey.getParent() |
ModelKey |
ModelKey.setId(String id) |
ModelKey |
ModelKey.setKeyType(int keyType) |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.setKey(ModelKey key) |
| Constructor and Description |
|---|
ModelNotFoundException(ModelKey modelKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelKeyDefault |
| Modifier and Type | Field and Description |
|---|---|
protected ModelKey |
AbstractModel.key |
| Modifier and Type | Method and Description |
|---|---|
protected ModelKey |
AbstractModelService.deserializeKey(CharIterator chars,
PrimitiveSerializer primitives) |
ModelKey |
ModelKeyDefault.getChild(String kind,
String id) |
ModelKey |
AbstractModel.getKey() |
ModelKey |
ModelKeyDefault.getParent() |
ModelKey |
AbstractModelService.keyFromString(String key) |
ModelKey |
AbstractModelService.newKey(String namespace,
String kind) |
ModelKey |
AbstractModelService.newKey(String namespace,
String kind,
String id) |
ModelKey |
ModelKeyDefault.setId(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractModelService.keyToString(ModelKey key) |
Model |
AbstractModel.setKey(ModelKey key) |
| Modifier and Type | Method and Description |
|---|---|
ModelKey |
ModelService.keyFromString(String key) |
ModelKey |
ModelService.newKey(String namespace,
String kind) |
ModelKey |
ModelService.newKey(String namespace,
String kind,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModelService.keyToString(ModelKey key) |
<M extends Model> |
ModelService.load(Class<M> modelClass,
ModelKey modelKey,
SuccessHandler<M> callback) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.