Class DefaultVendorActivationStrategy
java.lang.Object
de.hybris.platform.marketplaceservices.strategies.impl.DefaultVendorActivationStrategy
- All Implemented Interfaces:
VendorActivationStrategy
An implementation for
VendorActivationStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivateVendor(VendorModel vendor) Activate the specific vendor.protected ModelServicevoidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultVendorActivationStrategy
public DefaultVendorActivationStrategy()
-
-
Method Details
-
activateVendor
Description copied from interface:VendorActivationStrategyActivate the specific vendor.- Specified by:
activateVendorin interfaceVendorActivationStrategy- Parameters:
vendor- the specific vendor.
-
getModelService
-
setModelService
-