com.ibm.tivoli.maximo.skd.beans

Class SKDRollDataBean

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


    public class SKDRollDataBean
    extends DataBean
    DataBean used to roll project
    • Constructor Detail

      • SKDRollDataBean

        public SKDRollDataBean()
    • Method Detail

      • 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
      • saveroll

        public int saveroll()
                     throws MXException,
                            java.rmi.RemoteException,
                            java.text.ParseException
        save roll parameters
        Throws:
        MXException, - RemoteException
        java.text.ParseException
        MXException
        java.rmi.RemoteException
      • runroll

        public int runroll()
                    throws MXException,
                           java.rmi.RemoteException
        roll project
        Throws:
        MXException, - RemoteException
        MXException
        java.rmi.RemoteException