Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaPolicyActionModel
Packages that use TmaPolicyActionModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
-
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.checklist
Methods in de.hybris.platform.b2ctelcoservices.checklist with parameters of type TmaPolicyActionModelModifier and TypeMethodDescriptionvoidTmaChecklistActionResolver.resolveAction(TmaPolicyActionModel action, List<TmaPolicyContext> contexts) Resolve the action against the list of contexts -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.checklist.impl
Methods in de.hybris.platform.b2ctelcoservices.checklist.impl with parameters of type TmaPolicyActionModelModifier and TypeMethodDescriptionprotected abstract booleanDefaultTmaAbstractChecklistActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) Verifies if the action for the given cart entry is fulfilled or notprotected booleanTmaAppointmentActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) protected booleanTmaContractStartDateActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) protected booleanTmaInstallationAddressActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) protected booleanTmaMsisdnActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) protected booleanTmaServiceProviderActionResolver.isActionFulfilled(TmaPolicyActionModel action, CartEntryModel cartEntry) voidDefaultTmaAbstractChecklistActionResolver.resolveAction(TmaPolicyActionModel action, List<TmaPolicyContext> contexts) -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.compatibility
Method parameters in de.hybris.platform.b2ctelcoservices.compatibility with type arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionvoidTmaPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, CartEntryModel parentEntryModel, List<TmaPolicyActionModel> policyActions) Handles a compatibility policy action based on its type.voidTmaPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, EntryGroup entryGroup, List<TmaPolicyActionModel> policyActions) Deprecated. -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.compatibility.data
Methods in de.hybris.platform.b2ctelcoservices.compatibility.data that return TmaPolicyActionModelMethods in de.hybris.platform.b2ctelcoservices.compatibility.data with parameters of type TmaPolicyActionModelModifier and TypeMethodDescriptionvoidRuleEvaluationResult.setAction(TmaPolicyActionModel action) -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.compatibility.impl
Methods in de.hybris.platform.b2ctelcoservices.compatibility.impl that return types with arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionprotected List<TmaPolicyActionModel>DefaultTmaCompatibilityPolicyEngine.getInvalidActions(List<TmaPolicyContext> contexts) Deprecated, for removal: This API element is subject to removal in a future version.since 1911Method parameters in de.hybris.platform.b2ctelcoservices.compatibility.impl with type arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionvoidTmaAutoPickPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, CartEntryModel rootEntryModel, List<TmaPolicyActionModel> policyActions) voidTmaAutoPickPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, EntryGroup entryGroup, List<TmaPolicyActionModel> policyActions) voidTmaSelectPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, CartEntryModel parentEntryModel, List<TmaPolicyActionModel> policyActions) voidTmaSelectPolicyActionResolver.processPolicyActions(AbstractOrderModel orderModel, EntryGroup entryGroup, List<TmaPolicyActionModel> policyActions) Updates the entry group with the error messages computed based on the failed poly actions. -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.compatibility.validators
Methods in de.hybris.platform.b2ctelcoservices.compatibility.validators that return types with arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionTmaPolicyActionValidator.getInvalidPolicyActions(TmaCompatibilityPolicyModel compatibilityPolicy, List<TmaPolicyContext> contexts) Deprecated, for removal: This API element is subject to removal in a future version.since 1911. -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.compatibility.validators.impl
Methods in de.hybris.platform.b2ctelcoservices.compatibility.validators.impl that return types with arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionDefaultTmaPolicyActionValidator.getInvalidPolicyActions(TmaCompatibilityPolicyModel compatibilityPolicy, List<TmaPolicyContext> contexts) -
Uses of TmaPolicyActionModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionTmaCompatibilityPolicyModel.getActions()Generated method - Getter of theTmaCompatibilityPolicy.actionsattribute defined at extensionb2ctelcoservices.TmaPolicyStatementModel.getActions()Generated method - Getter of theTmaPolicyStatement.actionsattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaPolicyActionModelModifier and TypeMethodDescriptionvoidTmaCompatibilityPolicyModel.setActions(Set<TmaPolicyActionModel> value) Generated method - Setter ofTmaCompatibilityPolicy.actionsattribute defined at extensionb2ctelcoservices.voidTmaPolicyStatementModel.setActions(Set<TmaPolicyActionModel> value) Generated method - Setter ofTmaPolicyStatement.actionsattribute defined at extensionb2ctelcoservices.
TmaPolicyActionResolver.processPolicyActions(AbstractOrderModel, CartEntryModel, List)instead