psdi.app.route

Class FldRouteStopsBecome

    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Warn the user when the change from one routestopbecomes type to another. When changing from CHILD warn the user that any job plan will be cleared. When changing from MULTI let the user know how many rows will be deleted because they are from a different site.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Take action when changing from one routestopbecomes type to another. When changing from a CHILD clear the job plan fields. When changing from MULTI delete route stops that are from a different site.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • setJPNumsReadOnly

        public void setJPNumsReadOnly(MboSetRemote routestops,
                                      boolean torf)
                               throws MXException,
                                      java.rmi.RemoteException
        A helper method to set or clear the jpnum readonly flags on all the route stops.
        Throws:
        MXException
        java.rmi.RemoteException