|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public PersistenceProvider
| Method Summary | |
|---|---|
void |
findBySelection(ModelUrl url,
Object selection,
Object callback,
Object parameters,
boolean modifiable)
Returns the selected objects. |
void |
remove(ModelURL url,
Object callback,
Object parameters)
TODO: see if this is the right signature Removes the specified objects. |
void |
store(ModelURL url,
Object object,
Object callback,
Object parameters)
TODO: redo the signature Stores the specified objects. |
| Method Detail |
|---|
void findBySelection(ModelUrl url,
Object selection,
Object callback,
Object parameters,
boolean modifiable)
url -
url that specifies the object(s) to findselection -
selection criteria; for details on the selection object, refer to the model specific documentationmodifiable -
whether the returned data should be the representation of the modifiable node or not.callback -
callback function, which is called with the following arguments: function(result, status, parameters), whereparameters -
parameters to pass to the callback function; optional
void remove(ModelURL url,
Object callback,
Object parameters)
url -
the model URL that enables the connection to the backend.callback -
callback function, which is called with the following arguments: function(status, parameters), whereparameters -
parameters to pass to the callback function; optional
void store(ModelURL url,
Object object,
Object callback,
Object parameters)
url -
the model URL that enables the connection to the backend.object -
object to store.callback -
callback function, which is called with the following arguments: function(status, parameters), whereparameters -
parameters to pass to the callback function; optional
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||