psdi.app.ticket

Class WorkLogSet

    • Constructor Detail

      • WorkLogSet

        public WorkLogSet(MboServerInterface ms)
                   throws MXException,
                          java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The Mbo Server interface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new WorkLog object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet
        Returns:
        the new WorkLog object
        Throws:
        MXException
        java.rmi.RemoteException
      • setActionModify

        public void setActionModify(boolean flag)
                             throws MXException,
                                    java.rmi.RemoteException
        Set the flag to true if the page is action MODIFY/DELETE , else set it to false
        Specified by:
        setActionModify in interface WorkLogSetRemote
        Parameters:
        flag - Is set to true if the page is action MODIFY/DELETE
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.ticket.WorkLog#setActionModify(boolean flag)
      • getWorkLogForRelatedRecords

        public void getWorkLogForRelatedRecords(boolean viewSRApp)
                                         throws MXException,
                                                java.rmi.RemoteException
        Filters the worklog set to display all the worklogs for the originating and follow up records, also if the ticket is global, all worklogs in related to this global should be displayed as well. If it is 'View SR App' display worklogs which are client viewable.
        Specified by:
        getWorkLogForRelatedRecords in interface WorkLogSetRemote
        Parameters:
        viewSRApp - Flag, indicates 'View SR App'
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.ticket.WorkLog#getWorkLogForRelatedRecords(boolean viewSRApp)