Uses of Class
org.exoplatform.leadcapture.dto.FormDTO
-
Packages that use FormDTO Package Description org.exoplatform.leadcapture.dto org.exoplatform.leadcapture.services -
-
Uses of FormDTO in org.exoplatform.leadcapture.dto
Fields in org.exoplatform.leadcapture.dto declared as FormDTO Modifier and Type Field Description protected FormDTOFormResponses. formEntityConstructors in org.exoplatform.leadcapture.dto with parameters of type FormDTO Constructor Description FormResponses(FormDTO formEntity, List<ResponseDTO> responses) -
Uses of FormDTO in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return FormDTO Modifier and Type Method Description FormDTOLeadsManagementService. toFormDto(FormEntity formEntity)Methods in org.exoplatform.leadcapture.services with parameters of type FormDTO Modifier and Type Method Description FormEntityLeadsManagementService. toFormEntity(FormDTO formDTO)
-