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