Dashboard Builder Data Provider Core 6.0.3-redhat-9-bz1246170
A B C D E F G H I L M N O P R S T U V W _ 

A

AbstractDataSet - Class in org.jboss.dashboard.dataset
Base class for the implementation of custom data sets.
AbstractDataSet(DataProvider) - Constructor for class org.jboss.dashboard.dataset.AbstractDataSet
 
addInterval(Interval) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
addProperty(DataProperty, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
addRowValue(int, Object) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
addRowValues(Object[]) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
apply(DataProperty) - Method in class org.jboss.dashboard.domain.DomainConfiguration
Update the domain instance with the current configuration.
apply(DataProperty) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
AverageFunction - Class in org.jboss.dashboard.function
It calculates the average value of a set of numbers.
AverageFunction() - Constructor for class org.jboss.dashboard.function.AverageFunction
 

B

buildAllIntervals(List<DistinctValue>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
buildCommand(String[]) - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
buildIntervals(List<DistinctValue>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 

C

calculateDateIntervalMode(int, Date, Date) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
calculateNumericIntervalMode(int, Number, Number) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
calculateScalar(Interval, DataProperty, ScalarFunction) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
calculateScalar(int, String) - Method in class org.jboss.dashboard.dataset.index.DistinctValue
 
canDelete - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
canEdit - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
canEditProperties - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
clear() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
clear() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
clear() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
clearAll() - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
Remove all the internal references to indexed values.
clearIntervals(Interval) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
cloneDomain() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
CODE - Static variable in class org.jboss.dashboard.function.AverageFunction
The code of the function.
CODE - Static variable in class org.jboss.dashboard.function.CountFunction
The code of the function.
code - Variable in class org.jboss.dashboard.function.CountFunction
 
CODE - Static variable in class org.jboss.dashboard.function.DistinctFunction
The code of the function.
code - Variable in class org.jboss.dashboard.function.DistinctFunction
 
CODE - Static variable in class org.jboss.dashboard.function.MaxFunction
The code of the function.
CODE - Static variable in class org.jboss.dashboard.function.MinFunction
The code of the function.
CODE - Static variable in class org.jboss.dashboard.function.SumFunction
The code of the function.
code - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
column - Variable in class org.jboss.dashboard.dataset.index.LabelIndex
 
ColumnIndex - Interface in org.jboss.dashboard.dataset.index
 
columnIndex - Variable in class org.jboss.dashboard.dataset.index.DistinctValue
 
columnIndexes - Variable in class org.jboss.dashboard.dataset.index.DataSetIndex
 
commandEndTag - Variable in class org.jboss.dashboard.command.TemplateProcessorImpl
 
commandExecutionEnabled - Variable in class org.jboss.dashboard.command.CommandProcessorImpl
Flag that enables/disabled the command execution.
CommandProcessorFactoryImpl - Class in org.jboss.dashboard.command
Default CommandProcessor factory.
CommandProcessorFactoryImpl() - Constructor for class org.jboss.dashboard.command.CommandProcessorFactoryImpl
 
CommandProcessorImpl - Class in org.jboss.dashboard.command
Default command processor implementation.
CommandProcessorImpl() - Constructor for class org.jboss.dashboard.command.CommandProcessorImpl
 
commandStartTag - Variable in class org.jboss.dashboard.command.TemplateProcessorImpl
 
compare(Object, Object) - Method in class org.jboss.dashboard.dataset.DataSetComparator
 
compare(Object, Object) - Method in class org.jboss.dashboard.provider.DataPropertyComparatorImpl
 
compare(Object, Object) - Method in class org.jboss.dashboard.provider.DataProviderComparatorImpl
 
CompositeInterval - Class in org.jboss.dashboard.domain
A composite interval is an especial class of intervals which is composed by a set of single intervals.
CompositeInterval() - Constructor for class org.jboss.dashboard.domain.CompositeInterval
 
contains(Object) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
contains(Object) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
contains(Object) - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
contains(Object) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
containsCommandArg(String, String, int) - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
convertedFromNumeric - Variable in class org.jboss.dashboard.domain.label.LabelDomain
 
CountFunction - Class in org.jboss.dashboard.function
It calculates the number of occurrences inside a given collection.
CountFunction() - Constructor for class org.jboss.dashboard.function.CountFunction
 
createCommand(String) - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
createCommandProcessor() - Method in class org.jboss.dashboard.command.CommandProcessorFactoryImpl
 
createDataProvider() - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
createDataProviderContext(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
createDataSetHolder(DataProvider, DataSet) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
cutIntervals(List<Interval>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 

D

dataLoader - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
dataPropertiesXML - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
DataPropertyComparatorImpl - Class in org.jboss.dashboard.provider
 
DataPropertyComparatorImpl() - Constructor for class org.jboss.dashboard.provider.DataPropertyComparatorImpl
 
DataPropertyFormatterImpl - Class in org.jboss.dashboard.provider
 
DataPropertyFormatterImpl() - Constructor for class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
DataProviderComparatorImpl - Class in org.jboss.dashboard.provider
 
DataProviderComparatorImpl() - Constructor for class org.jboss.dashboard.provider.DataProviderComparatorImpl
 
DataProviderImpl - Class in org.jboss.dashboard.provider
 
DataProviderImpl() - Constructor for class org.jboss.dashboard.provider.DataProviderImpl
 
DataProviderManagerImpl - Class in org.jboss.dashboard.provider
 
DataProviderManagerImpl() - Constructor for class org.jboss.dashboard.provider.DataProviderManagerImpl
 
dataProviderTypeArray - Variable in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
dataProviderTypes - Variable in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
dataProviderUid - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
dataProviderXML - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
dataSet - Variable in class org.jboss.dashboard.dataset.index.DataSetIndex
 
DataSetComparator - Class in org.jboss.dashboard.dataset
Utility class that can be used to compare two dataset rows by a given column index.
DataSetComparator() - Constructor for class org.jboss.dashboard.dataset.DataSetComparator
 
DataSetIndex - Class in org.jboss.dashboard.dataset.index
Class that provides some high-performance operations for DataSet access.
DataSetIndex(DataSet) - Constructor for class org.jboss.dashboard.dataset.index.DataSetIndex
 
dataSetIndex - Variable in class org.jboss.dashboard.dataset.index.LabelIndex
 
DataSetManagerGlobal - Class in org.jboss.dashboard.dataset
 
DataSetManagerGlobal() - Constructor for class org.jboss.dashboard.dataset.DataSetManagerGlobal
 
DataSetManagerImpl - Class in org.jboss.dashboard.dataset
In memory based implementation which holds a session scoped cache of all the datasets loaded and filtered within the user's session.
DataSetManagerImpl() - Constructor for class org.jboss.dashboard.dataset.DataSetManagerImpl
 
dataSetMap - Variable in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
DataSetSettingsImpl - Class in org.jboss.dashboard.dataset
 
DataSetSettingsImpl() - Constructor for class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
DateDomain - Class in org.jboss.dashboard.domain.date
This domain is used for properties that contains dates values.
DateDomain() - Constructor for class org.jboss.dashboard.domain.date.DateDomain
 
dateFormat - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
DateInterval - Class in org.jboss.dashboard.domain.date
A date interval is a period between two given dates.
DateInterval() - Constructor for class org.jboss.dashboard.domain.date.DateInterval
 
dateMaxDate - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
dateMinDate - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
dateTamInterval - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
DefaultDataSet - Class in org.jboss.dashboard.dataset
Data set that holds data in memory.
DefaultDataSet(DataProvider) - Constructor for class org.jboss.dashboard.dataset.DefaultDataSet
 
delete() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
descriptionI18nMap - Variable in class org.jboss.dashboard.domain.CompositeInterval
 
descriptions - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
deserializeDataLoader() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
deserializeDataProperties(DataSet) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
disctinctValues - Variable in class org.jboss.dashboard.dataset.index.LabelIndex
 
DistinctFunction - Class in org.jboss.dashboard.function
It calculates the number of distinct occurrences inside a given collection.
DistinctFunction() - Constructor for class org.jboss.dashboard.function.DistinctFunction
 
DistinctValue - Class in org.jboss.dashboard.dataset.index
 
DistinctValue(ColumnIndex, Object) - Constructor for class org.jboss.dashboard.dataset.index.DistinctValue
 
DomainConfiguration - Class in org.jboss.dashboard.domain
The configuration for a given domain property.
DomainConfiguration() - Constructor for class org.jboss.dashboard.domain.DomainConfiguration
 
DomainConfiguration(DataProperty) - Constructor for class org.jboss.dashboard.domain.DomainConfiguration
 
domainProperty - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 

E

emptyValueString - Variable in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Empty value string
equals(Object) - Method in class org.jboss.dashboard.dataset.index.DistinctValue
 
equals(Object) - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
equals(Object) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 

F

failedCommands - Variable in class org.jboss.dashboard.command.CommandProcessorImpl
List of commands failed.
fillArrayWithRow(int, Object[]) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
fillMapWithRow(int, Map) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
filter(DataFilter) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
filterDataSet(DataProvider, DataFilter) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
filterDataSet(DataFilter) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
formatCollection(String, Collection, String, String, String, Locale) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Convert the specified list of objects to a string format where each object is transformed into a string and separated from the other objects by comma.
formatName(DataProperty, Locale) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
formatName(String, Locale) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
formatValue(DataProperty, Object, Locale) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
formatValue(String, Object, Locale) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Formats a value for a given property.
formatXMLProperties(PrintWriter, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 

G

getAllDataProviders() - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
getAllScalarFunctions() - Method in class org.jboss.dashboard.function.ScalarFunctionManagerImpl
 
getCode() - Method in class org.jboss.dashboard.function.AverageFunction
 
getCode() - Method in class org.jboss.dashboard.function.CountFunction
 
getCode() - Method in class org.jboss.dashboard.function.DistinctFunction
 
getCode() - Method in class org.jboss.dashboard.function.MaxFunction
 
getCode() - Method in class org.jboss.dashboard.function.MinFunction
 
getCode() - Method in class org.jboss.dashboard.function.SumFunction
 
getCode() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getColumnIndex(int) - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
 
getCommandEndTag() - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
getCommands(String) - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
getCommandStartTag() - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
getDataLoader() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataPropertiesXML() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataProvider() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getDataProviderByCode(String) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
getDataProviderById(Long) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
getDataProviderType() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataProviderTypes() - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
getDataProviderUid() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataProviderXML() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataSet(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
getDataSet() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDataSetHolder(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
getDataSetIndex() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getDataSetIndex() - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
getDataSetIndex() - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getDateMaxDate() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getDateMinDate() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getDateTamInterval() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getDescription(Locale) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getDescription(Locale) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
getDescription(Locale) - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
getDescription(Locale) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
getDescription(Locale) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDescriptionI18nMap() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getDescriptionI18nMap() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDescriptions() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getDistinctValue(Object) - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getDistinctValues() - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
getDistinctValues(int) - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
Get the indexed distinct values for a given data set column.
getDistinctValues() - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getDomainProperty() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getEmptyValueString() - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
getFailedCommands() - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
getHolder() - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
getId() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
getIntervalMode() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getIntervalMode() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getIntervals() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getIntervals() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getIntervals() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getIntervals(List<DistinctValue>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getIntervals() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getLabel() - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
getLabelIntervalsToHide(Locale) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getLabelIntervalsToHideI18nMap() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getLabelIntervalsToHideI18nMap() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getListOfIntervals(int, Date, Date) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getListOfIntervals(int, Number, Number) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getMaxDataSetFilterTimeInMillis() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxDataSetGroupTimeInMillis() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxDataSetLoadTimeInMillis() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxDataSetSizeInBytes() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxDataSetSortTimeInMillis() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxDate() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getMaxDate() - Method in class org.jboss.dashboard.domain.date.DateInterval
 
getMaxMemoryUsedInDataLoad() - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
getMaxNumberOfIntervals() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getMaxValue() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getMaxValue() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getMaxValue() - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
getMinDate() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getMinDate() - Method in class org.jboss.dashboard.domain.date.DateInterval
 
getMinValue() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getMinValue() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getMinValue() - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
getName(Locale) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getNameI18nMap() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getNumberOfItems(Object) - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
getNumberOfItems(Object) - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getNumericMaxValue() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getNumericMinValue() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getNumericTamInterval() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getProperties() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getPropertyByColumn(int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getPropertyById(String) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getPropertyClass(DataProperty) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
getPropertyColumn(DataProperty) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getPropertyId() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getPropertyId() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getPropertyName(Locale) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getPropertyNameI18nMap() - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
getPropertyValues() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getPropertyValues(DataProperty) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getProviderTypeByUid(String) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
getRangeProperty() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getRowAsMap(int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getRowAt(int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getRowCount() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getRowNumbers(Set<Interval>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getScalar(int, String) - Method in class org.jboss.dashboard.dataset.index.DistinctValue
 
getScalarFunctionByCode(String) - Method in class org.jboss.dashboard.function.ScalarFunctionManagerImpl
 
getScalarFunctionCode() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getSiblingValues(Collection, List) - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
getSiblingValues(Collection, List) - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getSuccessfulCommands() - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
getSupportedPropertyIds() - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Get the set of property ids this formatter is addressed to.
getTamInterval() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getTamInterval() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getUnit(Locale) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getUnitI18nMap() - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
getValueAt(int, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getValues() - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
getValues() - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
getValues(DataProperty) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
getValues(Set<Interval>, DataProperty) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getValues(DataProperty) - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
getValuesAt(int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
getValuesClass() - Method in class org.jboss.dashboard.domain.date.DateDomain
 
getValuesClass() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
getValuesClass() - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
getWildcard() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
groupBy(DataProperty, int[], String[]) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
groupBy(DataProperty, int[], String[], int, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
groupByLabel(DataProperty, int[], String[], int, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 

H

hashCode() - Method in class org.jboss.dashboard.dataset.index.DistinctValue
 
hashCode() - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
hashCode() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
holder - Variable in class org.jboss.dashboard.domain.label.LabelInterval
 

I

I18N_PREFFIX - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
I18N_PREFFIX - Static variable in class org.jboss.dashboard.domain.label.LabelDomain
 
I18N_PREFFIX - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
id - Variable in class org.jboss.dashboard.provider.DataProviderImpl
 
index - Variable in class org.jboss.dashboard.dataset.AbstractDataSet
 
indexColumn(int) - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
 
indexValue(Object, int) - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
indexValues(List) - Method in interface org.jboss.dashboard.dataset.index.ColumnIndex
 
indexValues(List) - Method in class org.jboss.dashboard.dataset.index.LabelIndex
 
init() - Method in class org.jboss.dashboard.function.ScalarFunctionManagerImpl
 
init() - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
INTERVAL_BILLON - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_CENTENA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_CENTENA_DE_MILLAR - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_CENTESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_CIENMILESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_DAY - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_DECADE - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_DECENA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_DECENA_DE_MILLAR - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_DECIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_DIEZMILESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_DURATION_IN_SECONDS - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_EQUIVALENCE_IN_UNITS - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_HOUR - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_MIL_MILLONESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_MILESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_MILLON - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_MILLONESIMA - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_MINUTE - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_MONTH - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_QUARTER - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_SECOND - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_UNIDAD - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_UNIDAD_DE_MILLAR - Static variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
INTERVAL_WEEK - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
INTERVAL_YEAR - Static variable in class org.jboss.dashboard.domain.date.DateDomain
 
intervalMode - Variable in class org.jboss.dashboard.domain.date.DateDomain
 
intervalMode - Variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
intervals - Variable in class org.jboss.dashboard.domain.CompositeInterval
 
isCanDelete() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
isCanEdit() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
isCanEditProperties() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
isCommandExecutionEnabled() - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
isConvertedFromNumeric() - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
isIntervalHidden(Interval) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
isMaxDateIncluded() - Method in class org.jboss.dashboard.domain.date.DateInterval
 
isMaxValueIncluded() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
isMaxValueIncluded() - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
isMinDateIncluded() - Method in class org.jboss.dashboard.domain.date.DateInterval
 
isMinValueIncluded() - Method in class org.jboss.dashboard.domain.CompositeInterval
 
isMinValueIncluded() - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
isPersistent() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
isReady() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
isScalarFunctionSupported(ScalarFunction) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
isScalarFunctionSupported(ScalarFunction) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
isScalarFunctionSupported(ScalarFunction) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
isTypeSupported(Class) - Method in class org.jboss.dashboard.function.CountFunction
 
isTypeSupported(Class) - Method in class org.jboss.dashboard.function.DistinctFunction
 
isTypeSupported(Class) - Method in class org.jboss.dashboard.function.MaxFunction
 
isTypeSupported(Class) - Method in class org.jboss.dashboard.function.MinFunction
 
isTypeSupported(Class) - Method in class org.jboss.dashboard.function.SumFunction
 

L

LabelDomain - Class in org.jboss.dashboard.domain.label
This domain is used for properties that contains string values (addresses, names, cities, products, ...).
LabelDomain() - Constructor for class org.jboss.dashboard.domain.label.LabelDomain
 
LabelIndex - Class in org.jboss.dashboard.dataset.index
 
LabelIndex(DataSetIndex, int) - Constructor for class org.jboss.dashboard.dataset.index.LabelIndex
 
LabelInterval - Class in org.jboss.dashboard.domain.label
A label interval always matchs a given value of the domain.
LabelInterval() - Constructor for class org.jboss.dashboard.domain.label.LabelInterval
 
labelIntervals - Variable in class org.jboss.dashboard.domain.label.LabelDomain
 
labelIntervalsToHideI18nMap - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
labelIntervalsToHideI18nMap - Variable in class org.jboss.dashboard.domain.label.LabelDomain
 
loadDataSet(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
localeManager - Variable in class org.jboss.dashboard.domain.label.LabelDomain
The locale manager.
log - Static variable in class org.jboss.dashboard.command.TemplateProcessorImpl
 

M

main(String[]) - Static method in class org.jboss.dashboard.domain.date.DateDomain
 
main(String[]) - Static method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
maxDataSetFilterTimeInMillis - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxDataSetGroupTimeInMillis - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxDataSetLoadTimeInMillis - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxDataSetSizeInBytes - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxDataSetSortTimeInMillis - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxDate - Variable in class org.jboss.dashboard.domain.date.DateDomain
 
maxDate - Variable in class org.jboss.dashboard.domain.date.DateInterval
 
maxDateIncluded - Variable in class org.jboss.dashboard.domain.date.DateInterval
 
MaxFunction - Class in org.jboss.dashboard.function
It calculates the max. number of a set of numbers.
MaxFunction() - Constructor for class org.jboss.dashboard.function.MaxFunction
 
maxMemoryUsedInDataLoad - Variable in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
maxNumberOfIntervals - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
maxValue - Variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
maxValue - Variable in class org.jboss.dashboard.domain.numeric.NumericInterval
 
maxValueIncluded - Variable in class org.jboss.dashboard.domain.numeric.NumericInterval
 
minDate - Variable in class org.jboss.dashboard.domain.date.DateDomain
 
minDate - Variable in class org.jboss.dashboard.domain.date.DateInterval
 
minDateIncluded - Variable in class org.jboss.dashboard.domain.date.DateInterval
 
MinFunction - Class in org.jboss.dashboard.function
It calculates the min. number of a set of numbers.
MinFunction() - Constructor for class org.jboss.dashboard.function.MinFunction
 
minValue - Variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
minValue - Variable in class org.jboss.dashboard.domain.numeric.NumericInterval
 
minValueIncluded - Variable in class org.jboss.dashboard.domain.numeric.NumericInterval
 

N

nameI18nMap - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
NON_NULL_ELEMENTS - Static variable in class org.jboss.dashboard.dataset.AbstractDataSet
 
NON_NULL_ELEMENTS - Static variable in class org.jboss.dashboard.dataset.index.DistinctValue
 
numberFormat - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
NumericDomain - Class in org.jboss.dashboard.domain.numeric
This domain is used for properties that contains numeric values.
NumericDomain() - Constructor for class org.jboss.dashboard.domain.numeric.NumericDomain
 
NumericInterval - Class in org.jboss.dashboard.domain.numeric
A numeric interval has a min and a max values.
NumericInterval() - Constructor for class org.jboss.dashboard.domain.numeric.NumericInterval
 
numericMaxInterval - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
numericMaxValue - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
numericMaxValue - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
numericMinInterval - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
numericMinValue - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
numericMinValue - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
numericTamInterval - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 

O

ORACLE_TIMESTAMP - Static variable in class org.jboss.dashboard.dataset.AbstractDataSet
 
org.jboss.dashboard.command - package org.jboss.dashboard.command
Commands are used to generate dynamic content such as HTML or SQL scripts.
org.jboss.dashboard.dataset - package org.jboss.dashboard.dataset
 
org.jboss.dashboard.dataset.index - package org.jboss.dashboard.dataset.index
 
org.jboss.dashboard.domain - package org.jboss.dashboard.domain
 
org.jboss.dashboard.domain.date - package org.jboss.dashboard.domain.date
Date-based domain.
org.jboss.dashboard.domain.label - package org.jboss.dashboard.domain.label
Label-based domain.
org.jboss.dashboard.domain.numeric - package org.jboss.dashboard.domain.numeric
Numerical-based domain.
org.jboss.dashboard.function - package org.jboss.dashboard.function
 
org.jboss.dashboard.provider - package org.jboss.dashboard.provider
 

P

parsePropertyValue(DataProperty, String) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Parses a given string and returns a instance representing the java object value.
parsePropertyValue(Class, String) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
Parses a given string and returns a instance representing the java object value.
parseXMLProperties(NodeList) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
persist(int) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
preProcessFilter(FilterByCriteria) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
Method that leverages the data set index information to boost the performance when filtering by label properties.
printIndent(PrintWriter, int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
processCommand(String[]) - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
processCommand(Command) - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
processTemplate(String, CommandProcessor) - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
Process the given template using the specified command processor.
properties - Variable in class org.jboss.dashboard.dataset.AbstractDataSet
 
propertyId - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
propertyId - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
propertyNameI18nMap - Variable in class org.jboss.dashboard.domain.DomainConfiguration
 
propertyValues - Variable in class org.jboss.dashboard.dataset.AbstractDataSet
 
provider - Variable in class org.jboss.dashboard.dataset.AbstractDataSet
 

R

RangeConfiguration - Class in org.jboss.dashboard.domain
The configuration for a given range property.
RangeConfiguration() - Constructor for class org.jboss.dashboard.domain.RangeConfiguration
 
RangeConfiguration(DataProperty, ScalarFunction, Map) - Constructor for class org.jboss.dashboard.domain.RangeConfiguration
 
rangeProperty - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
read(DataProperty) - Method in class org.jboss.dashboard.domain.DomainConfiguration
Get the configuration from the property instance specified.
read(DataProperty, ScalarFunction, Map) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
refreshDataSet(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
refreshDataSet() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
registerDataSet(DataProvider, DataSet) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
removeDataProvider(DataProvider) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
removeDataSetHolder(DataProvider) - Method in class org.jboss.dashboard.dataset.DataSetManagerImpl
 
removeInterval(Interval) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
rows - Variable in class org.jboss.dashboard.dataset.index.DistinctValue
 

S

save() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
scalar(Collection) - Method in class org.jboss.dashboard.function.AverageFunction
 
scalar(Collection) - Method in class org.jboss.dashboard.function.CountFunction
 
scalar(Collection) - Method in class org.jboss.dashboard.function.DistinctFunction
 
scalar(Collection) - Method in class org.jboss.dashboard.function.MaxFunction
 
scalar(Collection) - Method in class org.jboss.dashboard.function.MinFunction
 
scalar(Collection) - Method in class org.jboss.dashboard.function.SumFunction
 
scalarFunctionCode - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 
ScalarFunctionManagerImpl - Class in org.jboss.dashboard.function
 
ScalarFunctionManagerImpl() - Constructor for class org.jboss.dashboard.function.ScalarFunctionManagerImpl
 
scalarFunctions - Variable in class org.jboss.dashboard.function.ScalarFunctionManagerImpl
 
scalarFunctionsArray - Variable in class org.jboss.dashboard.function.ScalarFunctionManagerImpl
The built-in scalar function registry.
scalars - Variable in class org.jboss.dashboard.dataset.index.DistinctValue
 
serializeDataLoader() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
serializeDataProperties() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setCanDelete(boolean) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setCanEdit(boolean) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setCanEditProperties(boolean) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setCode(String) - Method in class org.jboss.dashboard.function.CountFunction
 
setCode(String) - Method in class org.jboss.dashboard.function.DistinctFunction
 
setCode(String) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setCommandEndTag(String) - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
setCommandExecutionEnabled(boolean) - Method in class org.jboss.dashboard.command.CommandProcessorImpl
 
setCommandStartTag(String) - Method in class org.jboss.dashboard.command.TemplateProcessorImpl
 
setConvertedFromNumeric(boolean) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
setDataLoader(DataLoader) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setDataPropertiesXML(String) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setDataProvider(DataProvider) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
setDataProviderUid(String) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setDataProviderXML(String) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setDateMaxDate(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setDateMinDate(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setDateTamInterval(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setDescription(String, Locale) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
setDescription(String, Locale) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setDescriptions(Map<String, String>) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setEmptyValueString(String) - Method in class org.jboss.dashboard.provider.DataPropertyFormatterImpl
 
setHolder(DistinctValue) - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
setId(Long) - Method in class org.jboss.dashboard.provider.DataProviderImpl
 
setIntervals(Set) - Method in class org.jboss.dashboard.domain.CompositeInterval
 
setLabelIntervalsToHide(String, Locale) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setLabelIntervalsToHideI18nMap(Map<Locale, String>) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setLabelIntervalsToHideI18nMap(Map<Locale, String>) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
setMaxDataSetFilterTimeInMillis(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxDataSetGroupTimeInMillis(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxDataSetLoadTimeInMillis(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxDataSetSizeInBytes(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxDataSetSortTimeInMillis(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxDate(Date) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
setMaxDate(Date) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
setMaxDateIncluded(boolean) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
setMaxMemoryUsedInDataLoad(long) - Method in class org.jboss.dashboard.dataset.DataSetSettingsImpl
 
setMaxNumberOfIntervals(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setMaxValue(Number) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
setMaxValue(Number) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
setMaxValueIncluded(boolean) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
setMinDate(Date) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
setMinDate(Date) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
setMinDateIncluded(boolean) - Method in class org.jboss.dashboard.domain.date.DateInterval
 
setMinValue(Number) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
setMinValue(Number) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
setMinValueIncluded(boolean) - Method in class org.jboss.dashboard.domain.numeric.NumericInterval
 
setName(String, Locale) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setNameI18nMap(Map) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setNumericMaxValue(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setNumericMinValue(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setNumericTamInterval(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setPropertyId(String) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setPropertyId(String) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setPropertyName(String, Locale) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setPropertyNameI18nMap(Map<Locale, String>) - Method in class org.jboss.dashboard.domain.DomainConfiguration
 
setPropertySize(int) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
setScalarFunctionCode(String) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setTamInterval(int) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
setTamInterval(int) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
setUnit(String, Locale) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setUnitI18nMap(Map) - Method in class org.jboss.dashboard.domain.RangeConfiguration
 
setWildcard(String) - Method in class org.jboss.dashboard.domain.label.LabelDomain
 
sizeOf() - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
sort(ComparatorByCriteria) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
sortByScalar(List<DistinctValue>, String, int, int) - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
Sort a list of DistinctValue's by the scalar function value calculated on a target sort column.
sortByValue(List<DistinctValue>, int) - Method in class org.jboss.dashboard.dataset.index.DataSetIndex
Sort a list of DistinctValue's by the value itself.
sortDataPropertiesByName(List<DataProperty>, boolean) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
sortDataProvidersByDescription(List<DataProvider>, boolean) - Method in class org.jboss.dashboard.provider.DataProviderManagerImpl
 
successfulCommands - Variable in class org.jboss.dashboard.command.CommandProcessorImpl
List of commands executed successfully.
SumFunction - Class in org.jboss.dashboard.function
It calculates the sum value of a set of numbers.
SumFunction() - Constructor for class org.jboss.dashboard.function.SumFunction
 

T

tamInterval - Variable in class org.jboss.dashboard.domain.date.DateDomain
 
tamInterval - Variable in class org.jboss.dashboard.domain.numeric.NumericDomain
 
TemplateProcessorImpl - Class in org.jboss.dashboard.command
 
TemplateProcessorImpl() - Constructor for class org.jboss.dashboard.command.TemplateProcessorImpl
 
toString(List<Interval>) - Method in class org.jboss.dashboard.domain.date.DateDomain
 
toString() - Method in class org.jboss.dashboard.domain.label.LabelInterval
 
toString(List<Interval>) - Method in class org.jboss.dashboard.domain.numeric.NumericDomain
 
toString() - Method in class org.jboss.dashboard.provider.DataProviderImpl
 

U

unitI18nMap - Variable in class org.jboss.dashboard.domain.RangeConfiguration
 

V

value - Variable in class org.jboss.dashboard.dataset.index.DistinctValue
 

W

wildcard - Variable in class org.jboss.dashboard.domain.label.LabelDomain
 

_

_filterInMemory(DataFilter) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
_parseXMLProperties(NodeList, boolean) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
_transformValue(Object) - Method in class org.jboss.dashboard.dataset.AbstractDataSet
 
A B C D E F G H I L M N O P R S T U V W _ 
Dashboard Builder Data Provider Core 6.0.3-redhat-9-bz1246170

Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.