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.service.util 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 Optional<CSRView>CSRViewRepository. findbyCSRId(Long csrId)org.springframework.data.domain.Page<CSRView>CSRViewRepository. findSelection(Map<String,String[]> parameterMap, List<Long> pipelineIds, User currentUser)static org.springframework.data.domain.Page<CSRView>CSRSpecifications. handleQueryParamsCSRView(javax.persistence.EntityManager entityManager, javax.persistence.criteria.CriteriaBuilder cb, Map<String,String[]> parameterMap, List<String> csrSelectionAttributes, List<Long> pipelineIds, User user, String certificateStoreIsolation) -
Uses of CSRView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type CSRView Modifier and Type Method Description voidUserUtil. addUserDetails(CSRView csrView) -
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. getAllCsrs(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /csrList: get all the csrs.org.springframework.http.ResponseEntity<CSRView>CSRResource. getCSRView(Long id)GET /csr/:id: get the "id" cSR.
-