Interface VendorCreationStrategy
-
- All Known Implementing Classes:
DefaultVendorCreationStrategy
public interface VendorCreationStrategyStrategy for creating a vendor in backoffice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateVendor(VendorModel vendor, boolean useCustomPage)populate the specific vendor model and save it.
-
-
-
Method Detail
-
createVendor
void createVendor(VendorModel vendor, boolean useCustomPage)
populate the specific vendor model and save it.- Parameters:
vendor- the vendor to saveuseCustomPage- if true will assign the vendor a landing page
-
-