psdi.app.contract

Class ContractAuthSet

    • Method Detail

      • canAdd

        public void canAdd()
                    throws MXException
        Description copied from class: MboSet
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • validateSiteVendorCombination

        public void validateSiteVendorCombination(java.lang.String vendor,
                                                  java.lang.String authSiteID,
                                                  MboRemote currMbo)
                                           throws MXException,
                                                  java.rmi.RemoteException
        Checks to see if there is only one vendor site combination in the Contract Auth table for a particular contract.
        Throws:
        MXException
        java.rmi.RemoteException
      • getSiteString

        public java.lang.String getSiteString()
                                       throws MXException,
                                              java.rmi.RemoteException
        Returns a list of site that this contract has been authorized for.
        Returns:
        siteList - List of site that the contract is authorized for.
        Throws:
        MXException
        java.rmi.RemoteException