psdi.app.rfq

Class RFQSet

    • Field Detail

      • current

        public boolean current
        Instance boolean variable to hold if the current RFQs are to be retreived when showing user preferences
      • history

        public boolean history
        Instance boolean variable to hold if the history RFQs are to be retreived when showing user preferences
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new RFQSet object.

        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The MboSet the new Mbo will belong to
        Returns:
        Mbo - The new RFQSet Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • setBuyer

        public void setBuyer(java.lang.String purchaseAgent)
                      throws MXException,
                             java.rmi.RemoteException
        Sets the userpref current setting for Purchase Agent.
        Specified by:
        setBuyer in interface RFQSetRemote
        Parameters:
        purchaseAgent - The userpref setting for the PurchaseAgent.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        RFQSet.setBuyer(java.lang.String)
      • getBuyer

        public java.lang.String getBuyer()
                                  throws MXException,
                                         java.rmi.RemoteException
        Gets the current Purchase Agent setting which was set by the user.
        Returns:
        purchaseAgent The userpref setting for the PurchaseAgent.
        Throws:
        MXException
        java.rmi.RemoteException
      • getHistory

        public boolean getHistory()
                           throws MXException,
                                  java.rmi.RemoteException
        Gets the histoy setting which was set by the user.
        Returns:
        The userpref setting for history RFQs(true/false).
        Throws:
        MXException
        java.rmi.RemoteException
      • getCurrent

        public boolean getCurrent()
                           throws MXException,
                                  java.rmi.RemoteException
        Gets the current setting which was set by the user.
        Returns:
        The userpref setting for current RFQs(true/false).
        Throws:
        MXException
        java.rmi.RemoteException
      • getUserPrefWhere

        public java.lang.String getUserPrefWhere()
        Overrides the MboSet getUserPrefWhere() to return a userpref where clause which is appended to th existing whereClause. This is called by the framework to allow any app specific modifications to the whereClause.
        Overrides:
        getUserPrefWhere in class MboSet
        Returns:
        The userpref where clause.