Uses of Class
com.bytedesk.service.visitor.VisitorEntity
Packages that use VisitorEntity
Package
Description
浏览记录管理包。
- 
Uses of VisitorEntity in com.bytedesk.service.browseFields in com.bytedesk.service.browse declared as VisitorEntity
- 
Uses of VisitorEntity in com.bytedesk.service.utilsMethods in com.bytedesk.service.utils with parameters of type VisitorEntityModifier and TypeMethodDescriptionstatic VisitorProtobufServiceConvertUtils.convertToVisitorProtobuf(VisitorEntity visitor) static VisitorResponseServiceConvertUtils.convertToVisitorResponse(VisitorEntity visitor) 
- 
Uses of VisitorEntity in com.bytedesk.service.visitorMethods in com.bytedesk.service.visitor that return VisitorEntityModifier and TypeMethodDescriptionprotected VisitorEntityVisitorRestService.doSave(VisitorEntity entity) VisitorRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorEntity entity) Methods in com.bytedesk.service.visitor that return types with arguments of type VisitorEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<VisitorEntity>VisitorRestService.createSpecification(VisitorRequest request) protected org.springframework.data.domain.Page<VisitorEntity>VisitorRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VisitorEntity> spec, org.springframework.data.domain.Pageable pageable) VisitorRestService.findByStatus(String status) VisitorRepository.findByStatusAndDeleted(String status, Boolean deleted) VisitorRepository.findByUidAndDeleted(String uid, Boolean deleted) VisitorRestService.findByVisitorUidAndOrgUid(String visitorUid, String orgUid) VisitorRepository.findByVisitorUidAndOrgUidAndDeleted(String visitorUid, String orgUid, Boolean deleted) static org.springframework.data.jpa.domain.Specification<VisitorEntity>VisitorSpecification.search(VisitorRequest request, AuthService authService) Methods in com.bytedesk.service.visitor with parameters of type VisitorEntityModifier and TypeMethodDescriptionVisitorRestService.convertToExcel(VisitorEntity entity) VisitorRestService.convertToResponse(VisitorEntity entity) protected VisitorEntityVisitorRestService.doSave(VisitorEntity entity) VisitorRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorEntity entity) voidVisitorEntityListener.onPostPersist(VisitorEntity visitor) voidVisitorEntityListener.onPostUpdate(VisitorEntity visitor) Method parameters in com.bytedesk.service.visitor with type arguments of type VisitorEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<VisitorEntity>VisitorRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<VisitorEntity> spec, org.springframework.data.domain.Pageable pageable) 
- 
Uses of VisitorEntity in com.bytedesk.service.visitor.eventFields in com.bytedesk.service.visitor.event declared as VisitorEntityModifier and TypeFieldDescriptionprivate VisitorEntityVisitorCreateEvent.visitorprivate VisitorEntityVisitorUpdateEvent.visitorConstructors in com.bytedesk.service.visitor.event with parameters of type VisitorEntityModifierConstructorDescriptionVisitorCreateEvent(Object source, VisitorEntity visitor) VisitorUpdateEvent(Object source, VisitorEntity visitor)