Class DefaultPROSOfferGroupDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.prosservices.dao.impl.DefaultPROSOfferGroupDao
- All Implemented Interfaces:
PROSOfferGroupDao,de.hybris.platform.servicelayer.internal.dao.Dao
public class DefaultPROSOfferGroupDao
extends de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
implements PROSOfferGroupDao
The Pros implementation of
PROSOfferGroupDao interface.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOfferGroupsByShoppingCategoryReferenceAndCatalogVersion(String shoppingCategoryReference, CatalogVersionModel catalogVersion) Finds offerGroup by shoppingCategoryReference and catalogVersionMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultPROSOfferGroupDao
public DefaultPROSOfferGroupDao()
-
-
Method Details
-
findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion
public OfferGroupModel findOfferGroupsByShoppingCategoryReferenceAndCatalogVersion(String shoppingCategoryReference, CatalogVersionModel catalogVersion) Description copied from interface:PROSOfferGroupDaoFinds offerGroup by shoppingCategoryReference and catalogVersion- Specified by:
findOfferGroupsByShoppingCategoryReferenceAndCatalogVersionin interfacePROSOfferGroupDao- Parameters:
shoppingCategoryReference- the shoppingCategoryReference codecatalogVersion- the catalog version- Returns:
- the offer group
-