AjaxAdapter
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: *) |
|
Method Summary
| Public Methods | ||
| public |
create(store: *, type: *, partial: *, options: *): * |
|
| public |
destroy(store: *, type: *, id: *, options: *): * |
|
| public |
load(store: *, type: *, id: *, options: *): * |
|
| public |
update(store: *, type: *, id: *, partial: *, options: *): * |
|
Public Constructors
public constructor(options: *) source
Params:
| Name | Type | Attribute | Description |
| options | * |
Public Methods
public create(store: *, type: *, partial: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| type | * | ||
| partial | * | ||
| options | * |
Return:
| * |
public destroy(store: *, type: *, id: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| type | * | ||
| id | * | ||
| options | * |
Return:
| * |
public load(store: *, type: *, id: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| type | * | ||
| id | * | ||
| options | * |
Return:
| * |
public update(store: *, type: *, id: *, partial: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| type | * | ||
| id | * | ||
| partial | * | ||
| options | * |
Return:
| * |