Class LockSchedulingDaysCache

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.LockSchedulingDaysCache

public class LockSchedulingDaysCache extends SchedulingBaseCache
Lock Scheduling Days Cache.
Since:
18.0
  • Constructor Details

    • LockSchedulingDaysCache

      public LockSchedulingDaysCache()
  • Method Details

    • getLockSchedulingDaysRules

      public Map<LockSchedulingDaysKey,DBView> getLockSchedulingDaysRules()
      Returns the lock scheduling days rules.
      Returns:
      the lock scheduling days rules
    • setLockSchedulingDaysRules

      public void setLockSchedulingDaysRules(Map<LockSchedulingDaysKey,DBView> lockSchedulingDaysRules)
      Sets the lock scheduling days rules.
      Parameters:
      lockSchedulingDaysRules - the lock scheduling days rules.
    • getLockSchedulingDaysRulesCheck

      public Map<LockSchedulingDaysKey,DBView> getLockSchedulingDaysRulesCheck()
      Returns the lock scheduling days rules check.
      Returns:
      the lock scheduling days rules check
    • setLockSchedulingDaysRulesCheck

      public void setLockSchedulingDaysRulesCheck(Map<LockSchedulingDaysKey,DBView> lockSchedulingDaysRulesCheck)
      Sets the lock scheduling days rules check
      Parameters:
      lockSchedulingDaysRulesCheck - the lock scheduling days rules check
    • getLockSchedulingDaysByCustomerRules

      public Map<LockSchedulingDaysKey,DBView> getLockSchedulingDaysByCustomerRules()
      Returns the lock scheduling days by customer rules
      Returns:
      the lock scheduling days by customer rules
    • setLockSchedulingDaysByCustomerRules

      public void setLockSchedulingDaysByCustomerRules(Map<LockSchedulingDaysKey,DBView> lockSchedulingDaysByCustomerRules)
      Sets the lock scheduling days by customer rules
      Parameters:
      lockSchedulingDaysByCustomerRules - the lock scheduling days by customer rules