Interface VendorDeactivationStrategy
-
- All Known Implementing Classes:
DefaultVendorDeactivationStrategy
public interface VendorDeactivationStrategyA strategy for deactivating a vendor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeactivateVendor(VendorModel vendor)Deactivate the specific vendor.
-
-
-
Method Detail
-
deactivateVendor
void deactivateVendor(VendorModel vendor)
Deactivate the specific vendor.- Parameters:
vendor- the specific vendor.
-
-