Uses of Class
org.exoplatform.leadcapture.entity.ResponseEntity
-
-
Uses of ResponseEntity in org.exoplatform.leadcapture
Methods in org.exoplatform.leadcapture with parameters of type ResponseEntity Modifier and Type Method Description static voidUtils. saveComment(String activityId, ResponseEntity responseEntity)static org.json.JSONObjectUtils. toResponseJson(ResponseEntity responseEntity) -
Uses of ResponseEntity in org.exoplatform.leadcapture.dao
Methods in org.exoplatform.leadcapture.dao that return types with arguments of type ResponseEntity Modifier and Type Method Description List<ResponseEntity>ResponseDAO. getResponsesByForm(long formId, long leadId)List<ResponseEntity>ResponseDAO. getResponsesByLead(long leadId) -
Uses of ResponseEntity in org.exoplatform.leadcapture.entity
Constructors in org.exoplatform.leadcapture.entity with parameters of type ResponseEntity Constructor Description FieldEntity(String name, String value, ResponseEntity responseEntity) -
Uses of ResponseEntity in org.exoplatform.leadcapture.listeners
Method parameters in org.exoplatform.leadcapture.listeners with type arguments of type ResponseEntity Modifier and Type Method Description voidNewResponseListener. onEvent(org.exoplatform.services.listener.Event<LeadEntity,ResponseEntity> event) -
Uses of ResponseEntity in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return ResponseEntity Modifier and Type Method Description ResponseEntityLeadsManagementService. createResponse(ResponseEntity responseEntity)ResponseEntityLeadsManagementService. toResponseEntity(ResponseDTO responseDTO)Methods in org.exoplatform.leadcapture.services that return types with arguments of type ResponseEntity Modifier and Type Method Description List<ResponseEntity>LeadsManagementService. getAllResponses()Methods in org.exoplatform.leadcapture.services with parameters of type ResponseEntity Modifier and Type Method Description ResponseEntityLeadsManagementService. createResponse(ResponseEntity responseEntity)ResponseDTOLeadsManagementService. toResponseDto(ResponseEntity responseEntity)
-