Uses of Class
de.trustable.ca3s.core.domain.AcmeOrder
-
Packages that use AcmeOrder Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.dto.acme de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AcmeOrder in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type AcmeOrder Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AcmeOrder,AcmeAccount>AcmeOrder_. accountstatic javax.persistence.metamodel.SetAttribute<AcmeOrder,AcmeAuthorization>AcmeOrder_. acmeAuthorizationsstatic javax.persistence.metamodel.SetAttribute<AcmeOrder,AcmeIdentifier>AcmeOrder_. acmeIdentifiersstatic javax.persistence.metamodel.SingularAttribute<AuditTrace,AcmeOrder>AuditTrace_. acmeOrderstatic javax.persistence.metamodel.SetAttribute<AcmeOrder,AcmeOrderAttribute>AcmeOrder_. attributesstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Certificate>AcmeOrder_. certificatestatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,String>AcmeOrder_. certificateUrlstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Instant>AcmeOrder_. createdOnstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,CSR>AcmeOrder_. csrstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,String>AcmeOrder_. errorstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Instant>AcmeOrder_. expiresstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,String>AcmeOrder_. finalizeUrlstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Long>AcmeOrder_. idstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Instant>AcmeOrder_. notAfterstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Instant>AcmeOrder_. notBeforestatic javax.persistence.metamodel.SingularAttribute<AcmeAuthorization,AcmeOrder>AcmeAuthorization_. orderstatic javax.persistence.metamodel.SingularAttribute<AcmeIdentifier,AcmeOrder>AcmeIdentifier_. orderstatic javax.persistence.metamodel.SingularAttribute<AcmeOrderAttribute,AcmeOrder>AcmeOrderAttribute_. orderstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Long>AcmeOrder_. orderIdstatic javax.persistence.metamodel.SetAttribute<AcmeAccount,AcmeOrder>AcmeAccount_. ordersstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,Pipeline>AcmeOrder_. pipelinestatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,String>AcmeOrder_. realmstatic javax.persistence.metamodel.SingularAttribute<AcmeOrder,AcmeOrderStatus>AcmeOrder_. statusMethods in de.trustable.ca3s.core.domain that return types with arguments of type AcmeOrder Modifier and Type Method Description Set<AcmeOrder>AcmeAccount. getOrders()Methods in de.trustable.ca3s.core.domain with parameters of type AcmeOrder Modifier and Type Method Description AuditTraceAuditTrace. acmeOrder(AcmeOrder acmeOrder)AcmeAccountAcmeAccount. addOrders(AcmeOrder acmeOrder)AcmeAuthorizationAcmeAuthorization. order(AcmeOrder acmeOrder)AcmeIdentifierAcmeIdentifier. order(AcmeOrder acmeOrder)AcmeOrderAttributeAcmeOrderAttribute. order(AcmeOrder acmeOrder)AcmeAccountAcmeAccount. removeOrders(AcmeOrder acmeOrder)voidAuditTrace. setAcmeOrder(AcmeOrder acmeOrder)voidAcmeAuthorization. setOrder(AcmeOrder acmeOrder)voidAcmeIdentifier. setOrder(AcmeOrder acmeOrder)voidAcmeOrderAttribute. setOrder(AcmeOrder acmeOrder)Method parameters in de.trustable.ca3s.core.domain with type arguments of type AcmeOrder Modifier and Type Method Description AcmeAccountAcmeAccount. orders(Set<AcmeOrder> acmeOrders)voidAcmeAccount. setOrders(Set<AcmeOrder> acmeOrders) -
Uses of AcmeOrder in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type AcmeOrder Modifier and Type Method Description List<AcmeOrder>AcmeOrderRepository. findByOrderId(long orderId)List<AcmeOrder>AcmeOrderRepository. findByPendingExpiryBefore(Instant expiresBefore)org.springframework.data.domain.Page<AcmeOrder>AcmeOrderRepository. findPipelineIsNull(org.springframework.data.domain.Pageable pageable)Methods in de.trustable.ca3s.core.repository with parameters of type AcmeOrder Modifier and Type Method Description org.springframework.data.domain.Page<AuditTrace>AuditTraceRepository. findByAcmeOrder(org.springframework.data.domain.Pageable pageable, AcmeOrder acmeOrder) -
Uses of AcmeOrder in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return AcmeOrder Modifier and Type Method Description AcmeOrderAcmeOrderService. save(AcmeOrder acmeOrder)Save a acmeOrder.Methods in de.trustable.ca3s.core.service that return types with arguments of type AcmeOrder Modifier and Type Method Description List<AcmeOrder>AcmeOrderService. findAll()Get all the acmeOrders.Optional<AcmeOrder>AcmeOrderService. findOne(Long id)Get the "id" acmeOrder. -
Uses of AcmeOrder in de.trustable.ca3s.core.service.dto.acme
Constructors in de.trustable.ca3s.core.service.dto.acme with parameters of type AcmeOrder Constructor Description NewOrderResponse(AcmeOrder orderDao, Set<String> authUrlSet, String finalizeUrl)OrderResponse(AcmeOrder orderDao, Set<String> authUrlSet, String finalizeUrl, String certificateUrl) -
Uses of AcmeOrder in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return AcmeOrder Modifier and Type Method Description AcmeOrderAcmeOrderServiceImpl. save(AcmeOrder acmeOrder)Save a acmeOrder.Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type AcmeOrder Modifier and Type Method Description List<AcmeOrder>AcmeOrderServiceImpl. findAll()Get all the acmeOrders.Optional<AcmeOrder>AcmeOrderServiceImpl. findOne(Long id)Get one acmeOrder by id.Methods in de.trustable.ca3s.core.service.impl with parameters of type AcmeOrder Modifier and Type Method Description AcmeOrderAcmeOrderServiceImpl. save(AcmeOrder acmeOrder)Save a acmeOrder. -
Uses of AcmeOrder in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type AcmeOrder Modifier and Type Method Description voidAcmeOrderUtil. alignOrderState(AcmeOrder orderDao)List<AcmeChallengeView>AcmeOrderUtil. challengeListfrom(AcmeOrder acmeOrder)AcmeOrderViewAcmeOrderUtil. from(AcmeOrder acmeOrder) -
Uses of AcmeOrder in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type AcmeOrder Modifier and Type Method Description org.springframework.http.ResponseEntity<AcmeOrder>AcmeOrderResource. getAcmeOrder(Long id)GET /acme-orders/:id: get the "id" acmeOrder.List<AcmeOrder>AcmeOrderResource. getAllAcmeOrders()GET /acme-orders: get all the acmeOrders.
-