psdi.app.pm

Class FldPMStoreloc

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPMStoreloc
    extends MAXTableDomain
    Behaviour of the storeroom location field in the PM object

    Last Update: Friday, Oct 06, 2000 - Sudha - Javadocs are updated

    • Constructor Detail

      • FldPMStoreloc

        public FldPMStoreloc(MboValue mbv)
                      throws java.rmi.RemoteException,
                             MXException
        Construct and attach to the mbo value
        Parameters:
        mbv -
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        List the storeroom locations based on the value filled in Storelocsite and SiteID filled The business rules are as follows If the Storeroom Site is blank, the Storeroom lookup will show Storerooms from Sites that belongs to the same Organization as the PM's Site's Organization. If the Storeroom Site is filled in then the Storeroom lookup will show storerooms belonging to the Storeroom Site.
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException