Class DefaultTuaPoGroupService
java.lang.Object
de.hybris.platform.tuadatamodel.services.impl.DefaultTuaPoGroupService
- All Implemented Interfaces:
TuaPoGroupService
Default implementation of
TuaPoGroupService- Since:
- 2211
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOfferingGroupForPoAndBpo(TmaProductOfferingModel productOffering, TmaBundledProductOfferingModel parent) Retrieves theTmaProductOfferingGroupModellist for a given product inside the givenTmaBundledProductOfferingModelparent.
-
Constructor Details
-
DefaultTuaPoGroupService
public DefaultTuaPoGroupService()
-
-
Method Details
-
getOfferingGroupForPoAndBpo
public List<TmaProductOfferingGroupModel> getOfferingGroupForPoAndBpo(TmaProductOfferingModel productOffering, TmaBundledProductOfferingModel parent) Description copied from interface:TuaPoGroupServiceRetrieves theTmaProductOfferingGroupModellist for a given product inside the givenTmaBundledProductOfferingModelparent.- Specified by:
getOfferingGroupForPoAndBpoin interfaceTuaPoGroupService- Parameters:
productOffering- theTmaProductOfferingModelwhose product offering groups will be identifiedparent- theTmaBundledProductOfferingModelused for filtering the product offering groups- Returns:
- the
TmaProductOfferingGroupModellist configured for the given product if any
-