com.ibm.tivoli.maximo.appt.app

Interface ApptBookRemote

    • Method Detail

      • canAapplyApptWindows

        boolean canAapplyApptWindows()
                              throws MXException,
                                     java.rmi.RemoteException
        canApplyApptWindow() is called before apply the window. So, the user doesn't need to explicitly call canApplyApptWindow().
        Throws:
        MXException
        java.rmi.RemoteException
      • checkShiftsDateLimits

        void checkShiftsDateLimits()
                            throws MXException,
                                   java.rmi.RemoteException
        Checks if at least one work period from the selected calendar is inside the start and end dates limits. This method is called before apply the window. So, the user doesn't need to explicitly call it.
        Throws:
        MXException
        java.rmi.RemoteException
      • applyApptWindows

        void applyApptWindows()
                       throws MXException,
                              java.rmi.RemoteException
        Propagates APPTBKWINDOWAVAIL records from start date to end date of the apptbook for the input appt windows definition.
        Throws:
        MXException
        java.rmi.RemoteException
      • applyApptWindow

        void applyApptWindow(MboRemote apptwindow)
                      throws MXException,
                             java.rmi.RemoteException
        Propagates APPTBKWINDOWAVAIL records from start date to end date of the apptbook for the input appt window definition. canApplyApptWindow() is called before apply the window. So, the user doesn't need to explicitly call canApplyApptWindow().
        Throws:
        MXException
        java.rmi.RemoteException
      • applyApptWindows

        void applyApptWindows(java.util.Date startdate,
                              java.util.Date enddate)
                       throws MXException,
                              java.rmi.RemoteException
        Propagates APPTBKWINDOWAVAIL records from specified start date to end date for for the input appt windows definition. canApplyApptWindow() is called before apply the window. So, the user doesn't need to explicitly call canApplyApptWindow().
        Throws:
        MXException
        java.rmi.RemoteException
      • applyApptWindow

        void applyApptWindow(MboRemote apptwindow,
                             java.util.Date startdate,
                             java.util.Date enddate)
                      throws MXException,
                             java.rmi.RemoteException
        Propagates APPTBKWINDOWAVAIL records from specified start date to end date for for the input appt windows definition
        Throws:
        MXException
        java.rmi.RemoteException
      • copyPersonsToCommPerson

        void copyPersonsToCommPerson(MboSetRemote personSet)
                              throws MXException,
                                     java.rmi.RemoteException
        Copies the selected person values to the commitperson.
        Throws:
        MXException
        java.rmi.RemoteException
      • copyGroupsToCommGroup

        void copyGroupsToCommGroup(MboSetRemote groupSet)
                            throws MXException,
                                   java.rmi.RemoteException
        Copies the selected groups values to the commitgroup.
        Throws:
        MXException
        java.rmi.RemoteException
      • copyJobPlansToJobPlanSet

        void copyJobPlansToJobPlanSet(MboSetRemote jobPlanSet)
                               throws MXException,
                                      java.rmi.RemoteException
        Copies the selected job plans to the Job Plans Set.
        Throws:
        MXException
        java.rmi.RemoteException