- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for LabelTypeService (0.06 seconds)
-
src/main/java/org/codelibs/fess/app/service/LabelTypeService.java
/** * Service class for label types. */ public class LabelTypeService extends FessAppService { /** The LabelType behavior. */ @Resource protected LabelTypeBhv labelTypeBhv; /** The Fess config. */ @Resource protected FessConfig fessConfig; /** * Default constructor. */ public LabelTypeService() { super(); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/labeltype/ApiAdminLabeltypeAction.java
// ========= /** The label type service for managing label type settings. */ @Resource private LabelTypeService labelTypeService; // =================================================================================== // Search ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 8.5K bytes - Click Count (0)