Interface VendorActivationStrategy
-
- All Known Implementing Classes:
DefaultVendorActivationStrategy
public interface VendorActivationStrategyA strategy for activating a vendor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivateVendor(VendorModel vendor)Activate the specific vendor.
-
-
-
Method Detail
-
activateVendor
void activateVendor(VendorModel vendor)
Activate the specific vendor.- Parameters:
vendor- the specific vendor.
-
-