Uses of Class
com.logicaldoc.gui.common.client.beans.GUIRating
Packages that use GUIRating
Package
Description
GWT services implementations.
-
Uses of GUIRating in com.logicaldoc.gui.frontend.client.document
Constructors in com.logicaldoc.gui.frontend.client.document with parameters of type GUIRating -
Uses of GUIRating in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIRatingModifier 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 documentMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIRatingModifier and TypeMethodDescriptionintDocumentService.saveRating(GUIRating rating) Save a rating vote on a documentvoidDocumentServiceAsync.saveRating(GUIRating rating, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIRatingModifier and TypeMethodDescriptionvoidDocumentServiceAsync.getRating(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRating> callback) voidDocumentServiceAsync.getUserRating(long docId, com.google.gwt.user.client.rpc.AsyncCallback<GUIRating> callback) -
Uses of GUIRating in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIRatingModifier and TypeMethodDescriptionDocumentServiceImpl.getRating(long docId) DocumentServiceImpl.getUserRating(long docId) Methods in com.logicaldoc.web.service with parameters of type GUIRating