psdi.app.po

Class FldPONum

    • Constructor Detail

      • FldPONum

        public FldPONum(MboValue mbv)
                 throws MXException,
                        java.rmi.RemoteException
        Call this constructor for the most basic ponum validation All this does is check the presence of the passed ponum parameter in the PO table
        Throws:
        MXException
        java.rmi.RemoteException
      • FldPONum

        public FldPONum(MboValue mbv,
                        java.lang.String criteriaName)
                 throws MXException,
                        java.rmi.RemoteException
        Use this constructor if you have a criteria name.This will fetch a specified set of POs based on the criteriaName. For Eg If the criteriaName is critWAPPR all the WAPPR POs are fetched
        Throws:
        MXException
        java.rmi.RemoteException