Class DefaultPROSOfferGroupService

java.lang.Object
de.hybris.platform.prosservices.services.impl.DefaultPROSOfferGroupService
All Implemented Interfaces:
PROSOfferGroupService

public class DefaultPROSOfferGroupService extends Object implements PROSOfferGroupService
The Pros implementation of PROSOfferGroupService interface.
  • Constructor Details

    • DefaultPROSOfferGroupService

      public DefaultPROSOfferGroupService()
  • Method Details

    • findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion

      public OfferGroupModel findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion(String shoppingCategoryReference, CatalogVersionModel catalogVersion)
      Description copied from interface: PROSOfferGroupService
      Finds offerGroup by shoppingCategoryReference and catalogVersion
      Specified by:
      findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion in interface PROSOfferGroupService
      Parameters:
      shoppingCategoryReference - the shoppingCategoryReference
      catalogVersion - the catalogVersion
      Returns:
      the offerGroup
    • getProsOfferGroupDao

      protected PROSOfferGroupDao getProsOfferGroupDao()
      Gets pros offer group dao.
      Returns:
      the pros offer group dao
    • setProsOfferGroupDao

      public void setProsOfferGroupDao(PROSOfferGroupDao prosOfferGroupDao)
      Sets pros offer group dao.
      Parameters:
      prosOfferGroupDao - the pros offer group dao