Uses of Class
com.bytedesk.ai.demos.consumer.ConsumerEntity
Packages that use ConsumerEntity
Package
Description
-
Uses of ConsumerEntity in com.bytedesk.ai.demos.booking
Fields in com.bytedesk.ai.demos.booking declared as ConsumerEntity -
Uses of ConsumerEntity in com.bytedesk.ai.demos.consumer
Methods in com.bytedesk.ai.demos.consumer that return ConsumerEntityModifier and TypeMethodDescriptionprotected ConsumerEntityConsumerRestService.doSave(ConsumerEntity entity) ConsumerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ConsumerEntity entity) Methods in com.bytedesk.ai.demos.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.demos.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.demos.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.demos.consumer.event
Fields in com.bytedesk.ai.demos.consumer.event declared as ConsumerEntityMethods in com.bytedesk.ai.demos.consumer.event that return ConsumerEntityModifier and TypeMethodDescriptionAbstractConsumerEvent.getConsumer()private ConsumerEntityAbstractConsumerEvent.snapshot(ConsumerEntity source) Methods in com.bytedesk.ai.demos.consumer.event with parameters of type ConsumerEntityModifier and TypeMethodDescriptionprivate ConsumerEntityAbstractConsumerEvent.snapshot(ConsumerEntity source) Constructors in com.bytedesk.ai.demos.consumer.event with parameters of type ConsumerEntityModifierConstructorDescriptionprotectedAbstractConsumerEvent(Object source, ConsumerEntity consumer) ConsumerCreateEvent(ConsumerEntity consumer) ConsumerDeleteEvent(ConsumerEntity consumer) ConsumerUpdateEvent(ConsumerEntity consumer)