Class DefaultTmaProductOfferingDao
java.lang.Object
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductOfferingDao
- All Implemented Interfaces:
TmaProductOfferingDao
@Deprecated(since="1911",
forRemoval=true)
public class DefaultTmaProductOfferingDao
extends Object
implements TmaProductOfferingDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 1911 - use DefaultExportProductService instead
Default implementation of the
TmaProductOfferingDao.- Since:
- 1907
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.search.paginated.PaginatedFlexibleSearchServiceDeprecated, for removal: This API element is subject to removal in a future version.getProductOfferings(Collection<CatalogVersionModel> catalogVersions, TmaProductOfferingSearchContext productOfferingSearchContext) Deprecated, for removal: This API element is subject to removal in a future version.Finds theTmaProductOfferingModelfor a given collectionCatalogVersionModelandProductOfferingSearchContextvoidsetPaginatedFlexibleSearchService(de.hybris.platform.servicelayer.search.paginated.PaginatedFlexibleSearchService paginatedFlexibleSearchService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
PRODUCT_OFFERING_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
MODFIEDTIME_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
DefaultTmaProductOfferingDao
public DefaultTmaProductOfferingDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProductOfferings
public SearchPageData<TmaProductOfferingModel> getProductOfferings(Collection<CatalogVersionModel> catalogVersions, TmaProductOfferingSearchContext productOfferingSearchContext) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:TmaProductOfferingDaoFinds theTmaProductOfferingModelfor a given collectionCatalogVersionModelandProductOfferingSearchContext- Specified by:
getProductOfferingsin interfaceTmaProductOfferingDao- Parameters:
catalogVersions- catalog versions used to query for productsproductOfferingSearchContext- product search context object stores all attributes for search- Returns:
- page of
TmaProductOfferingModelwrapped onSearchResult
-
getPaginatedFlexibleSearchService
protected de.hybris.platform.servicelayer.search.paginated.PaginatedFlexibleSearchService getPaginatedFlexibleSearchService()Deprecated, for removal: This API element is subject to removal in a future version. -
setPaginatedFlexibleSearchService
public void setPaginatedFlexibleSearchService(de.hybris.platform.servicelayer.search.paginated.PaginatedFlexibleSearchService paginatedFlexibleSearchService) Deprecated, for removal: This API element is subject to removal in a future version.
-