Class DefaultPROSOfferGroupService
java.lang.Object
de.hybris.platform.prosservices.services.impl.DefaultPROSOfferGroupService
- All Implemented Interfaces:
PROSOfferGroupService
The Pros implementation of
PROSOfferGroupService interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOfferGroupsByShoppingCategoryReferenceAndCatalogVersion(String shoppingCategoryReference, CatalogVersionModel catalogVersion) Finds offerGroup by shoppingCategoryReference and catalogVersionprotected PROSOfferGroupDaoGets pros offer group dao.voidsetProsOfferGroupDao(PROSOfferGroupDao prosOfferGroupDao) Sets pros offer group dao.
-
Constructor Details
-
DefaultPROSOfferGroupService
public DefaultPROSOfferGroupService()
-
-
Method Details
-
findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion
public OfferGroupModel findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion(String shoppingCategoryReference, CatalogVersionModel catalogVersion) Description copied from interface:PROSOfferGroupServiceFinds offerGroup by shoppingCategoryReference and catalogVersion- Specified by:
findOfferGroupsByShoppingCategoryReferenceAndCatalogVersionin interfacePROSOfferGroupService- Parameters:
shoppingCategoryReference- the shoppingCategoryReferencecatalogVersion- the catalogVersion- Returns:
- the offerGroup
-
getProsOfferGroupDao
Gets pros offer group dao.- Returns:
- the pros offer group dao
-
setProsOfferGroupDao
Sets pros offer group dao.- Parameters:
prosOfferGroupDao- the pros offer group dao
-