Package service.field
Class AutocompleteServiceImpl
- All Implemented Interfaces:
AutocompleteService<AutocompleteModel>
,SearchService<AutocompleteModel>
- Author:
- m.popov
-
Field Summary
Fields inherited from class service.field.AbstractAutocompleteService
businessIdColumn, dropDownColumns, MESSAGE_SOURCE, parentControlReference
Fields inherited from class service.field.AbstractSearchService
columnForSort, columnSorts, displayColumn, displayColumns, displayType, filterColumn, glue, loadDao, searchColumns, searchingType, sortOrder, valuesLimit
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class service.field.AbstractAutocompleteService
getColumnsToLoad, getDisplayLabelValue, getDropDownLabelValue, getFilters, loadAutocompleteModel, loadAutocompleteModelByBusinessId, loadAutocompleteModels, loadDataByParentValueWithFilter
Methods inherited from class service.field.AbstractSearchService
createLabelByColumnAndRow, formatValue, getEntityFilterGroup, getFilterColumnEntityFilter, getFilterOperation, getLabelValue, load, loadData, loadDataWithFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.field.SearchService
loadData, loadDataWithFilter
-
Constructor Details
-
AutocompleteServiceImpl
public AutocompleteServiceImpl()
-
-
Method Details
-
convertToSearchModel
- Specified by:
convertToSearchModel
in classAbstractSearchService<AutocompleteModel>
-