| Modifier and Type | Method and Description |
|---|---|
QuoteData |
QuoteFacade.getQuoteForCode(java.lang.String quoteCode)
Retrieve the latest snapshot (version) of a quote by its code, for the current user and current base store.
|
QuoteData |
QuoteFacade.initiateQuote()
Creates a new Quote for the current user, based on what is on the session.
|
QuoteData |
QuoteFacade.newCart()
Sync quote and close edit mode.
|
QuoteData |
QuoteFacade.requote(java.lang.String quoteCode)
Re-quote from the existing quote to create a new quote
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<QuoteData> |
QuoteFacade.getPagedQuotes(PageableData pageableData)
Retrieves the paged list of quotes for the current user and the current base store.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<QuoteModel,QuoteData> |
CartPopulator.getQuoteConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuotePopulator.addDetails(QuoteModel source,
QuoteData target) |
protected void |
QuotePopulator.addQuoteInfo(QuoteModel source,
QuoteData target) |
void |
QuotePopulator.populate(QuoteModel source,
QuoteData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
CartPopulator.setQuoteConverter(Converter<QuoteModel,QuoteData> quoteConverter) |
| Modifier and Type | Method and Description |
|---|---|
QuoteData |
CartData.getQuoteData() |
| Modifier and Type | Method and Description |
|---|---|
void |
CartData.setQuoteData(QuoteData quoteData) |
| Modifier and Type | Method and Description |
|---|---|
protected QuoteData |
DefaultQuoteFacadeIntegrationTest.createQuoteFromSessionCart() |
protected QuoteData |
DefaultQuoteFacadeSellerPerspectiveIntegrationTest.createQuoteFromSessionCart() |
protected QuoteData |
DefaultQuoteFacadeIntegrationTest.getQuoteByCode(java.lang.String quoteCode) |
protected QuoteData |
DefaultQuoteFacadeSellerPerspectiveIntegrationTest.getQuoteByCode(java.lang.String quoteCode) |
protected QuoteData |
DefaultQuoteFacadeIntegrationTest.getQuoteForCode(java.lang.String quoteCode) |
QuoteData |
DefaultQuoteFacade.getQuoteForCode(java.lang.String quoteCode) |
QuoteData |
DefaultQuoteFacade.initiateQuote() |
QuoteData |
DefaultQuoteFacade.newCart() |
QuoteData |
DefaultQuoteFacade.requote(java.lang.String quoteCode) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<QuoteData> |
DefaultQuoteFacade.getPagedQuotes(PageableData pageableData) |
protected Converter<QuoteModel,QuoteData> |
DefaultQuoteFacade.getQuoteConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultQuoteFacade.setQuoteConverter(Converter<QuoteModel,QuoteData> quoteConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderEntryData |
CPQQuoteFacadeIntegrationTest.validateQuoteBasic(QuoteData result) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuoteConfigurationPopulator.populate(QuoteModel source,
QuoteData target) |
void |
QuoteProductVariantPopulator.populate(QuoteModel source,
QuoteData target) |
protected void |
QuoteConfigurationPopulator.populateQuoteEntry(AbstractOrderEntryModel entry,
QuoteData target) |
| Modifier and Type | Method and Description |
|---|---|
QuoteData |
QuoteNotificationEmailContext.getQuote() |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<QuoteModel,QuoteData> |
QuoteNotificationEmailContext.getQuoteConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuoteNotificationEmailContext.setQuoteConverter(Converter<QuoteModel,QuoteData> quoteConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.