psdi.app.invoice

Class FldInvoiceCostWONum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldInvoiceCostWONum
    extends FldInterfaceWonum
    InvoiceCost.wonum validation class: The base class FldInterfaceWonum sets value of the refwo attribute of the invoice cost.
    • Constructor Detail

    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        When we put in a wonum on the invoicecost we have to update the related non-persistent attributes wonumnonper, assetnumnonper and locationnonper. These non-persistent attribute are used to display the invoice cost fields on the invoice line tab. We need to do this as the editability of the same invoicecost fields on the invoice line tab and on the distribute costs page is different.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class FldInterfaceWonum
        Throws:
        MXException
        java.rmi.RemoteException