InfoListProvider
@Deprecated
public interface InfoListProvider<T>
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getInfoList(InfoListProviderContext infoListProviderContext)
Deprecated.
|
java.util.List<T> |
getInfoList(InfoListProviderContext infoListProviderContext,
Pagination pagination,
Sort sort)
Deprecated.
|
int |
getInfoListCount(InfoListProviderContext infoListProviderContext)
Deprecated.
|
java.lang.String |
getLabel(java.util.Locale locale)
Deprecated.
|
default boolean |
isAvailable(InfoListProviderContext infoListProviderContext)
Deprecated.
|
java.util.List<T> getInfoList(InfoListProviderContext infoListProviderContext)
java.util.List<T> getInfoList(InfoListProviderContext infoListProviderContext, Pagination pagination, Sort sort)
int getInfoListCount(InfoListProviderContext infoListProviderContext)
java.lang.String getLabel(java.util.Locale locale)
default boolean isAvailable(InfoListProviderContext infoListProviderContext)