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 TypeMethodDescriptionprotected FeatureEntity
FeatureRestService.doSave
(FeatureEntity entity) FeatureRepository.findByCode
(String code) FeatureRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, FeatureEntity entity) FeatureService.registerFeature
(String code, String name, String moduleName) Methods in com.bytedesk.core.feature that return types with arguments of type FeatureEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<FeatureEntity>
FeatureRestService.createSpecification
(FeatureRequest request) protected org.springframework.data.domain.Page<FeatureEntity>
FeatureRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<FeatureEntity> spec, org.springframework.data.domain.Pageable pageable) FeatureRepository.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) Methods in com.bytedesk.core.feature with parameters of type FeatureEntityModifier and TypeMethodDescriptionFeatureRestService.convertToResponse
(FeatureEntity entity) protected FeatureEntity
FeatureRestService.doSave
(FeatureEntity entity) FeatureRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, FeatureEntity entity) Method parameters in com.bytedesk.core.feature with type arguments of type FeatureEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<FeatureEntity>
FeatureRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<FeatureEntity> spec, org.springframework.data.domain.Pageable pageable)