psdi.app.workorder

Class FldWOTotal

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldWOEstLabCost, FldWOEstLabHrs, FldWOEstMatCost, FldWOEstServCost, FldWOEstToolCost


    public class FldWOTotal
    extends MboValueAdapter
    Common field class for work order total attributes. These attributes roll up to combined parent + children totals, nonpersistent attributes named with these attributes prepended with "C", i.e. EstLabCost rolls up to CEstLabCost on the parent work order.

    Cost attributes also roll up to a total of Labor, Material, Tools, and Service. EstLabCost rolls up to EstTotalCost, while EstLabHrs does not.

    • Constructor Detail

      • FldWOTotal

        public FldWOTotal(MboValue mbv)
        Construct and attach to the specified mbovalue.
        Parameters:
        mbv - The MboValue field in the work order object attach to.
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Pass changes here to total estimate for the work order and the total for the parent/child combined total.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException