com.ibm.tivoli.maximo.appt.app

Interface ApptBookWindowAvailabilityRemote

    • Method Detail

      • setTotalAppointments

        void setTotalAppointments(java.lang.String totalAppointments,
                                  java.lang.Integer previousTotalAppts)
                           throws java.rmi.RemoteException,
                                  MXException
        Validate a set of business rules required for saving an Appointment Book Window Availability record.
        Parameters:
        totalAppointments - - The total number of appointments set.
        previousTotalAppts - - The previous number of total appointments set.
        Throws:
        java.rmi.RemoteException
        MXException
      • lockRecord

        void lockRecord()
                 throws java.rmi.RemoteException,
                        MXException
        Lock a window appointment record.
        Throws:
        java.rmi.RemoteException
        MXException
      • unlockRecord

        void unlockRecord()
                   throws java.rmi.RemoteException,
                          MXException
        Unlock a previously locked window appointment record.
        Throws:
        java.rmi.RemoteException
        MXException