Uses of Class
com.bytedesk.core.sms.SmsEntity
Packages that use SmsEntity
-
Uses of SmsEntity in com.bytedesk.core.sms
Methods in com.bytedesk.core.sms that return SmsEntityModifier and TypeMethodDescriptionprotected SmsEntitySmsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsEntity entity) Methods in com.bytedesk.core.sms that return types with arguments of type SmsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<SmsEntity>SmsRestService.createSpecification(SmsRequest request) protected org.springframework.data.domain.Page<SmsEntity>SmsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsEntity> spec, org.springframework.data.domain.Pageable pageable) SmsRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) SmsRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<SmsEntity>SmsSpecification.search(SmsRequest request, AuthService authService) Methods in com.bytedesk.core.sms with parameters of type SmsEntityModifier and TypeMethodDescriptionSmsRestService.convertToExcel(SmsEntity entity) SmsRestService.convertToResponse(SmsEntity entity) protected SmsEntitySmsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, SmsEntity entity) voidSmsEntityListener.onPostPersist(SmsEntity sms) voidSmsEntityListener.onPostUpdate(SmsEntity sms) Method parameters in com.bytedesk.core.sms with type arguments of type SmsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<SmsEntity>SmsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<SmsEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of SmsEntity in com.bytedesk.core.sms.event
Fields in com.bytedesk.core.sms.event declared as SmsEntityModifier and TypeFieldDescriptionprivate SmsEntitySmsCreateEvent.smsprivate SmsEntitySmsDeleteEvent.smsprivate SmsEntitySmsUpdateEvent.smsConstructors in com.bytedesk.core.sms.event with parameters of type SmsEntityModifierConstructorDescriptionSmsCreateEvent(SmsEntity sms) SmsDeleteEvent(SmsEntity sms) SmsUpdateEvent(SmsEntity sms)