Uses of Class
de.trustable.ca3s.core.service.dto.CertificateView
-
Packages that use CertificateView 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 CertificateView in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type CertificateView Modifier and Type Method Description Optional<CertificateView>CertificateViewRepository. findbyCertificateId(Long certificateId)org.springframework.data.domain.Page<CertificateView>CertificateViewRepository. findSelection(Map<String,String[]> parameterMap)static org.springframework.data.domain.Page<CertificateView>CertificateSpecifications. handleQueryParamsCertificateView(javax.persistence.EntityManager entityManager, javax.persistence.criteria.CriteriaBuilder cb, Map<String,String[]> parameterMap, List<String> certificateSelectionAttributes, CertificateRepository certificateRepository, User user, String certificateStoreIsolation) -
Uses of CertificateView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type CertificateView Modifier and Type Method Description voidUserUtil. addUserDetails(CertificateView certificateView) -
Uses of CertificateView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type CertificateView Modifier and Type Method Description org.springframework.http.ResponseEntity<List<CertificateView>>CertificateListResource. getAllCertificates(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /certificates: get all the certificates.org.springframework.http.ResponseEntity<CertificateView>CertificateViewResource. getCertificate(Long id)GET /certificates/:id: get the "id" certificate.List<CertificateView>CertificateListResource. getFullCVList(Map<String,String[]> parameterMap)
-