Uses of Class
com.bytedesk.core.email_template.EmailTemplateEntity
Packages that use EmailTemplateEntity
-
Uses of EmailTemplateEntity in com.bytedesk.core.email_template
Methods in com.bytedesk.core.email_template that return EmailTemplateEntityModifier and TypeMethodDescriptionprotected EmailTemplateEntity
EmailTemplateService.doSave
(EmailTemplateEntity entity) EmailTemplateService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, EmailTemplateEntity entity) EmailTemplateService.save
(EmailTemplateEntity entity) Methods in com.bytedesk.core.email_template that return types with arguments of type EmailTemplateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<EmailTemplateEntity>
EmailTemplateService.createSpecification
(EmailTemplateRequest request) protected org.springframework.data.domain.Page<EmailTemplateEntity>
EmailTemplateService.executePageQuery
(org.springframework.data.jpa.domain.Specification<EmailTemplateEntity> specification, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.core.email_template with parameters of type EmailTemplateEntityModifier and TypeMethodDescriptionEmailTemplateService.convertToResponse
(EmailTemplateEntity entity) protected EmailTemplateEntity
EmailTemplateService.doSave
(EmailTemplateEntity entity) EmailTemplateService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, EmailTemplateEntity entity) EmailTemplateService.save
(EmailTemplateEntity entity) Method parameters in com.bytedesk.core.email_template with type arguments of type EmailTemplateEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<EmailTemplateEntity>
EmailTemplateService.executePageQuery
(org.springframework.data.jpa.domain.Specification<EmailTemplateEntity> specification, org.springframework.data.domain.Pageable pageable)