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