- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferBeacon
-
Deletes this object on the server in a background thread.
- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferData
-
Deletes this object on the server in a background thread.
- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferDataSchema
-
Deletes this object on the server in a background thread.
- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferNotification
-
Deletes this object on the server in a background thread.
- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferStoryline
-
Deletes this object on the server in a background thread.
- deleteAsync(DeleteCallback) - Method in class com.eyro.mesosfer.MesosferStorylineDetail
-
Deletes this object on the server in a background thread.
- DeleteCallback - Interface in com.eyro.mesosfer
-
A
DeleteCallback
is used to run code after saving a
MesosferData
in a background
thread.
- deleteColumn(String) - Method in class com.eyro.mesosfer.MesosferDataSchema
-
Delete a column from a MesosferDataSchema
- done(MesosferException) - Method in interface com.eyro.mesosfer.ChangePasswordCallback
-
Override this function with the code you want to run after the change password is complete.
- done(int, MesosferException) - Method in interface com.eyro.mesosfer.CountCallback
-
Override this function with the code you want to run after the count is complete.
- done(MesosferException) - Method in interface com.eyro.mesosfer.DeleteCallback
-
- done(List<T>, MesosferException) - Method in interface com.eyro.mesosfer.FindCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(T, MesosferException) - Method in interface com.eyro.mesosfer.GetCallback
-
Override this function with the code you want to run after the fetch is complete.
- done(MesosferUser, MesosferException) - Method in interface com.eyro.mesosfer.LogInCallback
-
Override this function with the code you want to run after the save is complete.
- done(MesosferException) - Method in interface com.eyro.mesosfer.LogOutCallback
-
Override this function with the code you want to run after the save is complete.
- done(MesosferException) - Method in interface com.eyro.mesosfer.RegisterCallback
-
Override this function with the code you want to run after the register is complete.
- done(MesosferException) - Method in interface com.eyro.mesosfer.SaveCallback
-
Override this function with the code you want to run after the save is complete.
- DUPLICATE_VALUE - Static variable in exception com.eyro.mesosfer.MesosferException
-
Error code indicating that a unique field was given a value that is already taken.