psdi.app.countbook

Interface CountBookLineRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    CountBookLine


    public interface CountBookLineRemote
    extends MboRemote
    The remote interface for CountBookLine Object.
    • Method Detail

      • computeMatch

        void computeMatch()
                   throws java.rmi.RemoteException,
                          MXException
        This method checks if the MATCH field should be Yes or No
        Throws:
        java.rmi.RemoteException - RemoteException RMI Error
        MXException - MAXIMO System Error
        See Also:
        CountBook#approveCountBook()
      • computePhysicalAdjustment

        void computePhysicalAdjustment()
                                throws java.rmi.RemoteException,
                                       MXException
        This method computes the Physical Count Adjustment, similar to the INVENTORY Physical Count Adjustment. It computes for ron-rotating items.
        Throws:
        java.rmi.RemoteException - RemoteException RMI Error
        MXException - MAXIMO System Error
        See Also:
        CountBook#computePhysicalAdjustment()
      • computePhysicalAdjustmentForRotating

        void computePhysicalAdjustmentForRotating()
                                           throws java.rmi.RemoteException,
                                                  MXException
        This method computes the Physical Count Adjustment, similar to the INVENTORY Physical Count Adjustment. It computes for rotating items.
        Throws:
        java.rmi.RemoteException
        MXException
        See Also:
        CountBook#computePhysicalAdjustmentForRotating()