Uses of Class
com.bytedesk.core.recharge.RechargeEntity
Packages that use RechargeEntity
-
Uses of RechargeEntity in com.bytedesk.core.balance
Methods in com.bytedesk.core.balance with parameters of type RechargeEntity -
Uses of RechargeEntity in com.bytedesk.core.recharge
Methods in com.bytedesk.core.recharge that return RechargeEntityModifier and TypeMethodDescriptionprotected RechargeEntityRechargeRestService.doSave(RechargeEntity entity) RechargeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RechargeEntity entity) Methods in com.bytedesk.core.recharge that return types with arguments of type RechargeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeRestService.createSpecification(RechargeRequest request) protected org.springframework.data.domain.Page<RechargeEntity>RechargeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RechargeEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchByOrg(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchBySuper(RechargeRequest request) static org.springframework.data.jpa.domain.Specification<RechargeEntity>RechargeSpecification.searchByUser(RechargeRequest request) Methods in com.bytedesk.core.recharge with parameters of type RechargeEntityModifier and TypeMethodDescriptionRechargeRestService.convertToResponse(RechargeEntity entity) protected RechargeEntityRechargeRestService.doSave(RechargeEntity entity) RechargeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, RechargeEntity entity) Method parameters in com.bytedesk.core.recharge with type arguments of type RechargeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<RechargeEntity>RechargeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<RechargeEntity> specification, org.springframework.data.domain.Pageable pageable)