Uses of Class
de.trustable.ca3s.core.domain.RDN
-
Packages that use RDN Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of RDN in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type RDN Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RDN,CSR>RDN_. csrstatic javax.persistence.metamodel.SingularAttribute<RDN,Long>RDN_. idstatic javax.persistence.metamodel.SingularAttribute<RDNAttribute,RDN>RDNAttribute_. rdnstatic javax.persistence.metamodel.SetAttribute<RDN,RDNAttribute>RDN_. rdnAttributesstatic javax.persistence.metamodel.SetAttribute<CSR,RDN>CSR_. rdnsMethods in de.trustable.ca3s.core.domain that return RDN Modifier and Type Method Description RDNRDN. addRdnAttributes(RDNAttribute rDNAttribute)RDNRDN. csr(CSR cSR)RDNRDNAttribute. getRdn()RDNRDN. rdnAttributes(Set<RDNAttribute> rDNAttributes)RDNRDN. removeRdnAttributes(RDNAttribute rDNAttribute)Methods in de.trustable.ca3s.core.domain that return types with arguments of type RDN Modifier and Type Method Description Set<RDN>CSR. getRdns()Methods in de.trustable.ca3s.core.domain with parameters of type RDN Modifier and Type Method Description CSRCSR. addRdns(RDN rDN)RDNAttributeRDNAttribute. rdn(RDN rDN)CSRCSR. removeRdns(RDN rDN)voidRDNAttribute. setRdn(RDN rDN)Method parameters in de.trustable.ca3s.core.domain with type arguments of type RDN Modifier and Type Method Description CSRCSR. rdns(Set<RDN> rDNS)voidCSR. setRdns(Set<RDN> rDNS) -
Uses of RDN in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return RDN Modifier and Type Method Description RDNRDNService. save(RDN rDN)Save a rDN.Methods in de.trustable.ca3s.core.service that return types with arguments of type RDN Modifier and Type Method Description List<RDN>RDNService. findAll()Get all the rDNS.Optional<RDN>RDNService. findOne(Long id)Get the "id" rDN.Methods in de.trustable.ca3s.core.service with parameters of type RDN Modifier and Type Method Description RDNRDNService. save(RDN rDN)Save a rDN. -
Uses of RDN in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return RDN Modifier and Type Method Description RDNRDNServiceImpl. save(RDN rDN)Save a rDN.Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type RDN Modifier and Type Method Description List<RDN>RDNServiceImpl. findAll()Get all the rDNS.Optional<RDN>RDNServiceImpl. findOne(Long id)Get one rDN by id.Methods in de.trustable.ca3s.core.service.impl with parameters of type RDN Modifier and Type Method Description RDNRDNServiceImpl. save(RDN rDN)Save a rDN. -
Uses of RDN in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type RDN Modifier and Type Method Description org.springframework.http.ResponseEntity<RDN>RDNResource. createRDN(RDN rDN)POST /rdns: Create a new rDN.List<RDN>RDNResource. getAllRDNS()GET /rdns: get all the rDNS.org.springframework.http.ResponseEntity<RDN>RDNResource. getRDN(Long id)GET /rdns/:id: get the "id" rDN.org.springframework.http.ResponseEntity<RDN>RDNResource. updateRDN(RDN rDN)PUT /rdns: Updates an existing rDN.Methods in de.trustable.ca3s.core.web.rest with parameters of type RDN Modifier and Type Method Description org.springframework.http.ResponseEntity<RDN>RDNResource. createRDN(RDN rDN)POST /rdns: Create a new rDN.org.springframework.http.ResponseEntity<RDN>RDNResource. updateRDN(RDN rDN)PUT /rdns: Updates an existing rDN.
-