Uses of Class
net.bluemind.webappdata.api.WebAppData
Packages that use WebAppData
-
Uses of WebAppData in net.bluemind.webappdata.api
Methods in net.bluemind.webappdata.api that return WebAppDataMethods in net.bluemind.webappdata.api that return types with arguments of type WebAppDataModifier and TypeMethodDescriptionIWebAppData.getComplete
(String uid) IWebAppDataPromise.getComplete
(String uid) IWebAppDataPromise.getCompleteById
(long id) IWebAppData.multipleGet
(List<String> uids) IWebAppDataPromise.multipleGet
(List<String> arg0) IWebAppDataPromise.multipleGetById
(List<Long> arg0) Methods in net.bluemind.webappdata.api with parameters of type WebAppDataModifier and TypeMethodDescriptionIWebAppData.create
(String uid, WebAppData value) void
IWebAppDataAsync.create
(String uid, WebAppData arg1, AsyncHandler<Ack> handler) IWebAppDataPromise.create
(String uid, WebAppData arg1) IWebAppData.update
(String uid, WebAppData value) void
IWebAppDataAsync.update
(String uid, WebAppData arg1, AsyncHandler<Ack> handler) IWebAppDataPromise.update
(String uid, WebAppData arg1) Method parameters in net.bluemind.webappdata.api with type arguments of type WebAppDataModifier and TypeMethodDescriptionvoid
IWebAppDataAsync.getByKey
(String key, AsyncHandler<WebAppData> handler) void
IWebAppDataAsync.getComplete
(String uid, AsyncHandler<ItemValue<WebAppData>> handler) void
IWebAppDataAsync.getCompleteById
(long id, AsyncHandler<ItemValue<WebAppData>> handler) void
IWebAppDataAsync.multipleGet
(List<String> arg0, AsyncHandler<List<ItemValue<WebAppData>>> handler) void
IWebAppDataAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<WebAppData>>> handler)