|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a command.
Method Summary | |
void |
execute(IContext context)
Execute the command. |
ICommand |
filter(IFilter filter)
Filter the command. |
ICommand |
sort(ISorter sorter)
Sort the command. |
boolean |
validate(IUser user)
Test user right. |
Method Detail |
public boolean validate(IUser user)
user
- the user
public void execute(IContext context)
context
- the context in which to execute the commandpublic ICommand filter(IFilter filter)
filter
- the filter to use
public ICommand sort(ISorter sorter)
sorter
- the sorter to use
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |