Interface DealService
- All Known Implementing Classes:
DefaultDealService
public interface DealService
Interface that exposes Deals specific services
-
Method Summary
Modifier and TypeMethodDescriptionService which returns a list of DealCategoryModel typesgetDealCategoryForCode(String categoryCode) Service which returns a DealCategoryModel for code
-
Method Details
-
getDealCategories
List<DealCategoryModel> getDealCategories()Service which returns a list of DealCategoryModel types- Returns:
- list of deal categories
-
getDealCategoryForCode
Service which returns a DealCategoryModel for code- Returns:
- the deal category
-