public interface CatalogIndexReader
Modifier and Type | Method and Description |
---|---|
List<CatalogIndex> |
getPointOfSales() |
List<ProductOrPerfIndex> |
getProductsAndPerformances(CatalogIndex season) |
List<CatalogIndex> |
getSeasons()
Returns index on running products, performances, season running
|
List<CatalogIndex> |
getSeatCategories(CatalogIndex performance) |
List<CatalogIndex> |
getShipmentModes() |
List<CatalogIndex> |
getTariffs(CatalogIndex season) |
List<CatalogIndex> getSeasons()
List<ProductOrPerfIndex> getProductsAndPerformances(CatalogIndex season)
List<CatalogIndex> getPointOfSales()
List<CatalogIndex> getShipmentModes()
List<CatalogIndex> getTariffs(CatalogIndex season)
List<CatalogIndex> getSeatCategories(CatalogIndex performance)
Copyright © 2021. All rights reserved.