Package com.bytedesk.call.gateway
Class CallGatewaySpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<CallGatewayEntity,CallGatewayRequest>
com.bytedesk.call.gateway.CallGatewaySpecification
public class CallGatewaySpecification
extends BaseSpecification<CallGatewayEntity,CallGatewayRequest>
Call网关查询规格
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<CallGatewayEntity>
search
(CallGatewayRequest request, AuthService authService) 查询规格Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
CallGatewaySpecification
public CallGatewaySpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<CallGatewayEntity> search(CallGatewayRequest request, AuthService authService) 查询规格
-