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