Interface ConfigurationOverviewFacade

    • Method Detail

      • getOverviewForConfiguration

        ConfigurationOverviewData getOverviewForConfiguration​(java.lang.String configId,
                                                              ConfigurationOverviewData overview)
        Determine DTO which represents the configuration overview for a configuration available in the session
        Parameters:
        configId - Configuration ID
        overview - 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​(java.lang.String productCode,
                                                               ConfigurationOverviewData overview)
        Determine DTO which represents the variant overview for a product variant
        Parameters:
        productCode - Product Code
        overview - 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