psdi.app.sets

Class SetsSet

    • Method Detail

      • getUserPrefWhere

        public java.lang.String getUserPrefWhere()
        Overrides the MboSet getUserPrefWhere() to return a userpref where clause which is appended to the existing whereClause. The sets set is either an "ITEM" type set or a "COMPANY" type set.
        Overrides:
        getUserPrefWhere in class MboSet
        Returns:
        String The userpref where clause.
      • setCompanySettype

        public void setCompanySettype()
                               throws MXException,
                                      java.rmi.RemoteException
        Sets the settype of sets to "COMPANY". Indicates that the user pref where clause is to be created for the sets with settype="COMPANY".
        Throws:
        MXException
        java.rmi.RemoteException
      • appendToWhere

        public java.lang.String appendToWhere()
                                       throws MXException,
                                              java.rmi.RemoteException
        Override appendToWhere to apply sets restriction for sets object. sets is system level , so mbo framework will not append any site/org restriction
        Overrides:
        appendToWhere in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException