psdi.webclient.beans.workorder

Class QuickRepTasksBean

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


    public class QuickRepTasksBean
    extends DataBean
    Custom Application bean for Quick Rep application. The methods in this bean represent the custom handling required for the Quick Rep application. This bean needs to be specified in the beanclass attribute of the Quick Rep application presentation.
    • Constructor Detail

      • QuickRepTasksBean

        public QuickRepTasksBean()
    • Method Detail

      • taskstatus

        public int taskstatus()
                       throws MXException,
                              java.rmi.RemoteException
        If this task has no valid statuses that it can change to then alert the user and prevent the status change dialog from being displayed
        Returns:
        int
        Throws:
        MXException
        java.rmi.RemoteException
      • insert

        public void insert(int nRow)
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: DataBean
        Inserts a row after the given row. Fires a row change event to all listeners upon success.
        Overrides:
        insert in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • insertAtEnd

        public void insertAtEnd()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        Inserts a row at the end of the MboSet. Fires a row change event to all listeners upon success.
        Overrides:
        insertAtEnd in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException