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.

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

API Function List_Admin Main
Favorite Menu Duplicate Check
Checks whether the menu is already registered when registering a favorite menu.
BO
GET
API Function List_Common
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
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
Valid Permission Target Check
When deleting a menu, checks whether a valid permission target exists for that menu.
BO
GET
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