Class TmaPopChildrenSearchFacade
java.lang.Object
com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingPriceModel>
de.hybris.platform.b2ctelcobackoffice.search.TmaPopChildrenSearchFacade
- All Implemented Interfaces:
com.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorSearchFacade<TmaProductOfferingPriceModel>
public class TmaPopChildrenSearchFacade
extends com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingPriceModel>
Search facade that restricts the results of
TmaProductOfferingPriceModel on TmaCompositeProdOfferPriceModel.- Since:
- 2011
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopChildrenSearchFacade(TmaPopService tmaPopService, TmaProductUsageSpecService productUsageSpecService, TmaPscvService pscvService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaProductUsageSpecServiceprotected TmaPscvServiceprotected TmaPopServicecom.hybris.cockpitng.search.data.pageable.Pageable<TmaProductOfferingPriceModel>search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) Filters the results of children on aTmaCompositeProdOfferPriceModelto show only valid results for the product offerings where the price is used.Methods inherited from class com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade
setFieldSearchFacade
-
Constructor Details
-
TmaPopChildrenSearchFacade
public TmaPopChildrenSearchFacade(TmaPopService tmaPopService, TmaProductUsageSpecService productUsageSpecService, TmaPscvService pscvService)
-
-
Method Details
-
search
public com.hybris.cockpitng.search.data.pageable.Pageable<TmaProductOfferingPriceModel> search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) Filters the results of children on aTmaCompositeProdOfferPriceModelto show only valid results for the product offerings where the price is used.- Specified by:
searchin interfacecom.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorSearchFacade<TmaProductOfferingPriceModel>- Overrides:
searchin classcom.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingPriceModel>- Parameters:
searchQueryData- the search query.- Returns:
- the filtered
TmaProductOfferingPriceModel.
-
getTmaPopService
-
getProductUsageSpecService
-
getPscvService
-