Uses of Class
com.bytedesk.ai.alibaba.consumer.ConsumerEntity
Packages that use ConsumerEntity
Package
Description
-
Uses of ConsumerEntity in com.bytedesk.ai.alibaba.booking
Fields in com.bytedesk.ai.alibaba.booking declared as ConsumerEntity -
Uses of ConsumerEntity in com.bytedesk.ai.alibaba.consumer
Methods in com.bytedesk.ai.alibaba.consumer that return ConsumerEntityModifier and TypeMethodDescriptionprotected ConsumerEntityConsumerRestService.doSave(ConsumerEntity entity) ConsumerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ConsumerEntity entity) Methods in com.bytedesk.ai.alibaba.consumer that return types with arguments of type ConsumerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ConsumerEntity>ConsumerRestService.createSpecification(ConsumerRequest request) protected org.springframework.data.domain.Page<ConsumerEntity>ConsumerRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ConsumerEntity> spec, org.springframework.data.domain.Pageable pageable) ConsumerRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) ConsumerRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<ConsumerEntity>ConsumerSpecification.search(ConsumerRequest request, AuthService authService) Methods in com.bytedesk.ai.alibaba.consumer with parameters of type ConsumerEntityModifier and TypeMethodDescriptionConsumerRestService.convertToExcel(ConsumerEntity entity) ConsumerRestService.convertToResponse(ConsumerEntity entity) protected ConsumerEntityConsumerRestService.doSave(ConsumerEntity entity) ConsumerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ConsumerEntity entity) voidConsumerEntityListener.onPostPersist(ConsumerEntity consumer) voidConsumerEntityListener.onPostUpdate(ConsumerEntity consumer) Method parameters in com.bytedesk.ai.alibaba.consumer with type arguments of type ConsumerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ConsumerEntity>ConsumerRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ConsumerEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ConsumerEntity in com.bytedesk.ai.alibaba.consumer.event
Fields in com.bytedesk.ai.alibaba.consumer.event declared as ConsumerEntityModifier and TypeFieldDescriptionprivate ConsumerEntityConsumerCreateEvent.consumerprivate ConsumerEntityConsumerDeleteEvent.consumerprivate ConsumerEntityConsumerUpdateEvent.consumerConstructors in com.bytedesk.ai.alibaba.consumer.event with parameters of type ConsumerEntityModifierConstructorDescriptionConsumerCreateEvent(ConsumerEntity consumer) ConsumerDeleteEvent(ConsumerEntity consumer) ConsumerUpdateEvent(ConsumerEntity consumer)