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 ShoppingEntity
ShoppingRestService.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 ShoppingEntity
ShoppingRestService.doSave
(ShoppingEntity entity) ShoppingRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShoppingEntity entity) void
ShoppingEntityListener.onPostPersist
(ShoppingEntity shopping) void
ShoppingEntityListener.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 ShoppingEntity
ShoppingCreateEvent.shopping
private ShoppingEntity
ShoppingDeleteEvent.shopping
private ShoppingEntity
ShoppingUpdateEvent.shopping
Constructors in com.bytedesk.ai.alibaba.shopping.event with parameters of type ShoppingEntityModifierConstructorDescriptionShoppingCreateEvent
(ShoppingEntity shopping) ShoppingDeleteEvent
(ShoppingEntity shopping) ShoppingUpdateEvent
(ShoppingEntity shopping)