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 KbaseStatisticEntityKbaseStatisticRestService.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 KbaseStatisticEntityKbaseStatisticRestService.doSave(KbaseStatisticEntity entity) KbaseStatisticRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, KbaseStatisticEntity entity) voidKbaseStatisticEntityListener.onPostPersist(KbaseStatisticEntity statistic) voidKbaseStatisticEntityListener.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 KbaseStatisticEntityKbaseStatisticCreateEvent.statisticprivate KbaseStatisticEntityKbaseStatisticDeleteEvent.statisticprivate KbaseStatisticEntityKbaseStatisticUpdateEvent.statisticConstructors in com.bytedesk.kbase.statistic.event with parameters of type KbaseStatisticEntityModifierConstructorDescriptionKbaseStatisticCreateEvent(KbaseStatisticEntity statistic) KbaseStatisticDeleteEvent(KbaseStatisticEntity statistic) KbaseStatisticUpdateEvent(KbaseStatisticEntity statistic)