Interface ReadingRequestServiceAsync
public interface ReadingRequestServiceAsync
- 
Method SummaryModifier 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
- 
getUnconfimedReadingsvoid getUnconfimedReadings(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReadingRequest>> callback) 
- 
delete
- 
notityReadingRequestvoid notityReadingRequest(long readingId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
 
-