Uses of Class
com.bytedesk.kbase.statistic.KbaseStatisticEntity
Packages that use KbaseStatisticEntity
-
Uses of KbaseStatisticEntity in com.bytedesk.kbase.statistic
Methods in com.bytedesk.kbase.statistic that return KbaseStatisticEntityModifier and TypeMethodDescriptionprotected KbaseStatisticEntity
KbaseStatisticRestService.doSave
(KbaseStatisticEntity entity) KbaseStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, KbaseStatisticEntity entity) Methods in com.bytedesk.kbase.statistic that return types with arguments of type KbaseStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity>
KbaseStatisticRestService.createSpecification
(KbaseStatisticRequest request) protected org.springframework.data.domain.Page<KbaseStatisticEntity>
KbaseStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) KbaseStatisticRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) KbaseStatisticRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity>
KbaseStatisticSpecification.search
(KbaseStatisticRequest request, AuthService authService) Methods in com.bytedesk.kbase.statistic with parameters of type KbaseStatisticEntityModifier and TypeMethodDescriptionKbaseStatisticRestService.convertToExcel
(KbaseStatisticEntity entity) KbaseStatisticRestService.convertToResponse
(KbaseStatisticEntity entity) protected KbaseStatisticEntity
KbaseStatisticRestService.doSave
(KbaseStatisticEntity entity) KbaseStatisticRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, KbaseStatisticEntity entity) void
KbaseStatisticEntityListener.onPostPersist
(KbaseStatisticEntity statistic) void
KbaseStatisticEntityListener.onPostUpdate
(KbaseStatisticEntity statistic) Method parameters in com.bytedesk.kbase.statistic with type arguments of type KbaseStatisticEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<KbaseStatisticEntity>
KbaseStatisticRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of KbaseStatisticEntity in com.bytedesk.kbase.statistic.event
Fields in com.bytedesk.kbase.statistic.event declared as KbaseStatisticEntityModifier and TypeFieldDescriptionprivate KbaseStatisticEntity
KbaseStatisticCreateEvent.statistic
private KbaseStatisticEntity
KbaseStatisticDeleteEvent.statistic
private KbaseStatisticEntity
KbaseStatisticUpdateEvent.statistic
Constructors in com.bytedesk.kbase.statistic.event with parameters of type KbaseStatisticEntityModifierConstructorDescriptionKbaseStatisticCreateEvent
(KbaseStatisticEntity statistic) KbaseStatisticDeleteEvent
(KbaseStatisticEntity statistic) KbaseStatisticUpdateEvent
(KbaseStatisticEntity statistic)