Uses of Class
cn.leancloud.LCException
Packages that use LCException
-
Uses of LCException in cn.leancloud
Methods in cn.leancloud that throw LCExceptionModifier and TypeMethodDescriptionstatic <T extends LCObject>
TLCObject.createWithoutData(Class<T> clazz, String objectId) Create a new instance with particular class and objectId.static <T extends LCUser>
TLCUser.createWithSessionToken(Class<T> clazz, String objectId, String sessionToken) static LCUserLCUser.createWithSessionToken(String objectId, String sessionToken) static voidLCObject.deleteAll(LCUser asAuthenticatedUser, Collection<? extends LCObject> objects) Delete all objects in blocking mode.static voidLCObject.deleteAll(Collection<? extends LCObject> objects) Delete all objects in blocking mode.static voidLCObject.saveAll(LCUser asAuthenticatedUser, Collection<? extends LCObject> objects) Save All objects in blocking mode.static voidLCObject.saveAll(Collection<? extends LCObject> objects) Save All objects in blocking mode.voidLCFile.saveEventually()Save eventually(not supported).voidLCFile.saveEventually(LCUser asAuthenticatedUser) Save eventually(not supported).voidLCObject.saveEventually()Save eventually.voidLCObject.saveEventually(LCUser asAuthenticatedUser) Save eventually. -
Uses of LCException in cn.leancloud.callback
Methods in cn.leancloud.callback with parameters of type LCExceptionModifier and TypeMethodDescriptionabstract voidCloudQueryCallback.done(LCCloudQueryResult result, LCException LCException) abstract voidCountCallback.done(int count, LCException e) Override this function with the code you want to run after the count is complete.abstract voidDeleteCallback.done(LCException e) Override this function with the code you want to run after the delete is complete.abstract voidFindCallback.done(List<T> objects, LCException LCException) Override this function with the code you want to run after the fetch is complete.abstract voidFollowCallback.done(T object, LCException e) Override this function with the code you want to run after the fetch is complete.abstract voidOverride this function with the code you want to run after the fetch is complete.abstract voidFunctionCallback.done(T object, LCException e) Override this function with the code you want to run after the cloud function is complete.abstract voidGetCallback.done(T object, LCException e) abstract voidGetDataCallback.done(byte[] data, LCException e) abstract voidGetDataStreamCallback.done(InputStream data, LCException e) abstract voidGetFileCallback.done(T object, LCException e) Override this function with the code you want to run after the fetch is complete.abstract voidLogInCallback.done(T user, LCException e) Override this function with the code you want to run after the save is complete.abstract voidMobilePhoneVerifyCallback.done(LCException e) abstract voidRefreshCallback.done(T object, LCException e) Override this function with the code you want to run after the save is complete.abstract voidRequestEmailVerifyCallback.done(LCException e) Override this function with the code you want to run after the request is complete.abstract voidRequestMobileCodeCallback.done(LCException e) abstract voidRequestPasswordResetCallback.done(LCException e) Override this function with the code you want to run after the request is complete.abstract voidSaveCallback.done(LCException e) Override this function with the code you want to run after the save is complete.abstract voidSendCallback.done(LCException e) abstract voidSignUpCallback.done(LCException e) Override this function with the code you want to run after the signUp is complete.abstract voidStatusCallback.done(LCStatus statusObject, LCException LCException) Override this function with the code you want to run after the fetch is complete.abstract voidStatusListCallback.done(List<LCStatus> statusObjects, LCException LCException) Override this function with the code you want to run after the fetch is complete.abstract voidUpdatePasswordCallback.done(LCException e) 请用您需要在修改密码完成以后的逻辑重载本方法voidLCCallback.internalDone(LCException LCException) voidLCCallback.internalDone(T t, LCException LCException) protected final voidCloudQueryCallback.internalDone0(LCCloudQueryResult returnValue, LCException e) protected final voidCountCallback.internalDone0(Integer returnValue, LCException e) internal done function.protected final voidDeleteCallback.internalDone0(LCNull returnValue, LCException e) protected final voidFindCallback.internalDone0(List<T> returnValue, LCException e) protected final voidFollowCallback.internalDone0(T returnValue, LCException e) protected final voidFollowersAndFolloweesCallback.internalDone0(Map<String, List<T>> returnValue, LCException e) protected final voidFunctionCallback.internalDone0(T returnValue, LCException e) protected final voidGetCallback.internalDone0(T returnValue, LCException e) protected final voidGetDataCallback.internalDone0(byte[] returnValue, LCException e) protected final voidGetDataStreamCallback.internalDone0(InputStream returnValue, LCException e) protected final voidGetFileCallback.internalDone0(T returnValue, LCException e) protected abstract voidLCCallback.internalDone0(T t, LCException LCException) protected final voidLogInCallback.internalDone0(T returnValue, LCException e) protected final voidMobilePhoneVerifyCallback.internalDone0(LCNull t, LCException LCException) MobilePhoneVerifyCallback 用来验证用户的手机号码protected final voidProgressCallback.internalDone0(Integer returnValue, LCException e) Override this function with your desired callback.protected final voidRefreshCallback.internalDone0(T returnValue, LCException e) protected voidRequestEmailVerifyCallback.internalDone0(LCNull t, LCException LCException) protected final voidRequestMobileCodeCallback.internalDone0(LCNull t, LCException LCException) protected final voidRequestPasswordResetCallback.internalDone0(LCNull t, LCException LCException) protected final voidSaveCallback.internalDone0(T returnValue, LCException e) protected final voidSendCallback.internalDone0(LCNull t, LCException LCException) protected final voidSignUpCallback.internalDone0(LCUser t, LCException LCException) protected final voidStatusCallback.internalDone0(LCStatus returnValue, LCException e) protected final voidStatusListCallback.internalDone0(List<LCStatus> returnValue, LCException e) protected final voidUpdatePasswordCallback.internalDone0(LCNull t, LCException LCException) voidGenericObjectCallback.onSuccess(String content, LCException e)