Class TmaAutopickPolicyActionStrategy
java.lang.Object
de.hybris.platform.b2ctelcoservices.compatibility.impl.TmaCompatibilityPolicyActionStrategy
de.hybris.platform.b2ctelcoservices.compatibility.impl.TmaAutopickPolicyActionStrategy
- All Implemented Interfaces:
TmaPolicyActionStrategy
Strategy to process autopick actions
- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaAutopickPolicyActionStrategy(TmaPolicyActionResolver policyActionResolver, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.order.EntryGroupService entryGroupService, TmaValidationMessagesStrategy validationMessagesStrategy, TmaAbstractOrderEntryService abstractOrderEntryService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaAbstractOrderEntryServiceprotected AbstractOrderEntryModelReturns the master entry of the entry, if there is one.Methods inherited from class de.hybris.platform.b2ctelcoservices.compatibility.impl.TmaCompatibilityPolicyActionStrategy
getEntryGroupService, getInitialContext, getModelService, getPolicyActionResolver, getValidationMessagesStrategy, processActions
-
Constructor Details
-
TmaAutopickPolicyActionStrategy
public TmaAutopickPolicyActionStrategy(TmaPolicyActionResolver policyActionResolver, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.order.EntryGroupService entryGroupService, TmaValidationMessagesStrategy validationMessagesStrategy, TmaAbstractOrderEntryService abstractOrderEntryService)
-
-
Method Details
-
getParentEntry
Description copied from class:TmaCompatibilityPolicyActionStrategyReturns the master entry of the entry, if there is one. If not, it is returning null.- Overrides:
getParentEntryin classTmaCompatibilityPolicyActionStrategy- Parameters:
entry- The entry- Returns:
- The parent entry
-
getAbstractOrderEntryService
-