Uses of Class
org.dspace.app.rest.model.FeedbackRest
-
Packages that use FeedbackRest Package Description org.dspace.app.rest.repository -
-
Uses of FeedbackRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return FeedbackRest Modifier and Type Method Description protected FeedbackRestFeedbackRestRepository. createAndReturn(Context context)FeedbackRestFeedbackRestRepository. findOne(Context context, Integer id)Methods in org.dspace.app.rest.repository that return types with arguments of type FeedbackRest Modifier and Type Method Description org.springframework.data.domain.Page<FeedbackRest>FeedbackRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<FeedbackRest>FeedbackRestRepository. getDomainClass()
-