Modifier and Type | Method and Description |
---|---|
void |
MobileServiceTable.insert(E element,
List<
Inserts an entity into a Mobile Service Table
|
void |
MobileServiceTable.insert(E element,
TableOperationCallback<E> callback)
Inserts an entity into a Mobile Service Table
|
void |
MobileServiceTable.lookUp(Object id,
List<
Looks up a row in the table.
|
void |
MobileServiceTable.lookUp(Object id,
TableOperationCallback<E> callback)
Looks up a row in the table.
|
void |
MobileServiceTable.update(E element,
List<
Updates an entity from a Mobile Service Table
|
void |
MobileServiceTable.update(E element,
TableOperationCallback<E> callback)
Updates an entity from a Mobile Service Table
|