|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.core.RemotingAction
ccc.client.gwt.remoting.ListUsersAction
public abstract class ListUsersAction
List available users.
Field Summary |
---|
Fields inherited from interface ccc.client.core.Action |
---|
UI_CONSTANTS, USER_ACTIONS |
Constructor Summary | |
---|---|
ListUsersAction(UserCriteria uc,
int pageNo,
int pageSize,
java.lang.String sort,
SortOrder order)
Constructor. |
Method Summary | |
---|---|
protected abstract void |
execute(PagedCollection<User> users)
Handle the result of a successful call. |
protected java.lang.String |
getPath()
Determine the server path for this action. |
protected Request |
getRequest()
Get the HTTP request for this action. |
Methods inherited from class ccc.client.core.RemotingAction |
---|
beforeExecute, encode, execute, fireEvent, getActionName, getBody, getParser, onFailure, onNoContent, onOK, parseResourceSummary, setExecutor, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListUsersAction(UserCriteria uc, int pageNo, int pageSize, java.lang.String sort, SortOrder order)
uc
- The UserCriteria object.pageNo
- The page to display.pageSize
- The number of results per page.sort
- The column to sort.order
- The sort order (ASC/DESC).Method Detail |
---|
protected java.lang.String getPath()
getPath
in class RemotingAction
protected Request getRequest()
getRequest
in class RemotingAction
protected abstract void execute(PagedCollection<User> users)
users
- The collection of users returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |