psdi.app.jobplan

Class FldJobMaterialDirectReq

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldJobMaterialDirectReq
    extends MboValueAdapter
    Behaviour of the directreq field in the Job Material object

    1 = direct issue or location is readonly and vendor is editable
    2 = no direct issue or location is editable and vendor is read only


    Last update May 3, 2000 Javadocs - Sudha

    • Constructor Detail

      • FldJobMaterialDirectReq

        public FldJobMaterialDirectReq(MboValue mbv)
        Construct and attach to the mbo value
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If it is direct issue
           Set Location and storelocsite to be null and read only
           Set Vendor to be editable and default from inventory table
        Else
           Set Location and storelocsite to be editable
           Set Vendor to be null and read only   
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException