Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)
1178 Brocade Network Advisor SAN User Manual
53-1002696-01
Database tables and fields
H
UI_PANEL_CLASS_NAME Provides the mapping between widget and UI
panel. Fully qualified class name of the
dashboard widget user interface class. The
class should extend from AbstractGadget.
varchar 128
SUMMARY_CLASS_NAME Provides the mapping between widget and
the summary. Fully qualified class name of
the summary implementation for the widget.
The class should implement Summary
interface.
varchar 128
TABLE 69 DASHBOARD_WIDGET_PREFERENCE
Field Definition Format Size
ID Auto incremented widget preference ID. int
WIDGET_ID Foreign Key to DASHBOARD_WIDGET(ID). int
USER_ID Foreign Key to USER_ (ID). int
DASHBOARD_ID Foreign Key to DASHBOARD(ID). int
VISIBLE Indicates whether the widget is visible for the user in
the dashboard. 0 - Not Visible, 1 - Visible.
smallint
STATE State of the widget. Possible values are 0 - Normal, 1
- Maximized, 2 - Collapsed.
int
WIDTH Width of the widget. int
HEIGHT Height of the widget. int
ROW_INDEX Row position of the widget. -1 for an out-of-box widget
defined but not shown.
int
COLUMN_INDEX Column position of the widget. -1 for an out-of-box
widget defined but not shown.
int
TABLE 70 DEFAULT_FAVORITES
Field Definition Format Size
ID Name of the favorite. int
NAME The topnumber of ports (5,10,15,20). varchar 64
TOP_N Types of ports (FC/FCIP/GE) and -End Monitors. varchar 40
SELECTION_FILTER The time interval in which the graph is shown. varchar 40
FROM_TIME Always null. The default favorite is not customized. varchar 40
CUSTOM_LAST_VALUE Always null. The default favorite is not customized. int
CUSTOM_TIME_UNIT Always null. The default favorite is not customized. varchar 40
CUSTOM_FROM Always null. The default favorite is not customized. timestamp
CUSTOM_TO The default five minutes granularity. timestamp
GRANULARITY Always null. varchar 40
TABLE 68 DASHBOARD_WIDGET (Continued)
Field Definition Format Size