Interface IndexedVendorsLookupStrategy
-
- All Known Implementing Classes:
DefaultIndexedVendorsLookupStrategy
public interface IndexedVendorsLookupStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPageData<VendorModel>getIndexVendors(PageableData pageableData)Get the vendors need to shown in index page
-
-
-
Method Detail
-
getIndexVendors
SearchPageData<VendorModel> getIndexVendors(PageableData pageableData)
Get the vendors need to shown in index page- Parameters:
pageableData- the pagination data- Returns:
- search page data of vendors
-
-