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