Uses of Class
net.bluemind.webappdata.api.WebAppData
-
Uses of WebAppData in net.bluemind.webappdata.api
Modifier 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) Modifier 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) Modifier 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)