| Package | Description |
|---|---|
| xapi.model | |
| xapi.model.api | |
| xapi.model.content | |
| xapi.model.impl | |
| xapi.model.service | |
| xapi.model.user |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Model> |
X_Model.create(Class<M> modelClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
X_Model.persist(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Method and Description |
|---|---|
static void |
X_Model.persist(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.cache(xapi.util.api.SuccessHandler<Model> callback) |
Model |
Model.child(String propName) |
Model |
Model.delete(xapi.util.api.SuccessHandler<Model> callback) |
Model |
Model.flush()
Anything cached will be persisted,
and on any platforms which can block, this method will block until
all persistence operations have completed.
|
Model |
Model.load(xapi.util.api.SuccessHandler<Model> callback,
boolean useCache) |
Model |
Model.parent() |
Model |
Model.persist(xapi.util.api.SuccessHandler<Model> callback) |
Model |
Model.removeProperty(String key) |
Model |
Model.setProperty(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.cache(xapi.util.api.SuccessHandler<Model> callback) |
Model |
Model.delete(xapi.util.api.SuccessHandler<Model> callback) |
Model |
Model.load(xapi.util.api.SuccessHandler<Model> callback,
boolean useCache) |
Model |
Model.persist(xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelComment |
interface |
ModelContent |
interface |
ModelText |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModel |
class |
StringModel |
| Modifier and Type | Method and Description |
|---|---|
Model |
AbstractModel.cache(xapi.util.api.SuccessHandler<Model> callback) |
Model |
AbstractModel.child(String propName) |
Model |
AbstractModel.delete(xapi.util.api.SuccessHandler<Model> callback) |
Model |
AbstractModel.flush() |
Model |
AbstractModelCache.getModel(String key) |
Model |
AbstractModel.load(xapi.util.api.SuccessHandler<Model> callback,
boolean useCache) |
Model |
AbstractModel.parent() |
Model |
AbstractModel.persist(xapi.util.api.SuccessHandler<Model> callback) |
Model |
AbstractModel.removeProperty(String key) |
Model |
AbstractModel.setProperty(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractModelCache.cacheModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
AbstractModelCache.deleteModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
AbstractModelCache.saveModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Method and Description |
|---|---|
Model |
AbstractModel.cache(xapi.util.api.SuccessHandler<Model> callback) |
void |
AbstractModelCache.cacheModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
Model |
AbstractModel.delete(xapi.util.api.SuccessHandler<Model> callback) |
void |
AbstractModelCache.deleteModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
Model |
AbstractModel.load(xapi.util.api.SuccessHandler<Model> callback,
boolean useCache) |
Model |
AbstractModel.persist(xapi.util.api.SuccessHandler<Model> callback) |
void |
AbstractModelCache.saveModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Model> |
ModelService.create(Class<T> key) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelCache.getModel(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelCache.cacheModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelCache.deleteModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelService.persist(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelCache.saveModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelCache.cacheModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelCache.deleteModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelService.persist(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
void |
ModelCache.saveModel(Model model,
xapi.util.api.SuccessHandler<Model> callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelUser |
static interface |
ModelUser.A |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.