Class TmaFixedBpoChildrenSearchFacade
java.lang.Object
com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingModel>
de.hybris.platform.b2ctelcobackoffice.search.TmaFixedBpoChildrenSearchFacade
- All Implemented Interfaces:
com.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorSearchFacade<TmaProductOfferingModel>
public class TmaFixedBpoChildrenSearchFacade
extends com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingModel>
Search Facade that restricts the search result of the
TmaProductOfferingModel to the ones
which can be added as children for a Fixed BPO.- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<TmaProductOfferingModel>filterTypesByCodeOrName(Set<TmaProductOfferingModel> productOfferings, String searchText) protected TmaPoServicecom.hybris.cockpitng.search.data.pageable.Pageable<TmaProductOfferingModel>search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) Returns the valid children for a Fixed BPO.Methods inherited from class com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade
setFieldSearchFacade
-
Constructor Details
-
TmaFixedBpoChildrenSearchFacade
-
-
Method Details
-
search
public com.hybris.cockpitng.search.data.pageable.Pageable<TmaProductOfferingModel> search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) Returns the valid children for a Fixed BPO.- Specified by:
searchin interfacecom.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorSearchFacade<TmaProductOfferingModel>- Overrides:
searchin classcom.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<TmaProductOfferingModel>- Parameters:
searchQueryData- the search query.- Returns:
- The filtered list of
TmaProductOfferingModel.
-
filterTypesByCodeOrName
protected List<TmaProductOfferingModel> filterTypesByCodeOrName(Set<TmaProductOfferingModel> productOfferings, String searchText) -
getPoService
-