Uses of Class
com.logicaldoc.gui.common.client.beans.GUIRating
-
Packages that use GUIRating Package Description com.logicaldoc.gui.frontend.client.document com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service -
-
Uses of GUIRating in com.logicaldoc.gui.frontend.client.document
Constructors in com.logicaldoc.gui.frontend.client.document with parameters of type GUIRating Constructor Description RatingDialog(int documentRating, GUIRating rat)
-
Uses of GUIRating in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIRating Modifier and Type Method Description GUIRating
DocumentService. getRating(long docId)
Retrieves the rating of the given documentGUIRating
DocumentService. 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 GUIRating Modifier and Type Method Description int
DocumentService. saveRating(GUIRating rating)
Save a rating vote on a documentvoid
DocumentServiceAsync. 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 GUIRating Modifier and Type Method Description void
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
Methods in com.logicaldoc.web.service that return GUIRating Modifier and Type Method Description GUIRating
DocumentServiceImpl. getRating(long docId)
GUIRating
DocumentServiceImpl. getUserRating(long docId)
Methods in com.logicaldoc.web.service with parameters of type GUIRating Modifier and Type Method Description int
DocumentServiceImpl. saveRating(GUIRating rating)
-