Interface ConfigurationOverviewFacade
- All Known Implementing Classes:
ConfigurationOverviewFacadeImpl
public interface ConfigurationOverviewFacade
Facade for Configuration Overview.
-
Method Summary
Modifier and TypeMethodDescriptiongetOverviewForConfiguration(String configId, ConfigurationOverviewData overview) Determine DTO which represents the configuration overview for a configuration available in the sessiongetOverviewForProductVariant(String productCode, ConfigurationOverviewData overview) Determine DTO which represents the variant overview for a product variant
-
Method Details
-
getOverviewForConfiguration
ConfigurationOverviewData getOverviewForConfiguration(String configId, ConfigurationOverviewData overview) Determine DTO which represents the configuration overview for a configuration available in the session- Parameters:
configId- Configuration IDoverview- DTO representing overview in case it has been once determined previously. Holds applied filters. In case not determined so far, called as null- Returns:
- DTO representing configuration overview
-
getOverviewForProductVariant
ConfigurationOverviewData getOverviewForProductVariant(String productCode, ConfigurationOverviewData overview) Determine DTO which represents the variant overview for a product variant- Parameters:
productCode- Product Codeoverview- DTO representing overview in case it has been once determined previously. Holds applied filters. In case not determined so far, called as null- Returns:
- DTO representing configuration overview
-