- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getRoleType (0.04 sec)
-
src/main/java/org/codelibs/fess/app/service/RoleTypeService.java
} /** * Gets a role type by its ID. * @param id The ID of the role type. * @return An optional entity of the role type. */ public OptionalEntity<RoleType> getRoleType(final String id) { return roleTypeBhv.selectByPK(id); } /** * Stores a role type. * @param roleType The role type to store. */ public void store(final RoleType roleType) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.1K bytes - Viewed (0)