Uses of Class
com.bytedesk.core.goods.GoodsEntity
Packages that use GoodsEntity
-
Uses of GoodsEntity in com.bytedesk.core.goods
Methods in com.bytedesk.core.goods that return GoodsEntityModifier and TypeMethodDescriptionprotected GoodsEntityGoodsRestService.doSave(GoodsEntity entity) GoodsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GoodsEntity entity) Methods in com.bytedesk.core.goods that return types with arguments of type GoodsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<GoodsEntity>GoodsRestService.createSpecification(GoodsRequest request) protected org.springframework.data.domain.Page<GoodsEntity>GoodsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GoodsEntity> spec, org.springframework.data.domain.Pageable pageable) GoodsRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) GoodsRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<GoodsEntity>GoodsSpecification.search(GoodsRequest request, AuthService authService) Methods in com.bytedesk.core.goods with parameters of type GoodsEntityModifier and TypeMethodDescriptionGoodsRestService.convertToExcel(GoodsEntity entity) GoodsRestService.convertToResponse(GoodsEntity entity) protected GoodsEntityGoodsRestService.doSave(GoodsEntity entity) GoodsRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GoodsEntity entity) voidGoodsEntityListener.onPostPersist(GoodsEntity goods) voidGoodsEntityListener.onPostUpdate(GoodsEntity goods) Method parameters in com.bytedesk.core.goods with type arguments of type GoodsEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<GoodsEntity>GoodsRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GoodsEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of GoodsEntity in com.bytedesk.core.goods.event
Fields in com.bytedesk.core.goods.event declared as GoodsEntityMethods in com.bytedesk.core.goods.event that return GoodsEntityModifier and TypeMethodDescriptionAbstractGoodsEvent.getGoods()private GoodsEntityAbstractGoodsEvent.snapshot(GoodsEntity source) Methods in com.bytedesk.core.goods.event with parameters of type GoodsEntityModifier and TypeMethodDescriptionprivate GoodsEntityAbstractGoodsEvent.snapshot(GoodsEntity source) Constructors in com.bytedesk.core.goods.event with parameters of type GoodsEntityModifierConstructorDescriptionprotectedAbstractGoodsEvent(Object source, GoodsEntity goods) GoodsCreateEvent(GoodsEntity goods) GoodsDeleteEvent(GoodsEntity goods) GoodsUpdateEvent(GoodsEntity goods)