Interface VendorCreationStrategy
- All Known Implementing Classes:
DefaultVendorCreationStrategy
public interface VendorCreationStrategy
Strategy for creating a vendor in backoffice.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateVendor(VendorModel vendor, boolean useCustomPage) populate the specific vendor model and save it.
-
Method Details
-
createVendor
populate the specific vendor model and save it.- Parameters:
vendor- the vendor to saveuseCustomPage- if true will assign the vendor a landing page
-