Interface ReadingRequestServiceAsync
public interface ReadingRequestServiceAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaskReadingConfirmation(List<Long> docIds, List<Long> userIds, List<Long> groupIds, boolean alertConfirmation, String comment, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidconfirmReadings(List<Long> readingIds, String version, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidvoidgetUnconfimedReadings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback) voidnotityReadingRequest(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)  
 -