|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjtge.engine.command.AbstractCommand
Abstracts command behaviours.
| Constructor Summary | |
AbstractCommand()
|
|
| Method Summary | |
ICommand |
filter(IFilter filter)
Filter the command. |
ICommand |
sort(ISorter sorter)
Sort the command. |
boolean |
validate(IUser user)
Test user right. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jtge.engine.command.ICommand |
execute |
| Constructor Detail |
public AbstractCommand()
| Method Detail |
public final ICommand filter(IFilter filter)
filter in interface ICommandfilter - the filter to use
public final ICommand sort(ISorter sorter)
sort in interface ICommandsorter - the sorter to use
public boolean validate(IUser user)
validate in interface ICommanduser - the user
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||