Uses of Class
com.bytedesk.service.customer.CustomerEntity
Packages that use CustomerEntity
-
Uses of CustomerEntity in com.bytedesk.service.customer
Methods in com.bytedesk.service.customer that return CustomerEntityModifier and TypeMethodDescriptionprotected CustomerEntityCustomerRestService.doSave(CustomerEntity entity) CustomerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CustomerEntity entity) Methods in com.bytedesk.service.customer that return types with arguments of type CustomerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CustomerEntity>CustomerRestService.createSpecification(CustomerRequest request) protected org.springframework.data.domain.Page<CustomerEntity>CustomerRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CustomerEntity> spec, org.springframework.data.domain.Pageable pageable) CustomerRepository.findByVisitorUid(String visitorUid) CustomerRestService.findByVisitorUid(String visitorUid) static org.springframework.data.jpa.domain.Specification<CustomerEntity>CustomerSpecification.search(CustomerRequest request, AuthService authService) Methods in com.bytedesk.service.customer with parameters of type CustomerEntityModifier and TypeMethodDescriptionCustomerRestService.convertToExcel(CustomerEntity entity) CustomerRestService.convertToResponse(CustomerEntity entity) protected CustomerEntityCustomerRestService.doSave(CustomerEntity entity) CustomerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CustomerEntity entity) Method parameters in com.bytedesk.service.customer with type arguments of type CustomerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CustomerEntity>CustomerRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CustomerEntity> spec, org.springframework.data.domain.Pageable pageable)