Qtr No. 213, New Town Yehlanka Indore 454775
Is the following dynamic attribute handler, correct?
package com.hybhub.core.model.dynamic;
import de.hybris.platform.core.model.product.ProductModel;
import de.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler;
public class HybhubDynamicHandler implements DynamicAttributeHandler
{
@Override
public String get(ProductModel product)
{
return product.getCode() + " - " + product.getDescription();
}
}
no, it must extend ServiceLayerItems
no, it must also implement a setter
no, it must be in a different package
yes
To get all Infosys Certified SAP Commerce Cloud Business User Exam questions Join Group https://bit.ly/infy_premium_group
We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.
Qtr No. 213, New Town Yehlanka Indore 454775
admin@prepflix.in