Uses of Class
de.trustable.ca3s.core.service.dto.AcmeChallengeView
-
Packages that use AcmeChallengeView Package Description de.trustable.ca3s.core.service.dto Data Transfer Objects.de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AcmeChallengeView in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return AcmeChallengeView Modifier and Type Method Description AcmeChallengeView[]AcmeOrderView. getChallenges()Methods in de.trustable.ca3s.core.service.dto with parameters of type AcmeChallengeView Modifier and Type Method Description voidAcmeOrderView. setChallenges(AcmeChallengeView[] challenges) -
Uses of AcmeChallengeView in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return types with arguments of type AcmeChallengeView Modifier and Type Method Description List<AcmeChallengeView>AcmeOrderUtil. challengeListfrom(AcmeOrder acmeOrder) -
Uses of AcmeChallengeView in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type AcmeChallengeView Modifier and Type Method Description org.springframework.http.ResponseEntity<List<AcmeChallengeView>>AcmeOrderViewResource. getAcmeChallenges(Long id)GET /acmeOrderViews/:id/challenges: get all challenges for order "id" .
-