IBM Websphere Commerce Foundationフレームワーク(WCF)の並べ替えデータを取得する方法はありますか?
たとえば、Websphere CommerceJSPファイルからのこのスニペット:
<wcf:getData type="com.ibm.commerce.store.facade.datatypes.GeoNodeType[]"
var="geoNodes" varException="geoNodeException" expressionBuilder="findChildGeoNodesByGeoNodeUniqueID">
<wcf:param name="accessProfile" value="IBM_Store_All" />
<wcf:param name="parentUniqueId" value="${provinceId}" />
</wcf:getData>
GeoNodeTypeの特定のデータフィールドでデータを並べ替えるにはどうすればよいですか?次のようなものを追加できます<wcf:param name="sortBy" value="Description" />
か?