public class DashboardFilterCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_ALL |
static String |
FILTER_MAX_VALUE |
static String |
FILTER_MIN_VALUE |
static String |
FILTER_SELECTED |
arguments, dataFilter, name
Constructor and Description |
---|
DashboardFilterCommand(String commandName) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperty(String propertyId) |
String |
execute() |
getArgument, getArguments, getDataFilter, getName, setArguments, setDataFilter, setName
public static final String FILTER_MIN_VALUE
public static final String FILTER_MAX_VALUE
public static final String FILTER_ALL
public static final String FILTER_SELECTED
public DashboardFilterCommand(String commandName)
public String execute() throws Exception
execute
in interface Command
execute
in class AbstractCommand
Exception
public boolean containsProperty(String propertyId) throws Exception
containsProperty
in interface Command
containsProperty
in class AbstractCommand
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.