psdi.webclient.beans.servicedesk

Class ActivitiesBean

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


    public class ActivitiesBean
    extends DataBean
    Provides the functionality for the 'Select Records' button
    • Constructor Detail

      • ActivitiesBean

        public ActivitiesBean()
    • Method Detail

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

        public int needssave()
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • activitychangestatus

        public int activitychangestatus()
                                 throws MXException,
                                        java.rmi.RemoteException
        If this task has no valid statuses that it can change to or the main record needs to be saved then alert the user and prevent the status change dialog from being displayed
        Returns:
        int
        Throws:
        MXException
        java.rmi.RemoteException
      • owner

        public int owner()
                  throws MXException,
                         java.rmi.RemoteException
        If the main record needs to be saved then alert the user and prevent the select owner dialog from being displayed
        Returns:
        int
        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
        See Also:
        TicketAppBean.cancelDialog()