Interface TmaProductOfferingDao
- All Known Implementing Classes:
DefaultTmaProductOfferingDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 1911 - use ExportProductService instead
Data Access Object for operations related to the @{TmaProductOfferingModel} type
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptiongetProductOfferings(Collection<CatalogVersionModel> catalogVersions, TmaProductOfferingSearchContext productOfferingSearchContext) Deprecated, for removal: This API element is subject to removal in a future version.Finds theTmaProductOfferingModelfor a given collectionCatalogVersionModelandProductOfferingSearchContext
-
Method Details
-
getProductOfferings
SearchPageData<TmaProductOfferingModel> getProductOfferings(Collection<CatalogVersionModel> catalogVersions, TmaProductOfferingSearchContext productOfferingSearchContext) Deprecated, for removal: This API element is subject to removal in a future version.Finds theTmaProductOfferingModelfor a given collectionCatalogVersionModelandProductOfferingSearchContext- Parameters:
catalogVersions- catalog versions used to query for productsproductOfferingSearchContext- product search context object stores all attributes for search- Returns:
- page of
TmaProductOfferingModelwrapped onSearchResult
-