Uses of Class
org.exoplatform.leadcapture.entity.FormEntity
-
Packages that use FormEntity Package Description org.exoplatform.leadcapture.dao org.exoplatform.leadcapture.entity org.exoplatform.leadcapture.services -
-
Uses of FormEntity in org.exoplatform.leadcapture.dao
Methods in org.exoplatform.leadcapture.dao that return FormEntity Modifier and Type Method Description FormEntityFormDAO. getFormByName(String name) -
Uses of FormEntity in org.exoplatform.leadcapture.entity
Constructors in org.exoplatform.leadcapture.entity with parameters of type FormEntity Constructor Description ResponseEntity(FormEntity formEntity, LeadEntity leadEntity) -
Uses of FormEntity in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return FormEntity Modifier and Type Method Description FormEntityLeadsManagementService. createForm(FormEntity formEntity)FormEntityLeadsManagementService. toFormEntity(FormDTO formDTO)FormEntityLeadsManagementService. updateForm(FormEntity formEntity)Methods in org.exoplatform.leadcapture.services with parameters of type FormEntity Modifier and Type Method Description FormEntityLeadsManagementService. createForm(FormEntity formEntity)FormDTOLeadsManagementService. toFormDto(FormEntity formEntity)org.json.JSONObjectLeadsManagementService. toFormJson(FormEntity formEntity)FormEntityLeadsManagementService. updateForm(FormEntity formEntity)
-