Uses of Class
com.bytedesk.ai.statistic.AiStatisticEntity
Packages that use AiStatisticEntity
-
Uses of AiStatisticEntity in com.bytedesk.ai.statistic
Methods in com.bytedesk.ai.statistic that return AiStatisticEntityModifier and TypeMethodDescriptionprotected AiStatisticEntity
AiStatisticRestService.doSave
(AiStatisticEntity entity) AiStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AiStatisticEntity entity) Methods in com.bytedesk.ai.statistic that return types with arguments of type AiStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AiStatisticEntity>
AiStatisticRestService.createSpecification
(AiStatisticRequest request) protected org.springframework.data.domain.Page<AiStatisticEntity>
AiStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AiStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) AiStatisticRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) AiStatisticRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<AiStatisticEntity>
AiStatisticSpecification.search
(AiStatisticRequest request, AuthService authService) Methods in com.bytedesk.ai.statistic with parameters of type AiStatisticEntityModifier and TypeMethodDescriptionAiStatisticRestService.convertToExcel
(AiStatisticEntity entity) AiStatisticRestService.convertToResponse
(AiStatisticEntity entity) protected AiStatisticEntity
AiStatisticRestService.doSave
(AiStatisticEntity entity) AiStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, AiStatisticEntity entity) void
AiStatisticEntityListener.onPostPersist
(AiStatisticEntity statistic) void
AiStatisticEntityListener.onPostUpdate
(AiStatisticEntity statistic) Method parameters in com.bytedesk.ai.statistic with type arguments of type AiStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AiStatisticEntity>
AiStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<AiStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of AiStatisticEntity in com.bytedesk.ai.statistic.event
Fields in com.bytedesk.ai.statistic.event declared as AiStatisticEntityModifier and TypeFieldDescriptionprivate AiStatisticEntity
AiStatisticCreateEvent.statistic
private AiStatisticEntity
AiStatisticDeleteEvent.statistic
private AiStatisticEntity
AiStatisticUpdateEvent.statistic
Constructors in com.bytedesk.ai.statistic.event with parameters of type AiStatisticEntityModifierConstructorDescriptionAiStatisticCreateEvent
(AiStatisticEntity statistic) AiStatisticDeleteEvent
(AiStatisticEntity statistic) AiStatisticUpdateEvent
(AiStatisticEntity statistic)