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 aBusinessHourInfo
for the current system wideBusinessHour
instanceget
(BusinessHour businessHour) Returns aBusinessHourInfo
for the givenBusinessHour
instanceReturns aBusinessHourInfo
for the givenCategory
instanceReturns aBusinessHourInfo
for the givenTenant
instance
-
Method Details
-
get
Returns aBusinessHourInfo
for the givenBusinessHour
instance- Parameters:
businessHour
- the business hour instance- Returns:
- the business hour info
- Since:
- 11.21
-
get
Returns aBusinessHourInfo
for the givenCategory
instance- Parameters:
category
- the category instance- Returns:
- the business hour info
- Since:
- 11.22
-
get
Returns aBusinessHourInfo
for the givenTenant
instance- Parameters:
tenant
- the tenant instance- Returns:
- the business hour info
- Since:
- 11.22
-
get
BusinessHourInfo get()Returns aBusinessHourInfo
for the current system wideBusinessHour
instance- Returns:
- the business hour info
- Since:
- 11.22
-