Interface VendorActivationStrategy

All Known Implementing Classes:
DefaultVendorActivationStrategy

public interface VendorActivationStrategy
A strategy for activating a vendor.
  • Method Summary

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

    • activateVendor

      void activateVendor(VendorModel vendor)
      Activate the specific vendor.
      Parameters:
      vendor - the specific vendor.