Class AgentTemplateSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<AgentTemplateEntity,AgentTemplateRequest>
com.bytedesk.service.agent_template.AgentTemplateSpecification
public class AgentTemplateSpecification
extends BaseSpecification<AgentTemplateEntity,AgentTemplateRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<AgentTemplateEntity>
search
(AgentTemplateRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
AgentTemplateSpecification
public AgentTemplateSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<AgentTemplateEntity> search(AgentTemplateRequest request, AuthService authService)
-