Uses of Class
org.exoplatform.leadcapture.dto.ResponseDTO
-
Packages that use ResponseDTO Package Description org.exoplatform.leadcapture.dto org.exoplatform.leadcapture.services -
-
Uses of ResponseDTO in org.exoplatform.leadcapture.dto
Fields in org.exoplatform.leadcapture.dto with type parameters of type ResponseDTO Modifier and Type Field Description protected List<ResponseDTO>FormResponses. responsesConstructor parameters in org.exoplatform.leadcapture.dto with type arguments of type ResponseDTO Constructor Description FormResponses(FormDTO formEntity, List<ResponseDTO> responses) -
Uses of ResponseDTO in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return ResponseDTO Modifier and Type Method Description ResponseDTOLeadsManagementService. toResponseDto(ResponseEntity responseEntity)Methods in org.exoplatform.leadcapture.services with parameters of type ResponseDTO Modifier and Type Method Description voidLeadsManagementService. addResponse(ResponseDTO responseDTO, LeadEntity leadEntity)ResponseEntityLeadsManagementService. toResponseEntity(ResponseDTO responseDTO)
-