psdi.app.ticket

Class RelatedRecordSet

    • Constructor Detail

      • RelatedRecordSet

        public RelatedRecordSet(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 RelatedRecord object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet
        Returns:
        the new RelatedRecord object
        Throws:
        MXException
        java.rmi.RemoteException
      • otherDeletedFound

        public boolean otherDeletedFound(MboRemote otherRelInDB)
                                  throws MXException,
                                         java.rmi.RemoteException
        IV70692: User may enter originator several times without save before they save. Find the deleted "other"(followup) for appValidate to decide if it needs to create a new one.
        Parameters:
        otherRelInDB -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • setOtherRelDeleted

        public void setOtherRelDeleted(MboRemote otherRelrecord)
                                throws MXException,
                                       java.rmi.RemoteException
        IV70692:stores the deleted other relatedreocrds(followup)
        Parameters:
        otherRelrecord -
        Throws:
        MXException
        java.rmi.RemoteException