Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaBundledProdOfferOptionModel
Packages that use TmaBundledProdOfferOptionModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaBundledProdOfferOptionModel,TmaBundledProdOfferOptionData> TmaBpoChildrenPopulator.getBpoOptionConverter()Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionvoidTmaBundledProdOfferOptionPopulator.populate(TmaBundledProdOfferOptionModel source, TmaBundledProdOfferOptionData target) voidTmaBundledProdOfferOptionReversePopulator.populate(TmaBundledProdOfferOptionData source, TmaBundledProdOfferOptionModel target) Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type TmaBundledProdOfferOptionModelModifierConstructorDescriptionTmaBpoChildrenPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaBundledProdOfferOptionModel, TmaBundledProdOfferOptionData> bpoOptionConverter, TmaPoService poService) -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.cardinality
Methods in de.hybris.platform.b2ctelcoservices.cardinality with parameters of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionTmaBpoCardinalityService.getValidationMessage(TmaBundledProdOfferOptionModel bundledProdOfferOption, TmaProductOfferingModel productOffering) Returns cardinality validation message for given Product Offering based on the details of the Bundled Product Offering Option.booleanTmaBpoCardinalityService.validate(TmaBundledProdOfferOptionModel cardinalityRule, long quantity) Checks if provided quantity meets the requirements of the cardinality rule. -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.cardinality.impl
Methods in de.hybris.platform.b2ctelcoservices.cardinality.impl with parameters of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionDefaultTmaBpoCardinalityService.getValidationMessage(TmaBundledProdOfferOptionModel cardinalityRule, TmaProductOfferingModel productOffering) booleanDefaultTmaBpoCardinalityService.validate(TmaBundledProdOfferOptionModel cardinalityRule, long quantity) protected Map<AbstractOrderEntryModel,List<String>> DefaultTmaBpoCardinalityService.verifyBpoCardinality(Collection<AbstractOrderEntryModel> entries, AbstractOrderEntryModel parentEntry, TmaBundledProductOfferingModel bundledProductOffering, TmaBundledProdOfferOptionModel rule) Validates the cardinality rules for the provided entries and bundled product offering.protected Map<AbstractOrderEntryModel,List<String>> DefaultTmaBpoCardinalityService.verifyCardinality(Collection<AbstractOrderEntryModel> entries, AbstractOrderEntryModel parentEntry, TmaBundledProductOfferingModel bundledProductOffering, TmaBundledProdOfferOptionModel parentCardinalityRule) DefaultTmaBpoCardinalityService.verifyCardinality(List<AbstractOrderEntryModel> entries, TmaBundledProductOfferingModel bundledProductOffering, TmaBundledProdOfferOptionModel parentCardinalityRule) Deprecated. -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors with parameters of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionvoidTmaBundledProdOfferOptionValidateInterceptor.onValidate(TmaBundledProdOfferOptionModel tmaBundledProdOfferOptionModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) protected voidTmaBundledProdOfferOptionValidateInterceptor.validateDefault(TmaBundledProdOfferOptionModel tmaBundledProdOfferOptionModel) Validates the default value in theTmaBundledProdOfferOptionModel.protected voidTmaBundledProdOfferOptionValidateInterceptor.validateLimits(TmaBundledProdOfferOptionModel tmaBundledProdOfferOptionModel) Validates the lower, upper and default limits in theTmaBundledProdOfferOptionModel.protected voidTmaBundledProdOfferOptionValidateInterceptor.validateProductOffering(TmaBundledProdOfferOptionModel tmaBundledProdOfferOptionModel) Validates the Product Offering in theTmaBundledProdOfferOptionModel. -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionTmaBundledProductOfferingModel.getBpoOptions()Generated method - Getter of theTmaBundledProductOffering.bpoOptionsattribute defined at extensiontuadatacommonsservices.TmaProductOfferingModel.getParentBpoOptions()Generated method - Getter of theTmaProductOffering.parentBpoOptionsattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionvoidTmaBundledProductOfferingModel.setBpoOptions(Set<TmaBundledProdOfferOptionModel> value) Generated method - Setter ofTmaBundledProductOffering.bpoOptionsattribute defined at extensiontuadatacommonsservices.voidTmaProductOfferingModel.setParentBpoOptions(Set<TmaBundledProdOfferOptionModel> value) Generated method - Setter ofTmaProductOffering.parentBpoOptionsattribute defined at extensiontuadatacommonsservices. -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator that return types with arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaBundledProdOfferOptionModel,TmaSolrDocumentBundledProdOfferOption> TmaSolrDocumentBpoPopulator.getBpoOptionSolrConverter()Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator with parameters of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionvoidTmaSolrDocumentBpoOptionPopulator.populate(TmaBundledProdOfferOptionModel source, TmaSolrDocumentBundledProdOfferOption target) Constructor parameters in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator with type arguments of type TmaBundledProdOfferOptionModelModifierConstructorDescriptionTmaSolrDocumentBpoPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaBundledProdOfferOptionModel, TmaSolrDocumentBundledProdOfferOption> bpoOptionSolrConverter, TmaPoService poService) -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return types with arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionTmaPoService.getBundledProdOfferOptionFor(TmaBundledProductOfferingModel bundledProductOffering, TmaProductOfferingModel productOffering) Returns the bundled product offering option part of the provided bpo which is referred to the provided product offering. -
Uses of TmaBundledProdOfferOptionModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return types with arguments of type TmaBundledProdOfferOptionModelModifier and TypeMethodDescriptionDefaultTmaPoService.getBundledProdOfferOptionFor(TmaBundledProductOfferingModel bundledProductOffering, TmaProductOfferingModel productOffering)
DefaultTmaBpoCardinalityService.verifyCardinality(Collection AbstractOrderEntryModel, AbstractOrderEntryModel, TmaBundledProductOfferingModel, TmaBundledProdOfferOptionModel)instead