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