Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.document | |
com.logicaldoc.gui.frontend.client.services | |
com.logicaldoc.web.service |
Constructor and Description |
---|
RatingDialog(int documentRating,
GUIRating rat,
DocumentObserver observer) |
Modifier and Type | Method and Description |
---|---|
GUIRating |
DocumentService.getRating(String sid,
long docId)
Retrieves the rating of the given document.
|
Modifier and Type | Method and Description |
---|---|
int |
DocumentService.saveRating(String sid,
GUIRating rating)
Save a rating vote on a document.
|
void |
DocumentServiceAsync.saveRating(String sid,
GUIRating rating,
com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentServiceAsync.getRating(String sid,
long docId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIRating> callback) |
Modifier and Type | Method and Description |
---|---|
GUIRating |
DocumentServiceImpl.getRating(String sid,
long docId) |
Modifier and Type | Method and Description |
---|---|
int |
DocumentServiceImpl.saveRating(String sid,
GUIRating rating) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.