psdi.app.financial.virtual

Interface GLNavTempOrgSetRemote

    • Method Detail

      • setForCOA

        void setForCOA(boolean newFlag)
                throws MXException,
                       java.rmi.RemoteException
        Set flag for stating is this MBO is being used in COA app or not
        Parameters:
        newFlag - as boolean
        Throws:
        MXException
        java.rmi.RemoteException
      • isForCOA

        boolean isForCOA()
                  throws MXException,
                         java.rmi.RemoteException
        Returns is the mbo is being used in COA app currently
        Returns:
        true if currently in COA app.
        Throws:
        MXException
        java.rmi.RemoteException
      • fetchOrgAndSiteIdFromSource

        void fetchOrgAndSiteIdFromSource(MboSetRemote sourceMboSet)
                                  throws MXException,
                                         java.rmi.RemoteException
        Retrieves Org and Site from source. It first tries to find out a mapped org id i.e in Incidents, RELEVENT ORGID is ASSETORGID, so use that one. If that is not present then, use orgid. If SITEID field exists for the source, retrieve it.
        Throws:
        MXException
        java.rmi.RemoteException