Interface VendorActivationStrategy
- All Known Implementing Classes:
DefaultVendorActivationStrategy
public interface VendorActivationStrategy
A strategy for activating a vendor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateVendor(VendorModel vendor) Activate the specific vendor.
-
Method Details
-
activateVendor
Activate the specific vendor.- Parameters:
vendor- the specific vendor.
-