Uses of Class
com.bytedesk.core.settings.SettingsEntity
Packages that use SettingsEntity
-
Uses of SettingsEntity in com.bytedesk.core.settings
Methods in com.bytedesk.core.settings that return SettingsEntityModifier and TypeMethodDescriptionprivate SettingsEntitySettingsRestService.createPlatformSettingsEntity(SettingsRequest request) 创建平台设置实体protected SettingsEntitySettingsRestService.doSave(SettingsEntity entity) SettingsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SettingsEntity entity) Methods in com.bytedesk.core.settings that return types with arguments of type SettingsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<SettingsEntity>SettingsRestService.createSpecification(SettingsRequest request) protected org.springframework.data.domain.Page<SettingsEntity>SettingsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SettingsEntity> spec, org.springframework.data.domain.Pageable pageable) SettingsRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) SettingsRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) SettingsRepository.findByTypeAndLevelAndDeletedFalse(String type, String level) 查询平台级别的设置static org.springframework.data.jpa.domain.Specification<SettingsEntity>SettingsSpecification.search(SettingsRequest request, AuthService authService) Methods in com.bytedesk.core.settings with parameters of type SettingsEntityModifier and TypeMethodDescriptionSettingsRestService.convertToExcel(SettingsEntity entity) SettingsRestService.convertToResponse(SettingsEntity entity) protected SettingsEntitySettingsRestService.doSave(SettingsEntity entity) SettingsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SettingsEntity entity) voidSettingsEntityListener.onPostPersist(SettingsEntity settings) voidSettingsEntityListener.onPostUpdate(SettingsEntity settings) private voidSettingsRestService.updatePlatformSettingsEntity(SettingsEntity entity, SettingsRequest request) 更新平台设置实体字段Method parameters in com.bytedesk.core.settings with type arguments of type SettingsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<SettingsEntity>SettingsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SettingsEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of SettingsEntity in com.bytedesk.core.settings.event
Fields in com.bytedesk.core.settings.event declared as SettingsEntityModifier and TypeFieldDescriptionprivate SettingsEntitySettingsCreateEvent.settingsprivate SettingsEntitySettingsDeleteEvent.settingsprivate SettingsEntitySettingsUpdateEvent.settingsConstructors in com.bytedesk.core.settings.event with parameters of type SettingsEntityModifierConstructorDescriptionSettingsCreateEvent(SettingsEntity settings) SettingsDeleteEvent(SettingsEntity settings) SettingsUpdateEvent(SettingsEntity settings)