Interface VendorDeactivationStrategy
- All Known Implementing Classes:
DefaultVendorDeactivationStrategy
public interface VendorDeactivationStrategy
A strategy for deactivating a vendor.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeactivateVendor(VendorModel vendor) Deactivate the specific vendor.
-
Method Details
-
deactivateVendor
Deactivate the specific vendor.- Parameters:
vendor- the specific vendor.
-