Uses of Class
com.bytedesk.core.sms_provider.SmsProviderEntity
Packages that use SmsProviderEntity
Package
Description
-
Uses of SmsProviderEntity in com.bytedesk.core.settings
Fields in com.bytedesk.core.settings declared as SmsProviderEntityModifier and TypeFieldDescriptionprivate SmsProviderEntitySettingsEntity.smsProvider关联的短信服务商实体 当 type = SMS 时使用,关联 SmsProviderEntity 避免在 Settings 中重复存储短信配置字段 -
Uses of SmsProviderEntity in com.bytedesk.core.sms_provider
Methods in com.bytedesk.core.sms_provider that return SmsProviderEntityModifier and TypeMethodDescriptionprotected SmsProviderEntitySmsProviderRestService.doSave(SmsProviderEntity entity) SmsProviderRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsProviderEntity entity) Methods in com.bytedesk.core.sms_provider that return types with arguments of type SmsProviderEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<SmsProviderEntity>SmsProviderRestService.createSpecification(SmsProviderRequest request) protected org.springframework.data.domain.Page<SmsProviderEntity>SmsProviderRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsProviderEntity> spec, org.springframework.data.domain.Pageable pageable) SmsProviderRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) SmsProviderRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<SmsProviderEntity>SmsProviderSpecification.search(SmsProviderRequest request, AuthService authService) Methods in com.bytedesk.core.sms_provider with parameters of type SmsProviderEntityModifier and TypeMethodDescriptionSmsProviderRestService.convertToExcel(SmsProviderEntity entity) SmsProviderRestService.convertToResponse(SmsProviderEntity entity) protected SmsProviderEntitySmsProviderRestService.doSave(SmsProviderEntity entity) SmsProviderRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsProviderEntity entity) voidSmsProviderEntityListener.onPostPersist(SmsProviderEntity sms_provider) voidSmsProviderEntityListener.onPostUpdate(SmsProviderEntity sms_provider) Method parameters in com.bytedesk.core.sms_provider with type arguments of type SmsProviderEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<SmsProviderEntity>SmsProviderRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsProviderEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of SmsProviderEntity in com.bytedesk.core.sms_provider.event
Fields in com.bytedesk.core.sms_provider.event declared as SmsProviderEntityModifier and TypeFieldDescriptionprivate SmsProviderEntitySmsProviderCreateEvent.sms_providerprivate SmsProviderEntitySmsProviderDeleteEvent.sms_providerprivate SmsProviderEntitySmsProviderUpdateEvent.sms_providerConstructors in com.bytedesk.core.sms_provider.event with parameters of type SmsProviderEntityModifierConstructorDescriptionSmsProviderCreateEvent(SmsProviderEntity sms_provider) SmsProviderDeleteEvent(SmsProviderEntity sms_provider) SmsProviderUpdateEvent(SmsProviderEntity sms_provider)