|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.command.AbstractCommand jtge.engine.command.AbstractOrder
Abstracts order behaviour.
Basically this class is a command attached to a user.
Constructor Summary | |
protected |
AbstractOrder(IUser user)
Create an order. |
Method Summary | |
protected IUser |
getUser()
Retrieve the user issuing the order. |
boolean |
validate(IUser user)
Test user right. |
Methods inherited from class jtge.engine.command.AbstractCommand |
filter, sort |
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 |
protected AbstractOrder(IUser user)
user
- the user issuing the orderMethod Detail |
protected final IUser getUser()
public boolean validate(IUser user)
validate
in interface ICommand
validate
in class AbstractCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |