Uses of Class
com.bytedesk.kbase.taboo.TabooEntity
Packages that use TabooEntity
-
Uses of TabooEntity in com.bytedesk.kbase.taboo
Fields in com.bytedesk.kbase.taboo with type parameters of type TabooEntityModifier and TypeFieldDescriptionprivate List<TabooEntity>TabooExcelListener.cachedDataList缓存的数据Methods in com.bytedesk.kbase.taboo that return TabooEntityModifier and TypeMethodDescriptionTabooRestService.convertExcelToTaboo(TabooExcel excel, String kbUid, String orgUid) protected TabooEntityTabooRestService.doSave(TabooEntity entity) TabooRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TabooEntity entity) TabooRestService.save(TabooEntity entity) Methods in com.bytedesk.kbase.taboo that return types with arguments of type TabooEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TabooEntity>TabooRestService.createSpecification(TabooRequest request) protected org.springframework.data.domain.Page<TabooEntity>TabooRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TabooEntity> spec, org.springframework.data.domain.Pageable pageable) TabooRepository.findByContentContainsAndOrgUidAndDeletedFalse(String content, String orgUid) TabooRepository.findByOrgUidAndDeletedFalse(String orgUid) static org.springframework.data.jpa.domain.Specification<TabooEntity>TabooSpecification.search(TabooRequest request, AuthService authService) Methods in com.bytedesk.kbase.taboo with parameters of type TabooEntityModifier and TypeMethodDescriptionTabooRestService.convertToExcel(TabooEntity response) TabooRestService.convertToResponse(TabooEntity entity) protected TabooEntityTabooRestService.doSave(TabooEntity entity) TabooRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TabooEntity entity) TabooRestService.save(TabooEntity entity) Method parameters in com.bytedesk.kbase.taboo with type arguments of type TabooEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TabooEntity>TabooRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TabooEntity> spec, org.springframework.data.domain.Pageable pageable) voidTabooRestService.save(List<TabooEntity> entities) -
Uses of TabooEntity in com.bytedesk.kbase.taboo.event
Fields in com.bytedesk.kbase.taboo.event declared as TabooEntityModifier and TypeFieldDescriptionprivate TabooEntityTabooCreateEvent.tabooprivate TabooEntityTabooDeleteEvent.tabooprivate TabooEntityTabooUpdateEvent.tabooConstructors in com.bytedesk.kbase.taboo.event with parameters of type TabooEntityModifierConstructorDescriptionTabooCreateEvent(TabooEntity taboo) TabooDeleteEvent(TabooEntity taboo) TabooUpdateEvent(TabooEntity taboo)