Broadleaf Microservices
  • v1.0.0-latest-prod

Admin Navigation Services Data Model

Data Diagram

The Admin Navigation Service data model stores the menu items which form a hierarchical structure through parent references.

Menu Item Data Model

A menu item represents an actual listed item in a particular menu. Menu items are essentially the nodes in the admin menu tree, with each item containing a reference to its parent menu item along with descriptive information about how it should be displayed. Menu items with no parent menu item will be top-level nodes in the admin menu.

BLC Common Features

Admin Navigation Services uses the following Common Data Features which create additional tables within the Admin Navigation Services data schema:

  • Tenant Trackable - Admin Navigation Services data is tenant trackable to support the service running in a multi-tenant environment.