Uses of Class
com.logicaldoc.gui.common.client.beans.GUIRating
Package
Description
GWT services implementations.
-
Uses of GUIRating in com.logicaldoc.gui.frontend.client.document
-
Uses of GUIRating in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDocumentService.getRating
(long docId) Retrieves the rating of the given documentDocumentService.getUserRating
(long docId) Retrieves the vote of the current user on the specified documentModifier and TypeMethodDescriptionint
DocumentService.saveRating
(GUIRating rating) Save a rating vote on a documentvoid
DocumentServiceAsync.saveRating
(GUIRating rating, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) Modifier and TypeMethodDescriptionvoid
DocumentServiceAsync.getRating
(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRating> callback) void
DocumentServiceAsync.getUserRating
(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRating> callback) -
Uses of GUIRating in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionDocumentServiceImpl.getRating
(long docId) DocumentServiceImpl.getUserRating
(long docId)