Interface ReadingRequestServiceAsync
public interface ReadingRequestServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
askReadingConfirmation
(List<Long> docIds, List<Long> userIds, List<Long> groupIds, boolean alertConfirmation, String comment, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
confirmReadings
(List<Long> readingIds, String version, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
getUnconfimedReadings
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback) void
notityReadingRequest
(long readingId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
askReadingConfirmation
-
confirmReadings
-
getUnconfimedReadings
void getUnconfimedReadings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback) -
delete
-
notityReadingRequest
void notityReadingRequest(long readingId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-