Package com.bytedesk.core.task_comment
Class TaskCommentSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<TaskCommentEntity,TaskCommentRequest>
com.bytedesk.core.task_comment.TaskCommentSpecification
public class TaskCommentSpecification
extends BaseSpecification<TaskCommentEntity,TaskCommentRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TaskCommentEntity>search(TaskCommentRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
getBasicPredicates, getBasicPredicatesNoOrg, getBasicPredicatesWithLevel, search, validateIsSuperUserPermission, validateSuperUserPermission
-
Constructor Details
-
TaskCommentSpecification
public TaskCommentSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<TaskCommentEntity> search(TaskCommentRequest request, AuthService authService)
-