Interface StaticPackageService
- All Known Implementing Classes:
DefaultStaticPackageService
public interface StaticPackageService
The Static Package Service interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateDealBundleTemplates(List<StaticPackageModel> staticPackages) Creates a deal bundle template for each static package
-
Method Details
-
createDealBundleTemplates
void createDealBundleTemplates(List<StaticPackageModel> staticPackages) throws StaticPackageException Creates a deal bundle template for each static package- Parameters:
staticPackages- the list of staticPackages- Throws:
StaticPackageException
-