Uses of Class
com.bytedesk.service.visitor_rating.VisitorRatingEntity
Packages that use VisitorRatingEntity
-
Uses of VisitorRatingEntity in com.bytedesk.service.visitor_rating
Methods in com.bytedesk.service.visitor_rating that return VisitorRatingEntityModifier and TypeMethodDescriptionprotected VisitorRatingEntityVisitorRatingRestService.doSave(VisitorRatingEntity entity) VisitorRatingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorRatingEntity entity) VisitorRatingRestService.save(VisitorRatingEntity entity) Methods in com.bytedesk.service.visitor_rating that return types with arguments of type VisitorRatingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<VisitorRatingEntity>VisitorRatingRestService.createSpecification(VisitorRatingRequest request) protected org.springframework.data.domain.Page<VisitorRatingEntity>VisitorRatingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VisitorRatingEntity> spec, org.springframework.data.domain.Pageable pageable) VisitorRatingRepository.findByOrgUid(String orgUid) VisitorRatingRepository.findByOrgUidAndCreatedAtBetween(String orgUid, ZonedDateTime startTime, ZonedDateTime endTime) VisitorRatingRepository.findByThreadUid(String threadUid) static org.springframework.data.jpa.domain.Specification<VisitorRatingEntity>VisitorRatingSpecification.search(VisitorRatingRequest request, AuthService authService) Methods in com.bytedesk.service.visitor_rating with parameters of type VisitorRatingEntityModifier and TypeMethodDescriptionVisitorRatingRestService.convertToExcel(VisitorRatingEntity VisitorRating) VisitorRatingRestService.convertToResponse(VisitorRatingEntity entity) protected VisitorRatingEntityVisitorRatingRestService.doSave(VisitorRatingEntity entity) VisitorRatingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorRatingEntity entity) VisitorRatingRestService.save(VisitorRatingEntity entity) Method parameters in com.bytedesk.service.visitor_rating with type arguments of type VisitorRatingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<VisitorRatingEntity>VisitorRatingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VisitorRatingEntity> spec, org.springframework.data.domain.Pageable pageable)