public class EmptyCatalogReader extends Object implements CatalogIndexReader
| Constructor and Description |
|---|
EmptyCatalogReader() |
| 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 performances) |
List<CatalogIndex> |
getShipmentModes() |
List<CatalogIndex> |
getTariffs(CatalogIndex season) |
public List<CatalogIndex> getSeasons()
CatalogIndexReadergetSeasons in interface CatalogIndexReaderpublic List<ProductOrPerfIndex> getProductsAndPerformances(CatalogIndex season)
getProductsAndPerformances in interface CatalogIndexReaderpublic List<CatalogIndex> getPointOfSales()
getPointOfSales in interface CatalogIndexReaderpublic List<CatalogIndex> getShipmentModes()
getShipmentModes in interface CatalogIndexReaderpublic List<CatalogIndex> getTariffs(CatalogIndex season)
getTariffs in interface CatalogIndexReaderpublic List<CatalogIndex> getSeatCategories(CatalogIndex performances)
getSeatCategories in interface CatalogIndexReaderCopyright © 2021. All rights reserved.