The instruction:
List
shipGroups=delegator.findByAnd("OrderItemShipGroup",UtilMisc.toMap("orderId",orderId),UtilMisc.toList("shipGroupSeqId"));
It is the same of the following sql statement:
select * from OrderItemShipGroup
where orderId = 'orderId'
order by shipGroupSeqId
The rows are put in the shipGroups list.
Jacopo
Purani S wrote:
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users