- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for RoleService (0.04 sec)
-
src/main/java/org/codelibs/fess/app/service/RoleService.java
import org.dbflute.cbean.result.PagingResultBean; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; /** * Service class for managing roles. */ public class RoleService { /** * The behavior for roles. */ @Resource protected RoleBhv roleBhv; /** * The Fess configuration. */ @Resource protected FessConfig fessConfig;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/role/ApiAdminRoleAction.java
// ========= /** The role service for managing role settings. */ @Resource private RoleService roleService; /** * Retrieves role settings with pagination. * * @param body the search parameters for filtering and pagination * @return JSON response containing role settings list */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7K bytes - Viewed (0)