Uses of Class
de.trustable.ca3s.core.service.dto.CSRView
-
Packages that use CSRView Package Description de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of CSRView in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type CSRView Modifier and Type Method Description org.springframework.data.domain.Page<CSRView>CSRViewRepository. findSelection(Map<String,String[]> parameterMap)static org.springframework.data.domain.Page<CSRView>CSRSpecifications. handleQueryParamsCertificateView(javax.persistence.EntityManager entityManager, javax.persistence.criteria.CriteriaBuilder cb, Map<String,String[]> parameterMap) -
Uses of CSRView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type CSRView Modifier and Type Method Description org.springframework.http.ResponseEntity<List<CSRView>>CSRListResource. getAllCertificates(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /csrLisr: get all the csrs.
-