psdi.app.sets

Class FldSetId

    • Field Detail

      • criteria

        public static java.lang.String criteria
        Current criteria set using method.
      • criteriaALL

        public static java.lang.String criteriaALL
        Criteria for all sets.
      • criteriaCOMPANY

        public static java.lang.String criteriaCOMPANY
        Criteria for Company sets. A set is a company set if its settype is a synonym for "COMPANY"
      • criteriaITEM

        public static java.lang.String criteriaITEM
        Criteria for Item sets. A set is an item set if its settype is a synonym for "ITEM"
    • Constructor Detail

      • FldSetId

        public FldSetId(MboValue mbv)
                 throws MXException
        Construct and attach to the MBO value. Sets up the valdation information.
        Throws:
        MXException
    • Method Detail

      • getCriteria

        public java.lang.String getCriteria()
        This method may be overidden in the derived class to specify the type of sets to filter. By default, all types of sets will be valid (criteria is 'criteriaALL'). To change the filter criteria, override this method in a derived class to return one of this class's static criteria Strings (criteriaCOMPANY or criteriaITEM). An alternative way to change filtering is by use of the set methods provided.
        Returns:
        String
      • setCriteriaCOMPANY

        public void setCriteriaCOMPANY()
        Set the filter criteria to be COMPANY.
      • setCriteriaITEM

        public void setCriteriaITEM()
        Set the filter criteria to be ITEM.
      • setCriteriaALL

        public void setCriteriaALL()
        Set the filter criteria to be ALL.