|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public NavigationModelPersistenceProvider
| Method Summary | |
|---|---|
void |
find(ModelUrl url,
Object callback,
Object parameters)
Returns the specified object(s). |
void |
findBySelection(ModelUrl url,
Object selection,
Object callback,
Object parameters)
Returns the specified object(s). |
Object |
create(Object context)
Creates a navigation object based on a given context. |
| Methods inherited from interface com.ibm.mashups.enabler.persistence.ModelPersistenceProvider |
|---|
findBySelection, create, remove, store, getModifiable |
| Method Detail |
|---|
void find(ModelUrl url,
Object callback,
Object parameters)
url -
url that specifies the object(s) to findselection -
selection criteriacallback -
callback function, which is called with the following arguments: function(result, status, parameters), whereparameters -
parameters to pass to the callback function; optionalModelUrl
void findBySelection(ModelUrl url,
Object selection,
Object callback,
Object parameters)
url -
url that specifies the object(s) to findselection -
selection criteriacallback -
callback function, which is called with the following arguments: function(result, status, parameters), whereparameters -
parameters to pass to the callback function; optionalModelUrlObject create(Object context)
context -
context defining properties for the object to create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||