com.ibm.tivoli.maximo.skd.control.chart.impl

Class SKDComplianceTrendChartBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class SKDComplianceTrendChartBean
    extends SimpleChartBean
    • Constructor Detail

      • SKDComplianceTrendChartBean

        public SKDComplianceTrendChartBean()
    • Method Detail

      • getChart

        public Chart getChart(ChartRequestOptions options)
                       throws java.rmi.RemoteException,
                              MXException
        Description copied from class: SimpleChartBean
        Returns a Chart for the ChartRequestOptions. options may be null, but if not, then the options can be used to select a specify chart. If getChartIds() returns one or more chart ids, then the ChartRequestOptions may contain the chartId that is being requested. At the time that this method is called, this Chart Bean will have both the data bean and control set, so they can be used when creating the chart.
        Specified by:
        getChart in class SimpleChartBean
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • getMboSetRemote

        public MboSetRemote getMboSetRemote()
                                     throws MXException,
                                            java.rmi.RemoteException
        We override the getMboSetRemote to return a complete mboset relationship usin the SKDCOMPLIANCE relationship. Since we are building a trend, we need to use to all records in the relationship.
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException