ComboboxValueServiceImpl

public class ComboboxValueServiceImpl implements ComboboxValueService

Implementation of the combobox service. Uses ComboboxValueRepository for retrieval of combobox user supplied values from the database. For comboboxes that don’t allow user supplied values, no database queries are performed.

Methods

getAllValuesForCombobox

public List<String> getAllValuesForCombobox(String entityClassName, String fieldName)

getAllValuesForCombobox

public List<String> getAllValuesForCombobox(EntityDto entityDto, FieldDto fieldDto)