For the complete documentation index, see llms.txt. This page is also available as Markdown.

Menu Management

The Menu Management service provides functionality to efficiently manage all menus, their sub-menus, and permission menus within the admin system. Users can register new permission menus or modify the usage status of permission menus.


Key Features

  • Menu Information Management

    • Systematically manages all menu information and permissions in the admin system.

    • When registering a sub-menu, users can grant permission menus for buttons, requests, and more, and modify their usage status.

    • Menus are classified into BO (Back Office), PO (Partner Office), and CC (Customer Center) and can be searched by usage status.

  • Admin Main Menu

    • When a user accesses the admin page, they can view the top menu and the sub-menus of that menu as a left-side menu.

    • Users can register a specific menu as a favorite for convenient management of frequently used menus.

  • Common Menu

    • When a user accesses a screen, checks the permission for that URL and looks up access eligibility for cases that include personal information.

    • Registers the user's usage log to manage access history.


Process Definition_Menu Information Management

Manages menus and permissions within the admin system.

1

Looks up all registered menus in a tree structure. After the lookup, looks up the detail information and sub-menu information for the first value.

2

You can register or modify detail information for the selected menu.

3

Registers, modifies, and deletes sub-menus for the selected menu.

  • When deleting a menu, checks whether sub-menus exist under the selected menu and whether valid permission targets exist for that menu; if so, deletion cannot proceed.

  • Modifies the usage status of sub-menus.

4

Modifies the usage status for the selected menu.


Process Definition_Common and Admin Main Management

Manages the key common and Admin Main features through admin system login.

1

Top Menu Lookup

Looks up the registered menus upon admin system login.

  • After looking up the top menu, automatically looks up the sub-screen menu for the first top menu.

  • Looks up the logged-in user's favorite menus.

2

Favorite Menu Duplicate Check/Registration

Users register their desired menu as a favorite. When registering, checks whether the menu is already registered.

3

URL Permission Lookup

When a user enters a screen, checks usage permission via the screen URL.

  • Checks whether the screen contains personal information.

  • Saves the usage log for the screen URL.


API Function List_Admin Main

API
Description
Server
Method
Notes

Top Menu Lookup

Looks up the top menu of the admin system.

BO

GET

Left Menu Lookup

Looks up the left menu of the admin system.

BO

GET

Favorites Lookup

Looks up the admin system user's favorites list.

BO

GET

Favorite Menu Registration

Registers the admin system user's favorite menu.

BO

POST

Favorite Menu Duplicate Check

Checks whether the menu is already registered when registering a favorite menu.

BO

GET


API Function List_Common

API
Description
Server
Method
Notes

URL Permission Lookup

Looks up the permission for a screen URL.

BO

POST

Permission Information and Personal Information Presence Lookup for the Accessed URL

Looks up permission information and whether personal information is present for the accessed URL.

BO

GET

Permission Target Usage Log Registration

Registers the permission target usage log for the accessed screen URL.

BO

POST


API Function List_Menu Information Management

API
Description
Server
Method
Notes

Menu Tree List Lookup

Looks up the entire menu of the admin system as a tree-structured list.

BO

GET

Menu Detail Information Lookup

Looks up the detail information for the menu selected in the tree-structured list.

BO

GET

Sub-Menu List Count Lookup

Looks up the sub-menu list count for the menu selected in the tree-structured list.

BO

GET

Sub-Menu List Lookup

Looks up the sub-menu list for the menu selected in the tree-structured list.

BO

GET

Menu Detail Information Registration

Registers detail information for the parent menu.

BO

POST

Menu Detail Information Modification

Modifies detail information for the parent menu.

BO

POST

Sub-Menu Existence Check

When deleting a menu, checks whether sub-menus exist.

BO

GET

Valid Permission Target Check

When deleting a menu, checks whether a valid permission target exists for that menu.

BO

GET

Sub-Menu Save

Saves the sub-menu.

BO

POST

Menu Permission Usage Status Modification

Modifies the usage status for the parent menu.

BO

POST

Individual Permission Usage Status Modification

Modifies the usage status for the sub-menu.

BO

POST