|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.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 ICommand
filter
- the filter to use
public final ICommand sort(ISorter sorter)
sort
in interface ICommand
sorter
- the sorter to use
public boolean validate(IUser user)
validate
in interface ICommand
user
- the user
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |