public class DeleteUserCmd extends Object implements Command<Void>, Serializable
DeleteUserCmd(String userId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeleteUserCmd(String userId)
public Void execute(CommandContext commandContext)
execute
Command<Void>