psdi.app.po

Class FldPOStoreLoc

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPOStoreLoc
    extends FldCrossSiteLocation
    This is the field validation class for storeloc field of PO and PR. It extends FldCrossSiteLocation in Location package to get base validation for StoreLoc. Storeloc is the From Storeroom Location. Check if storeloc is a 'STOREROOM' type location.
    • Constructor Detail

    • Method Detail

      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        Return list of STOREROOM mbos from the Location table. This will be used by the UI lookup to get all the sites. If StoreLocSiteID is null, the storeroom's organization item set should be same as the PO/PR's organization item set. If StoreLocSiteID is not null, the storeroom should be in the StoreLocSiteID.
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException