Class TmaPriceContextBuilder
java.lang.Object
de.hybris.platform.b2ctelcoservices.pricing.context.impl.TmaPriceContextBuilder
Builder class for the creation of the
TmaPriceContext- Since:
- 2003
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()static TmaPriceContextBuilderwithChannels(Set<PriceRowChannel> channels) withCurrency(CurrencyModel currency) withProcessTypes(Set<TmaProcessType> processTypes) withProduct(ProductModel product) withRegions(Set<RegionModel> regions) withRequiredProducts(Set<? extends ProductModel> requiredProducts) withSubscriptionTerms(Set<SubscriptionTermModel> subscriptionTerms) withtAffectedProduct(ProductModel affectedProduct)
-
Constructor Details
-
TmaPriceContextBuilder
public TmaPriceContextBuilder()
-
-
Method Details
-
build
-
newTmaPriceContextBuilder
-
withProduct
-
withtAffectedProduct
-
withRequiredProducts
-
withProcessTypes
-
withSubscriptionTerms
-
withCurrency
-
withUser
-
withRegions
-
withChannels
-