Methods
(async, inner) getDailyFacultyMenus(date) → {Promise.<(FacultyRestaurantMenus|null)>}
Returns a daily faculty restaurant menu.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date |
- Source:
Returns:
- Type
- Promise.<(FacultyRestaurantMenus|null)>
(async, inner) getDailyStudentMenus(date) → {Promise.<(StudentRestaurantMenus|null)>}
Returns a daily student restaurant menu.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date |
- Source:
Returns:
- Type
- Promise.<(StudentRestaurantMenus|null)>
(async, inner) getWeeklyFacultyMenus(date) → {Promise.<Array.<(FacultyRestaurantMenus|null)>>}
Returns weekly faculty restaurant menus.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date |
- Source:
Returns:
- Type
- Promise.<Array.<(FacultyRestaurantMenus|null)>>
(async, inner) getWeeklyStudentMenus(date) → {Promise.<Array.<(StudentRestaurantMenus|null)>>}
Returns weekly student restaurant menus.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date |
- Source:
Returns:
- Type
- Promise.<Array.<(StudentRestaurantMenus|null)>>