Interface BusinessHourInfoHandler
public interface BusinessHourInfoHandler
Handler to access non persistent business hour information.
This handler is only available in the novomind iAGENT routing process.
This handler is only available in the novomind iAGENT routing process.
- Since:
- 11.21
-
Method Summary
Modifier and TypeMethodDescriptionget()Returns aBusinessHourInfofor the current system wideBusinessHourinstanceget(BusinessHour businessHour) Returns aBusinessHourInfofor the givenBusinessHourinstanceReturns aBusinessHourInfofor the givenCategoryinstanceReturns aBusinessHourInfofor the givenTenantinstance
-
Method Details
-
get
Returns aBusinessHourInfofor the givenBusinessHourinstance- Parameters:
businessHour- the business hour instance- Returns:
- the business hour info
- Since:
- 11.21
-
get
Returns aBusinessHourInfofor the givenCategoryinstance- Parameters:
category- the category instance- Returns:
- the business hour info
- Since:
- 11.22
-
get
Returns aBusinessHourInfofor the givenTenantinstance- Parameters:
tenant- the tenant instance- Returns:
- the business hour info
- Since:
- 11.22
-
get
BusinessHourInfo get()Returns aBusinessHourInfofor the current system wideBusinessHourinstance- Returns:
- the business hour info
- Since:
- 11.22
-