Class LockSchedulingDaysCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.LockSchedulingDaysCache
Lock Scheduling Days Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the lock scheduling days by customer rulesReturns the lock scheduling days rules.Returns the lock scheduling days rules check.voidsetLockSchedulingDaysByCustomerRules(Map<LockSchedulingDaysKey, DBView> lockSchedulingDaysByCustomerRules) Sets the lock scheduling days by customer rulesvoidsetLockSchedulingDaysRules(Map<LockSchedulingDaysKey, DBView> lockSchedulingDaysRules) Sets the lock scheduling days rules.voidsetLockSchedulingDaysRulesCheck(Map<LockSchedulingDaysKey, DBView> lockSchedulingDaysRulesCheck) Sets the lock scheduling days rules checkMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
LockSchedulingDaysCache
public LockSchedulingDaysCache()
-
-
Method Details
-
getLockSchedulingDaysRules
Returns the lock scheduling days rules.- Returns:
- the lock scheduling days rules
-
setLockSchedulingDaysRules
Sets the lock scheduling days rules.- Parameters:
lockSchedulingDaysRules- the lock scheduling days rules.
-
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
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
-