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()
CatalogIndexReader
getSeasons
in interface CatalogIndexReader
public List<ProductOrPerfIndex> getProductsAndPerformances(CatalogIndex season)
getProductsAndPerformances
in interface CatalogIndexReader
public List<CatalogIndex> getPointOfSales()
getPointOfSales
in interface CatalogIndexReader
public List<CatalogIndex> getShipmentModes()
getShipmentModes
in interface CatalogIndexReader
public List<CatalogIndex> getTariffs(CatalogIndex season)
getTariffs
in interface CatalogIndexReader
public List<CatalogIndex> getSeatCategories(CatalogIndex performances)
getSeatCategories
in interface CatalogIndexReader
Copyright © 2021. All rights reserved.