@Service public class CountryLookupProvider extends Object implements IComboDataProviderFhDP<Country,String>
| Constructor and Description |
|---|
CountryLookupProvider() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
areObjectsEquals(String element1,
String element2) |
String |
getCode(Country element) |
List<NameValue> |
getColumnDefinitions() |
String |
getDisplayValue(Country element) |
String |
getSrcKey(Country element) |
String |
getTitle() |
Country |
getValue(String code) |
PageModel<Country> |
getValuesPaged(String text,
org.springframework.data.domain.Pageable pageable) |
public String getCode(Country element)
getCode in interface IComboDataProvider<Country,String>public String getDisplayValue(Country element)
getDisplayValue in interface IComboDataProvider<Country,String>public Boolean areObjectsEquals(String element1, String element2)
areObjectsEquals in interface IComboDataProvider<Country,String>public List<NameValue> getColumnDefinitions()
getColumnDefinitions in interface IComboDataProviderFhDP<Country,String>public String getSrcKey(Country element)
getSrcKey in interface IComboDataProviderFhDP<Country,String>public PageModel<Country> getValuesPaged(String text, org.springframework.data.domain.Pageable pageable)
public String getTitle()
Copyright © 2024. All rights reserved.