Interface ConfigurationQuoteIntegrationFacade
- All Known Implementing Classes:
ConfigurationQuoteIntegrationFacadeImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Facade for integration of quote objects with ProductConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration(String code, int entryNumber) Retrieves ConfigurationOverviewData object for quote entry identified by code and entry number.
-
Method Details
-
getConfiguration
Retrieves ConfigurationOverviewData object for quote entry identified by code and entry number.- Parameters:
code- code of the quote objectentryNumber- entry number- Returns:
- ConfigurationOverviewData object
-