Uses of Class
de.hybris.platform.b2b.model.B2BMerchantCheckResultModel
Packages that use B2BMerchantCheckResultModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
-
Uses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.model
Subclasses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCreditCheckResult first defined at extension b2bcommerce. -
Uses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return types with arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionB2BMerchantCheckResultHelper.filterResultByMerchantCheckResultStatus(Collection<B2BMerchantCheckResultModel> result, MerchantCheckStatus status) Filter result by merchant check result status.B2BMerchantCheckResultHelperImpl.filterResultByMerchantCheckResultStatus(Collection<B2BMerchantCheckResultModel> result, MerchantCheckStatus status) Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionB2BMerchantCheckResultHelper.filterResultByMerchantCheckResultStatus(Collection<B2BMerchantCheckResultModel> result, MerchantCheckStatus status) Filter result by merchant check result status.B2BMerchantCheckResultHelperImpl.filterResultByMerchantCheckResultStatus(Collection<B2BMerchantCheckResultModel> result, MerchantCheckStatus status) booleanPerformMerchantCheck.hasRejectedMerchantResult(Collection<B2BMerchantCheckResultModel> merchantCheckResults) -
Uses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return types with arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionB2BMerchantCheckService.evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer) Evaluates the order for a customer to determine the merchant checks such as credit limits, order thresholds, budget limits. -
Uses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionDefaultB2BMerchantCheckService.evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer) Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionvoidDefaultB2BMerchantCheckService.setEvaluateStrategies(Set<EvaluateStrategy<B2BMerchantCheckResultModel, AbstractOrderModel, B2BCustomerModel>> evaluateStrategies) -
Uses of B2BMerchantCheckResultModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return types with arguments of type B2BMerchantCheckResultModelModifier and TypeMethodDescriptionDefaultB2BCreditLimitEvaluationStrategy.evaluate(AbstractOrderModel order, B2BCustomerModel customer)