Uses of Class
com.bytedesk.shop.app.ShopAppEntity
Packages that use ShopAppEntity
-
Uses of ShopAppEntity in com.bytedesk.shop.app
Methods in com.bytedesk.shop.app that return ShopAppEntityModifier and TypeMethodDescriptionprotected ShopAppEntity
ShopAppRestService.doSave
(ShopAppEntity entity) ShopAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShopAppEntity entity) Methods in com.bytedesk.shop.app that return types with arguments of type ShopAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ShopAppEntity>
ShopAppRestService.createSpecification
(ShopAppRequest request) protected org.springframework.data.domain.Page<ShopAppEntity>
ShopAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ShopAppEntity> spec, org.springframework.data.domain.Pageable pageable) ShopAppRestService.findAll()
ShopAppRepository.findByDeletedFalse()
static org.springframework.data.jpa.domain.Specification<ShopAppEntity>
ShopAppSpecification.search
(ShopAppRequest request, AuthService authService) Methods in com.bytedesk.shop.app with parameters of type ShopAppEntityModifier and TypeMethodDescriptionShopAppRestService.convertToExcel
(ShopAppEntity entity) ShopAppRestService.convertToResponse
(ShopAppEntity entity) protected ShopAppEntity
ShopAppRestService.doSave
(ShopAppEntity entity) ShopAppRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ShopAppEntity entity) void
ShopAppEntityListener.onPostPersist
(ShopAppEntity app) void
ShopAppEntityListener.onPostUpdate
(ShopAppEntity app) private void
ShopAppRestService.refreshWorkAccessToken
(ShopAppEntity weChatAppEntity) Method parameters in com.bytedesk.shop.app with type arguments of type ShopAppEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ShopAppEntity>
ShopAppRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ShopAppEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ShopAppEntity in com.bytedesk.shop.app.event
Fields in com.bytedesk.shop.app.event declared as ShopAppEntityModifier and TypeFieldDescriptionprivate ShopAppEntity
ShopAppCreateEvent.app
private ShopAppEntity
ShopAppDeleteEvent.app
private ShopAppEntity
ShopAppUpdateEvent.app
Constructors in com.bytedesk.shop.app.event with parameters of type ShopAppEntityModifierConstructorDescription