Class TmaPopPscvEditorSearchFacade
java.lang.Object
com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade<T>
de.hybris.platform.b2ctelcobackoffice.search.TmaAbstractPopEditorSearchFacade<TmaProductSpecCharacteristicValueModel>
de.hybris.platform.b2ctelcobackoffice.search.TmaPopPscvEditorSearchFacade
- All Implemented Interfaces:
com.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorSearchFacade<TmaProductSpecCharacteristicValueModel>
@Deprecated(since="2202")
public class TmaPopPscvEditorSearchFacade
extends TmaAbstractPopEditorSearchFacade<TmaProductSpecCharacteristicValueModel>
Deprecated.
Search facade that restricts the results of
TmaProductSpecCharacteristicValueModel on TmaProductOfferingPriceModel.- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopPscvEditorSearchFacade(TmaPscvService pscvService, TmaPopService popService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaPscvServiceDeprecated.protected List<TmaProductSpecCharacteristicValueModel>getResultValues(Set<TmaProductOfferingModel> productOfferings) Deprecated.Filters the results of PSCVs on aTmaProductOfferingPriceModelto show only validTmaProductSpecCharacteristicValueModels for the product offerings where the price is used.protected StringDeprecated.Methods inherited from class de.hybris.platform.b2ctelcobackoffice.search.TmaAbstractPopEditorSearchFacade
getPopService, searchMethods inherited from class com.hybris.cockpitng.editor.commonreferenceeditor.SampleReferenceEditorSearchFacade
setFieldSearchFacade
-
Constructor Details
-
TmaPopPscvEditorSearchFacade
Deprecated.
-
-
Method Details
-
getResultValues
protected List<TmaProductSpecCharacteristicValueModel> getResultValues(Set<TmaProductOfferingModel> productOfferings) Deprecated.Filters the results of PSCVs on aTmaProductOfferingPriceModelto show only validTmaProductSpecCharacteristicValueModels for the product offerings where the price is used.- Specified by:
getResultValuesin classTmaAbstractPopEditorSearchFacade<TmaProductSpecCharacteristicValueModel>- Parameters:
productOfferings- offerings where the POP is used.- Returns:
- the filtered
TmaProductSpecCharacteristicValueModel.
-
getTypeCode
Deprecated.- Specified by:
getTypeCodein classTmaAbstractPopEditorSearchFacade<TmaProductSpecCharacteristicValueModel>
-
getPscvService
Deprecated.
-
TmaPopPscvUseEditorSearchFacadeinstead.