ccc.client.gwt.remoting
Class ListComments

java.lang.Object
  extended by ccc.client.core.RemotingAction
      extended by ccc.client.gwt.remoting.ListComments
All Implemented Interfaces:
Action

public abstract class ListComments
extends RemotingAction

Retrieve a list of comments from the server.

Author:
Civic Computing Ltd.

Field Summary
 
Fields inherited from interface ccc.client.core.Action
UI_CONSTANTS, USER_ACTIONS
 
Constructor Summary
ListComments(CommentStatus status, int page, int count, java.lang.String sort, SortOrder order)
          Constructor.
 
Method Summary
protected abstract  void execute(PagedCollection<Comment> comments)
          Handle the result of a successful call.
protected  java.lang.String getPath()
          Determine the server path for this action.
protected  void onOK(Response response)
          Handle a '200 OK' response from the remote server.
 
Methods inherited from class ccc.client.core.RemotingAction
beforeExecute, encode, execute, fireEvent, getActionName, getBody, getParser, getRequest, onFailure, onNoContent, parseResourceSummary, setExecutor, setParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListComments

public ListComments(CommentStatus status,
                    int page,
                    int count,
                    java.lang.String sort,
                    SortOrder order)
Constructor.

Parameters:
status - The status to filter.
page - The page to display.
count - The number of results per page.
sort - The sort order.
order - The column to sort on.
Method Detail

getPath

protected java.lang.String getPath()
Determine the server path for this action.

Overrides:
getPath in class RemotingAction
Returns:
The server path for the resource.

onOK

protected void onOK(Response response)
Handle a '200 OK' response from the remote server.

Overrides:
onOK in class RemotingAction
Parameters:
response - The server response.

execute

protected abstract void execute(PagedCollection<Comment> comments)
Handle the result of a successful call.

Parameters:
comments - The page of comments returned.


Copyright © 2010. All Rights Reserved.