Interface VendorDeactivationStrategy

All Known Implementing Classes:
DefaultVendorDeactivationStrategy

public interface VendorDeactivationStrategy
A strategy for deactivating a vendor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deactivate the specific vendor.
  • Method Details

    • deactivateVendor

      void deactivateVendor(VendorModel vendor)
      Deactivate the specific vendor.
      Parameters:
      vendor - the specific vendor.