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 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 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 GUIRatingDocumentService. getRating(long docId)Retrieves the rating of the given documentGUIRatingDocumentService. 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 intDocumentService. 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 GUIRating Modifier and Type Method Description voidDocumentServiceAsync. 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 GUIRating Modifier and Type Method Description GUIRatingDocumentServiceImpl. getRating(long docId)GUIRatingDocumentServiceImpl. getUserRating(long docId)Methods in com.logicaldoc.web.service with parameters of type GUIRating Modifier and Type Method Description intDocumentServiceImpl. saveRating(GUIRating rating)
-