| Modifier and Type | Field and Description |
|---|---|
protected ConfigurablePopulator<ProductModel,ProductData,ProductOption> |
ProductRecommendationManagerFacade.referenceProductConfiguredPopulator |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductRecommendationManagerFacade.setReferenceProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> referenceProductConfiguredPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<ProductModel,ProductData,ProductOption> |
DefaultProductCarouselFacade.getProductConfiguredPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductCarouselFacade.setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogHierarchyPopulator
|
class |
CatalogVersionPopulator
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<CatalogVersionModel,CatalogVersionData,CatalogOption> |
CatalogHierarchyPopulator.getCatalogVersionPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogHierarchyPopulator.setCatalogVersionPopulator(ConfigurablePopulator<CatalogVersionModel,CatalogVersionData,CatalogOption> catalogVersionPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption> |
DefaultCatalogFacade.getCatalogHierarchyPopulator() |
protected ConfigurablePopulator<CatalogVersionModel,CatalogVersionData,CatalogOption> |
DefaultCatalogFacade.getCatalogVersionPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCatalogFacade.setCatalogHierarchyPopulator(ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption> catalogHierarchyPopulator) |
void |
DefaultCatalogFacade.setCatalogVersionPopulator(ConfigurablePopulator<CatalogVersionModel,CatalogVersionData,CatalogOption> catalogVersionPopulator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurablePopulator<SOURCE,TARGET,OPTION>
Deprecated.
Since 6.0. Use
ConfigurablePopulator instead. Will be removed in version 6.2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
Deprecated.
Since 6.0. Use
DefaultModifableConfigurablePopulator instead. Will be removed in version 6.2. This
functionally this class was replaced by
ModifableConfigurablePopulatorPostProcessor |
class |
DefaultConfigurablePopulator<SOURCE,TARGET,OPTION>
Deprecated.
Since 6.0. Use
DefaultModifableConfigurablePopulator instead. Will be removed in version 6.2. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerGroupMembersPopulator |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> |
DefaultCustomerGroupFacade.getCustomerGroupMembersPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomerGroupFacade.setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> customerGroupMembersPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<VariantProductModel,VariantOptionData,ProductVariantOption> |
ProductVariantOptionDataPopulator.getVariantOptionDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductVariantOptionDataPopulator.setVariantOptionDataPopulator(ConfigurablePopulator<VariantProductModel,VariantOptionData,ProductVariantOption> variantOptionDataPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<ProductModel,ProductData,ProductOption> |
DefaultProductExportFacade.getProductConfiguredPopulator() |
protected ConfigurablePopulator<ProductModel,ProductData,ProductOption> |
DefaultProductFacade.getProductConfiguredPopulator() |
protected ConfigurablePopulator<REF_TARGET,ProductData,ProductOption> |
DefaultProductFacade.getReferenceProductConfiguredPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductExportFacade.setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator) |
void |
DefaultProductFacade.setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ProductData,ProductOption> productConfiguredPopulator) |
void |
DefaultProductFacade.setReferenceProductConfiguredPopulator(ConfigurablePopulator<REF_TARGET,ProductData,ProductOption> referenceProductConfiguredPopulator) |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption> |
DefaultCommercePromotionFacadeTest.promotionConfiguredPopulator |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption> |
DefaultCommercePromotionFacade.getPromotionConfiguredPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommercePromotionFacade.setPromotionConfiguredPopulator(ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption> promotionConfiguredPopulator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductSearchPageVariantsPopulator.setProductConfiguredPopulator(ConfigurablePopulator<ProductModel,ITEM,ProductOption> productConfiguredPopulator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiableConfigurablePopulator<SOURCE,TARGET,OPTION>
Interface for modifiable configurable populators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModifableConfigurablePopulator<SOURCE,TARGET,OPTION>
Default implementation of the
ConfigurablePopulator implementing ModifiableConfigurablePopulator |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableConverter<SOURCE,TARGET,OPTION> |
class |
DefaultConfigurableSubtypeConverter<SOURCE,TARGET,OPTION> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationOverviewInstancePopulator
Transforms an
InstanceModel into into a list of CharacteristicGroup data as required by the
configuration overview page.This class will use the ConfigurationOverviewValuePopulator to handle the individual cstic values, while
itself is typically called by the ConfigurationOverviewPopulator. |
class |
ConfigurationOverviewValuePopulator
Transforms an
CsticValueModel into into a list of CharacteristicValue data as required by the
configuration overview page.It is typically called by the ConfigurationOverviewInstancePopulator. |
| Modifier and Type | Method and Description |
|---|---|
static <I,R,O> R |
ConversionUtils.convert(ConfigurablePopulator<I,R,O> populator,
java.util.function.Supplier<R> supplier,
I source,
O... options) |
static <I,R,O> java.util.function.Function<I,R> |
ConversionUtils.mapper(ConfigurablePopulator<I,R,O> populator,
java.util.function.Supplier<R> supplier,
O... options)
Mapper which creates a single argument function from ConfigurablePopulator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestPaymentInfoPopulator
Populates
CCPaymentInfoData instance from the HttpServletRequest parameters:accountHolderName cardNumber cardType expiryMonth expiryYear issueNumber startMonth startYear subscriptionId saved defaultPaymentInfo If populator's options contains PaymentInfoOption.BILLING_ADDRESS, it uses
HttpRequestAddressDataPopulator with prefix 'billingAddress' to populate also the billing address data from
http request request parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<HttpServletRequest,CCPaymentInfoData,PaymentInfoOption> |
BaseCommerceController.getHttpRequestPaymentInfoPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCommerceController.setHttpRequestPaymentInfoPopulator(ConfigurablePopulator<HttpServletRequest,CCPaymentInfoData,PaymentInfoOption> httpRequestPaymentInfoPopulator) |
Copyright © 2018 SAP SE. All Rights Reserved.