Uses of Class
com.bytedesk.ai.alibaba.shopping.ShoppingEntity
Packages that use ShoppingEntity
-
Uses of ShoppingEntity in com.bytedesk.ai.alibaba.shopping
Methods in com.bytedesk.ai.alibaba.shopping that return ShoppingEntityModifier and TypeMethodDescriptionprotected ShoppingEntityShoppingRestService.doSave(ShoppingEntity entity) ShoppingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShoppingEntity entity) Methods in com.bytedesk.ai.alibaba.shopping that return types with arguments of type ShoppingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ShoppingEntity>ShoppingRestService.createSpecification(ShoppingRequest request) protected org.springframework.data.domain.Page<ShoppingEntity>ShoppingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ShoppingEntity> spec, org.springframework.data.domain.Pageable pageable) ShoppingRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) ShoppingRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<ShoppingEntity>ShoppingSpecification.search(ShoppingRequest request, AuthService authService) Methods in com.bytedesk.ai.alibaba.shopping with parameters of type ShoppingEntityModifier and TypeMethodDescriptionShoppingRestService.convertToExcel(ShoppingEntity entity) ShoppingRestService.convertToResponse(ShoppingEntity entity) protected ShoppingEntityShoppingRestService.doSave(ShoppingEntity entity) ShoppingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShoppingEntity entity) voidShoppingEntityListener.onPostPersist(ShoppingEntity shopping) voidShoppingEntityListener.onPostUpdate(ShoppingEntity shopping) Method parameters in com.bytedesk.ai.alibaba.shopping with type arguments of type ShoppingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ShoppingEntity>ShoppingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ShoppingEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ShoppingEntity in com.bytedesk.ai.alibaba.shopping.event
Fields in com.bytedesk.ai.alibaba.shopping.event declared as ShoppingEntityModifier and TypeFieldDescriptionprivate ShoppingEntityShoppingCreateEvent.shoppingprivate ShoppingEntityShoppingDeleteEvent.shoppingprivate ShoppingEntityShoppingUpdateEvent.shoppingConstructors in com.bytedesk.ai.alibaba.shopping.event with parameters of type ShoppingEntityModifierConstructorDescriptionShoppingCreateEvent(ShoppingEntity shopping) ShoppingDeleteEvent(ShoppingEntity shopping) ShoppingUpdateEvent(ShoppingEntity shopping)