public class CommandProcessingAddon
extends java.lang.Object
| Constructor and Description |
|---|
CommandProcessingAddon() |
| Modifier and Type | Method and Description |
|---|---|
static MCommand |
createCommand(Command cmd,
EModelService modelService,
MCategory categoryModel) |
void |
dispose() |
protected MCategory |
findCategory(java.lang.String id) |
protected MCommand |
findCommand(java.lang.String commandId) |
void |
init() |
public static MCommand createCommand(Command cmd,
EModelService modelService,
MCategory categoryModel)
throws NotDefinedException
cmd - modelService - categoryModel - NotDefinedException@PostConstruct public void init()
@PreDestroy public void dispose()
protected MCommand findCommand(java.lang.String commandId)
protected MCategory findCategory(java.lang.String id)