Interface SapCpqQuoteService
- All Known Implementing Classes:
DefaultSapCpqQuoteService
public interface SapCpqQuoteService
Interface that provides utility methods
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentQuoteForExternalQuoteId(String externalQuoteId) Method that fetches quote based on externalQuoteIdgetSiteAndStoreFromSalesArea(String salesOrganization, String distributionChannel, String division) Method that fetches base store
-
Method Details
-
getCurrentQuoteForExternalQuoteId
Method that fetches quote based on externalQuoteId- Parameters:
externalQuoteId- Quote External Id- Returns:
- QuoteModel the Quote Model
-
getSiteAndStoreFromSalesArea
String getSiteAndStoreFromSalesArea(String salesOrganization, String distributionChannel, String division) Method that fetches base store- Parameters:
salesOrganization- Sales OrganizationdistributionChannel- Distribution Channeldivision- Division- Returns:
- Base store name
-