- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for GroupService (0.1 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
// ========= /** Service for group operations. */ @Resource private GroupService groupService; /** Pager for group list pagination. */ @Resource private GroupPager groupPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/group/ApiAdminGroupAction.java
// ========= /** Service for managing group configurations */ @Resource private GroupService groupService; // GET /api/admin/group // PUT /api/admin/group /** * Returns list of group settings. * Supports both GET and PUT requests for retrieving paginated group configurations. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
@Resource private UserService userService; @Resource private RoleService roleService; @Resource private GroupService groupService; @Resource private UserPager userPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.5K bytes - Viewed (0)