public static class Votes.List extends Object implements RestReadView<ReviewerResource>
Modifier and Type | Method and Description |
---|---|
Map<String,Short> |
apply(ReviewerResource rsrc)
Process the view operation by reading from the resource.
|
public Map<String,Short> apply(ReviewerResource rsrc) throws com.google.gwtorm.server.OrmException, MethodNotAllowedException
RestReadView
apply
in interface RestReadView<ReviewerResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException
MethodNotAllowedException