psdi.plusc.webclient.beans.plusctmplt

Class PlusCAssetTemplateAppBean

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


    public class PlusCAssetTemplateAppBean
    extends StatefulAppBean
    • Constructor Detail

      • PlusCAssetTemplateAppBean

        public PlusCAssetTemplateAppBean()
    • Method Detail

      • APPLYNEW

        public int APPLYNEW()
                     throws MXException,
                            java.rmi.RemoteException
        Method called before the opening of the View Depreciation Schedule dialog
        Throws:
        MXException
        java.rmi.RemoteException
      • APPLYEXIST

        public int APPLYEXIST()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • NEXTDIALOG

        public int NEXTDIALOG()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        Called by the dialog control when the dialog is cancled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class DataBean
        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
      • pluscviewQualReq

        public int pluscviewQualReq()
                             throws MXException,
                                    java.rmi.RemoteException
        View Qualification Requirements dialog
        Throws:
        MXException
        java.rmi.RemoteException