Uses of Class
com.bytedesk.core.sms_template.SmsTemplateEntity
Packages that use SmsTemplateEntity
-
Uses of SmsTemplateEntity in com.bytedesk.core.sms_template
Methods in com.bytedesk.core.sms_template that return SmsTemplateEntityModifier and TypeMethodDescriptionprotected SmsTemplateEntitySmsTemplateRestService.doSave(SmsTemplateEntity entity) SmsTemplateRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsTemplateEntity entity) Methods in com.bytedesk.core.sms_template that return types with arguments of type SmsTemplateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<SmsTemplateEntity>SmsTemplateRestService.createSpecification(SmsTemplateRequest request) protected org.springframework.data.domain.Page<SmsTemplateEntity>SmsTemplateRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsTemplateEntity> spec, org.springframework.data.domain.Pageable pageable) SmsTemplateRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) SmsTemplateRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<SmsTemplateEntity>SmsTemplateSpecification.search(SmsTemplateRequest request, AuthService authService) Methods in com.bytedesk.core.sms_template with parameters of type SmsTemplateEntityModifier and TypeMethodDescriptionSmsTemplateRestService.convertToExcel(SmsTemplateEntity entity) SmsTemplateRestService.convertToResponse(SmsTemplateEntity entity) protected SmsTemplateEntitySmsTemplateRestService.doSave(SmsTemplateEntity entity) SmsTemplateRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsTemplateEntity entity) voidSmsTemplateEntityListener.onPostPersist(SmsTemplateEntity sms_template) voidSmsTemplateEntityListener.onPostUpdate(SmsTemplateEntity sms_template) Method parameters in com.bytedesk.core.sms_template with type arguments of type SmsTemplateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<SmsTemplateEntity>SmsTemplateRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsTemplateEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of SmsTemplateEntity in com.bytedesk.core.sms_template.event
Fields in com.bytedesk.core.sms_template.event declared as SmsTemplateEntityModifier and TypeFieldDescriptionprivate SmsTemplateEntitySmsTemplateCreateEvent.sms_templateprivate SmsTemplateEntitySmsTemplateDeleteEvent.sms_templateprivate SmsTemplateEntitySmsTemplateUpdateEvent.sms_templateConstructors in com.bytedesk.core.sms_template.event with parameters of type SmsTemplateEntityModifierConstructorDescriptionSmsTemplateCreateEvent(SmsTemplateEntity sms_template) SmsTemplateDeleteEvent(SmsTemplateEntity sms_template) SmsTemplateUpdateEvent(SmsTemplateEntity sms_template)