public class SaveTaskCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected TaskEntity | task | 
| Constructor and Description | 
|---|
| SaveTaskCmd(Task task) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkCreateTask(TaskEntity task,
               CommandContext commandContext) | 
| protected void | checkTaskAssign(TaskEntity task,
               CommandContext commandContext) | 
| Void | execute(CommandContext commandContext) | 
protected TaskEntity task
public SaveTaskCmd(Task task)
public Void execute(CommandContext commandContext)
protected void checkTaskAssign(TaskEntity task, CommandContext commandContext)
protected void checkCreateTask(TaskEntity task, CommandContext commandContext)
Copyright © 2021. All rights reserved.