Uses of Class
com.bytedesk.core.feature.FeatureEntity
Packages that use FeatureEntity
-
Uses of FeatureEntity in com.bytedesk.core.feature
Methods in com.bytedesk.core.feature that return FeatureEntityModifier and TypeMethodDescriptionFeatureRepository.findByCode
(String code) FeatureService.registerFeature
(String code, String name, String moduleName) Methods in com.bytedesk.core.feature that return types with arguments of type FeatureEntityModifier and TypeMethodDescriptionFeatureRepository.findAllEnabledFeatures()
FeatureRepository.findByEnabledTrue()
FeatureRepository.findByModuleName
(String moduleName) FeatureRepository.findByModuleNameAndEnabledTrue
(String moduleName) org.springframework.http.ResponseEntity<List<FeatureEntity>>
FeatureRestController.getEnabledFeatures()
FeatureService.getEnabledFeatures()
org.springframework.http.ResponseEntity<List<FeatureEntity>>
FeatureRestController.getFeaturesByModule
(String moduleName) FeatureService.getFeaturesByModule
(String moduleName)