edu.uoc.exemplefw.commands
Class CustomerListCommand
java.lang.Object
edu.uoc.fw.core.command.Command
edu.uoc.exemplefw.commands.CustomerListCommand
public class CustomerListCommand
- extends edu.uoc.fw.core.command.Command
Classe command per a la gestió de la llista de clients de l'aplicació
- Version:
- 1.0
- Author:
- Luis Bravo Fuentes
Fields inherited from class edu.uoc.fw.core.command.Command |
COMMAND_MESSAGES, INPUT_VIEW |
Method Summary |
java.lang.String |
execute(edu.uoc.fw.core.context.ContextObject context,
edu.uoc.fw.core.form.Form theForm)
|
boolean |
validate(edu.uoc.fw.core.context.ContextObject context,
edu.uoc.fw.core.form.Form theForm)
|
Methods inherited from class edu.uoc.fw.core.command.Command |
getMessages |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerListCommand
public CustomerListCommand()
execute
public java.lang.String execute(edu.uoc.fw.core.context.ContextObject context,
edu.uoc.fw.core.form.Form theForm)
- Specified by:
execute
in class edu.uoc.fw.core.command.Command
validate
public boolean validate(edu.uoc.fw.core.context.ContextObject context,
edu.uoc.fw.core.form.Form theForm)
- Overrides:
validate
in class edu.uoc.fw.core.command.Command