Uses of Class
org.exoplatform.leadcapture.entity.FieldEntity
-
Packages that use FieldEntity Package Description org.exoplatform.leadcapture.dao org.exoplatform.leadcapture.services -
-
Uses of FieldEntity in org.exoplatform.leadcapture.dao
Methods in org.exoplatform.leadcapture.dao that return types with arguments of type FieldEntity Modifier and Type Method Description List<FieldEntity>FieldDAO. getFieldsByResponse(long responseId) -
Uses of FieldEntity in org.exoplatform.leadcapture.services
Methods in org.exoplatform.leadcapture.services that return FieldEntity Modifier and Type Method Description FieldEntityLeadsManagementService. toFieldEntity(FieldDTO fieldDTO)Methods in org.exoplatform.leadcapture.services with parameters of type FieldEntity Modifier and Type Method Description FieldDTOLeadsManagementService. toFieldDto(FieldEntity fieldEntity)
-