Uses of Class
de.trustable.ca3s.core.service.dto.AcmeAccountView
-
Packages that use AcmeAccountView 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 AcmeAccountView in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type AcmeAccountView Modifier and Type Method Description Optional<AcmeAccountView>AcmeAccountViewRepository. findbyCertificateId(Long acmeAccountId)org.springframework.data.domain.Page<AcmeAccountView>AcmeAccountViewRepository. findSelection(Map<String,String[]> parameterMap)static org.springframework.data.domain.Page<AcmeAccountView>AcmeAccountSpecifications. handleQueryParamsAcmeAccountView(javax.persistence.EntityManager entityManager, AcmeOrderRepository acmeOrderRepository, AcmeContactRepository acmeContactRepository, javax.persistence.criteria.CriteriaBuilder cb, Map<String,String[]> parameterMap, List<String> additionalSelectionAttributes) -
Uses of AcmeAccountView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return AcmeAccountView Modifier and Type Method Description AcmeAccountViewAcmeAccountUtil. from(AcmeAccount acmeAccount) -
Uses of AcmeAccountView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type AcmeAccountView Modifier and Type Method Description org.springframework.http.ResponseEntity<AcmeAccountView>AcmeAccountViewResource. getAcmeAccount(Long id)GET /acmeAccountViews/:id: get the "id" ACME account.org.springframework.http.ResponseEntity<AcmeAccountView>AcmeAccountViewResource. getAcmeAccountByAccountId(Long acmeAccoundId)GET /acmeAccountViews/:id: get the "id" ACME account.org.springframework.http.ResponseEntity<List<AcmeAccountView>>AcmeAccountListResource. getAllAcmeAccounts(org.springframework.data.domain.Pageable pageable, javax.servlet.http.HttpServletRequest request)GET /acmeAccountList: get all the ACME accounts.List<AcmeAccountView>AcmeAccountViewResource. getAllAcmeAccountViews()GET /acmeAccountViews: get all ACME accounts.
-