Uses of Class
org.exoplatform.leadcapture.entity.ResponseEntity
Packages that use ResponseEntity
Package
Description
-
Uses of ResponseEntity in org.exoplatform.leadcapture
Methods in org.exoplatform.leadcapture with parameters of type ResponseEntityModifier and TypeMethodDescriptionstatic 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 ResponseEntityModifier and TypeMethodDescriptionResponseDAO.getResponsesByForm(long formId, long leadId) ResponseDAO.getResponsesByLead(long leadId) -
Uses of ResponseEntity in org.exoplatform.leadcapture.entity
Constructors in org.exoplatform.leadcapture.entity with parameters of type ResponseEntityModifierConstructorDescriptionFieldEntity(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 ResponseEntityModifier and TypeMethodDescriptionvoidNewResponseListener.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 ResponseEntityModifier and TypeMethodDescriptionLeadsManagementService.createResponse(ResponseEntity responseEntity) LeadsManagementService.toResponseEntity(ResponseDTO responseDTO) Methods in org.exoplatform.leadcapture.services that return types with arguments of type ResponseEntityMethods in org.exoplatform.leadcapture.services with parameters of type ResponseEntityModifier and TypeMethodDescriptionLeadsManagementService.createResponse(ResponseEntity responseEntity) LeadsManagementService.toResponseDto(ResponseEntity responseEntity)