Package com.bytedesk.core.payment
Class PaymentSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<PaymentEntity,PaymentRequest>
com.bytedesk.core.payment.PaymentSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PaymentEntity>
search
(PaymentRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
PaymentSpecification
public PaymentSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<PaymentEntity> search(PaymentRequest request, AuthService authService)
-