Package net.bluemind.mailshare.api
Interface IMailshareAsync
public interface IMailshareAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
allComplete
(AsyncHandler<List<ItemValue<Mailshare>>> handler) void
create
(String uid, Mailshare mailshare, AsyncHandler<Void> handler) void
delete
(String uid, AsyncHandler<TaskRef> handler) void
deletePhoto
(String uid, AsyncHandler<Void> handler) void
getComplete
(String uid, AsyncHandler<ItemValue<Mailshare>> handler) void
getIcon
(String uid, AsyncHandler<byte[]> handler) void
getPhoto
(String uid, AsyncHandler<byte[]> handler) void
setPhoto
(String uid, byte[] arg1, AsyncHandler<Void> handler) void
update
(String uid, Mailshare mailshare, AsyncHandler<Void> handler)
-
Method Details
-
allComplete
-
delete
-
deletePhoto
-
getComplete
-
getIcon
-
getPhoto
-
setPhoto
-