psdi.webclient.beans.kpi

Class KPITemplateAppBean

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


    public class KPITemplateAppBean
    extends AppBean
    • Constructor Detail

      • KPITemplateAppBean

        public KPITemplateAppBean()
    • Method Detail

      • GENKPI

        public int GENKPI()
                   throws MXException,
                          java.rmi.RemoteException
        Entry Point into generating the KPI records into KPIMAIN from the KPITEMPLATE records
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException
        Description copied from class: AppBean
        Needs it's own version of save to insure the proper record is set. If the current row is a new record then before saving, it stores the key attributes and their values. Calls save then resets the qbe and to the stored values. This insures that the inserted record stays as the current record after saving.
        Overrides:
        save in class AppBean
        Throws:
        MXException