Interface TuaPoGroupService
- All Known Implementing Classes:
DefaultTuaPoGroupService
public interface TuaPoGroupService
Service performing tasks on
TmaProductOfferingGroupModel.- Since:
- 2211
-
Method Summary
Modifier and TypeMethodDescriptiongetOfferingGroupForPoAndBpo(TmaProductOfferingModel productOffering, TmaBundledProductOfferingModel parent) Retrieves theTmaProductOfferingGroupModellist for a given product inside the givenTmaBundledProductOfferingModelparent.
-
Method Details
-
getOfferingGroupForPoAndBpo
List<TmaProductOfferingGroupModel> getOfferingGroupForPoAndBpo(TmaProductOfferingModel productOffering, TmaBundledProductOfferingModel parent) Retrieves theTmaProductOfferingGroupModellist for a given product inside the givenTmaBundledProductOfferingModelparent.- 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
-