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 Details

    • PRODUCT_OFFERING_QUERY

      protected static final String PRODUCT_OFFERING_QUERY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • MODFIEDTIME_QUERY

      protected static final String 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: TmaProductOfferingDao
      Finds the TmaProductOfferingModel for a given collection CatalogVersionModel and ProductOfferingSearchContext
      Specified by:
      getProductOfferings in interface TmaProductOfferingDao
      Parameters:
      catalogVersions - catalog versions used to query for products
      productOfferingSearchContext - product search context object stores all attributes for search
      Returns:
      page of TmaProductOfferingModel wrapped on SearchResult
    • 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.