Interface VendorCreationStrategy

All Known Implementing Classes:
DefaultVendorCreationStrategy

public interface VendorCreationStrategy
Strategy for creating a vendor in backoffice.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createVendor(VendorModel vendor, boolean useCustomPage)
    populate the specific vendor model and save it.
  • Method Details

    • createVendor

      void createVendor(VendorModel vendor, boolean useCustomPage)
      populate the specific vendor model and save it.
      Parameters:
      vendor - the vendor to save
      useCustomPage - if true will assign the vendor a landing page