psdi.app.calendar

Class WorkPeriodSet

    • Method Detail

      • addNewDayInPattern

        public WorkPeriod addNewDayInPattern(ShiftPatternDay patternDay,
                                             java.util.Date workDate,
                                             java.lang.String calNum)
                                      throws MXException,
                                             java.rmi.RemoteException
        Public but not remote. Called by calender in applyShift() on work period record. If the pattern day is not empty, add one row in workperiod. and sets its fields. It returns the newly added workperiod or null if no row is added.
        Throws:
        MXException
        java.rmi.RemoteException