Class CxScriptPropertiesSupplier
java.lang.Object
de.hybris.platform.personalizationaddon.properties.CxScriptPropertiesSupplier
- All Implemented Interfaces:
CMSItemPropertiesSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CxViewActionResultprotected SegmentDataencodeSegmentData(SegmentData segment) ThePredicateto test whether this supplier can be applied to providedCMSItemModelgetProperties(CMSItemModel itemModel) Returns aMapof properties.Method to provide the properties' group name.voidsetCustomerSegmentationFacade(CustomerSegmentationFacade customerSegmentationFacade) voidsetCxService(CxService cxService) voidsetCxViewValueCoder(CxViewValueCoder cxViewValueCoder) voidsetUserService(UserService userService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cmsfacades.cmsitems.properties.CMSItemPropertiesSupplier
isEnabled
-
Constructor Details
-
CxScriptPropertiesSupplier
public CxScriptPropertiesSupplier()
-
-
Method Details
-
getConstrainedBy
Description copied from interface:CMSItemPropertiesSupplierThePredicateto test whether this supplier can be applied to providedCMSItemModel- Specified by:
getConstrainedByin interfaceCMSItemPropertiesSupplier- Returns:
- the
Predicate
-
getProperties
Description copied from interface:CMSItemPropertiesSupplierReturns aMapof properties.- Specified by:
getPropertiesin interfaceCMSItemPropertiesSupplier- Parameters:
itemModel- theCMSItemModel- Returns:
- the
Mapof properties.
-
getFormatedActionResults
-
getEncodedActionResults
-
getFormatedSegmentData
-
getEncodedSegmentData
-
encodeActionResult
-
encodeSegmentData
-
groupName
Description copied from interface:CMSItemPropertiesSupplierMethod to provide the properties' group name.- Specified by:
groupNamein interfaceCMSItemPropertiesSupplier- Returns:
- the properties' group name.
-
setCxService
-
setUserService
-
setCustomerSegmentationFacade
-
setCxViewValueCoder
-