【发布时间】:2018-09-10 03:10:30
【问题描述】:
请看下面来自 endeca 的 jsp_ref 数据。 所以我的问题是,是否可以在运行时使用 recordFilter 从记录中获取/检索 dispName 的值??
如何在渲染产品显示页面时获取属性名称值。 注意:我不能采用 endeca 机械手方法。
dispName = record.getProperty("sku.displayName")
StockStatus = record.getProperty("product.stockStatuses");
sku.baseUrl: atgrep:/ProductCatalog_production/sku/017229136779
sku.creationDate: 1485194500638
sku.displayName: LG M95 BT HEADSET BL
sku.endDate: 32506394714894
sku.margin: 0.000000
product.stockStatuses: 1000:Out of Stock
product.stockStatuses: 100411:Out of Stock
product.stockStatuses: 100412:Out of Stock
if(null != xxxxPage && !((String) xxxxPage ).isEmpty()){
PropertyConstraint propContraint = new PropertyConstraint(EndecaConstants.ITEM_SALE_FLAG,EndecaConstants.CONST_1);
return propContraint.toString();
}
PropertyConstraint propContraint = new PropertyConstraint(EndecaConstants.ITEM_SALE_FLAG,EndecaConstants.CONST_1);
return propContraint.toString();
【问题讨论】:
标签: atg endeca oracle-commerce