psdi.app.labor

Interface AttendanceSetRemote

    • Method Detail

      • setAllDates

        void setAllDates(boolean allDatesAtt)
                  throws MXException,
                         java.rmi.RemoteException
        Set the userpref alldates setting.
        Parameters:
        allDatesAtt - The userpref setting for alldates i.e. all the existing labor transactions.
        Throws:
        MXException
        java.rmi.RemoteException
      • setStartDate

        void setStartDate(java.util.Date startDateAtt)
                   throws MXException,
                          java.rmi.RemoteException
        Set by the user. If clearing the start date pass null as parameter.
        Parameters:
        startDateAtt - The start date to be set by the user.
        Throws:
        MXException
        java.rmi.RemoteException
      • setEndDate

        void setEndDate(java.util.Date endDateAtt)
                 throws MXException,
                        java.rmi.RemoteException
        Set by the user. If clearing the end date pass null as parameter.
        Parameters:
        endDateAtt - The end date to be set by the user.
        Throws:
        MXException
        java.rmi.RemoteException
      • getAllDates

        boolean getAllDates()
                     throws MXException,
                            java.rmi.RemoteException
        Get the alldates setting which was set at the startup of the application or later changed by the user.
        Throws:
        MXException
        java.rmi.RemoteException
      • getStartDate

        java.util.Date getStartDate()
                             throws MXException,
                                    java.rmi.RemoteException
        Get the start date set by the user.
        Throws:
        MXException
        java.rmi.RemoteException
      • getEndDate

        java.util.Date getEndDate()
                           throws MXException,
                                  java.rmi.RemoteException
        Get the end date set by the user.
        Throws:
        MXException
        java.rmi.RemoteException