Users - where is the method in the new version

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Users - where is the method in the new version

puranisank

Hi,
Can I please get the solution in finding the following method in the file "order\src\org\ofbiz\order\order\OrderServices.java" that is available in ofbiz0.3.0.
But this method is not found in sequoiaerp0.8.3.
This is an urgent task.

/** Service to prepare notification data */
    public static Map prepareOrderEmailData(DispatchContext ctx, Map context) {
        Map result = new HashMap();
        GenericDelegator delegator = ctx.getDelegator();
        String orderId = (String) context.get("orderId");

        try {
            GenericValue orderHeader = delegator.findByPrimaryKey("OrderHeader", UtilMisc.toMap("orderId", orderId));
            OrderReadHelper orh = new OrderReadHelper(orderHeader);
            List orderItems = orh.getOrderItems();


Thanks and regards
Purani
 




 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users