Interface TmaProductOfferContextFacade
- All Known Implementing Classes:
DefaultTmaProductOfferContextFacade
public interface TmaProductOfferContextFacade
Facade handling operations related to
TmaOfferContextData.- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionbuildOfferContextData(TmaOfferContextData offerContextData) Builds the offerContextData from the cart and cart entry attributes of the context.
-
Method Details
-
buildOfferContextData
Builds the offerContextData from the cart and cart entry attributes of the context.- Parameters:
offerContextData- the initial context with cart related fields.- Returns:
- the final context with all the fields set.
-